@charset "UTF-8";
.clearPrefix {
  clear: both;
}

a {
  text-decoration: none;
  outline: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "psl_kanda_proregular";
  src: url("../../fonts/psl152pro.woff2") format("woff2"), url("../../fonts/psl152pro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "psl_kanda_probold";
  src: url("../../fonts/psl154pro.woff2") format("woff2"), url("../../fonts/psl154pro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kitithadabold";
  src: url("../../fonts/kitithadabold.woff2") format("woff2"), url("../../fonts/kitithadabold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kitithadaregular";
  src: url("../../fonts/kitithadaregular.woff2") format("woff2"), url("../../fonts/kitithadaregular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*!
 * 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;
}

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;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
          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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  *,
  *:before,
  *:after {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../../../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../../../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #555555;
  background-color: #eee;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.4;
  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: 21px;
  margin-bottom: 10.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: 10.5px;
  margin-bottom: 10.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: 39px;
}

h2, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 19px;
}

h5, .h5 {
  font-size: 15px;
}

h6, .h6 {
  font-size: 13px;
}

p {
  margin: 0 0 10.5px;
}

.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}

small,
.small {
  font-size: 86%;
}

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: #f5008a;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #c2006d;
}

.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: #f5008a;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #c2006d;
}

.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: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.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: 21px;
}

dt,
dd {
  line-height: 1.4;
}

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: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  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.4;
  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: 21px;
  font-style: normal;
  line-height: 1.4;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.lt-ie9 .container {
  width: 1120px !important;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 1000px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1120px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.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%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .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%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1000px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .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%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .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%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
For disable responsive layout in old browser .lt-ie9 .col-sm-1, For disable responsive layout in old browser .lt-ie9 .col-sm-2, For disable responsive layout in old browser .lt-ie9 .col-sm-3, For disable responsive layout in old browser .lt-ie9 .col-sm-4, For disable responsive layout in old browser .lt-ie9 .col-sm-5, For disable responsive layout in old browser .lt-ie9 .col-sm-6, For disable responsive layout in old browser .lt-ie9 .col-sm-7, For disable responsive layout in old browser .lt-ie9 .col-sm-8, For disable responsive layout in old browser .lt-ie9 .col-sm-9, For disable responsive layout in old browser .lt-ie9 .col-sm-10, For disable responsive layout in old browser .lt-ie9 .col-sm-11, For disable responsive layout in old browser .lt-ie9 .col-sm-12 {
  float: left;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-1 {
  width: 8.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-2 {
  width: 16.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-3 {
  width: 25%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-4 {
  width: 33.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-5 {
  width: 41.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-6 {
  width: 50%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-7 {
  width: 58.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-8 {
  width: 66.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-9 {
  width: 75%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-10 {
  width: 83.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-11 {
  width: 91.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-12 {
  width: 100%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-pull-0 {
  right: auto;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-pull-1 {
  right: 8.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-pull-2 {
  right: 16.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-pull-3 {
  right: 25%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-pull-4 {
  right: 33.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-pull-5 {
  right: 41.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-pull-6 {
  right: 50%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-pull-7 {
  right: 58.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-pull-8 {
  right: 66.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-pull-9 {
  right: 75%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-pull-10 {
  right: 83.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-pull-11 {
  right: 91.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-pull-12 {
  right: 100%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-push-0 {
  left: auto;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-push-1 {
  left: 8.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-push-2 {
  left: 16.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-push-3 {
  left: 25%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-push-4 {
  left: 33.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-push-5 {
  left: 41.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-push-6 {
  left: 50%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-push-7 {
  left: 58.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-push-8 {
  left: 66.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-push-9 {
  left: 75%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-push-10 {
  left: 83.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-push-11 {
  left: 91.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-push-12 {
  left: 100%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-offset-0 {
  margin-left: 0%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-offset-1 {
  margin-left: 8.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-offset-2 {
  margin-left: 16.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-offset-3 {
  margin-left: 25%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-offset-4 {
  margin-left: 33.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-offset-5 {
  margin-left: 41.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-offset-6 {
  margin-left: 50%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-offset-7 {
  margin-left: 58.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-offset-8 {
  margin-left: 66.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-offset-9 {
  margin-left: 75%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-offset-10 {
  margin-left: 83.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-offset-11 {
  margin-left: 91.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-sm-offset-12 {
  margin-left: 100%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-1, For disable responsive layout in old browser .lt-ie9 .col-md-2, For disable responsive layout in old browser .lt-ie9 .col-md-3, For disable responsive layout in old browser .lt-ie9 .col-md-4, For disable responsive layout in old browser .lt-ie9 .col-md-5, For disable responsive layout in old browser .lt-ie9 .col-md-6, For disable responsive layout in old browser .lt-ie9 .col-md-7, For disable responsive layout in old browser .lt-ie9 .col-md-8, For disable responsive layout in old browser .lt-ie9 .col-md-9, For disable responsive layout in old browser .lt-ie9 .col-md-10, For disable responsive layout in old browser .lt-ie9 .col-md-11, For disable responsive layout in old browser .lt-ie9 .col-md-12 {
  float: left;
}
For disable responsive layout in old browser .lt-ie9 .col-md-1 {
  width: 8.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-2 {
  width: 16.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-3 {
  width: 25%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-4 {
  width: 33.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-5 {
  width: 41.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-6 {
  width: 50%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-7 {
  width: 58.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-8 {
  width: 66.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-9 {
  width: 75%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-10 {
  width: 83.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-11 {
  width: 91.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-12 {
  width: 100%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-pull-0 {
  right: auto;
}
For disable responsive layout in old browser .lt-ie9 .col-md-pull-1 {
  right: 8.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-pull-2 {
  right: 16.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-pull-3 {
  right: 25%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-pull-4 {
  right: 33.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-pull-5 {
  right: 41.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-pull-6 {
  right: 50%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-pull-7 {
  right: 58.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-pull-8 {
  right: 66.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-pull-9 {
  right: 75%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-pull-10 {
  right: 83.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-pull-11 {
  right: 91.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-pull-12 {
  right: 100%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-push-0 {
  left: auto;
}
For disable responsive layout in old browser .lt-ie9 .col-md-push-1 {
  left: 8.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-push-2 {
  left: 16.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-push-3 {
  left: 25%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-push-4 {
  left: 33.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-push-5 {
  left: 41.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-push-6 {
  left: 50%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-push-7 {
  left: 58.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-push-8 {
  left: 66.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-push-9 {
  left: 75%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-push-10 {
  left: 83.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-push-11 {
  left: 91.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-push-12 {
  left: 100%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-offset-0 {
  margin-left: 0%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-offset-1 {
  margin-left: 8.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-offset-2 {
  margin-left: 16.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-offset-3 {
  margin-left: 25%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-offset-4 {
  margin-left: 33.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-offset-5 {
  margin-left: 41.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-offset-6 {
  margin-left: 50%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-offset-7 {
  margin-left: 58.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-offset-8 {
  margin-left: 66.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-offset-9 {
  margin-left: 75%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-offset-10 {
  margin-left: 83.3333333333%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-offset-11 {
  margin-left: 91.6666666667%;
}
For disable responsive layout in old browser .lt-ie9 .col-md-offset-12 {
  margin-left: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  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] {
  -webkit-box-sizing: border-box;
  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: 15px;
  line-height: 1.4;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  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: 35px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 31px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 48px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  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: 36px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 31px;
  line-height: 31px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 48px;
  line-height: 48px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 48px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}

@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: 28px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #f5008a;
  border-color: #dc007c;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #c2006d;
  border-color: #5c0034;
}
.btn-primary:hover {
  color: #fff;
  background-color: #c2006d;
  border-color: #9e0059;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c2006d;
  border-color: #9e0059;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #9e0059;
  border-color: #5c0034;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #f5008a;
  border-color: #dc007c;
}
.btn-primary .badge {
  color: #f5008a;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #f5008a;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #a9005f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

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: 21px;
}
.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.4;
  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: #eee;
}

.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: 15.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;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  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: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4;
  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: #f5008a;
}

.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: 13px;
  line-height: 1.4;
  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;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.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: #f5008a;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.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.4;
  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: #eee;
  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: #f5008a;
}

.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: #eee;
  }
}

.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;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 14.5px 10px;
  font-size: 19px;
  line-height: 21px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.25px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
}

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  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;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.4;
  text-decoration: none;
  color: #f5008a;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #a9005f;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #f5008a;
  border-color: #f5008a;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #f5008a;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #c2006d;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #f5008a;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 68px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.4;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #f5008a;
}

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #f5008a;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #f5008a;
  border-color: #f5008a;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #ffc2e4;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  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: 17px;
  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: 21px;
}
.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: #f5008a;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #f5008a;
  border-color: #f5008a;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f5008a;
}
.panel-primary > .panel-heading .badge {
  color: #f5008a;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f5008a;
}

.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;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 22.5px;
  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 {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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.4px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.4;
}

.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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1000px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4;
  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: 13px;
  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: "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4;
  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: 15px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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: 15px;
  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;
  -webkit-transition: 0.6s ease-in-out left;
  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 {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    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: 1px 1px 3px rgb(0, 0, 0);
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.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: 15px;
  right: 15%;
  bottom: 10px;
  z-index: 10;
  padding-top: 20px;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 3px rgb(0, 0, 0);
}
.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: 15px;
    right: 20%;
  }
  .carousel-indicators {
    bottom: 10px;
  }
}
.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;
}

@-ms-viewport {
  width: device-width;
}
html:not(.lt-ie9) .visible-xs {
  display: none !important;
}

html:not(.lt-ie9) .visible-sm {
  display: none !important;
}

html:not(.lt-ie9) .visible-md {
  display: none !important;
}

html:not(.lt-ie9) .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: 999px) {
  .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: 999px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1000px) 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: 1000px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1000px) 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) {
  html:not(.lt-ie9) .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  html:not(.lt-ie9) .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  html:not(.lt-ie9) .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie9) .hidden-lg {
    display: none !important;
  }
}
html:not(.lt-ie9) .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 {
  html:not(.lt-ie9) .hidden-print {
    display: none !important;
  }
  .hidden-print {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../Images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/*@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.header-wrapper {
  background-color: #333333;
  position: relative;
  z-index: 1019;
}
.header-wrapper .header-top {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-wrapper .header-menu {
  position: absolute;
  max-width: 1280px;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .header-wrapper .header-menu {
    /*position: relative;*/
    /*position: absolute;*/
  }
}
.header-wrapper .left {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-wrapper .left .welcome-agent {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #BFBFBF;
}
.header-wrapper .left .login-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-wrapper .left .login-wrapper .sign-out {
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-width: 100px;
  width: 100px;
  color: #DDC957;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 18px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #BFBFBF;
  text-transform: uppercase;
}
.header-wrapper .left .login-wrapper .sign-out a {
  color: #DDC957;
}
.header-wrapper .left .login-wrapper .sign-out i {
  font-size: 14px;
}
.header-wrapper .left .login-wrapper .welcome-agent-login {
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #BFBFBF;
}
@media screen and (max-width: 768px) {
  .header-wrapper .left .login-wrapper .sign-out {
    font-size: 16px;
    line-height: 16px;
    padding-right: 5px;
    margin-right: 5px;
  }
  .header-wrapper .left .login-wrapper .welcome-agent-login {
    font-size: 18px;
    line-height: 18px;
  }
}
.header-wrapper .right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.header-wrapper .right .action-list ul {
  margin: 0;
  padding: 0;
}
.header-wrapper .right .action-list ul li {
  list-style: none;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.header-wrapper .right .action-list ul li .group {
  cursor: pointer;
}
.header-wrapper .right .action-list ul li .group .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.header-wrapper .right .action-list ul li .group .text {
  display: inline-block;
  vertical-align: middle;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #BFBFBF;
}
.header-wrapper .right .action-list ul li:last-child {
  margin-right: 0;
}
.header-wrapper .right .action-list ul li .ask_question-wrapper {
  position: absolute;
  background-color: #333333;
  width: 300px;
  top: 28px;
  right: 0;
  padding: 10px 15px 20px;
  opacity: 0;
  z-index: -1;
  margin-top: 10px;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-wrapper .right .action-list ul li .ask_question-wrapper .title {
  margin-bottom: 10px;
}
.header-wrapper .right .action-list ul li .ask_question-wrapper .title .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.header-wrapper .right .action-list ul li .ask_question-wrapper .title .text {
  display: inline-block;
  vertical-align: middle;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #BFBFBF;
  text-transform: uppercase;
}
.header-wrapper .right .action-list ul li .ask_question-wrapper .form-wrapper .style-input {
  margin-bottom: 15px;
}
.header-wrapper .right .action-list ul li .ask_question-wrapper .form-wrapper .style-input input[type=text] {
  border: 1px solid #ffffff;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  color: #ffffff;
}
.header-wrapper .right .action-list ul li .ask_question-wrapper .form-wrapper .style-input textarea {
  border: 1px solid #ffffff;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  color: #ffffff;
}
.header-wrapper .right .action-list ul li .ask_question-wrapper .capcha-wrapper {
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
}
.header-wrapper .right .action-list ul li .ask_question-wrapper .capcha-wrapper span {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 23px;
  line-height: 23px;
  color: #ffffff;
}
.header-wrapper .right .action-list ul li .ask_question-wrapper .capcha-wrapper .realperson-challenge {
  margin-top: 10px;
}
.header-wrapper .right .action-list ul li .ask_question-wrapper .capcha-wrapper .realperson-challenge .captcha-img {
  width: 100%;
  height: 38px;
  margin: auto;
}
.header-wrapper .right .action-list ul li .ask_question-wrapper .capcha-wrapper .realperson-challenge .captcha-img img {
  width: 100%;
  height: 100%;
}
.header-wrapper .right .action-list ul li .ask_question-wrapper .capcha-wrapper .realperson-challenge .txt-change-img {
  margin-bottom: 10px;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  cursor: pointer;
}
.header-wrapper .right .action-list ul li .ask_question-wrapper.active {
  opacity: 1;
  z-index: 1015;
  margin-top: 0;
  visibility: visible;
  overflow: visible !important;
}
.header-wrapper .right .action-list ul li.detail .group {
  cursor: default;
}
@media screen and (max-width: 768px) {
  .header-wrapper .right .action-list ul li:nth-child(1) {
    display: none;
  }
  .header-wrapper .right .action-list ul li:nth-child(2) {
    display: none;
  }
}
.header-wrapper .header-menu .logo {
  margin-right: 2px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 160px;
}
.header-wrapper .header-menu .logo img {
  width: 100%;
  height: 100%;
}
.header-wrapper .header-menu .logo.-desktop {
  display: inline-block;
}
.header-wrapper .header-menu .logo.-mobile {
  display: none;
}
.header-wrapper .header-menu .hamberger {
  background-color: #00AF4D;
  cursor: pointer;
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  padding: 14px 0;
  top: 20px;
}
.header-wrapper .header-menu .hamberger i {
  color: #ffffff;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .header-wrapper .header-menu {
    padding: 10px;
  }
  .header-wrapper .header-menu .logo {
    width: 120px;
    float: left;
    padding-top: 0;
  }
  .header-wrapper .header-menu .logo.-desktop {
    display: none;
  }
  .header-wrapper .header-menu .logo.-mobile {
    display: inline-block;
  }
  .header-wrapper .header-menu .hamberger {
    width: 44px;
    height: 44px;
    padding: 9px;
    /*float: right;
    top: 10px;*/
  }
  .header-wrapper .header-menu .hamberger i {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .header-wrapper .header-menu .logo {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .header-wrapper {
    background-color: inherit;
  }
  .header-wrapper .header-top {
    background-color: #333;
  }
}

.canvas-menu-wrapper {
  display: block;
}
@media screen and (max-width: 1024px) {
  .canvas-menu-wrapper {
    display: block;
  }
}
.canvas-menu-wrapper .canvas-menu {
  position: fixed;
  background-color: #333333;
  max-width: 320px;
  width: 100%;
  height: 100%;
  left: -320px;
  top: 0;
  z-index: 3000;
  padding: 15px;
  transition: left 0.5s ease;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
}
.canvas-menu-wrapper .canvas-menu .canvas-header .title-menu {
  float: left;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #00AF4D;
}
.canvas-menu-wrapper .canvas-menu .canvas-header .close-menu {
  float: right;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #D80000;
  cursor: pointer;
}
.canvas-menu-wrapper .canvas-menu .canvas-header .close-menu i {
  font-size: 18px;
}
.canvas-menu-wrapper .canvas-menu .canvas-listmenu {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  margin-top: 10px;
}
.canvas-menu-wrapper .canvas-menu .canvas-listmenu .nav-menu li {
  margin-bottom: 10px;
}
.canvas-menu-wrapper .canvas-menu .canvas-listmenu .nav-menu li a {
  display: block;
  font-size: 24px;
  color: #BFBFBF;
}
.canvas-menu-wrapper .canvas-menu .canvas-listmenu .nav-menu li a .text {
  float: left;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
}
.canvas-menu-wrapper .canvas-menu .canvas-listmenu .nav-menu li a .icon {
  float: right;
  font-size: 14px;
}
.canvas-menu-wrapper .canvas-menu .canvas-listmenu .nav-menu li a .icon:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* Fix version 5.0.9 */
}
.canvas-menu-wrapper .canvas-menu .canvas-listmenu .nav-menu li ul {
  padding-left: 15px;
  display: none;
}
.canvas-menu-wrapper .canvas-menu .canvas-listmenu .nav-menu li ul li {
  margin-bottom: 0;
}
.canvas-menu-wrapper .canvas-menu .canvas-listmenu .nav-menu li ul li a:hover {
  color: #55D7FD;
}
.canvas-menu-wrapper .canvas-menu .canvas-listmenu .nav-menu li.open a .icon:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* Fix version 5.0.9 */
}
.canvas-menu-wrapper .canvas-menu .sign-out {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  margin-top: 25px;
}
.canvas-menu-wrapper .canvas-menu .sign-out a {
  font-size: 24px;
  line-height: 24px;
  color: #DDC957;
}
.canvas-menu-wrapper .canvas-menu.open {
  left: 0;
}

.setting-menu-wrapper {
  display: block;
}
@media screen and (max-width: 1024px) {
  .setting-menu-wrapper {
    display: block;
  }
}
.setting-menu-wrapper .setting-menu {
  position: fixed;
  background-color: #333333;
  max-width: 400px;
  width: 100%;
  height: 100%;
  right: -400px;
  top: 0;
  z-index: 3000;
  transition: right 0.5s ease;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
}
.setting-menu-wrapper .setting-menu .setting-header {
  padding: 15px;
}
.setting-menu-wrapper .setting-menu .setting-header .title-menu {
  float: left;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #00AF4D;
}
.setting-menu-wrapper .setting-menu .setting-header .close-menu {
  float: right;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #D80000;
  cursor: pointer;
}
.setting-menu-wrapper .setting-menu .setting-header .close-menu i {
  font-size: 18px;
}
.setting-menu-wrapper .setting-menu .setting-listmenu {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  margin-top: 10px;
}
.setting-menu-wrapper .setting-menu .setting-listmenu ul {
  margin: 0;
  padding: 0;
}
.setting-menu-wrapper .setting-menu .setting-listmenu ul li {
  padding: 10px 15px;
  list-style: none;
  font-size: 24px;
  line-height: 24px;
  color: #BFBFBF;
  cursor: pointer;
}
.setting-menu-wrapper .setting-menu .setting-listmenu ul li .menu-setting i {
  margin-right: 10px;
  font-size: 18px;
}
.setting-menu-wrapper .setting-menu .setting-listmenu ul li:hover {
  background-color: #414141;
  border-left: 5px solid #00AF4D;
}
.setting-menu-wrapper .setting-menu.open {
  right: 0;
}

.setting-detaillist-wrapper {
  position: absolute;
  background-color: #333333;
  max-width: 400px;
  width: 100%;
  height: 100%;
  right: -400px;
  top: 0;
  z-index: 3001;
  transition: right 0.5s ease;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  overflow: auto;
}
.setting-detaillist-wrapper .head {
  padding: 15px;
  border-bottom: 1px dotted #BFBFBF;
}
.setting-detaillist-wrapper .head .title-menu {
  float: left;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #00AF4D;
}
.setting-detaillist-wrapper .head .close-menu {
  float: right;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #D80000;
  cursor: pointer;
}
.setting-detaillist-wrapper .head .close-menu i {
  font-size: 18px;
}
.setting-detaillist-wrapper .detail-menu {
  padding: 15px;
  border-bottom: 1px dotted #BFBFBF;
}
.setting-detaillist-wrapper .detail-menu .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
.setting-detaillist-wrapper .detail-menu .desc {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}
.setting-detaillist-wrapper .type-page-wrapper {
  padding: 15px;
  border-bottom: 1px dotted #BFBFBF;
}
.setting-detaillist-wrapper .type-page-wrapper ul {
  margin: 0;
  padding: 0;
}
.setting-detaillist-wrapper .type-page-wrapper ul li {
  padding: 0 !important;
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
.setting-detaillist-wrapper .type-page-wrapper ul li .style-input input[type=radio] + label .group-radio {
  margin-left: 45px;
  vertical-align: top;
  background-color: inherit;
  padding: 0;
  border-radius: 15px;
  text-align: center;
  padding: 0;
}
.setting-detaillist-wrapper .type-page-wrapper ul li .style-input input[type=radio] + label .group-radio .text {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
}
.setting-detaillist-wrapper .type-page-wrapper ul li .style-input input[type=radio] + label .group-radio {
  width: auto;
}
.setting-detaillist-wrapper .type-page-wrapper ul li .style-input input[type=radio]:checked + label .group-radio {
  background-color: inherit;
}
.setting-detaillist-wrapper .type-page-wrapper ul li:hover {
  background-color: inherit !important;
  border-left: none !important;
}
@media screen and (max-width: 600px) {
  .setting-detaillist-wrapper .type-page-wrapper ul li {
    width: 100%;
  }
}
.setting-detaillist-wrapper .list-menu-page-wrapper {
  padding: 15px;
  border-bottom: 1px dotted #BFBFBF;
}
.setting-detaillist-wrapper .list-menu-page-wrapper ul {
  margin: 0;
  padding: 0;
}
.setting-detaillist-wrapper .list-menu-page-wrapper ul li {
  padding: 0 !important;
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
.setting-detaillist-wrapper .list-menu-page-wrapper ul li .style-input input[type=checkbox] + label .group-checkbox {
  margin-left: 45px;
  vertical-align: top;
  background-color: inherit;
  padding: 0;
  border-radius: 15px;
  text-align: center;
}
.setting-detaillist-wrapper .list-menu-page-wrapper ul li .style-input input[type=checkbox] + label .group-checkbox .text {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
}
.setting-detaillist-wrapper .list-menu-page-wrapper ul li .style-input input[type=checkbox]:checked + label .group-checkbox {
  background-color: inherit;
}
.setting-detaillist-wrapper .list-menu-page-wrapper ul li:hover {
  background-color: inherit !important;
  border-left: none !important;
}
@media screen and (max-width: 600px) {
  .setting-detaillist-wrapper .list-menu-page-wrapper ul li {
    width: 100%;
  }
}
.setting-detaillist-wrapper .list-backgroundDefault-wrapper, .setting-detaillist-wrapper .list-backgroundCustom-wrapper {
  display: none;
  padding: 15px;
  border-bottom: 1px dotted #BFBFBF;
}
.setting-detaillist-wrapper .list-backgroundDefault-wrapper .title, .setting-detaillist-wrapper .list-backgroundCustom-wrapper .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
.setting-detaillist-wrapper .list-backgroundDefault-wrapper .list-img-background ul, .setting-detaillist-wrapper .list-backgroundCustom-wrapper .list-img-background ul {
  margin: 0;
  padding: 0;
}
.setting-detaillist-wrapper .list-backgroundDefault-wrapper .list-img-background ul .list-item, .setting-detaillist-wrapper .list-backgroundCustom-wrapper .list-img-background ul .list-item {
  padding: 10px;
  width: 173px;
  height: 115px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.setting-detaillist-wrapper .list-backgroundDefault-wrapper .list-img-background ul .list-item .image img, .setting-detaillist-wrapper .list-backgroundCustom-wrapper .list-img-background ul .list-item .image img {
  width: 100%;
}
.setting-detaillist-wrapper .list-backgroundDefault-wrapper .list-img-background ul .list-item .image:hover, .setting-detaillist-wrapper .list-backgroundCustom-wrapper .list-img-background ul .list-item .image:hover {
  outline: 5px solid #00AF4D;
}
.setting-detaillist-wrapper .list-backgroundDefault-wrapper .list-img-background ul .list-item:hover, .setting-detaillist-wrapper .list-backgroundCustom-wrapper .list-img-background ul .list-item:hover {
  background-color: transparent;
  border-left: none;
}
.setting-detaillist-wrapper .list-backgroundDefault-wrapper .list-img-background ul .list-item.active .image, .setting-detaillist-wrapper .list-backgroundCustom-wrapper .list-img-background ul .list-item.active .image {
  outline: 5px solid #00AF4D;
}
.setting-detaillist-wrapper .list-backgroundDefault-wrapper .style-input, .setting-detaillist-wrapper .list-backgroundCustom-wrapper .style-input {
  margin-bottom: 0;
  margin-top: 10px;
  height: auto;
  padding-left: 0;
}
.setting-detaillist-wrapper .list-backgroundDefault-wrapper .style-input label, .setting-detaillist-wrapper .list-backgroundCustom-wrapper .style-input label {
  background-color: #00AF4D;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  padding: 5px 10px;
}
.setting-detaillist-wrapper .list-backgroundDefault-wrapper .style-input label i, .setting-detaillist-wrapper .list-backgroundCustom-wrapper .style-input label i {
  font-size: 16px;
  margin-left: 5px;
}
.setting-detaillist-wrapper .list-backgroundDefault-wrapper .style-input .file-name, .setting-detaillist-wrapper .list-backgroundCustom-wrapper .style-input .file-name {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}
.setting-detaillist-wrapper .list-warning-wrapper ul {
  margin: 0;
  padding: 0;
}
.setting-detaillist-wrapper .list-warning-wrapper ul li {
  background-color: #414141;
  padding-bottom: 10px;
  border-bottom: 1px dotted #bfbfbf;
}
.setting-detaillist-wrapper .list-warning-wrapper ul li .date-time {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
.setting-detaillist-wrapper .list-warning-wrapper ul li .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 10px;
}
.setting-detaillist-wrapper .list-warning-wrapper ul li .desc {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}
.setting-detaillist-wrapper .list-warning-wrapper ul .warning1 {
  border-left: 5px solid #00AF4D;
}
.setting-detaillist-wrapper .list-warning-wrapper ul .warning1:hover {
  border-left: 5px solid #00AF4D;
}
.setting-detaillist-wrapper .list-warning-wrapper ul .warning2 {
  border-left: 5px solid #FF6600;
}
.setting-detaillist-wrapper .list-warning-wrapper ul .warning2:hover {
  border-left: 5px solid #FF6600 !important;
}
.setting-detaillist-wrapper .list-warning-wrapper ul .warning3 {
  border-left: 5px solid #B8259A;
}
.setting-detaillist-wrapper .list-warning-wrapper ul .warning3:hover {
  border-left: 5px solid #B8259A !important;
}
.setting-detaillist-wrapper .button-wrapper {
  padding: 20px 15px;
}
.setting-detaillist-wrapper .button-wrapper .btn i {
  line-height: 30px;
}
@media screen and (max-width: 999px) {
  .setting-detaillist-wrapper .button-wrapper .btn {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 999px) {
  .setting-detaillist-wrapper .button-wrapper .col-md-6:last-of-type .btn {
    margin-bottom: 0;
  }
}
.setting-detaillist-wrapper .button-warning-wrapper {
  margin: 15px 0 0;
}
.setting-detaillist-wrapper .button-warning-wrapper .btn {
  background-color: #ffffff;
}
.setting-detaillist-wrapper .button-warning-wrapper .btn .text {
  color: #000000;
}
.setting-detaillist-wrapper .button-warning-wrapper .btn:hover {
  background-color: #00AF4D;
}
.setting-detaillist-wrapper .button-warning-wrapper .btn:hover .text {
  color: #ffffff;
}

.setting-detaillist-wrapper.active {
  right: 0;
}

.change--language {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00AF4D;
  border-radius: 20px;
  padding: 4px 0;
}
.change--language a {
  display: block;
}
.change--language a:after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  right: 0;
}
.change--language a.active:after {
  background-color: white;
  z-index: -1;
}
.change--language a {
  position: relative;
  z-index: 9;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.change--language a.active {
  color: #00AF4D;
}
@media (max-width: 991px) {
  .change--language {
    display: none;
  }
}

.banner .item {
  height: 600px;
  overflow: hidden;
}
.banner .item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .banner .item {
    height: auto;
  }
}

@media screen and (max-width: 440px) {
  .banner-wrapper.error-page ul li .banner-mb img {
    height: auto;
  }
}
.banner-wrapper ul {
  margin: 0;
  padding: 0;
}
.banner-wrapper ul li .banner-dt {
  display: block;
}
.banner-wrapper ul li .banner-dt img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .banner-wrapper ul li .banner-dt {
    display: none;
  }
}
.banner-wrapper ul li .banner-mb {
  display: none;
}
@media screen and (max-width: 767px) {
  .banner-wrapper ul li .banner-mb {
    display: block;
  }
  .banner-wrapper ul li .banner-mb img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 440px) {
  .banner-wrapper ul li .banner-mb img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .banner-wrapper ul li .banner-mb__login img {
    height: 550px;
  }
}

.banner-wrapper.inpage {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .banner-wrapper.inpage {
    display: none;
  }
}

.loading {
  background-color: rgba(102, 102, 102, 0.7);
  z-index: 9999;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
}

.loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

.loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  border-radius: 50% 50% 50% 50%;
}

.object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  position: absolute;
  border-radius: 50% 50% 50% 50%;
  -webkit-animation: animate 0.8s infinite;
  animation: animate 0.8s infinite;
}

.object_one {
  top: 19px;
  left: 19px;
}

.object_two {
  top: 0px;
  left: 65px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.object_three {
  top: 19px;
  left: 111px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.object_four {
  top: 65px;
  left: 130px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.object_five {
  top: 111px;
  left: 111px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.object_six {
  top: 130px;
  left: 65px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.object_seven {
  top: 111px;
  left: 19px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.object_eight {
  top: 65px;
  left: 0px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

@-webkit-keyframes animate {
  25% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes animate {
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.line-divider {
  border-bottom: 1px dotted #BFBFBF;
  margin-bottom: 20px;
}

.list-pagination {
  text-align: right;
  vertical-align: middle;
  line-height: 25px;
  margin-bottom: 0px;
}
.list-pagination .holder {
  padding: 10px 5px;
  /*margin-left: 10px;
  margin-right: 10px;*/
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  margin: 0;
}
.list-pagination .holder a {
  width: 25px;
  height: 25px;
  display: inline-block;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 25px;
  cursor: pointer;
  margin: 0 5px;
  color: #999999;
  text-align: center;
}
.list-pagination .holder a:hover {
  background-color: #00AF4D;
  color: #ffffff;
}
.list-pagination .holder a.jp-previous {
  text-indent: -9999px;
  background-image: url("../../../../Images/icons/ico-slideleft.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #404040;
  margin-right: 10px;
}
.list-pagination .holder a.jp-next {
  text-indent: -9999px;
  background-image: url("../../../../Images/icons/ico-slideright.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #404040;
  margin-left: 10px;
}
.list-pagination .holder a.jp-first, .list-pagination .holder a.jp-last {
  background-color: transparent;
}
.list-pagination .holder a.jp-first:hover, .list-pagination .holder a.jp-last:hover {
  background-color: transparent;
}
.list-pagination .holder a.jp-current {
  background-color: #00AF4D;
  color: #ffffff;
}
.list-pagination .holder a.jp-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.section-Onpage {
  position: relative;
}

.section-Onpage.inpage {
  position: relative;
  padding-top: 200px;
  padding-bottom: 80px;
  overflow: hidden;
}
.section-Onpage.inpage .positionOnbanner {
  position: relative;
}
.section-Onpage.inpage .positionOnbanner.fixed {
  top: 0;
  min-height: 500px;
}
.section-Onpage.inpage .ourhighlight-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-Onpage.inpage {
    padding-top: 0;
  }
  .section-Onpage.inpage .positionOnbanner {
    background-color: #ffffff;
  }
}

.positionOnbanner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 99;
  padding: 0 15px;
}
.positionOnbanner .all-content-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.positionOnbanner .all-content-wrapper .all-content {
  display: table-cell;
  vertical-align: middle;
}
.positionOnbanner .all-content-wrapper .all-content.error-page h1 {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 100px;
  line-height: 80px;
  color: #fff;
  margin-bottom: 20px;
}
.positionOnbanner .all-content-wrapper .all-content.error-page h1 span {
  color: #00AF4D;
}
.positionOnbanner .all-content-wrapper .all-content.error-page .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.positionOnbanner .all-content-wrapper .all-content.error-page .detail .icon-noti {
  width: 50px;
  height: 42px;
  margin-right: 10px;
}
.positionOnbanner .all-content-wrapper .all-content.error-page .detail .text-noti {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #666;
  width: 400px;
}
.positionOnbanner .all-content-wrapper .all-content.error-page .detail .text-noti a {
  font-size: 24px;
  color: #00AF4D;
}
.positionOnbanner .all-content-wrapper .all-content.error-page .detail .text-noti a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .positionOnbanner .all-content-wrapper .all-content.error-page {
    word-break: break-all;
  }
  .positionOnbanner .all-content-wrapper .all-content.error-page .detail .text-noti {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .positionOnbanner .all-content-wrapper .all-content.error-page h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .positionOnbanner .all-content-wrapper .all-content.error-page .detail .text-noti {
    width: auto;
  }
}
.positionOnbanner .section-box-data {
  background-color: #ffffff;
  padding: 20px;
}
.positionOnbanner .section-box-data .head .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 44px;
  line-height: 44px;
  color: #00AF4D;
  margin: 0 0 20px;
  float: left;
}
.positionOnbanner .section-box-data .head .sub-title {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #000;
  margin-bottom: 20px;
}
.positionOnbanner .section-box-data .head .close-box {
  cursor: pointer;
  float: right;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 44px;
  color: #D90000;
  text-transform: uppercase;
}
.positionOnbanner .section-box-data .head .close-box a {
  color: #D90000;
}
.positionOnbanner .section-box-data .head .close-box i {
  font-size: 14px;
}
.positionOnbanner .section-box-data .head .section-btn-head.right {
  text-align: right;
}
.positionOnbanner .section-box-data .head .section-btn-head .btn {
  display: inline-block;
  width: 190px;
  margin: 10px 0;
  text-align: right;
}
.positionOnbanner .section-box-data .head.border {
  border-bottom: 1px dotted #BFBFBF;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.positionOnbanner .section-box-data .head.border .title {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .positionOnbanner .section-box-data .head.border .title {
    margin-top: 25px;
  }
  .positionOnbanner .section-box-data .head.border .close-box {
    position: absolute;
    right: 15px;
    top: 0;
  }
}
.positionOnbanner .section-box-data .name-report {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 29px;
  line-height: 29px;
  color: #666666;
  margin-bottom: 20px;
}
.positionOnbanner .section-box-data .name-report span {
  color: #00AF4D;
}
.positionOnbanner .section-box-data .feint-tab {
  margin-top: 20px;
}
.positionOnbanner .section-box-data .feint-tab ul {
  margin: 0;
  padding: 0;
}
.positionOnbanner .section-box-data .feint-tab ul li {
  list-style: none;
  float: left;
  margin-right: 2px;
}
.positionOnbanner .section-box-data .feint-tab ul li a .box-tab {
  background-color: #F2F2F2;
  padding: 5px 10px;
}
.positionOnbanner .section-box-data .feint-tab ul li a .box-tab .icon-right {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
}
.positionOnbanner .section-box-data .feint-tab ul li a .box-tab .text-menu {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #999999;
  margin: 0 15px;
}
.positionOnbanner .section-box-data .feint-tab ul li a .box-tab .icon-down {
  vertical-align: middle;
  color: #AFAFAF;
  display: none;
}
.positionOnbanner .section-box-data .feint-tab ul li.active a .box-tab {
  background-color: #00AF4D;
}
.positionOnbanner .section-box-data .feint-tab ul li.active a .box-tab .icon-right {
  color: #ffffff;
  display: none;
}
.positionOnbanner .section-box-data .feint-tab ul li.active a .box-tab .text-menu {
  color: #ffffff;
}
.positionOnbanner .section-box-data .feint-tab ul li.active a .box-tab .icon-down {
  color: #ffffff;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .positionOnbanner .section-box-data .feint-tab ul li {
    width: 49%;
    margin-bottom: 2px;
    text-align: center;
  }
  .positionOnbanner .section-box-data .feint-tab ul li a .box-tab {
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .positionOnbanner .section-box-data .feint-tab ul li a .box-tab .icon-right {
    display: none;
  }
  .positionOnbanner .section-box-data .feint-tab ul li a .box-tab .icon-down {
    display: none;
  }
  .positionOnbanner .section-box-data .feint-tab ul li a .box-tab .text-menu {
    font-size: 25px;
    line-height: 25px;
    width: 100%;
  }
  .positionOnbanner .section-box-data .feint-tab ul li.active a .box-tab .icon-down {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .positionOnbanner .section-box-data .feint-tab ul li:nth-child(3) a .box-tab, .positionOnbanner .section-box-data .feint-tab ul li:nth-child(4) a .box-tab {
    padding-top: 8px;
  }
}
.positionOnbanner.widget-list {
  position: relative;
  margin-top: -850px;
  padding-bottom: 100px;
  min-height: 790px;
}
@media screen and (max-width: 1024px) {
  .positionOnbanner {
    position: relative;
    margin-top: -450px;
  }
  .positionOnbanner.widget-list {
    margin-top: -450px;
  }
}
@media screen and (max-width: 900px) {
  .positionOnbanner {
    margin-top: -300px;
  }
  .positionOnbanner.widget-list {
    margin-top: -300px;
  }
}
@media screen and (max-width: 768px) {
  .positionOnbanner {
    margin-top: -220px;
  }
  .positionOnbanner.widget-list {
    margin-top: -220px;
  }
  .positionOnbanner .section-box-data {
    padding: 20px 0;
  }
  .positionOnbanner .section-box-data .head .title {
    font-size: 40px;
    line-height: 40px;
  }
}

.positionOnbanner.fixed {
  position: absolute;
  left: 0;
  right: 0;
  top: 320px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .positionOnbanner.fixed {
    position: relative;
    top: 0;
  }
}

.positionOnbanner.full {
  max-width: 1280px;
  z-index: 1010;
}

.positionOnbanner.md {
  max-width: 1120px;
}

.positionOnbanner.login {
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .positionOnbanner.login {
    position: absolute;
    margin-top: 0;
  }
}

.positionOnbanner.form {
  position: relative;
  margin-top: -710px;
  padding-bottom: 80px;
  min-height: 710px;
}
@media screen and (max-width: 1300px) {
  .positionOnbanner.form {
    position: relative;
    margin-top: -510px;
  }
}

.positionOnbanner.print {
  width: 1024px !important;
}

@media screen and (max-width: 480px) {
  .positionOnbanner.errorpage {
    margin-top: -88px;
  }
}

.page-wrapper {
  z-index: 1025;
}

.setp-wrapper {
  float: right;
  margin-right: 20px;
}
.setp-wrapper .text-step {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 44px;
  color: #999999;
  display: inline-block;
  vertical-align: middle;
}
.setp-wrapper ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.setp-wrapper ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border: 1px solid #999999;
  border-radius: 100%;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #999999;
  margin: 0 10px;
  text-align: center;
}
.setp-wrapper ul li.active {
  border: 1px solid #00AF4D;
  color: #333333;
}

.box-step-wrapper {
  text-align: center;
  margin: 10px 0;
}
.box-step-wrapper ul {
  margin: 0;
  padding: 0;
}
.box-step-wrapper ul li {
  display: inline-block;
  vertical-align: top;
}
.box-step-wrapper ul li .num-step {
  display: inline-block;
  vertical-align: top;
  width: 60px;
}
.box-step-wrapper ul li .num-step .num {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #999999;
  border: 1px solid #999999;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin: auto;
  padding-top: 3px;
}
.box-step-wrapper ul li .num-step .text {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #999999;
}
.box-step-wrapper ul li .point-step {
  display: inline-block;
  vertical-align: top;
}
.box-step-wrapper ul li .point-step .point {
  background-color: #999999;
  border: 1px solid #999999;
  width: 9px;
  height: 9px;
  margin: 0 2px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
}
.box-step-wrapper ul li.active .num-step .num {
  color: #00AF4D;
  border: 1px solid #00AF4D;
}
.box-step-wrapper ul li.active .num-step .text {
  color: #00AF4D;
}
.box-step-wrapper ul li.active .point-step .point {
  background-color: #00AF4D;
  border: 1px solid #00AF4D;
}
@media screen and (max-width: 768px) {
  .box-step-wrapper ul li .num-step {
    width: 55px;
  }
  .box-step-wrapper ul li .num-step .num {
    font-size: 20px;
    line-height: 20px;
    width: 25px;
    height: 25px;
    padding-top: 2px;
  }
  .box-step-wrapper ul li .num-step .text {
    font-size: 20px;
    line-height: 20px;
  }
  .box-step-wrapper ul li .point-step .point {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 480px) {
  .box-step-wrapper ul li .point-step {
    display: none;
  }
}

.accout-agents-wrapper .on {
  margin-bottom: 30px;
}
.accout-agents-wrapper .on .all-total-insure {
  position: relative;
  overflow: hidden;
}
.accout-agents-wrapper .on .all-total-insure ul {
  margin: 0;
  padding: 0;
  /*display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.accout-agents-wrapper .on .all-total-insure ul li {
  list-style: none;
  /*display: inline-block;
  vertical-align: middle;
  width: 25%;*/
  text-align: center;
}
.accout-agents-wrapper .on .all-total-insure ul li .balance .sum {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 70px;
  line-height: 70px;
  color: #ffffff;
}
.accout-agents-wrapper .on .all-total-insure ul li .balance .text {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .accout-agents-wrapper .on .all-total-insure ul {
    -ms-grid-columns: auto 1fr 1fr 1fr;
    grid-template-columns: auto 1fr 1fr 1fr;
  }
}
.accout-agents-wrapper .middle {
  margin-bottom: 20px;
}
.accout-agents-wrapper .middle .setting-menu-page {
  position: relative;
  overflow: hidden;
}
.accout-agents-wrapper .middle .setting-menu-page ul {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.accout-agents-wrapper .middle .setting-menu-page ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 120px;
  text-align: center;
  padding: 0;
  position: relative;
}
.accout-agents-wrapper .middle .setting-menu-page ul li .notification-wrapper {
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  position: absolute;
  top: 0;
  right: 0;
}
.accout-agents-wrapper .middle .setting-menu-page ul li .notification-wrapper .count {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #333333;
  text-align: center;
}
.accout-agents-wrapper .middle .setting-menu-page ul li .list-menu-page {
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  height: 100%;
  position: relative;
}
.accout-agents-wrapper .middle .setting-menu-page ul li .list-menu-page .icon {
  height: 36px;
  margin-bottom: 10px;
}
.accout-agents-wrapper .middle .setting-menu-page ul li .list-menu-page .icon img {
  width: auto;
  height: 100%;
}
.accout-agents-wrapper .middle .setting-menu-page ul li .list-menu-page .text-outer {
  height: 50px;
  width: 100%;
  margin: 0 auto;
  /*position: absolute;
  left: 0;
  right: 0;*/
}
.accout-agents-wrapper .middle .setting-menu-page ul li .list-menu-page .text-outer .text-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.accout-agents-wrapper .middle .setting-menu-page ul li .list-menu-page .text-outer .text {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 25px;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .accout-agents-wrapper .middle .setting-menu-page ul {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1400px) {
  .accout-agents-wrapper .middle .setting-menu-page ul {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
.accout-agents-wrapper .bottom .expire-wrapper ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.accout-agents-wrapper .bottom .expire-wrapper ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
}
.accout-agents-wrapper .bottom .expire-wrapper ul li .expire .date {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
}
.accout-agents-wrapper .bottom .expire-wrapper ul li .expire .text {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .accout-agents-wrapper .bottom {
    padding-top: 20px;
  }
  .accout-agents-wrapper .bottom .expire-wrapper ul li {
    margin-bottom: 20px;
  }
  .accout-agents-wrapper .bottom .expire-wrapper ul li .expire .date {
    font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
    font-size: 40px;
    line-height: 40px;
    color: #333333;
  }
  .accout-agents-wrapper .bottom .expire-wrapper ul li .expire .text {
    font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
  }
}
@media screen and (max-width: 999px) {
  .accout-agents-wrapper .middle {
    /*.setting-menu-page {
        ul {
            li {
                width: 25%;

                .notification-wrapper {
                    background-color: #333333;
                    width: 25px;
                    height: 25px;
                    border-radius: 25px;
                    position: absolute;
                    top: 0;
                    right: 0;

                    .count {
                        font-family: $font-mainregular;
                        font-size: 20px;
                        line-height: 25px;
                        color: #ffffff;
                        text-align: center;
                    }
                }

                .list-menu-page {
                    border-radius: 10px;
                    padding: 10px;
                    height: 100%;
                    position: relative;

                    .icon {
                        height: 36px;
                        margin-bottom: 5px;

                        img {
                            width: auto;
                            height: 100%;
                        }
                    }

                    .text-outer {
                        height: 50px;
                        width: 100px;
                        margin: auto;
                        position: absolute;
                        left: 0;
                        right: 0;

                        .text-inner {
                            display: table;
                            width: 100%;
                            height: 100%;
                        }

                        .text {
                            font-family: $font-mainregular;
                            font-size: 30px;
                            line-height: 25px;
                            color: #ffffff;
                            display: table-cell;
                            vertical-align: middle;
                        }
                    }
                }
            }
        }
    }*/
  }
}
@media screen and (max-width: 768px) {
  .accout-agents-wrapper .on {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .accout-agents-wrapper .on .all-total-insure ul li {
    /*width: 50%;
    margin-bottom: 20px;*/
  }
  .accout-agents-wrapper .on .all-total-insure ul li .balance .sum {
    font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
  }
  .accout-agents-wrapper .on .all-total-insure ul li .balance .text {
    font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
  }
  .accout-agents-wrapper .middle {
    margin-bottom: 20px;
    /*.setting-menu-page {
        ul {
            li {
                width: 25%;

                .notification-wrapper {
                    background-color: #333333;
                    width: 25px;
                    height: 25px;
                    border-radius: 25px;
                    position: absolute;
                    top: 0;
                    right: 0;

                    .count {
                        font-family: $font-mainregular;
                        font-size: 20px;
                        line-height: 25px;
                        color: #ffffff;
                        text-align: center;
                    }
                }

                .list-menu-page {
                    border-radius: 10px;
                    padding: 10px;
                    height: 100%;
                    position: relative;

                    .icon {
                        height: 36px;
                        margin-bottom: 5px;

                        img {
                            width: auto;
                            height: 100%;
                        }
                    }

                    .text-outer {
                        height: 50px;
                        width: 100px;
                        margin: auto;
                        position: absolute;
                        left: 0;
                        right: 0;

                        .text-inner {
                            display: table;
                            width: 100%;
                            height: 100%;
                        }

                        .text {
                            font-family: $font-mainregular;
                            font-size: 22px;
                            line-height: 25px;
                            color: #ffffff;
                            display: table-cell;
                            vertical-align: middle;
                        }
                    }
                }
            }
        }
    }*/
  }
  .accout-agents-wrapper .bottom .expire-wrapper ul li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .accout-agents-wrapper .middle {
    /*.setting-menu-page {
        ul {
            li {
                width: 50%;
            }
        }
    }*/
  }
}

.box-alert {
  margin-bottom: 30px;
}
.box-alert ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.box-alert ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 20px;
}
.box-alert ul li .item {
  padding: 15px;
  border: 1px dotted #BFBFBF;
}
.box-alert ul li .item .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.box-alert ul li .item .text {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.box-alert ul li .item .text .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}
.box-alert ul li .item .text .detail {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #00AF4D;
}
@media screen and (max-width: 768px) {
  .box-alert ul li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .box-alert ul li {
    width: 100%;
    margin-left: 0;
  }
  .box-alert ul li .item {
    text-align: left;
    padding-left: 50px;
  }
}
.box-alert .section-prb {
  margin-bottom: 40px;
}
.box-alert .title-overline {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  color: #999999;
  width: 100%;
  text-align: center;
  border-bottom: 1px dotted #999999;
  line-height: 0.1em;
  margin: 30px 0 20px;
}
.box-alert .title-overline span {
  background: #ffffff;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .box-alert .title-overline {
    margin-top: 20px;
  }
}
.box-alert .second-box li {
  width: 300px;
}
@media screen and (max-width: 480px) {
  .box-alert .second-box li {
    width: 100%;
    margin-left: 0;
  }
}

.box-alert2 {
  margin-bottom: 30px;
}
.box-alert2 .left {
  float: left;
}
@media screen and (max-width: 768px) {
  .box-alert2 .left {
    float: none;
    display: block;
  }
}
.box-alert2 .right {
  float: right;
}
@media screen and (max-width: 768px) {
  .box-alert2 .right {
    float: none;
    display: block;
  }
}
.box-alert2 .text {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}
.box-alert2 .text span {
  color: #00AF4D;
}
.box-alert2 .item {
  float: right;
  padding: 15px;
  border: 1px dotted #BFBFBF;
}
.box-alert2 .item .icon {
  float: left;
  margin-right: 15px;
}
.box-alert2 .item .text {
  float: right;
  text-align: left;
}
.box-alert2 .item .text .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}
.box-alert2 .item .text .detail {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #00AF4D;
}

.downloadfile-wrapper {
  margin-bottom: 20px;
}
.downloadfile-wrapper .download {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.downloadfile-wrapper .download .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.downloadfile-wrapper .download .icon i {
  font-size: 18px;
  color: #666666;
}
.downloadfile-wrapper .download .file-download {
  display: inline-block;
  vertical-align: middle;
}
.downloadfile-wrapper .download .file-download ul {
  margin: 0;
  padding: 0;
}
.downloadfile-wrapper .download .file-download ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
}
.downloadfile-wrapper .download .file-download ul li a {
  color: #666666;
}
.downloadfile-wrapper .download .file-download ul li a:hover {
  color: #00AF4D;
}
.downloadfile-wrapper .download .file-download ul li:after {
  content: "|";
  padding: 0 5px;
}
.downloadfile-wrapper .download .file-download ul li:last-child:after {
  display: none;
}
.downloadfile-wrapper .print-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.downloadfile-wrapper .print-wrapper .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.downloadfile-wrapper .print-wrapper .icon i {
  font-size: 18px;
  color: #666666;
}
.downloadfile-wrapper .print-wrapper .print {
  display: inline-block;
  vertical-align: middle;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #666666;
  cursor: pointer;
}
.downloadfile-wrapper .print-wrapper .print:hover {
  color: #00AF4D;
}

.downloadfile-wrapper.report {
  margin-bottom: 20px;
  margin-top: 20px;
}
.downloadfile-wrapper.report .download {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.downloadfile-wrapper.report .download .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.downloadfile-wrapper.report .download .icon i {
  font-size: 18px;
  color: #666666;
}
.downloadfile-wrapper.report .download .file-download-only {
  display: inline-block;
  vertical-align: middle;
}
.downloadfile-wrapper.report .download .file-download-only ul {
  margin: 0;
  padding: 0;
}
.downloadfile-wrapper.report .download .file-download-only ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
}
.downloadfile-wrapper.report .download .file-download-only ul li a {
  color: #666666;
}
.downloadfile-wrapper.report .download .file-download-only ul li a:hover {
  color: #00AF4D;
}
.downloadfile-wrapper.report .download .file-download-only ul li:after {
  content: "|";
  padding: 0 5px;
}
.downloadfile-wrapper.report .download .file-download-only ul li:last-child:after {
  content: "";
  padding: 0 5px;
  display: none;
}
.downloadfile-wrapper.report .print-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.downloadfile-wrapper.report .print-wrapper .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.downloadfile-wrapper.report .print-wrapper .icon i {
  font-size: 18px;
  color: #666666;
}
.downloadfile-wrapper.report .print-wrapper .print {
  display: inline-block;
  vertical-align: middle;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #666666;
  cursor: pointer;
}
.downloadfile-wrapper.report .print-wrapper .print:hover {
  color: #00AF4D;
}

.importfile-addfile-wrapper {
  margin: 20px 0;
}
.importfile-addfile-wrapper .importfile .txt-title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 40px;
  float: left;
  margin-right: 10px;
}
.importfile-addfile-wrapper .importfile .box-inp-file {
  float: left;
  max-width: 300px;
  width: 100%;
}
.importfile-addfile-wrapper .importfile .box-inp-file label {
  display: block;
  margin-bottom: 0;
}
.importfile-addfile-wrapper .importfile .box-inp-file i {
  float: right;
  font-size: 18px;
  line-height: 25px;
}
.importfile-addfile-wrapper .addfile {
  float: right;
}
.importfile-addfile-wrapper .addfile .btn {
  width: 80px;
  text-align: right;
}

.jpg-demo img {
  width: 100%;
  height: 100%;
}

.annotation {
  margin-top: 30px;
}
.annotation .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #D80000;
}
.annotation .desc p {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #666666;
}

.remark-warpper {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 21px;
  line-height: 21px;
  color: #D80000;
}

.modal {
  overflow: auto !important;
}
.modal .modal-dialog.md {
  width: 1024px;
}
@media screen and (max-width: 1024px) {
  .modal .modal-dialog.md {
    width: auto;
  }
}
.modal .modal-dialog .modal-content .modal-header.no-border {
  border: none;
  padding-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-header .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 44px;
  line-height: 44px;
  color: #00AF4D;
  margin: 0;
  float: left;
}
.modal .modal-dialog .modal-content .modal-header .title--sub {
  font-size: 32px;
}
.modal .modal-dialog .modal-content .modal-header .close-modal {
  float: right;
  cursor: pointer;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 44px;
  color: #D90000;
  text-transform: uppercase;
}
.modal .modal-dialog .modal-content .modal-header .close-modal i {
  font-size: 14px;
}
.modal .modal-dialog .modal-content .modal-body .title-topic {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 44px;
  line-height: 44px;
  color: #00AF4D;
  text-align: center;
  margin-top: 0;
}
.modal .modal-dialog .modal-content .modal-body .list-item-manual {
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-body .list-item-manual ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .list-item-manual ul li {
  list-style: none;
  border: 1px solid #999999;
  border-radius: 10px;
  padding: 15px;
  margin: 10px;
  min-width: 120px;
  /*&:first-child {
      margin-left: 0;
  }

  &:last-child {
      margin-right: 0;
  }*/
}
.modal .modal-dialog .modal-content .modal-body .list-item-manual ul li .icon-type-pdf {
  width: 36px;
  height: 42px;
}
.modal .modal-dialog .modal-content .modal-body .list-item-manual ul li .name-pdf {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #333;
}
.modal .modal-dialog .modal-content .modal-body .list-item-manual ul li p {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #333;
  margin-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-body p {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #666666;
}
.modal .modal-dialog .modal-content .modal-body .thankyou {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #00AF4D;
}
.modal .modal-dialog .modal-content .modal-body .ways-payment .btn {
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-body .section-btn .btn {
  width: 240px;
}
.modal .modal-dialog .modal-content .modal-body .editor {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #666666;
}
.modal .modal-dialog .modal-content .modal-body .editor img {
  width: 100%;
  margin-bottom: 15px;
}
.modal .modal-dialog .modal-content.modal-alert .modal-footer .section-btn {
  margin: 0;
}
.modal .modal-dialog .modal-content.modal-alert .modal-footer .section-btn .btn {
  width: 120px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.modal .modal-dialog .modal-content.modal-alert .modal-footer .section-btn__md .btn {
  width: 270px;
  margin: 0 10px 20px;
}
.modal .modal-dialog .modal-content.theme-marine .title, .modal .modal-dialog .modal-content.theme-marine .title-file {
  color: #0281A6;
}
.modal .modal-dialog .modal-content.theme-marine input[type=radio]:checked + label {
  background-image: url("../../../Images/marine/icons/icon-inp_radio_checked.png");
}
.modal .modal-dialog .modal-content.theme-marine input[type=radio]:checked + label .group-radio {
  background-color: #55D7FD;
}
.modal .modal-dialog .modal-content.theme-marine input[type=checkbox]:checked + label {
  background: url("../../../Images/marine/icons/icon-inp_checkbox_checked.png") no-repeat;
}
.modal .modal-dialog .modal-content.theme-marine input[type=checkbox]:checked + label .group-checkbox {
  background-color: #55D7FD;
}
.modal .modal-dialog .modal-content.theme-marine input[type=text] {
  color: #0281A6;
}
.modal .modal-dialog .modal-content.theme-marine .select-wrapper .bootstrap-select .dropdown-menu li.selected a {
  color: #0281A6 !important;
}
.modal .modal-dialog .modal-content.theme-marine .select-wrapper .bootstrap-select .dropdown-menu li.selected a:hover {
  color: #ffffff !important;
}
.modal .modal-dialog .modal-content.theme-marine .select-wrapper .bootstrap-select .dropdown-menu.open .dropdown-menu.inner li a {
  color: #666666;
}
.modal .modal-dialog .modal-content.theme-marine .select-wrapper .bootstrap-select .dropdown-menu.open .dropdown-menu.inner li:hover a {
  background-color: #0281A6;
  color: #ffffff;
}
.modal .modal-dialog .modal-content.theme-marine .select-wrapper .bootstrap-select .dropdown-menu.open .dropdown-menu.inner li.active a {
  background-color: inherit;
  color: #0281A6 !important;
}
.modal .modal-dialog .modal-content.theme-marine .select-wrapper.active .slc .dropdown-toggle .filter-option {
  color: #0281A6 !important;
}
.modal .modal-dialog.dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
@media (min-width: 576px) {
  .modal .modal-dialog .dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}

#Modal_alert .modal-content .modal-header .modal-title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #666666;
}
#Modal_alert .modal-content .modal-body {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #666666;
}
#Modal_alert .modal-content .modal-footer .btn {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  background-color: #EA211C;
}

#Modal_alertConfirm .modal-content .modal-header .modal-title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #666666;
}
#Modal_alertConfirm .modal-content .modal-body {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #666666;
}
#Modal_alertConfirm .modal-content .modal-footer {
  display: flex;
  justify-content: end;
  align-items: center;
}
#Modal_alertConfirm .modal-content .modal-footer .btn {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  background-color: #EA211C;
}
#Modal_alertConfirm .modal-content .modal-footer .btn.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
}

#Modal_alertSuperUser .modal-content .modal-header .modal-title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #666666;
}
#Modal_alertSuperUser .modal-content .modal-body {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #666666;
}
#Modal_alertSuperUser .modal-content .modal-footer .btn {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  background-color: #EA211C;
}

#Modal_comfirm .modal-content .modal-header .modal-title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #00AF4D;
}
#Modal_comfirm .modal-content .modal-body {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #00AF4D;
  text-align: center;
}
#Modal_comfirm .modal-content .modal-body .group-radio {
  width: 200px;
}
#Modal_comfirm .modal-content .modal-footer .btn {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  width: auto;
}
#Modal_comfirm .modal-content .modal-footer .x {
  background-color: #D90000;
}
#Modal_comfirm .modal-content .modal-footer .btn-primary {
  background-color: #00AF4D;
}

#modal_editor .modal-dialog .modal-content {
  min-width: 600px;
}

#Modal_line {
  padding-right: 0;
}
#Modal_line .modal-dialog .modal-content {
  background-color: #e5e5e5;
  position: relative;
}
#Modal_line .modal-dialog .modal-content .modal-header {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 0;
  z-index: 9;
  cursor: pointer;
}
#Modal_line .modal-dialog .modal-content .modal-header .icon-close {
  background-color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Modal_line .modal-dialog .modal-content .modal-header .icon-close i {
  font-size: 0.75rem;
  color: #00698c;
}
#Modal_line .modal-dialog .modal-content .modal-body .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 32px;
  line-height: 40px;
  color: #00698c;
  padding-left: 20px;
}
#Modal_line .modal-dialog .modal-content .modal-body .content-body {
  position: relative;
  margin-top: 50px;
  padding-top: 100px;
  padding-bottom: 15px;
  background-color: #fff;
  background-image: url("../../../Images/line/bg-line-body.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
#Modal_line .modal-dialog .modal-content .modal-body .content-body .head-body-wrapper {
  position: absolute;
  width: 100%;
  top: -35px;
}
#Modal_line .modal-dialog .modal-content .modal-body .content-body .head-body-wrapper .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  background-image: url("../../../Images/line/bg-line-title.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  margin: 0 20px;
  padding: 24px 10px;
}
#Modal_line .modal-dialog .modal-content .modal-body .content-body .head-body-wrapper .head .text-title {
  width: 100%;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
#Modal_line .modal-dialog .modal-content .modal-body .content-body .head-body-wrapper .head .text-price {
  font-size: 60px;
  line-height: 48px;
}
#Modal_line .modal-dialog .modal-content .modal-body .content-body .head-body-wrapper .head .text-price .text-currency {
  font-size: 24px;
  line-height: 28px;
}
#Modal_line .modal-dialog .modal-content .modal-body .content-body .list-items {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  padding: 0 20px;
}
#Modal_line .modal-dialog .modal-content .modal-body .content-body .list-items ul {
  margin: 0;
  padding: 0;
}
#Modal_line .modal-dialog .modal-content .modal-body .content-body .list-items ul li {
  list-style: none;
  padding: 20px 15px 0;
  border-bottom: 1px solid #e7ecf0;
}
#Modal_line .modal-dialog .modal-content .modal-body .content-body .list-items ul li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Modal_line .modal-dialog .modal-content .modal-body .content-body .list-items ul li .item .text {
  font-size: 24px;
  line-height: 36px;
  color: #656565;
}
#Modal_line .modal-dialog .modal-content .modal-body .content-body .list-items ul li .item .price {
  font-size: 32px;
  line-height: 36px;
  color: #00698c;
}
#Modal_line .modal-dialog .modal-content .modal-body .content-body .list-items ul li .item .price .currency {
  font-size: 24px;
  line-height: 36px;
  color: #656565;
  margin-left: 20px;
}
#Modal_line .modal-dialog .modal-content .modal-body .content-body .footer {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#Modal_line .modal-dialog .modal-content .modal-body .content-body .footer .download {
  display: block;
  background-image: url("../../../Images/line/bg-line-button.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  font-size: 24px;
  line-height: 40px;
  color: white;
  padding: 5px 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#Modal_line .modal-dialog .modal-content .modal-body .content-body .footer .download i {
  color: white;
  margin-right: 10px;
  font-size: 16px;
}
#Modal_line .modal-dialog .modal-content .modal-body .content-body .footer .closed {
  font-size: 20px;
  line-height: 40px;
  color: #363636;
  cursor: pointer;
}
@media screen and (max-width: 320px) {
  #Modal_line .modal-dialog .modal-content .modal-body .content-body {
    padding-top: 75px;
  }
  #Modal_line .modal-dialog .modal-content .modal-body .content-body .head-body-wrapper .head {
    margin: 0 10px;
  }
  #Modal_line .modal-dialog .modal-content .modal-body .content-body .head-body-wrapper .head .text-title {
    font-size: 22px;
    line-height: 26px;
  }
  #Modal_line .modal-dialog .modal-content .modal-body .content-body .head-body-wrapper .head .text-price {
    font-size: 42px;
    line-height: 42px;
  }
  #Modal_line .modal-dialog .modal-content .modal-body .content-body .head-body-wrapper .head .text-price .text-currency {
    font-size: 22px;
    line-height: 26px;
  }
  #Modal_line .modal-dialog .modal-content .modal-body .content-body .list-items {
    padding: 0 10px;
  }
  #Modal_line .modal-dialog .modal-content .modal-body .content-body .list-items ul li .item .text {
    font-size: 22px;
    line-height: 34px;
    color: #656565;
  }
  #Modal_line .modal-dialog .modal-content .modal-body .content-body .list-items ul li .item .price {
    font-size: 28px;
    line-height: 34px;
  }
  #Modal_line .modal-dialog .modal-content .modal-body .content-body .list-items ul li .item .price .currency {
    font-size: 22px;
    line-height: 34px;
    margin-left: 5px;
  }
  #Modal_line .modal-dialog .modal-content .modal-body .content-body .footer .download {
    font-size: 22px;
    line-height: 38px;
  }
  #Modal_line .modal-dialog .modal-content .modal-body .content-body .footer .closed {
    font-size: 20px;
    line-height: 38px;
  }
}

.modal-preview .img-preview {
  width: 160px;
  height: 160px;
  background-color: rgba(146, 145, 144, 0.1);
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-preview .img-preview img {
  max-width: 100%;
  max-height: 100%;
}

.pagination {
  margin: 15px 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination li {
  border: none;
}
.pagination li a {
  width: 25px;
  height: 25px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li a, .pagination li span {
  color: #999999;
  border: none;
}
.pagination li a:hover, .pagination li span:hover {
  background-color: #00AF4D;
  color: #fff;
}
.pagination li:first-child a, .pagination li:first-child span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  text-indent: -9999px;
  background-image: url(../../../../Images/icons/ico-slideleft.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #999999;
  margin-right: 10 px;
}
.pagination li:first-child:hover a, .pagination li:first-child:hover span {
  background-color: #404040;
}
.pagination li:last-child a, .pagination li:last-child span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  text-indent: -9999px;
  background-image: url(../../../../Images/icons/ico-slideright.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #999999;
  margin-left: 10 px;
}
.pagination li:last-child:hover a, .pagination li:last-child:hover span {
  background-color: #404040;
}
.pagination .active a {
  background-color: #00AF4D;
}
.pagination .active a:hover {
  background-color: #00AF4D;
}
.pagination .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination .disabled a:hover {
  background-color: #404040;
}

.icon-tooltip {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.icon-tooltip .tooltip {
  opacity: 1;
  top: 10px;
}

.tooltip_templates {
  display: none;
}

.note-warning {
  margin-bottom: 20px;
}
.note-warning h3 {
  color: #D80000;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 26px;
}
.note-warning p {
  color: #777777;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 23px;
  line-height: 23px;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-container.alitem-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.warning-wrapper2 .left {
  float: left;
}
.warning-wrapper2 .right {
  padding-left: 35px;
}
.warning-wrapper2 .right .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 26px;
  color: #D80000;
  margin: 0;
}
.warning-wrapper2 .right .desc {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #777777;
  margin: 0;
}

.note {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #D90000;
  height: 44px;
}
.note.inline-block {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .note {
    height: auto;
  }
}

.safe_smart {
  display: none;
  vertical-align: middle;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-weight: bolder;
  font-size: 50px;
  line-height: 50px;
  color: #ffffff;
  position: relative;
  top: 20px;
  margin-left: 25px;
}
.safe_smart span {
  color: #00AF4D;
}
@media screen and (max-width: 768px) {
  .safe_smart {
    /*position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    margin-left: 0;
    text-align: center;
    display: block;*/
  }
}
@media screen and (max-width: 575px) {
  .safe_smart {
    /*top: 150px;*/
  }
}

.btn {
  width: 100%;
  padding: 5px 10px;
  border-radius: 0;
  position: relative;
  border: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn:focus {
  outline: 0 !important;
  border: none;
}
.btn:active {
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .text {
  text-align: center;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
.btn .icon-btn-arrow {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
}
.btn .icon-btn-arrow.-right {
  right: 15px;
}
.btn .icon-btn-arrow.-left {
  left: 10px;
}

.section-btn {
  margin: 20px 0;
}
.section-btn .btn {
  display: inline-block;
  width: 270px;
  margin: 0 10px 20px;
}
@media screen and (max-width: 659px) {
  .section-btn .btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.section-btn .btn2 {
  width: 235px;
}
.section-btn .btn.auto {
  width: auto;
  padding-left: 25px;
  padding-right: 45px;
}
@media screen and (max-width: 659px) {
  .section-btn .btn.auto {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    white-space: normal;
  }
}
.section-btn.inline {
  margin: 0;
}
.section-btn.inline .btn {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}

.section-btn.center {
  text-align: center;
}

.btn-green {
  background-color: #00AF4D;
}
.btn-green:hover {
  background-color: #008A3F;
}

.btn-gray {
  background-color: #999999;
}
.btn-gray:hover {
  background-color: #333333;
}

.btn-lightgray {
  background-color: #999999;
}
.btn-lightgray:hover {
  background-color: #333333;
}

.btn-red {
  background-color: #EA211C;
}

.btn-yellow {
  background-color: #C0B932;
}

.btn-orange {
  background-color: #FF6600;
}

.btn-blue {
  background-color: #0099CC;
}

.btn-light-green {
  background-color: #6fae29;
}

.btn-deep-blue {
  background-color: #00698C;
}

.btn-red-brick {
  background-color: #B64626;
}

.btn-payment {
  background-color: #fa981d;
}
.btn-payment:hover {
  background-color: #da8315;
}

.btn-marine {
  background-color: #55D7FD;
}
.btn-marine:hover {
  background-color: #333333;
}

.btn-marine-print {
  background-color: #0281A6;
}
.btn-marine-print:hover {
  background-color: #333333;
}

.action-manage {
  cursor: pointer;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.action-manage i {
  font-size: 20px;
}
.action-manage.add {
  background-color: #00AF4D;
}
.action-manage.del {
  background-color: #EA211C;
  display: none;
}
.action-manage.text {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  color: #EA211C;
}

.collaps-editor .collapsible-content .panel {
  margin: 0 auto;
  border: 0;
  border-radius: 0;
}
.collaps-editor .collapsible-content .corporate-item {
  position: relative;
  -webkit-transition: height 0.35s ease 0s;
  transition: height 0.35s ease 0s;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.collaps-editor .collapsible-content .corporate-item h3 {
  max-width: 100%;
  margin: 15px 0;
  color: #00AF4D;
  text-transform: capitalize;
  cursor: pointer;
}
.collaps-editor .collapsible-content .corporate-item h3 a {
  display: block;
  position: relative;
  padding-right: 40px;
}
.collaps-editor .collapsible-content .corporate-item h3 a span.pull-right {
  position: absolute;
  right: 0;
  margin-top: 0;
  margin-right: 0;
}
.collaps-editor .collapsible-content .corporate-item h3 a .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 32px;
  line-height: 50px;
  text-transform: initial;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}
.collaps-editor .collapsible-content .corporate-item h3 a .title .text {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  color: #666;
  vertical-align: text-bottom;
}
.collaps-editor .collapsible-content .corporate-item h3 i {
  color: #00AF4D;
}
.collaps-editor .collapsible-content .corporate-item h3 .fas-search {
  width: 50px !important;
  height: 50px !important;
}
.collaps-editor .collapsible-content .corporate-item h3 .fas-search.fa-search {
  text-indent: -9999px;
  background-image: url("../../../Images/icons/renew/ic-search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px;
}
.collaps-editor .collapsible-content .corporate-item h3 .fas {
  width: 30px;
  height: 30px;
}
.collaps-editor .collapsible-content .corporate-item h3 .fas.fa-angle-up {
  text-indent: -9999px;
  background-image: url("../../../Images/icons/renew/ic-up.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.collaps-editor .collapsible-content .corporate-item h3 .fas.fa-angle-down {
  text-indent: -9999px;
  background-image: url("../../../Images/icons/renew/ic-down.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.collaps-editor .collapsible-content .corporate-item h3 .fas.fa-close {
  text-indent: -9999px;
  background-image: url("../../../Images/icons/renew/ic-close.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 15px;
}
.collaps-editor .collapsible-content .corporate-item .title-search {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .collaps-editor .collapsible-content .corporate-item h3 {
    margin: 0;
  }
  .collaps-editor .collapsible-content .corporate-item h3 a {
    display: block;
    position: relative;
    padding-right: 40px;
  }
  .collaps-editor .collapsible-content .corporate-item h3 a span.pull-right {
    position: absolute;
    right: 0;
    margin-top: 0;
    margin-right: 0;
  }
  .collaps-editor .collapsible-content .corporate-item h3 a .title {
    font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
    font-size: 28px;
    line-height: 43px;
    text-transform: initial;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
  }
  .collaps-editor .collapsible-content .corporate-item h3 a .title .text {
    font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
    font-size: 20px;
    color: #666;
    vertical-align: text-bottom;
  }
  .collaps-editor .collapsible-content .corporate-item h3 .fas-search {
    width: 30px !important;
    height: 30px !important;
  }
  .collaps-editor .collapsible-content .corporate-item h3 .fas-search.fa-search {
    text-indent: -9999px;
    background-image: url("../../../Images/icons/renew/ic-search.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px;
  }
  .collaps-editor .collapsible-content .corporate-item h3 .fas.fa-angle-up {
    text-indent: -9999px;
    background-image: url("../../../Images/icons/renew/ic-up.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px;
  }
  .collaps-editor .collapsible-content .corporate-item h3 .fas.fa-angle-down {
    text-indent: -9999px;
    background-image: url("../../../Images/icons/renew/ic-down.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px;
  }
  .collaps-editor .collapsible-content .corporate-item h3 .fas.fa-close {
    text-indent: -9999px;
    background-image: url("../../../Images/icons/renew/ic-close.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .collaps-editor .collapsible-content .corporate-item h3 a .title .text {
    display: none;
  }
}
.collaps-editor .collapsible-content .title {
  padding: 0;
  margin: 0;
}
.collaps-editor .collapsible-content .content-editor {
  padding: 20px;
}
.collaps-editor .collapsible-content .content-editor .title-content {
  color: #00AF4D;
}
.text-notefiled {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 40px;
  color: #999999;
}
.text-notefiled .require {
  color: #D90000;
}
@media screen and (max-width: 1199px) {
  .text-notefiled {
    font-size: 22px;
  }
  .text-notefiled .require {
    font-size: 19px;
  }
}
.text-notefiled .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-notefiled label {
  line-height: 25px;
  margin-bottom: 20px;
}
.text-notefiled .btn {
  margin-right: 20px;
  min-width: 150px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 40px;
  margin-bottom: 15px;
}
.text-notefiled .btn .text {
  font-size: 25px;
  line-height: 25px;
}

.link-detail {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 40px;
  color: #999999;
}
.link-detail i {
  font-size: 14px;
}

.forgot-password {
  margin-top: 5px;
}
.forgot-password i {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}
.forgot-password span {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  cursor: pointer;
}
.forgot-password:hover span {
  text-decoration: underline;
}

.form-search-wrapper {
  margin-bottom: 20px;
}
.form-search-wrapper .box-search {
  float: left;
  margin-right: 10px;
}
.form-search-wrapper .box-search .text-title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #00AF4D;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.form-search-wrapper .box-search .filed {
  display: inline-block;
  vertical-align: middle;
}
.form-search-wrapper .box-search .filed .style-input {
  margin-bottom: 0;
  width: 300px;
}
.form-search-wrapper .box-type {
  float: left;
  max-width: 300px;
  width: 100%;
  margin-right: 10px;
}
.form-search-wrapper .box-type .style-input {
  margin-bottom: 0;
}
.form-search-wrapper .box-btn-find {
  float: left;
}
.form-search-wrapper .box-btn-find .btn-search .btn {
  width: 100px;
  text-align: left;
}
.form-search-wrapper .box-btn-find .btn-search .btn .icon-btn-arrow i {
  font-size: 18px;
}
.form-search-wrapper .box-addmore {
  float: right;
  display: block;
}
.form-search-wrapper .box-addmore .btn {
  padding-left: 40px;
  text-align: right;
}
.form-search-wrapper .box-addmore .btn .icon-btn-arrow i {
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .form-search-wrapper .box-search .filed .style-input {
    width: 200px;
  }
  .form-search-wrapper .box-type {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .form-search-wrapper .box-search {
    float: none;
    margin-right: 0;
  }
  .form-search-wrapper .box-search .filed {
    display: block;
    margin-bottom: 15px;
  }
  .form-search-wrapper .box-search .filed .style-input {
    width: 100%;
    max-width: 768px;
  }
  .form-search-wrapper .box-type {
    float: none;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    max-width: 768px;
  }
}

.form-wrapper .row {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .form-wrapper .row {
    margin-bottom: 0;
  }
}
.form-wrapper .title-file {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 40px;
}
.form-wrapper .title-file .require {
  color: #D90000;
}
@media screen and (max-width: 480px) {
  .form-wrapper .title-file {
    font-size: 26px;
  }
}
.form-wrapper .title-file.green {
  color: #00AF4D;
}
.form-wrapper .title-file.gray {
  color: #333333;
}
.form-wrapper .title-topic {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 20px;
}
.form-wrapper .text-nofield {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #666;
  padding-top: 9px;
}
.form-wrapper .box-hide-show {
  margin-top: 25px;
  border-bottom: 1px dotted #BFBFBF;
}
.form-wrapper .box-hide-show-text {
  margin-top: 10px;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
}
.form-wrapper .tab-form-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-wrapper .tab-form-wrapper .nav-tabs {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.form-wrapper .tab-form-wrapper .nav-tabs li {
  margin-bottom: 0;
  position: relative;
}
.form-wrapper .tab-form-wrapper .nav-tabs li a {
  border-radius: 0;
  border: none;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  background-color: #999999;
  color: #fff;
  padding: 10px 30px;
}
.form-wrapper .tab-form-wrapper .nav-tabs li a .icon-people {
  display: none;
}
.form-wrapper .tab-form-wrapper .nav-tabs li a span {
  font-size: 18px;
  position: relative;
  top: -5px;
}
.form-wrapper .tab-form-wrapper .nav-tabs li .del-tab {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.form-wrapper .tab-form-wrapper .nav-tabs li .del-tab i {
  color: #D90000;
}
.form-wrapper .tab-form-wrapper .nav-tabs li.active a {
  color: #00AF4D;
  background-color: #F7F7F7;
}
.form-wrapper .tab-form-wrapper .nav-tabs li.active a .icon-people {
  display: inline-block;
  margin-right: 5px;
  background-image: url("../../../Images/icons/icon-user2x.jpg");
  width: 13px;
  height: 16px;
  background-repeat: no-repeat;
}
.form-wrapper .tab-form-wrapper .nav-tabs li.active a:hover {
  border: none;
}
.form-wrapper .tab-form-wrapper .nav-tabs li.active a:focus {
  border: none;
}
.form-wrapper .tab-form-wrapper .nav-tabs li.disabled a {
  background-color: #d7d7d7 !important;
  color: #ffffff !important;
}
.form-wrapper .tab-form-wrapper .tab-content {
  background-color: #F7F7F7;
  padding: 40px 20px 20px;
}
.form-wrapper .tab-form-wrapper .tab-content .style-input input[type=text] {
  background-color: #ffffff;
}
.form-wrapper .tab-form-wrapper .scrtabs-tab-container .scrtabs-tab-scroll-arrow {
  border: none;
  color: #00AF4D;
  padding: 6px 0;
  height: 40px;
  margin: 0;
  position: relative;
  top: 2px;
  width: 40px;
  text-align: center;
}
.form-wrapper .tab-form-wrapper .scrtabs-tab-container .scrtabs-tab-scroll-arrow .glyphicon {
  font-size: 25px;
}
.form-wrapper .ask-Question-wrapper .section {
  margin-top: 20px;
}
.form-wrapper .ask-Question-wrapper .section .title-Question {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 26px;
  color: #00AF4D;
  margin-bottom: 10px;
}
.form-wrapper .ask-Question-wrapper .section .title-sub-Question {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 10px;
}
.form-wrapper .tax-invoice-wrapper .addfile {
  display: inline-block;
}
.form-wrapper .tax-invoice-wrapper .addfile .btn {
  padding-left: 40px;
}
.form-wrapper .pdf-wrapper .icon {
  display: inline-block;
  vertical-align: middle;
}
.form-wrapper .pdf-wrapper .icon i {
  font-size: 30px;
  color: #D90000;
}
.form-wrapper .pdf-wrapper .name-pdf {
  display: inline-block;
  vertical-align: middle;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 26px;
  color: #666666;
  margin-left: 10px;
}
.form-wrapper .pdf-wrapper .name-pdf span {
  font-size: 18px;
  color: #D90000;
}
@media screen and (max-width: 767px) {
  .form-wrapper__lineoa .style-input.type-check label {
    width: 100% !important;
  }
  .form-wrapper__lineoa .style-input.type-check label .group-checkbox.fixW2 {
    width: 83%;
  }
}

.form-wrapper.form-login .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 10px;
}
.form-wrapper.form-login .style-input input[type=text] {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
}

.iframe--page {
  padding: 2rem 0;
  background-color: #fff;
}
.iframe--page .head {
  text-align: center;
  padding: 0.5rem 1rem;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 2rem;
}

.style-input {
  margin-bottom: 15px;
  position: relative;
  /*input:read-only {
      -webkit-opacity:1;
      color: $color-primary;
      background-color: #e3e3e3;
      border-color: #EEEEEE;
  }*/
}
@media screen and (max-width: 767px) {
  .style-input.remark-input {
    margin-bottom: 0;
  }
}
.style-input.remark-desc {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .style-input.remark-desc {
    padding-bottom: 15px;
  }
}
.style-input.viewOnly input:-moz-read-only {
  -webkit-opacity: 1;
  color: #00AF4D;
  background-color: #e3e3e3;
  border-color: #EEEEEE;
}
.style-input.viewOnly input:read-only {
  -webkit-opacity: 1;
  color: #00AF4D;
  background-color: #e3e3e3;
  border-color: #EEEEEE;
}
.style-input.viewOnly input:disabled {
  -webkit-opacity: 1;
  color: #00AF4D;
  background-color: #e3e3e3;
  border-color: #EEEEEE;
}
.style-input.viewOnly .select-wrapper .bootstrap-select .btn:disabled {
  background-color: #e3e3e3 !important;
  border: 1px solid #EEEEEE;
  color: #00AF4D;
  opacity: 1;
}
.style-input.viewOnly .select-wrapper .bootstrap-select .btn:-moz-read-only {
  background-color: #e3e3e3 !important;
  border: 1px solid #EEEEEE;
  color: #00AF4D;
  opacity: 1;
}
.style-input.viewOnly .select-wrapper .bootstrap-select .btn:read-only {
  background-color: #e3e3e3 !important;
  border: 1px solid #EEEEEE;
  color: #00AF4D;
  opacity: 1;
}
.style-input.viewOnly .select-wrapper:-moz-read-only {
  background-color: #e3e3e3 !important;
  border: 1px solid #EEEEEE;
  color: #00AF4D;
  opacity: 1;
}
.style-input.viewOnly .select-wrapper:read-only {
  background-color: #e3e3e3 !important;
  border: 1px solid #EEEEEE;
  color: #00AF4D;
  opacity: 1;
}
.style-input.viewOnly .select-wrapper:disabled {
  background-color: #e3e3e3 !important;
  border: 1px solid #EEEEEE;
  color: #00AF4D;
  opacity: 1;
}
.style-input.viewOnly textarea {
  -webkit-opacity: 1;
  color: #00AF4D;
  background-color: #e3e3e3;
  border-color: #EEEEEE;
}
.style-input .bg-readonly {
  background-color: #D7F4E1 !important;
  border: none !important;
}
.style-input input[type=text] {
  width: 100%;
  background-color: transparent;
  border: 1px solid #999999;
  color: #00AF4D;
  padding: 5px 8px;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 25px;
  height: 40px;
}
.style-input input[type=text]:focus {
  outline: none;
  border: 1px solid #333;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.style-input input[type=text]:disabled {
  -webkit-text-fill-color: #00AF4D;
  -webkit-opacity: 1;
  color: #00AF4D;
}
.style-input .bg-noedit {
  background-color: #e3e3e3 !important;
}
.style-input .disable-input:disabled {
  -webkit-text-fill-color: #BFBFBF !important;
  -webkit-opacity: 1;
  color: #BFBFBF !important;
  background-color: #e3e3e3;
  border-color: #EEEEEE;
}
.style-input .read-input:-moz-read-only {
  -webkit-opacity: 1;
  color: #00AF4D !important;
  background-color: #e3e3e3;
  border-color: #EEEEEE;
}
.style-input .read-input:read-only {
  -webkit-opacity: 1;
  color: #00AF4D !important;
  background-color: #e3e3e3;
  border-color: #EEEEEE;
}
.style-input input[type=password] {
  width: 100%;
  background-color: transparent;
  border: 1px solid #999999;
  color: #00AF4D;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 25px;
  height: 40px;
  padding: 5px 8px;
}
.style-input input[type=password]:focus {
  outline: none;
  border: 1px solid #333;
}
.style-input .text-behind {
  padding-left: 15px;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 26px;
  color: #00AF4D;
}
@media screen and (max-width: 400px) {
  .style-input .text-behind {
    display: block;
    padding-left: 45px;
    margin-top: 10px;
  }
}
.style-input .icon-left {
  padding: 5px 8px 5px 35px !important;
}
.style-input .text-disable {
  color: #999999 !important;
}
.style-input textarea {
  width: 100%;
  height: 200px;
  background-color: transparent;
  border: 1px solid #999999;
  color: #ffffff;
  padding: 5px 8px;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 26px;
  resize: none;
}
.style-input textarea:focus {
  outline: none;
  border: 1px solid #333;
}
.style-input textarea.txt-green {
  color: #00AF4D;
}
.style-input .select-wrapper.active .slc .dropdown-toggle .filter-option {
  color: #00AF4D !important;
}
.style-input .select-wrapper.active .slc .dropdown-toggle .bs-caret .caret {
  background-image: url("../../../Images/icons/icon-select.png");
  background-repeat: no-repeat;
  width: 12px;
  height: 8px;
  border: none;
  top: 40%;
  right: 10px;
}
.style-input .select-wrapper.active-error .slc .dropdown-toggle {
  border: 1px solid #ff4000;
}
.style-input .select-wrapper {
  position: relative;
}
.style-input .select-wrapper .bootstrap-select {
  width: 100% !important;
}
.style-input .select-wrapper .bootstrap-select .dropdown-toggle {
  border-radius: 0;
  height: 40px;
  border: 1px solid #999999;
  background-color: #ffffff;
  padding: 0 10px;
}
.style-input .select-wrapper .bootstrap-select .dropdown-toggle .filter-option {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 25px;
  color: #999999 !important;
}
.style-input .select-wrapper .bootstrap-select .dropdown-toggle .bs-caret .caret {
  background-image: url("../../../Images/icons/icon-select.png");
  background-repeat: no-repeat;
  width: 12px;
  height: 8px;
  border: none;
  top: 40%;
  right: 10px;
}
.style-input .select-wrapper .bootstrap-select .dropdown-toggle:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.style-input .select-wrapper .bootstrap-select .dropdown-menu {
  z-index: 1100;
  width: 100%;
}
.style-input .select-wrapper .bootstrap-select .dropdown-menu li a:hover {
  background-color: transparent;
}
.style-input .select-wrapper .bootstrap-select .dropdown-menu li a:focus {
  background-color: transparent;
}
.style-input .select-wrapper .bootstrap-select .dropdown-menu li.selected a {
  background-color: inherit;
  color: #00AF4D !important;
}
.style-input .select-wrapper .bootstrap-select .dropdown-menu li.selected a:hover {
  color: #ffffff !important;
}
.style-input .select-wrapper .bootstrap-select .dropdown-menu.open .dropdown-menu.inner li a {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #666666;
  padding: 10px;
}
.style-input .select-wrapper .bootstrap-select .dropdown-menu.open .dropdown-menu.inner li a .text {
  white-space: normal;
}
.style-input .select-wrapper .bootstrap-select .dropdown-menu.open .dropdown-menu.inner li:hover a {
  background-color: #00AF4D;
  color: #ffffff;
}
.style-input .select-wrapper .bootstrap-select .dropdown-menu.open .dropdown-menu.inner li:hover a .text .text-muted {
  color: #fff;
}
.style-input .select-wrapper .bootstrap-select .dropdown-menu.open .dropdown-menu.inner li.active a {
  background-color: inherit;
  color: #00AF4D !important;
}
.style-input .select-wrapper .bootstrap-select .btn:focus {
  border: 1px solid #333;
}
.style-input .select-wrapper .bootstrap-select.open .btn-info:active, .style-input .select-wrapper .bootstrap-select.open .btn-info.active, .style-input .select-wrapper .bootstrap-select.open .btn-info.dropdown-toggle {
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.style-input .select-wrapper .bootstrap-select.btn-group .disabled {
  background-color: #e3e3e3;
}
.style-input .select-wrapper .bootstrap-select.btn-group .disabled:hover {
  background-color: #e3e3e3;
}
.style-input .select-wrapper .bootstrap-select.btn-group .disabled:focus {
  background-color: #e3e3e3;
}
.style-input .icon-calendar {
  background-image: url("../../../Images/icons/icon-datepicker.png");
  width: 21px;
  height: 19px;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.style-input .icon-lock {
  background-image: url("../../../Images/icons/icon-lock2x.jpg");
  width: 13px;
  height: 17px;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
}
.style-input .icon-user {
  background-image: url("../../../Images/icons/icon-user2x.jpg");
  width: 13px;
  height: 16px;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 12px;
  cursor: pointer;
}
.style-input input[type=radio] {
  display: none;
}
.style-input input[type=radio] + label {
  background: url("../../../Images/icons/icon-inp_radio.png") no-repeat;
  background-position: left top;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.style-input input[type=radio] + label .group-radio {
  margin-left: 45px;
  vertical-align: top;
  background-color: #999999;
  padding: 0;
  border-radius: 15px;
  text-align: center;
  padding: 0 20px;
}
.style-input input[type=radio] + label .group-radio .text {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  padding: 5px 0;
  color: #ffffff;
  font-weight: normal;
}
.style-input input[type=radio] + label .group-radio.no-bg {
  background-color: inherit;
  text-align: left;
  padding-left: 0;
}
.style-input input[type=radio] + label .group-radio.no-bg .text {
  color: #555555;
}
.style-input input[type=radio] + label .group-radio.fixW {
  width: 150px;
}
.style-input input[type=radio] + label .group-radio.fixW2 {
  width: 220px;
}
@media screen and (max-width: 999px) {
  .style-input input[type=radio] + label .group-radio.fixW2 {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .style-input input[type=radio] + label .group-radio.fixW2 {
    width: 220px;
  }
}
.style-input input[type=radio]:checked + label {
  background: url("../../../Images/icons/icon-inp_radio_checked.png") no-repeat;
  background-position: left top;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
}
.style-input input[type=radio]:checked + label .group-radio {
  background-color: #00AF4D;
}
.style-input input[type=radio]:checked + label .group-radio.no-bg {
  background-color: inherit;
}
.style-input input[type=radio]:checked + label .group-radio.no-bg .text {
  color: #00AF4D;
}
.style-input input[type=radio]:disabled + label {
  pointer-events: none;
  opacity: 0.5;
}
.style-input input[type=checkbox] {
  display: none;
}
.style-input input[type=checkbox] + label {
  background: url("../../../Images/icons/icon-inp_checkbox.png") no-repeat;
  background-position: left top;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
}
.style-input input[type=checkbox] + label .group-checkbox {
  margin-left: 45px;
  vertical-align: top;
  background-color: #999999;
  padding: 0;
  border-radius: 15px;
  text-align: center;
  padding: 0 20px;
}
.style-input input[type=checkbox] + label .group-checkbox .text {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  padding: 5px 0;
  color: #ffffff;
  font-weight: normal;
}
.style-input input[type=checkbox] + label .group-checkbox.fixW {
  width: 150px;
}
.style-input input[type=checkbox] + label .group-checkbox.fixW2 {
  width: 250px;
}
@media screen and (max-width: 999px) {
  .style-input input[type=checkbox] + label .group-checkbox.fixW2 {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .style-input input[type=checkbox] + label .group-checkbox.fixW2 {
    width: 250px;
  }
}
.style-input input[type=checkbox] + label .inline-block {
  display: inline-block;
}
.style-input input[type=checkbox]:checked + label {
  background: url("../../../Images/icons/icon-inp_checkbox_checked.png") no-repeat;
  background-position: left top;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
}
.style-input input[type=checkbox]:checked + label .group-checkbox {
  background-color: #00AF4D;
}
.style-input input[type=checkbox]:checked + label .inline-block {
  display: inline-block;
}
.style-input input[type=checkbox]:disabled + label {
  pointer-events: none;
  opacity: 0.5;
}
.style-input input[type=file] {
  display: none;
}
.style-input .group-checkbox-noinput {
  margin-left: 45px;
  vertical-align: top;
  background-color: #999999;
  padding: 0;
  border-radius: 15px;
  text-align: center;
  padding: 0 20px;
}
.style-input .group-checkbox-noinput .text {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  padding: 5px 0;
  color: #ffffff;
}
.style-input .group-checkbox-noinput.fixW {
  width: 150px;
}
.style-input .text-age {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 40px;
  color: #999999;
}
.style-input .text-age span {
  color: #00AF4D;
}
.style-input .price_option {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 38px;
  line-height: 30px;
  color: #00AF4D;
  margin-left: 10px;
  position: relative;
  top: 5px;
}
.style-input .price_option .currency {
  font-size: 22px;
}
.style-input .desc-protect-more {
  margin-top: 10px;
  cursor: not-allowed;
}
.style-input .desc-protect-more a {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #00AF4D;
  pointer-events: none;
  opacity: 0.5;
}
.style-input .desc-protect-more a i {
  font-size: 14px;
  line-height: 22px;
}
.style-input .desc-protect-more a:hover {
  text-decoration: underline;
}
.style-input .desc-protect-more.active {
  cursor: pointer;
}
.style-input .desc-protect-more.active a {
  opacity: 1;
  pointer-events: auto;
}
.style-input .desc-remark {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #D90000;
  word-break: break-word;
  font-weight: normal;
}
.style-input .desc-remark2 {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #D90000;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .style-input .desc-remark2 {
    height: auto;
  }
}
.style-input .note-radio {
  position: absolute;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
  padding-left: 50px;
}
.style-input .note-radio.text-red {
  color: #D90000;
}
.style-input .easy-autocomplete {
  width: 100% !important;
}
.style-input .icon-inline {
  display: inline-block;
}
.style-input .icon-inline.line-height-field {
  line-height: 40px;
}
.style-input .icon-inline.right {
  margin-right: 5px;
}
.style-input .icon-inline.left {
  margin-left: 5px;
}

.style-input.type-check {
  padding-top: 5px;
}

.style-input.type-icon-check input[type=radio] {
  display: none;
}
.style-input.type-icon-check input[type=radio] + label {
  height: auto;
}
.style-input.type-icon-check input[type=radio] + label .icon-product {
  margin-left: 45px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.style-input.type-icon-check input[type=radio] + label .group-radio {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #999999;
  padding: 0;
  border-radius: 15px;
  text-align: center;
  padding: 0 20px;
}
.style-input.type-icon-check input[type=radio] + label .group-radio .text {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  color: #ffffff;
}
.style-input.type-icon-check input[type=radio]:checked + label .group-radio {
  background-color: #00AF4D;
}
.style-input.type-icon-check input[type=radio] + label.custom-input {
  background: none;
}
.style-input.type-icon-check input[type=radio] + label.custom-input .icon-product {
  margin-left: 0;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
}
.style-input.type-icon-check input[type=radio] + label.custom-input .icon-product__compactcar {
  background-image: url("../../../Images/icons/prb/icon-compactcar-default.svg");
}
.style-input.type-icon-check input[type=radio] + label.custom-input .icon-product__vancar {
  background-image: url("../../../Images/icons/prb/icon-vancar-default.svg");
}
.style-input.type-icon-check input[type=radio] + label.custom-input .icon-product__pickup {
  background-image: url("../../../Images/icons/prb/icon-pickup-default.svg");
}
.style-input.type-icon-check input[type=radio] + label.custom-input .icon-product__more {
  background-image: url("../../../Images/icons/prb/icon-more-default.svg");
}
.style-input.type-icon-check input[type=radio] + label.custom-input .group-radio {
  width: 70px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #999999;
  padding: 0;
  border-radius: 15px;
  text-align: center;
  padding: 0 5px;
}
.style-input.type-icon-check input[type=radio] + label.custom-input .group-radio .text {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  color: #ffffff;
}
.style-input.type-icon-check input[type=radio] + label.custom-input .rdo {
  background: url("../../../Images/icons/icon-inp_radio.png") no-repeat;
  background-position: left top;
  width: 32px;
  height: 32px;
  display: block;
  padding: 0;
  margin: 10px 0 0;
  cursor: pointer;
  margin-left: 20px;
}
.style-input.type-icon-check input[type=radio]:checked + label.custom-input .icon-product__compactcar {
  background-image: url("../../../Images/icons/prb/icon-compactcar-active.svg");
}
.style-input.type-icon-check input[type=radio]:checked + label.custom-input .icon-product__vancar {
  background-image: url("../../../Images/icons/prb/icon-vancar-active.svg");
}
.style-input.type-icon-check input[type=radio]:checked + label.custom-input .icon-product__pickup {
  background-image: url("../../../Images/icons/prb/icon-pickup-active.svg");
}
.style-input.type-icon-check input[type=radio]:checked + label.custom-input .icon-product__more {
  background-image: url("../../../Images/icons/prb/icon-more-active.svg");
}
.style-input.type-icon-check input[type=radio]:checked + label.custom-input .group-radio {
  background-color: #00AF4D;
}
.style-input.type-icon-check input[type=radio]:checked + label.custom-input .rdo {
  background: url("../../../Images/icons/icon-inp_radio_checked.png") no-repeat;
}

.style-input.disabled input[type=text] {
  background-color: #F7F7F7 !important;
  border: 1px solid #EEEEEE;
  color: #999999;
}
.style-input.disabled input[type=password] {
  background-color: #F7F7F7 !important;
  border: 1px solid #EEEEEE;
  color: #999999;
}
.style-input.disabled .select-wrapper .bootstrap-select.btn-group .disabled {
  background-color: #F7F7F7 !important;
  border: 1px solid #EEEEEE;
  color: #999999;
}
.style-input.disabled .icon-lock {
  background-image: url("../../../Images/icons/icon-lock2x-disable.jpg");
}

.box-inp-file {
  background-color: transparent;
  border: 1px solid #999999;
  color: #00AF4D;
  padding: 5px 8px;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 25px;
  height: 40px;
}
.box-inp-file i {
  cursor: pointer;
}
.box-inp-file .file-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
}

.box-inp-file.border-none {
  border: none;
}

.custom-radio {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 30px 0;
  overflow: hidden;
}
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio input[type=radio] + label {
  background-color: #fff;
  background-image: url("../../../Images/icons/icon-inp_radio.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  display: block;
  float: left;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
}
.custom-radio input[type=radio]:checked + label {
  background-color: #fff;
  background-image: url("../../../Images/icons/icon-inp_radio_checked.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.custom-radio input[type=radio]:disabled + label + span.content-rdo-inline {
  color: #f0f0f0;
}
.custom-radio input[type=radio]:checked + label + span.content-rdo-inline {
  color: #00AF4D;
}
.custom-radio input[type=checkbox] {
  display: none;
}
.custom-radio input[type=checkbox] + label {
  background-color: #fff;
  background-image: url("../../../Images/icons/icon-inp_checkbox.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  display: block;
  float: left;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
}
.custom-radio input[type=checkbox]:checked + label {
  background-color: #fff;
  background-image: url("../../../Images/icons/icon-inp_checkbox_checked.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.custom-radio input[type=checkbox]:disabled + label + span.content-rdo-inline {
  color: #f0f0f0;
}
.custom-radio input[type=checkbox]:checked + label + span.content-rdo-inline {
  color: #00AF4D;
}
.custom-radio span.content-rdo-inline {
  padding-left: 0;
  line-height: 32px;
  color: #999;
  display: block;
  float: left;
  max-width: 95%;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
}
@media screen and (max-width: 910px) {
  .custom-radio span.content-rdo-inline {
    max-width: 92%;
  }
}
@media screen and (max-width: 480px) {
  .custom-radio span.content-rdo-inline {
    max-width: 85%;
  }
}

.ui-menu-item {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  color: #666666;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px;
}

.table-responsive {
  border: none;
}
.table-responsive .table thead tr {
  background-color: #333333;
}
.table-responsive .table thead tr th {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  padding: 10px 20px;
}
.table-responsive .table tbody tr td {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  padding: 10px 20px;
  border-top: none;
  border-bottom: 1px dotted #414141;
}
.table-responsive .table tbody tr td.action {
  padding: 10px 0;
  width: 15px;
  text-align: center;
}
.table-responsive .table tbody tr td.action i {
  font-size: 20px;
}
.table-responsive .table tbody tr td.edit a {
  color: #999999;
}
.table-responsive .table tbody tr td.del a {
  color: #D90000;
}
.table-responsive .table tfoot tr td {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  border-top: none;
  padding-top: 15px;
}
.table-responsive .table tfoot tr td:first-child {
  color: #00AF4D;
}

.tabs .nav-tabs {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.tabs .nav-tabs > li .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs .nav-tabs > li .tab i {
  border: 1px solid #666;
  color: #00AF4D;
  margin-right: 10px;
  cursor: pointer;
}
.tabs .nav-tabs > li .tab .fas-tab {
  width: 45px !important;
  height: 25px !important;
}
.tabs .nav-tabs > li .tab .fas-tab.fa-widgets {
  text-indent: -9999px;
  background-image: url("../../../Images/icons/renew/ic-widget.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
}
.tabs .nav-tabs > li .tab .fas-tab.fa-tables {
  text-indent: -9999px;
  background-image: url("../../../Images/icons/renew/ic-table.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
}
.tabs .nav-tabs > li .active {
  /*border-left: 1px solid $color-white;*/
}
.tabs .nav-tabs .active {
  color: #fff;
}
.tabs .nav-tabs .active i {
  border: 1px solid #00AF4D !important;
}
.tabs .nav-tabs .active .fas-tab.fa-widgets {
  background-image: url("../../../Images/icons/renew/ic-widget-primary.svg") !important;
}
.tabs .nav-tabs .active .fas-tab.fa-tables {
  background-image: url("../../../Images/icons/renew/ic-table-primary.svg") !important;
}

footer {
  display: block;
  position: relative;
  z-index: 1020;
}

.footer-top-outer {
  background-color: #ffffff;
  width: 100%;
  padding: 10px 0;
}
.footer-top-outer .footer-top-inner {
  max-width: 1280px;
  margin: auto;
  padding: 0 15px;
}
.footer-top-outer .footer-top-inner ul {
  margin: 0;
  padding: 0;
}
.footer-top-outer .footer-top-inner ul li {
  list-style: none;
  float: left;
}
.footer-top-outer .footer-top-inner ul li .item .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.footer-top-outer .footer-top-inner ul li .item .text {
  display: inline-block;
  vertical-align: middle;
}
.footer-top-outer .footer-top-inner ul li .item .text .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #00AF4D;
}
.footer-top-outer .footer-top-inner ul li .item .text .desc {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}
.footer-top-outer .footer-top-inner ul li .item .text .desc a {
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .footer-top-outer .footer-top-inner ul li .item .icon {
    margin-right: 10px;
  }
  .footer-top-outer .footer-top-inner ul li .item .icon img {
    width: 80%;
  }
  .footer-top-outer .footer-top-inner ul li .item .text .title {
    font-size: 20px;
    line-height: 20px;
  }
  .footer-top-outer .footer-top-inner ul li .item .text .desc {
    font-size: 26px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .footer-top-outer .footer-top-inner ul li {
    height: 72px;
    margin-bottom: 20px;
  }
  .footer-top-outer .footer-top-inner ul li:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-top-outer .footer-top-inner ul li {
    height: auto;
    margin-bottom: 20px;
  }
  .footer-top-outer .footer-top-inner ul li .item {
    text-align: center;
  }
  .footer-top-outer .footer-top-inner ul li .item .icon {
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
  }
  .footer-top-outer .footer-top-inner ul li .item .icon img {
    width: auto;
  }
  .footer-top-outer .footer-top-inner ul li .item .text {
    display: block;
  }
  .footer-top-outer .footer-top-inner ul li .item .text .title {
    font-size: 20px;
    line-height: 20px;
  }
  .footer-top-outer .footer-top-inner ul li .item .text .desc {
    font-size: 24px;
    line-height: 24px;
  }
}
.footer-top-outer .footer-top-inner ul .lg {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer-top-outer .footer-top-inner ul .lg {
    float: none;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-top-outer .footer-top-inner ul .md {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .footer-top-outer .footer-top-inner ul .md {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer-top-outer .footer-top-inner ul .md {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-bottom {
  background-color: #F7F7F7;
  width: 100%;
  padding: 10px 0;
}
.footer-bottom .text {
  max-width: 1280px;
  padding: 0 15px;
  margin: auto;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #999999;
}

.password-management {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px 0;
}
.password-management .content {
  max-width: 1280px;
  margin: auto;
  padding: 0 15px;
}
.password-management .content .title {
  text-align: center;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #00AF4D;
  margin-bottom: 15px;
}
.password-management .content .desc ul {
  margin: 0;
  padding: 0;
}
.password-management .content .desc ul li {
  list-style: none;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #666666;
}

.txt-safe-smart {
  display: none;
}
@media screen and (max-width: 767px) {
  .txt-safe-smart {
    display: block;
  }
  .txt-safe-smart span {
    color: #00AF4D;
  }
}

.list-box-promotion .item-promotion {
  position: relative;
  margin-bottom: 20px;
}
.list-box-promotion .item-promotion .pic-promotion {
  margin-bottom: 10px;
}
.list-box-promotion .item-promotion .pic-promotion img {
  width: 100%;
  height: 100%;
}
.list-box-promotion .item-promotion .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}

.list-check .content-type-check {
  margin-top: 20px;
}
.list-check .sub-check {
  padding-left: 60px;
}
.list-check .sub-check .sub-product-lv2 {
  padding-left: 60px;
  margin-top: 20px;
}
.list-check .sub-check2 {
  margin-top: 50px;
  padding-left: 60px;
}

.tab-promotion-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.tab-promotion-wrapper .title-topic {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 15px;
}
.tab-promotion-wrapper .nav-tabs {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.tab-promotion-wrapper .nav-tabs li {
  margin-bottom: 0;
}
.tab-promotion-wrapper .nav-tabs li a {
  border-radius: 0;
  border: none;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  background-color: #999999;
  color: #fff;
  padding: 10px 30px;
}
.tab-promotion-wrapper .nav-tabs li a .icon-people {
  display: none;
}
.tab-promotion-wrapper .nav-tabs li a span {
  font-size: 18px;
  position: relative;
  top: -5px;
}
.tab-promotion-wrapper .nav-tabs li.active a {
  color: #00AF4D;
  background-color: #F7F7F7;
}
.tab-promotion-wrapper .nav-tabs li.active a .icon-people {
  display: inline-block;
  margin-right: 5px;
  background-image: url("../../../Images/icons/icon-user2x.jpg");
  width: 13px;
  height: 16px;
  background-repeat: no-repeat;
}
.tab-promotion-wrapper .nav-tabs li.active a:hover {
  border: none;
}
.tab-promotion-wrapper .nav-tabs li.active a:focus {
  border: none;
}
.tab-promotion-wrapper .nav-tabs li.disabled a {
  background-color: #d7d7d7 !important;
  color: #ffffff !important;
}
.tab-promotion-wrapper .tab-content {
  padding: 40px 20px 20px;
}
.tab-promotion-wrapper .tab-content .list-tabledata-wrapper {
  padding: 0;
  border-top: none;
}
.tab-promotion-wrapper .tab-content .style-input input[type=text] {
  background-color: #ffffff;
}

.promotion-widget-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 50px;
  margin-bottom: 30px;
}
.promotion-widget-wrapper .list-widget li {
  margin: 0 10px;
  position: relative;
}
.promotion-widget-wrapper .list-widget li img {
  width: 100%;
  height: 100%;
}
.promotion-widget-wrapper .list-widget li .box-text-outer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.promotion-widget-wrapper .list-widget li .box-text-outer .box-text-inner {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  text-align: center;
}
.promotion-widget-wrapper .list-widget li .box-text-outer .box-text-inner .box-text {
  display: table-cell;
  vertical-align: middle;
}
.promotion-widget-wrapper .list-widget li .box-text-outer .box-text-inner .box-text .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 10px;
}
.promotion-widget-wrapper .list-widget li .box-text-outer .box-text-inner .box-text .desc {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
}
.promotion-widget-wrapper .list-widget li .box-text-outer .box-text-inner .box-text .desc span {
  color: #FFFF00;
  font-size: 32px;
  line-height: 32px;
}
.promotion-widget-wrapper .list-widget li .hover-bg {
  cursor: pointer;
  background: rgba(21, 149, 211, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.promotion-widget-wrapper .list-widget li:hover .hover-bg {
  opacity: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.promotion-widget-wrapper .list-widget .slick-prev {
  z-index: 999;
  left: -50px;
  background-image: url("../../../../Images/icons/icon-prev.svg");
  width: 27px;
  height: 52px;
  background-repeat: no-repeat;
  text-indent: 9999px;
}
.promotion-widget-wrapper .list-widget .slick-next {
  z-index: 999;
  right: -50px;
  background-image: url("../../../../Images/icons/icon-next.svg");
  width: 27px;
  height: 52px;
  background-repeat: no-repeat;
  text-indent: 9999px;
}
.promotion-widget-wrapper .list-widget .slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.list-product-wrapper ul {
  margin: 0;
  padding: 0;
}
.list-product-wrapper ul li {
  list-style: none;
  margin-bottom: 20px;
}
.list-product-wrapper ul li .main-product {
  display: inline-block;
}
.list-product-wrapper ul li .main-product .icon-check {
  background-image: url("../../../Images/icons/icon-inp_radio.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}
.list-product-wrapper ul li .main-product .icon-product {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  cursor: pointer;
}
.list-product-wrapper ul li .main-product .text-insurance {
  display: inline-block;
  vertical-align: middle;
  background-color: #999999;
  padding: 0 15px;
  border-radius: 15px;
  text-align: center;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}
.list-product-wrapper ul li .sub-product-lv1 {
  display: none;
  margin-top: 20px;
  padding-left: 60px;
}
.list-product-wrapper ul li .sub-product-lv1 li {
  margin: 0 0 30px;
}
.list-product-wrapper ul li .sub-product-lv1 li:last-child {
  padding-bottom: 20px;
  border-bottom: 1px dotted #BFBFBF;
}
.list-product-wrapper ul li .sub-product-lv1 .sub-product-lv2 {
  margin-top: 30px;
  padding-left: 60px;
}
.list-product-wrapper ul li .sub-product-lv1 .sub-product-lv2 li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.list-product-wrapper ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.list-product-wrapper ul li.active .main-product .icon-check {
  background-image: url("../../../Images/icons/icon-inp_radio_checked.png");
}
.list-product-wrapper ul li.active .main-product .text-insurance {
  background-color: #00AF4D;
}
.list-product-wrapper ul li.active .sub-product-lv1 {
  display: block;
}

.ourhighlight-wrapper {
  position: relative;
  width: 100%;
  z-index: 999;
  bottom: 0;
  margin-top: -60px;
}
.ourhighlight-wrapper .content {
  margin: auto;
}
.ourhighlight-wrapper .content .title {
  text-align: center;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #BFBFBF;
  cursor: pointer;
  position: relative;
  padding: 0 40px;
  max-width: 270px;
  margin: 0 auto 15px;
  width: 100%;
}
.ourhighlight-wrapper .content .title:after {
  content: "";
  display: block;
  background-image: url("../../../Images/icons/icon_arrow_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 9px;
}
.ourhighlight-wrapper .content .banner-link {
  background-color: #fff;
  padding: 0;
  max-height: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
}
.ourhighlight-wrapper .content .banner-link .item-wrapper .item {
  position: relative;
  text-align: center;
}
.ourhighlight-wrapper .content .banner-link .item-wrapper .item.hightlight {
  text-align: left;
}
.ourhighlight-wrapper .content .banner-link .item-wrapper .item.hightlight .download-file {
  left: 20px;
}
.ourhighlight-wrapper .content .banner-link .item-wrapper .item.hightlight .download-file a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ourhighlight-wrapper .content .banner-link .item-wrapper .item .img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 320px;
}
.ourhighlight-wrapper .content .banner-link .item-wrapper .item .text {
  height: 320px;
  background-color: #00AC4A;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.ourhighlight-wrapper .content .banner-link .item-wrapper .item .text .group .title-promotion {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 42px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 20px;
}
.ourhighlight-wrapper .content .banner-link .item-wrapper .item .text .group .date-promotion {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
}
.ourhighlight-wrapper .content .banner-link .item-wrapper .item .text.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 172, 74, 0.5);
}
.ourhighlight-wrapper .content .banner-link .item-wrapper .item .download-file {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 9;
  width: 100%;
}
.ourhighlight-wrapper .content .banner-link .item-wrapper .item .download-file a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ourhighlight-wrapper .content .banner-link .item-wrapper .item .download-file .icon-download {
  width: 20px;
  height: 24px;
  margin-right: 5px;
}
.ourhighlight-wrapper .content .banner-link .item-wrapper .item .download-file .icon-download img {
  width: 100%;
}
.ourhighlight-wrapper .content .banner-link .item-wrapper .item .download-file .text-download {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 20px;
  color: #fff;
}
.ourhighlight-wrapper .content .banner-link.show {
  max-height: 480px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.ourhighlight-wrapper .content .morePromotion {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ourhighlight-wrapper .content .morePromotion a {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #00AF4D;
  padding: 8px 50px;
  border: 1px solid #999999;
  position: relative;
}
.ourhighlight-wrapper .content .morePromotion a:after {
  content: "";
  display: block;
  background-image: url("../../../Images/icons/icon_arrow_left.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 18px;
  top: 15px;
}
.ourhighlight-wrapper .no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.ourhighlight-wrapper .no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 1199px) {
  .ourhighlight-wrapper .content .banner-link.show {
    max-height: 748px;
  }
}
@media screen and (max-width: 1024px) {
  .ourhighlight-wrapper .content .title {
    color: #333;
  }
}
@media screen and (max-width: 767px) {
  .ourhighlight-wrapper .content .banner-link.show {
    max-height: 1628px;
  }
  .ourhighlight-wrapper .content .banner-link .item-wrapper .item .img {
    height: 400px;
  }
  .ourhighlight-wrapper .content .banner-link .item-wrapper .item .text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    text-align: left;
  }
  .ourhighlight-wrapper .content .banner-link .item-wrapper .item .download-file {
    left: 15px;
  }
  .ourhighlight-wrapper .content .banner-link .item-wrapper .item .download-file a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.promotion-wrapper .no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.promotion-wrapper .no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.promotion-wrapper .main-promotion {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #BFBFBF;
}
.promotion-wrapper .main-promotion .item .img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 320px;
}
.promotion-wrapper .main-promotion .item .text {
  height: 320px;
  background-color: #00AC4A;
  padding: 15px 25px;
  position: relative;
}
.promotion-wrapper .main-promotion .item .text .group {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #fff;
}
.promotion-wrapper .main-promotion .item .text .group .title-promotion {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 42px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 20px;
}
.promotion-wrapper .main-promotion .item .text .group .date-promotion {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
}
.promotion-wrapper .main-promotion .item .text p {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
}
.promotion-wrapper .main-promotion .item .text.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 172, 74, 0.5);
}
.promotion-wrapper .main-promotion .item .download-file {
  position: absolute;
  bottom: 20px;
  left: 25px;
  z-index: 9;
  width: 100%;
}
.promotion-wrapper .main-promotion .item .download-file a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promotion-wrapper .main-promotion .item .download-file .icon-download {
  width: 20px;
  height: 24px;
  margin-right: 5px;
}
.promotion-wrapper .main-promotion .item .download-file .icon-download img {
  width: 100%;
}
.promotion-wrapper .main-promotion .item .download-file .text-download {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 20px;
  color: #fff;
}
.promotion-wrapper .list-item-promotion .item {
  position: relative;
  margin-bottom: 20px;
}
.promotion-wrapper .list-item-promotion .item .img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 320px;
}
.promotion-wrapper .list-item-promotion .item .text {
  height: 320px;
  background-color: #00AC4A;
  padding: 15px 25px;
  position: relative;
}
.promotion-wrapper .list-item-promotion .item .text.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 172, 74, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.promotion-wrapper .list-item-promotion .item .text .group {
  position: relative;
}
.promotion-wrapper .list-item-promotion .item .text .group .title-promotion {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 42px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 20px;
}
.promotion-wrapper .list-item-promotion .item .text .group .date-promotion {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
}
.promotion-wrapper .list-item-promotion .item .text--desc {
  height: 120px;
  background-color: #dddddd;
  padding: 20px 30px 30px;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}
.promotion-wrapper .list-item-promotion .item .download-file {
  padding: 10px 0;
}
.promotion-wrapper .list-item-promotion .item .download-file a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promotion-wrapper .list-item-promotion .item .download-file .icon-download {
  width: 20px;
  height: 24px;
  margin-right: 5px;
}
.promotion-wrapper .list-item-promotion .item .download-file .icon-download img {
  width: 100%;
}
.promotion-wrapper .list-item-promotion .item .download-file .text-download {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 20px;
  color: #00AC4A;
}

.box-list-compare-insurance {
  padding-top: 30px;
  border-top: 1px dotted #BFBFBF;
}
.box-list-compare-insurance .sub-title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 38px;
  line-height: 38px;
  color: #00AF4D;
  margin-bottom: 15px;
}
.box-list-compare-insurance .sub-title span {
  color: #999999;
}
.box-list-compare-insurance .section-grop-compare .group .title-group {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 34px;
  line-height: 34px;
  color: #00AF4D;
  margin-bottom: 10px;
}
.box-list-compare-insurance .list-item-wrapper {
  margin-top: 30px;
}
.box-list-compare-insurance .list-item-wrapper .list-item {
  margin-bottom: 25px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item {
  opacity: 0.7;
  cursor: pointer;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .check-wrapper {
  margin-bottom: 15px;
  text-align: center;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .check-wrapper .select-insurance {
  background: url("../../../Images/icons/icon-inp_radio.png") no-repeat;
  width: 32px;
  height: 32px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .check-wrapper .num-compare {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #00AF4D;
  margin-left: 10px;
  display: none;
  vertical-align: middle;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .check-wrapper.bottom {
  margin-top: 15px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .select-insurance {
  background: url("../../../Images/icons/icon-inp_radio.png") no-repeat;
  width: 32px;
  height: 32px;
  text-align: center;
  margin: 0 auto 15px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .title-group {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #00AF4D;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main {
  background-color: #00AF4D;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main .top {
  padding: 15px 15px 0;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main .top .name-insurance {
  text-align: center;
  border-bottom: 1px dotted #ffffff;
  padding-bottom: 10px;
  min-height: 90px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main .top .name-insurance .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main .top .name-insurance .type {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main .top .name-insurance .desc-more {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main .insurance {
  padding: 10px 15px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main .insurance .text {
  float: left;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main .insurance .price {
  float: right;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main .price-of-year {
  padding: 10px 15px;
  background-color: #4CC782;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main .price-of-year .icon {
  float: left;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main .price-of-year .price {
  float: right;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 {
  position: relative;
  z-index: 99;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 ul {
  margin: 0;
  padding: 0;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 ul li {
  list-style: none;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 .left {
  float: left;
  width: 50%;
  padding: 10px;
  position: relative;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 .left .top {
  text-align: center;
  margin-bottom: 10px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 .left .top .title {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #666666;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 .left .top .add_on {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 .left .top .price {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 35px;
  line-height: 32px;
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 .left .bottom {
  text-align: center;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 .left .bottom .price {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 44px;
  line-height: 40px;
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 .left .bottom .price .pricefull {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  font-weight: normal;
  text-decoration: line-through;
  position: relative;
  top: -4px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 .left .bottom .add_on {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 .left .bottom .title {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #666666;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 .left:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 .right {
  float: left;
  width: 50%;
  background-color: #ffffff;
  padding: 10px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 .right .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 .right .type {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 .right .package {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 25px;
  line-height: 25px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 .w-100 {
  width: 100%;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_v2 .w-50 {
  width: 50%;
  float: left;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare {
  position: relative;
  z-index: 99;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul {
  margin: 0;
  padding: 0;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul .slick-list {
  z-index: 99;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li {
  list-style: none;
  position: relative;
  z-index: 99;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  outline: none;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li .left {
  float: left;
  width: 50%;
  padding: 10px;
  position: relative;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li .left .top {
  text-align: center;
  margin-bottom: 10px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li .left .top .title {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #666666;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li .left .top .price {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 35px;
  line-height: 32px;
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li .left .top .add_on {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li .left .bottom {
  text-align: center;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li .left .bottom .price {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 44px;
  line-height: 40px;
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li .left .bottom .add_on {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li .left .bottom .title {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #666666;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li .left:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li .right {
  float: left;
  width: 50%;
  background-color: #ffffff;
  padding: 10px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li .right .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li .right .type {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li .right .package {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 25px;
  line-height: 25px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li .w-100 {
  width: 100%;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li .w-50 {
  width: 50%;
  float: left;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul .slick-dots {
  position: absolute;
  top: -25px;
  z-index: 9;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul .slick-dots li button:before {
  background-color: #00AF4D;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  content: "";
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.theme1 .left {
  background-color: #00AF4D;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.theme1 .left:after {
  border-top: solid 10px #00AF4D;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.theme1 .right .title {
  color: #00AF4D;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.theme1 .right .type {
  color: #00AF4D;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.theme1 .right .package {
  color: #00AF4D;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.theme2 .left {
  background-color: #669999;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.theme2 .left:after {
  border-top: solid 10px #669999;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.theme2 .right .title {
  color: #669999;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.theme2 .right .type {
  color: #669999;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.theme2 .right .package {
  color: #669999;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.theme3 .left {
  background-color: #CCCC00;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.theme3 .left:after {
  border-top: solid 10px #CCCC00;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.theme3 .right .title {
  color: #CCCC00;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.theme3 .right .type {
  color: #CCCC00;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.theme3 .right .package {
  color: #CCCC00;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themePa .left {
  background-color: #ff6600;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themePa .left .top .title {
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themePa .left .bottom .title {
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themePa .left:after {
  border-top: solid 10px #ff6600;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themePa .right .title {
  color: #ff6600;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themePa .right .type {
  color: #ff6600;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themePa .right .package {
  color: #ff6600;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeTa .left {
  background-color: #0099CC;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeTa .left .top .title {
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeTa .left .bottom .title {
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeTa .left:after {
  border-top: solid 10px #0099CC;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeTa .right .title {
  color: #0099CC;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeTa .right .type {
  color: #0099CC;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeTa .right .package {
  color: #0099CC;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeGolf .left {
  background-color: #6fae29;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeGolf .left .top .title {
  color: #6fae29;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeGolf .left .bottom .title {
  color: #6fae29;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeGolf .left:after {
  border-top: solid 10px #6fae29;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeGolf .right .title {
  color: #6fae29;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeGolf .right .type {
  color: #6fae29;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeGolf .right .package {
  color: #6fae29;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeSMEs .left {
  background-color: #00688C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeSMEs .left .top .title {
  color: #00688C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeSMEs .left .bottom .title {
  color: #00688C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeSMEs .left:after {
  border-top: solid 10px #00688C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeSMEs .right .title {
  color: #00688C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeSMEs .right .type {
  color: #00688C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeSMEs .right .package {
  color: #00688C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeFire .left {
  background-color: #B64826;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeFire .left .top .title {
  color: #B64826;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeFire .left .bottom .title {
  color: #B64826;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeFire .left:after {
  border-top: solid 10px #B64826;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeFire .right .title {
  color: #B64826;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeFire .right .type {
  color: #B64826;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .main_compare ul li.themeFire .right .package {
  color: #B64826;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail {
  background-color: #414141;
  padding: 15px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail ul {
  margin: 0;
  padding: 0;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail ul li {
  display: block;
  list-style: none;
  margin-bottom: 10px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail ul li .title {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  float: left;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail ul li .desc {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  float: right;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail ul li:last-child {
  margin-bottom: 0;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2 {
  position: relative;
  top: -20px;
  z-index: 9;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2 ul {
  margin: 0;
  padding: 0;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2 ul li {
  padding: 10px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2 ul li .detail-insurance {
  text-align: center;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2 ul li .detail-insurance .title {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #666666;
  height: 44px;
  overflow: hidden;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2 ul li .detail-insurance .price {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 37px;
  line-height: 37px;
  word-break: break-word;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2 ul li .detail-insurance-owner .title {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #666666;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2 ul li .detail-insurance-owner .price {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  word-break: break-word;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2 ul li .detail-insurance-owner .price .show-noti {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  color: #00AF4D;
  font-size: 22px;
  float: right;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2 ul li:nth-last-child(odd) {
  background-color: #E2E2E2;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2 ul li:nth-last-child(even) {
  background-color: #F2F2F2;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2 ul li:first-child {
  padding: 40px 10px 10px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2 ul li .text-center {
  text-align: center;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2 ul li .text-left {
  text-align: left;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2 ul li .text-right {
  text-align: right;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2 ul li.collapse-wrapper ul li:nth-child(odd) {
  background-color: #E2E2E2;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2 ul li.collapse-wrapper ul li:nth-child(even) {
  background-color: #F2F2F2;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2.-detail_compare {
  top: -30px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2.-detail_compare ul li .detail-insurance .price {
  color: #ff6600;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2.-detail_compare ul li .detail-insurance-owner .price {
  color: #ff6600;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2.-detail_compare ul li.themeTa .detail-insurance .price {
  color: #0099CC;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2.-detail_compare ul li.themeTa .detail-insurance-owner .price {
  color: #0099CC;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2.-detail_compare .link-btn button {
  background-color: #ff6600;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2.-detail_compare.-Pa ul li .detail-insurance .price {
  color: #ff6600;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2.-detail_compare.-Pa ul li .detail-insurance-owner .price {
  color: #ff6600;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2.-detail_compare.-Pa .link-btn button {
  background-color: #ff6600;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2.-detail_compare.-Ta ul li .detail-insurance .price {
  color: #0099CC;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2.-detail_compare.-Ta ul li .detail-insurance-owner .price {
  color: #0099CC;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2.-detail_compare.-Ta .link-btn button {
  background-color: #0099CC;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2.-detail_compare.-Golf ul li .detail-insurance .price {
  color: #6fae29;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2.-detail_compare.-Golf ul li .detail-insurance-owner .price {
  color: #6fae29;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .detail_v2.-detail_compare.-Golf .link-btn button {
  background-color: #6fae29;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .link-btn {
  background-color: #00AF4D;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .cancle-po-widget {
  margin-top: -10px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .cancle-po-widget a {
  margin-right: 10px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .cancle-po-widget a .icon-close {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .cancle-po-widget a .icon-close i {
  color: #000000;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .cancle-po-widget a .text {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .cancle-po-widget a.cancle .icon-close i {
  color: #999999;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .cancle-po-widget a.cancle .text {
  color: #999999;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .cancle-po-widget.-cancle-po_compare {
  margin-top: -20px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .pdf-po-widget {
  margin-top: 5px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .pdf-po-widget a {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #EA211C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .box-detail-insurance .pdf-po-widget a i {
  font-size: 18px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeCancle {
  /*.cancle-po-widget{
      a{
          pointer-events: none;
      }
  }
  .pdf-po-widget{
      a{
          pointer-events: none;
      }
  }*/
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeCancle .main_v2, .box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeCancle .main_compare, .box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeCancle .link-btn {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  cursor: default;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeCancle .main_v2 .left {
  background-color: #888888 !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeCancle .main_compare ul li .left {
  background-color: #888888 !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeCancle .detail_v2 ul li {
  cursor: default;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeCancle .detail_v2 ul li .detail-insurance-owner .price {
  color: #666666 !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeCancle .detail_v2 ul li .detail-insurance-owner .price .show-noti {
  color: #00AF4D;
  cursor: pointer;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeCancle .link-btn {
  cursor: not-allowed;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeCancle .link-btn .btn {
  pointer-events: none;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme1 .main_v2 .left {
  background-color: #00AF4D;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme1 .main_v2 .left:after {
  border-top: solid 10px #00AF4D;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme1 .main_v2 .right .title {
  color: #00AF4D;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme1 .main_v2 .right .type {
  color: #00AF4D;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme1 .main_v2 .right .package {
  color: #00AF4D;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme1 .detail_v2 ul li .detail-insurance .price {
  color: #00AF4D;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme1 .detail_v2 ul li .detail-insurance-owner .price {
  color: #00AF4D;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme1 .detail_v2 .link-btn .btn {
  background-color: #00AF4D;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme1 .main_v5 {
  background-color: #00AF4D !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme1 .detail_v5 ul li .detail-insurance .color-primary {
  color: #00AF4D !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme1 .detail_v5 ul li .detail-insurance .sub-title {
  color: #00AF4D;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme1 .detail_v5 .link-btn .btn {
  background-color: #00AF4D !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme2 .main_v2 .left {
  background-color: #669999;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme2 .main_v2 .left:after {
  border-top: solid 10px #669999;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme2 .main_v2 .right .title {
  color: #669999;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme2 .main_v2 .right .type {
  color: #669999;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme2 .main_v2 .right .package {
  color: #669999;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme2 .detail_v2 ul li .detail-insurance .price {
  color: #669999;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme2 .detail_v2 ul li .detail-insurance-owner .price {
  color: #669999;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme2 .detail_v2 .link-btn .btn {
  background-color: #669999;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme2 .main_v5 {
  background-color: #669999 !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme2 .detail_v5 ul li .detail-insurance .color-primary {
  color: #669999 !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme2 .detail_v5 ul li .detail-insurance .sub-title {
  color: #669999;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme2 .detail_v5 .link-btn .btn {
  background-color: #669999 !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme3 .main_v2 .left {
  background-color: #CCCC00;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme3 .main_v2 .left:after {
  border-top: solid 10px #CCCC00;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme3 .main_v2 .right .title {
  color: #CCCC00;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme3 .main_v2 .right .type {
  color: #CCCC00;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme3 .main_v2 .right .package {
  color: #CCCC00;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme3 .detail_v2 ul li .detail-insurance .price {
  color: #CCCC00;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme3 .detail_v2 ul li .detail-insurance-owner .price {
  color: #CCCC00;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme3 .detail_v2 .link-btn .btn {
  background-color: #CCCC00;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme3 .main_v5 {
  background-color: #CCCC00 !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme3 .detail_v5 ul li .detail-insurance .color-primary {
  color: #CCCC00 !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme3 .detail_v5 ul li .detail-insurance .sub-title {
  color: #CCCC00;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .theme3 .detail_v5 .link-btn .btn {
  background-color: #CCCC00 !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themePa .main_v2 .left {
  background-color: #ff6600;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themePa .main_v2 .left .top .title {
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themePa .main_v2 .left .bottom .title {
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themePa .main_v2 .left:after {
  border-top: solid 10px #ff6600;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themePa .main_v2 .right .title {
  color: #ff6600;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themePa .main_v2 .right .type {
  color: #ff6600;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themePa .main_v2 .right .package {
  color: #ff6600;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themePa .detail_v2 ul li .detail-insurance .price {
  color: #ff6600;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themePa .detail_v2 ul li .detail-insurance-owner .price {
  color: #ff6600;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themePa .detail_v2 .link-btn .btn {
  background-color: #ff6600;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themePa .main_compare .left .top .title {
  color: #ffffff !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themePa .main_compare .left .bottom .title {
  color: #ffffff !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeTa .main_v2 .left {
  background-color: #0099CC;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeTa .main_v2 .left .top .title {
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeTa .main_v2 .left .bottom .title {
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeTa .main_v2 .left:after {
  border-top: solid 10px #0099CC;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeTa .main_v2 .right .title {
  color: #0099CC;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeTa .main_v2 .right .type {
  color: #0099CC;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeTa .main_v2 .right .package {
  color: #0099CC;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeTa .detail_v2 ul li .detail-insurance .price {
  color: #0099CC;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeTa .detail_v2 ul li .detail-insurance-owner .price {
  color: #0099CC;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeTa .detail_v2 .link-btn .btn {
  background-color: #0099CC;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeGolf .main_v2 .left {
  background-color: #6fae29;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeGolf .main_v2 .left .top .title {
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeGolf .main_v2 .left .bottom .title {
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeGolf .main_v2 .left:after {
  border-top: solid 10px #6fae29;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeGolf .main_v2 .right .title {
  color: #6fae29;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeGolf .main_v2 .right .type {
  color: #6fae29;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeGolf .main_v2 .right .package {
  color: #6fae29;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeGolf .detail_v2 ul li .detail-insurance .price {
  color: #6fae29;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeGolf .detail_v2 ul li .detail-insurance-owner .price {
  color: #6fae29;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeGolf .detail_v2 .link-btn .btn {
  background-color: #6fae29;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeGolf .main_compare .left .top .title {
  color: #ffffff !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeGolf .main_compare .left .bottom .title {
  color: #ffffff !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_v2 .left {
  background-color: #00698C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_v2 .left .top .title {
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_v2 .left .bottom .title {
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_v2 .left:after {
  border-top: solid 10px #00698C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_v2 .right .title {
  color: #00698C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_v2 .right .type {
  color: #00698C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_v2 .right .package {
  color: #00698C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_line-oa .left .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_line-oa .left .top .title {
  font-size: 26px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_line-oa .left .top .title .icon {
  margin-right: 10px;
  max-width: 24px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_line-oa .left .top .title .icon img {
  width: 100%;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_line-oa .left .top .price {
  font-size: 28px;
  line-height: 28px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_line-oa .right {
  margin-bottom: 10px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_line-oa .right .title {
  font-size: 36px;
  line-height: 36px;
  height: auto;
  margin-bottom: 10px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_line-oa .right .sub-title {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  margin-bottom: 5px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_line-oa .right .price {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 34px;
  line-height: 34px;
  color: #00698C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_line-oa .right .type {
  color: #00698C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_line-oa .right .package {
  color: #00698C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .detail_line-oa ul li .detail-insurance .price {
  color: #00698C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .detail_line-oa ul li .detail-insurance-owner .price {
  color: #00698C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .detail_line-oa ul .match-detail .detail-insurance .title-head {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #000;
  text-align: left;
  text-decoration: underline;
  margin-bottom: 15px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .detail_line-oa ul .match-detail .detail-insurance .title-head__sub {
  -webkit-text-decoration: auto;
          text-decoration: auto;
  margin-bottom: 5px;
  color: #666;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .detail_line-oa ul .match-detail .detail-insurance .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .detail_line-oa ul .match-detail .detail-insurance .content .title {
  text-align: left;
  width: 60%;
  height: auto;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .detail_line-oa ul .match-detail .detail-insurance .content .price {
  font-size: 24px;
  line-height: 24px;
  width: 40%;
  text-align: right;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .detail_line-oa ul li.collapse-wrapper {
  background-color: #fff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .detail_line-oa ul li.collapse-wrapper ul li {
  border-bottom: 1px dashed #666;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .detail_line-oa ul li.collapse-wrapper ul li:nth-child(odd) {
  background-color: #fff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .detail_line-oa ul li.collapse-wrapper ul li:nth-child(even) {
  background-color: #fff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .detail_line-oa .link-btn .btn {
  background-color: #00698C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .detail_v2 ul li .detail-insurance .price {
  color: #00698C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .detail_v2 ul li .detail-insurance-owner .price {
  color: #00698C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .detail_v2 .link-btn .btn {
  background-color: #00698C;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_compare .left .top .title {
  color: #ffffff !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeSMEs .main_compare .left .bottom .title {
  color: #ffffff !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeFire .main_v2 .left {
  background-color: #B64826;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeFire .main_v2 .left .top .title {
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeFire .main_v2 .left .bottom .title {
  color: #ffffff;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeFire .main_v2 .left:after {
  border-top: solid 10px #B64826;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeFire .main_v2 .right .title {
  color: #B64826;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeFire .main_v2 .right .type {
  color: #B64826;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeFire .main_v2 .right .package {
  color: #B64826;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeFire .detail_v2 ul li .detail-insurance .price {
  color: #B64826;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeFire .detail_v2 ul li .detail-insurance-owner .price {
  color: #B64826;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeFire .detail_v2 .link-btn .btn {
  background-color: #B64826;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeFire .main_compare .left .top .title {
  color: #ffffff !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .content-list-item .themeFire .main_compare .left .bottom .title {
  color: #ffffff !important;
}
.box-list-compare-insurance .list-item-wrapper .list-item .btn-theme1 {
  opacity: 0.5;
  cursor: not-allowed;
}
.box-list-compare-insurance .list-item-wrapper .list-item .btn-theme1 .btn {
  background-color: #00AF4D;
  pointer-events: none;
}
.box-list-compare-insurance .list-item-wrapper .list-item .btn-theme2 {
  opacity: 0.5;
  cursor: not-allowed;
}
.box-list-compare-insurance .list-item-wrapper .list-item .btn-theme2 .btn {
  background-color: #669999;
  pointer-events: none;
}
.box-list-compare-insurance .list-item-wrapper .list-item .btn-theme3 {
  opacity: 0.5;
  cursor: not-allowed;
}
.box-list-compare-insurance .list-item-wrapper .list-item .btn-theme3 .btn {
  background-color: #CCCC00;
  pointer-events: none;
}
.box-list-compare-insurance .list-item-wrapper .list-item .btn-themePA {
  opacity: 0.5;
  cursor: not-allowed;
}
.box-list-compare-insurance .list-item-wrapper .list-item .btn-themePA .btn {
  background-color: #ff6600;
  pointer-events: none;
}
.box-list-compare-insurance .list-item-wrapper .list-item .btn-themeTA {
  opacity: 0.5;
  cursor: not-allowed;
}
.box-list-compare-insurance .list-item-wrapper .list-item .btn-themeTA .btn {
  background-color: #0099CC;
  pointer-events: none;
}
.box-list-compare-insurance .list-item-wrapper .list-item .btn-themeGolf {
  opacity: 0.5;
  cursor: not-allowed;
}
.box-list-compare-insurance .list-item-wrapper .list-item .btn-themeGolf .btn {
  background-color: #6fae29;
  pointer-events: none;
}
.box-list-compare-insurance .list-item-wrapper .list-item .btn-themeSMEs {
  opacity: 0.5;
  cursor: not-allowed;
}
.box-list-compare-insurance .list-item-wrapper .list-item .btn-themeSMEs .btn {
  background-color: #00698C;
  pointer-events: none;
}
.box-list-compare-insurance .list-item-wrapper .list-item .btn-themeFire {
  opacity: 0.5;
  cursor: not-allowed;
}
.box-list-compare-insurance .list-item-wrapper .list-item .btn-themeFire .btn {
  background-color: #B64826;
  pointer-events: none;
}
.box-list-compare-insurance .list-item-wrapper .list-item .desc-protect-more {
  margin-top: 10px;
  cursor: not-allowed;
}
.box-list-compare-insurance .list-item-wrapper .list-item .desc-protect-more a {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #00AF4D;
  pointer-events: none;
}
.box-list-compare-insurance .list-item-wrapper .list-item .desc-protect-more a i {
  font-size: 14px;
  line-height: 22px;
}
.box-list-compare-insurance .list-item-wrapper .list-item .promotion-code {
  margin: 10px 0 0;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .content-list-item {
  opacity: 1;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .content-list-item .check-wrapper .num-compare {
  display: inline-block;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .content-list-item .select-insurance {
  background: url("../../../Images/icons/icon-inp_radio_checked.png") no-repeat;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .btn-theme1 {
  opacity: 1;
  cursor: pointer;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .btn-theme1 .btn {
  pointer-events: auto;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .btn-theme2 {
  opacity: 1;
  cursor: pointer;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .btn-theme2 .btn {
  pointer-events: auto;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .btn-theme3 {
  opacity: 1;
  cursor: pointer;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .btn-theme3 .btn {
  pointer-events: auto;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .btn-themePA {
  opacity: 1;
  cursor: pointer;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .btn-themePA .btn {
  pointer-events: auto;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .btn-themeTA {
  opacity: 1;
  cursor: pointer;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .btn-themeTA .btn {
  pointer-events: auto;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .btn-themeGolf {
  opacity: 1;
  cursor: pointer;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .btn-themeGolf .btn {
  pointer-events: auto;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .btn-themeSMEs {
  opacity: 1;
  cursor: pointer;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .btn-themeSMEs .btn {
  pointer-events: auto;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .btn-themeFire {
  opacity: 1;
  cursor: pointer;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .btn-themeFire .btn {
  pointer-events: auto;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .desc-protect-more {
  cursor: pointer;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .desc-protect-more a {
  pointer-events: auto;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .desc-protect-more a:hover {
  text-decoration: underline;
}
.box-list-compare-insurance .list-item-wrapper .list-item.active .promotion-code {
  margin: 10px 0 0;
}
.box-list-compare-insurance .list-item-wrapper--slide {
  position: relative;
  /*.arrow {
      cursor: pointer;
      position: absolute;
      top: 50%;
      i {
          font-size: 22px;
          color: #00698C;
      }
      &.arrow-prev{
          left: -15px;
      }
      &.arrow-next{
          right:-15px;
      }
  }*/
}
.box-list-compare-insurance .list-item-wrapper--slide .slick-list {
  margin: 0 -10px;
}
.box-list-compare-insurance .list-item-wrapper--slide .list-item {
  margin: 0 10px;
}
.box-list-compare-insurance .list-item-wrapper--slide .slick-dots {
  margin-bottom: 2rem;
  position: relative;
  bottom: 0;
}
.box-list-compare-insurance .list-item-wrapper--slide .slick-dots li button:before {
  font-size: 1rem;
}
.box-list-compare-insurance .list-item-wrapper--slide .slick-dots li.slick-active button:before {
  color: #00698C;
}
.box-list-compare-insurance .list-item-wrapper--slide .content-list-item {
  opacity: 1;
}
.box-list-compare-insurance .list-item-wrapper--slide .content-list-item .box-detail-insurance .right {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.box-list-compare-insurance .list-item-wrapper--slide .content-list-item .box-detail-insurance .detail_v2 ul .collapse-wrapper {
  padding: 10px 0 0 !important;
}
.box-list-compare-insurance .list-item-wrapper--slide .content-list-item .box-detail-insurance .detail_v2 ul .collapse-wrapper ul li {
  padding: 10px !important;
}
.box-list-compare-insurance .list-item-wrapper--slide .content-list-item .btn {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.box-list-compare-insurance .list-item-wrapper--slide .content-list-item .btn-collapse {
  text-align: center;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  width: 100%;
  display: block;
}
.box-list-compare-insurance .list-item-wrapper--slide .content-list-item .btn-collapse i {
  font-size: 18px;
  margin-left: 5px;
}
.box-list-compare-insurance .list-item-wrapper--slide .content-list-item .btn-collapse.show i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.box-list-compare-insurance .list-item-wrapper--slide .content-list-item .btn-collapse__sme {
  color: #00698C;
}

.box-list-compare-insurance.-complete {
  padding: 0;
  border-top: 0;
}
.box-list-compare-insurance.-complete .slick-prev {
  background-image: url("../../../Images/icons/icon-prev-mobile.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  left: 0;
  z-index: 999;
}
.box-list-compare-insurance.-complete .slick-next {
  background-image: url("../../../Images/icons/icon-next-mobile.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  right: 0;
  z-index: 999;
}
.box-list-compare-insurance.-complete .slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.box-list-compare-insurance.-complete .slick-prev {
  top: -10%;
}
.box-list-compare-insurance.-complete .slick-next {
  top: -10%;
}

.box-detail-compare-insurance .product-typecar-compare {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #00AF4D;
  margin-bottom: 15px;
}
.box-detail-compare-insurance .list-id-insurace {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}
.box-detail-compare-insurance .list-id-insurace span {
  color: #00AF4D;
}
.box-detail-compare-insurance .detail-insurance-customer .box {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0 25px;
  border: 1px dotted #bfbfbf;
}
@media screen and (max-width: 999px) {
  .box-detail-compare-insurance .detail-insurance-customer .box {
    height: 238px;
  }
}
@media screen and (max-width: 767px) {
  .box-detail-compare-insurance .detail-insurance-customer .box {
    height: auto;
  }
}
.box-detail-compare-insurance .detail-insurance-customer .box .icon {
  float: left;
  width: 27px;
  height: 36px;
  margin-top: 15px;
}
.box-detail-compare-insurance .detail-insurance-customer .box .icon img {
  width: 100%;
  height: 100%;
}
.box-detail-compare-insurance .detail-insurance-customer .box .detail {
  padding-left: 45px;
  margin: 15px 0;
}
.box-detail-compare-insurance .detail-insurance-customer .box .detail .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 10px;
}
.box-detail-compare-insurance .detail-insurance-customer .box .detail ul {
  margin: 0;
  padding: 0;
}
.box-detail-compare-insurance .detail-insurance-customer .box .detail ul li {
  list-style: none;
  display: block;
}
.box-detail-compare-insurance .detail-insurance-customer .box .detail ul li .text {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}
.box-detail-compare-insurance .detail-insurance-customer .box .detail ul li .text span {
  color: #00AF4D;
}
.box-detail-compare-insurance .list-compare-wrapper {
  margin-bottom: 25px;
  position: relative;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre {
  margin-left: 300px;
  /*.slick-prev, .slick-next{
      top: 7%;
  }*/
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare {
  float: left;
  padding: 0 10px;
  outline: none;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item {
  padding: 0 15px;
  border: 1px dotted #bfbfbf;
  text-align: center;
  height: 173px;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item .name-insurance {
  margin-top: 15px;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item .name-insurance .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #00AF4D;
  margin-bottom: 5px;
  height: 60px;
  overflow: hidden;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item .name-insurance .type {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #999999;
  min-height: 48px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item .name-insurance .type {
    min-height: 72px;
  }
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item .name-insurance .desc-more {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #999999;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item .insurance {
  margin-top: 5px;
  margin-bottom: 10px;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item .insurance .text {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 23px;
  line-height: 23px;
  color: #00AF4D;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item .price-of-year {
  margin-bottom: 5px;
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item .price-of-year .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item .price-of-year .price-wrapper {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item .price-of-year .price {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #00AF4D;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item .price-of-year .price_prb {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 17px;
  line-height: 17px;
  color: #00AF4D;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item .price-of-year .price_detail {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 17px;
  line-height: 17px;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item__detail .item__detail {
  padding-left: 15px;
  border-left: 1px dotted #bfbfbf;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item__detail .item__detail .name-insurance {
  margin-bottom: 10px;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item__detail .item__detail .name-insurance .title {
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  height: auto;
  color: #555555;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item__detail .item__detail .sub-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item__detail .item__detail .sub-item-wrapper .group-item {
  width: 50%;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item__detail .item__detail .sub-item-wrapper .group-item .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  padding-right: 15px;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item__detail .item__detail .sub-item-wrapper .group-item .d-flex span {
  color: #000000;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item__detail .item__detail .sub-item-wrapper .group-item .d-flex:last-child {
  margin-bottom: 0;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item__detail .item__detail .sub-item-wrapper .group-item:last-child() {
  border-left: 1px dotted #bfbfbf;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item__detail .item__detail .sub-item-wrapper .group-item:last-child() .d-flex {
  padding-left: 15px;
  padding-right: 0;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item__detail .item__detail .sub-item-wrapper .group-item:only-child {
  width: 100%;
  border-left: none;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item__detail .item__detail .sub-item-wrapper .group-item:only-child .d-flex {
  padding-left: 0;
  padding-right: 0;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item__detail .item:first-child() {
  width: 35%;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item__detail .item:last-child() {
  width: 65%;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-PA .box-item .name-insurance .title {
  color: #FF6600;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-PA .box-item .name-insurance .type {
  color: #999999;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-PA .box-item .name-insurance .desc-more {
  color: #999999;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-PA .box-item .insurance .text {
  color: #FF6600;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-PA .box-item .price-of-year .price {
  color: #FF6600;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-TA .box-item {
  height: 210px;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-TA .box-item .name-insurance .title {
  color: #0099CC;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-TA .box-item .name-insurance .type {
  color: #999999;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-TA .box-item .name-insurance .desc-more {
  color: #999999;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-TA .box-item .insurance .text {
  color: #0099CC;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-TA .box-item .price-of-year .price {
  color: #0099CC;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-Golf .box-item .name-insurance .title {
  color: #6fae29;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-Golf .box-item .name-insurance .type {
  color: #6fae29;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-Golf .box-item .name-insurance .desc-more {
  color: #6fae29;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-Golf .box-item .insurance .text {
  color: #6fae29;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-Golf .box-item .price-of-year .price {
  color: #6fae29;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-Golf .box-item .price-of-year .price_detail {
  color: #6fae29;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-SMEs .box-item .name-insurance .title {
  color: #00688C;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-SMEs .box-item .name-insurance .type {
  color: #00688C;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-SMEs .box-item .name-insurance .desc-more {
  color: #00688C;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-SMEs .box-item .insurance .text {
  color: #00688C;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-SMEs .box-item .price-of-year .price {
  color: #00688C;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-SMEs .box-item .price-of-year .price_detail {
  color: #00688C;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-Fire .box-item .name-insurance .title {
  color: #B64626;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-Fire .box-item .name-insurance .type {
  color: #B64626;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-Fire .box-item .name-insurance .desc-more {
  color: #B64626;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-Fire .box-item .insurance .text {
  color: #B64626;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-Fire .box-item .price-of-year .price {
  color: #B64626;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare.-Fire .box-item .price-of-year .price_detail {
  color: #B64626;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare ul {
  margin: 0;
  padding: 0;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare ul li {
  list-style: none;
  text-align: center;
  margin-right: -20px;
  height: 125px;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare ul li .title {
  display: none;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare ul li .desc {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #00AF4D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 10px;
  word-break: break-all;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare ul li .desc img {
  max-width: 100%;
  max-height: 125px;
  padding: 15px 0;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare ul li.space {
  background-color: #ffffff !important;
  height: 84px;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare ul li.space .title {
  display: none;
}
@media screen and (max-width: 1024px) {
  .box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare ul li.space {
    height: auto;
  }
  .box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare ul li.space .title {
    display: block;
    color: #00AF4D;
    font-size: 35px;
    margin-top: 10px;
    line-height: 35px;
  }
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare ul li.noheight {
  height: 0;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare ul li:nth-child(even) {
  background-color: #cccccc;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare ul li:nth-child(odd) {
  background-color: #F7F7F7;
}
@media screen and (max-width: 1024px) {
  .box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare ul li {
    margin-right: 0;
    padding: 10px;
    height: auto;
  }
  .box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare ul li .title {
    display: block;
    font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare ul li .desc {
    line-height: 24px;
  }
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare.-PA ul li .desc {
  color: #FF6600;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare.-TA ul li .desc {
  color: #0099CC;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare.-Golf ul li .desc {
  color: #6fae29;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare.-SMEs ul li .desc {
  color: #00688C;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare .detail-product-compare.-Fire ul li .desc {
  color: #B64626;
  padding: 0 20px;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .list-product-compare.-last .detail-product-compare ul li {
  margin-right: 0;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .slick-track {
  margin: 0;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .slick-prev {
  background-image: url("../../../Images/icons/icon-prev.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  left: -60px;
  z-index: 999;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .slick-next {
  background-image: url("../../../Images/icons/icon-next.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  left: -60px;
  z-index: 999;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .slick-disabled {
  opacity: 0.5;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .slick-prev {
  top: 45px;
}
.box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .slick-next {
  top: 170px;
}
@media screen and (max-width: 1024px) {
  .box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre {
    margin-left: 0;
  }
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre {
  width: 300px;
  position: absolute;
  left: 0;
  top: 0;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .text-title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #00AF4D;
  height: 213px;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .text-title.-TA {
  height: 250px;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper ul {
  margin: 0;
  padding: 0;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper ul li {
  list-style: none;
  height: 125px;
  margin-right: -10px;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper ul li.title-topic {
  position: absolute;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #00AF4D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff !important;
  height: 50px;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper ul li.title-head-protection {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #00AF4D;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 84px;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper ul li.title-head-protection span {
  position: absolute;
  width: 650px;
  z-index: 9;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper ul li .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 23px;
  line-height: 23px;
  color: #333333;
  margin-bottom: 5px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 125px;
  padding-right: 20px;
  padding-left: 20px;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper ul li:nth-child(even) {
  background-color: #cccccc;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper ul li:nth-child(odd) {
  background-color: #F7F7F7;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper ul li:first-of-type {
  border-top: none;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper ul li:last-of-type {
  height: 125px;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper .list {
  border-top: 1px dotted #bfbfbf;
  height: 84px;
  margin-right: -10px;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper .list .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 5px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 84px;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper .list:first-of-type {
  border-top: none;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper .list:last-of-type {
  border-bottom: 1px dotted #bfbfbf;
  height: 84px;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper .list.-check .check {
  text-align: center;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper .list.-check .check .icon-check {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper .list.-check .check .text {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper .list.-check:last-of-type {
  border-bottom: none;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper.-match_height ul li {
  height: auto;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper.-match_height ul li.title-topic {
  height: 50px;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper.-match_height ul li.title-head-protection {
  height: 84px;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper.-match_height ul li.match-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper.-match_height ul li .title {
  height: auto;
  padding: 20px;
}
.box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre .detail-protection-wrapper.-match_height ul li:last-of-type {
  height: auto;
}
@media screen and (max-width: 1024px) {
  .box-detail-compare-insurance .list-compare-wrapper .desc-detail-product-comapre {
    display: none;
  }
}
.box-detail-compare-insurance .list-compare-wrapper__prb {
  margin-top: -30px;
}
.box-detail-compare-insurance .list-compare-wrapper__prb .table {
  table-layout: fixed;
}
.box-detail-compare-insurance .list-compare-wrapper__prb .table--prb .bg-gray {
  background-color: #EEEEEE;
}
.box-detail-compare-insurance .list-compare-wrapper__prb .table--prb .bg-lightgray {
  background-color: #F7F7F7;
}
.box-detail-compare-insurance .list-compare-wrapper__prb .table--prb tr td {
  border-top: none;
  vertical-align: middle;
}
.box-detail-compare-insurance .list-compare-wrapper__prb .table--prb tr td .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #333333;
}
.box-detail-compare-insurance .list-compare-wrapper__prb .table--prb tr td .title--row {
  margin-bottom: 10px;
}
.box-detail-compare-insurance .list-compare-wrapper__prb .table--prb tr td .title--name {
  font-size: 24px;
  line-height: 24px;
  color: #00AF4D;
}
.box-detail-compare-insurance .list-compare-wrapper__prb .table--prb tr td .title--detail {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .box-detail-compare-insurance .list-compare-wrapper {
    margin-top: 80px;
  }
  .box-detail-compare-insurance .list-compare-wrapper__prb {
    margin-top: 0px;
  }
  .box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .slick-prev {
    background-image: url("../../../Images/icons/icon-prev-mobile.svg");
    width: 100px;
    height: 40px;
  }
  .box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .slick-next {
    background-image: url("../../../Images/icons/icon-next-mobile.svg");
    width: 100px;
    height: 40px;
  }
  .box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .slick-prev {
    top: -2%;
    left: 35%;
    right: auto;
  }
  .box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .slick-next {
    top: -2%;
    right: 35%;
    left: auto;
  }
}
@media screen and (max-width: 700px) {
  .box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .slick-prev {
    top: -2%;
    left: 28%;
  }
  .box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .slick-next {
    top: -2%;
    right: 28%;
  }
}
@media screen and (max-width: 480px) {
  .box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .slick-prev {
    left: 15%;
  }
  .box-detail-compare-insurance .list-compare-wrapper .main-detail-product-comapre .slick-next {
    right: 15%;
  }
}
.box-detail-compare-insurance.-prb .text-title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #00AF4D;
}
.box-detail-compare-insurance.-prb .text-title.onMobile {
  display: none;
}
@media screen and (max-width: 999px) {
  .box-detail-compare-insurance.-prb .text-title.onMobile {
    display: block;
    margin: 30px 0 15px;
  }
}
.box-detail-compare-insurance.-prb .note {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 30px;
}
.box-detail-compare-insurance.-prb .list-compare-wrapper .main-detail-product-comapre .list-product-compare .head-product-compare .box-item {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .box-detail-compare-insurance.-prb .list-compare-wrapper {
    margin-top: 0;
  }
}

.box-annotation .style-input textarea {
  border: 1px solid #999999;
  color: #333333;
}

.box-signature {
  text-align: left;
}
.box-signature .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 10px;
}
.box-signature .style-input textarea {
  border: 1px solid #999999;
  color: #333333;
  width: 100%;
  max-width: 400px;
}

.title-addfile-wrapper .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #333333;
  float: left;
}
.title-addfile-wrapper .addfile {
  float: right;
  display: block;
}
.title-addfile-wrapper .addfile .btn {
  text-align: right;
  padding-left: 40px;
}

.po-information-wrapper {
  margin-bottom: 30px;
  padding-bottom: 0 !important;
  border-top: 1px solid #bfbfbf;
}
.po-information-wrapper .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #00AF4D;
}
.po-information-wrapper .title span {
  color: #666666;
}
.po-information-wrapper .sub-title {
  line-height: 24px;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  color: #555555;
}
.po-information-wrapper .type-renew .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.po-information-wrapper .type-renew .name {
  display: inline-block;
  vertical-align: middle;
  background-color: #00AF4D;
  padding: 5px 10px;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  border-radius: 15px;
}
.po-information-wrapper .data-renew {
  margin-top: 15px;
}
.po-information-wrapper .data-renew .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #333333;
}
.po-information-wrapper .data-renew .desc {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #00AF4D;
  padding-left: 20px;
}
.po-information-wrapper .list-tabledata-wrapper {
  padding: 0;
  border: none;
}
.po-information-wrapper .list-tabledata-wrapper .list-item {
  margin-bottom: 20px !important;
}
.po-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance {
  padding: 0;
  border-top: 0;
}
.po-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .detail_v2 ul li .detail-insurance {
  text-align: left !important;
}

.list-tabledata-wrapper {
  padding-top: 20px;
  border-top: 1px solid #bfbfbf;
  margin-bottom: 20px;
}
.list-tabledata-wrapper .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #00AF4D;
}
.list-tabledata-wrapper .title span {
  color: #666666;
}
.list-tabledata-wrapper .sub-title {
  margin: 10px 0;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 24px;
  color: #555555;
}
.list-tabledata-wrapper .table-wrapper {
  margin-top: 30px;
}
.list-tabledata-wrapper .table-wrapper .table {
  width: 100%;
  margin-bottom: 0;
}
.list-tabledata-wrapper .table-wrapper .table thead tr th {
  background-color: #333333;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 26px;
  color: #ffffff;
  padding: 15px 10px;
  border-bottom: none;
  vertical-align: top;
  white-space: nowrap;
}
.list-tabledata-wrapper .table-wrapper .table thead tr th:first-child {
  background-color: #00AF4D;
  text-align: center;
}
.list-tabledata-wrapper .table-wrapper .table thead tr th.center {
  text-align: center;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr {
  border-bottom: 1px solid #bfbfbf;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td {
  padding: 10px;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #333333;
  white-space: nowrap;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-edit {
  margin-bottom: 5px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-edit a {
  color: #00AF4D;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-edit a i {
  font-size: 16px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-detail {
  margin-bottom: 5px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-detail a {
  color: #333333;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-detail a i {
  font-size: 16px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-ban {
  margin-bottom: 5px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-ban a {
  color: #EA211C;
  /*&:hover{
      text-decoration: underline;
  }*/
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-ban a i {
  font-size: 16px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-pass {
  margin-bottom: 5px;
  color: #00AF4D;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-pass i {
  font-size: 16px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-pass a {
  color: #00AF4D;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-pass a i {
  font-size: 16px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-del a {
  color: #D80000;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-del a i {
  font-size: 16px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-purchase {
  margin-bottom: 5px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-purchase a {
  color: #00AF4D;
  font-size: 24px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-purchase a i {
  font-size: 18px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-notification a {
  color: #BDB733;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-notification a i {
  font-size: 18px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-renew {
  margin-bottom: 5px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-renew a {
  color: #B8259A;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-renew a i {
  font-size: 18px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-pdf {
  margin-bottom: 5px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-pdf a {
  color: #EA211C;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-pdf a i {
  font-size: 18px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-claim {
  margin-bottom: 5px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-claim a {
  color: #333333;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-claim a img {
  width: 20px;
  height: 20px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-print a {
  color: #00AF4D;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-print a i {
  font-size: 18px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-issue-purchase {
  margin-bottom: 5px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-issue-purchase a {
  color: #00AF4D;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-issue-purchase a i {
  font-size: 16px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-sms {
  margin-bottom: 5px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-sms a {
  color: #C0B932;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-sms a i {
  font-size: 16px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-confirm {
  margin-bottom: 5px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-confirm a {
  color: #FF6600;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-confirm a i {
  font-size: 16px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-complete-process {
  background-color: #00AF4D;
  display: inline-block;
  vertical-align: middle;
  width: 110px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-complete-process a .boxcomplete-wrapper {
  padding: 10px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-complete-process a .boxcomplete-wrapper .icn {
  text-align: right;
  color: #ffffff;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-complete-process a .boxcomplete-wrapper .text {
  text-align: center;
  color: #ffffff;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 26px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-complete-process.-pa {
  background-color: #ff6600;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-complete-process.-ta {
  background-color: #0099CC;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-complete-process.-golf {
  background-color: #6fae29;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-complete-process.-SMEs {
  background-color: #00698C;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-complete-process.-Fire {
  background-color: #B64826;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-complete-process.cancel_order {
  background-color: #cccccc;
  cursor: not-allowed;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-complete-process.cancel_order a {
  display: block;
  pointer-events: none;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po {
  display: inline-block;
  vertical-align: middle;
  width: 163px;
  cursor: pointer;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po a {
  display: block;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po a .icon-close {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po a .icon-close i {
  color: #000000;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po a .text {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po a.cancle .icon-close i {
  color: #999999;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po a.cancle .text {
  color: #999999;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po.cancel_order {
  cursor: not-allowed;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po.cancel_order a {
  pointer-events: none;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po.cancel_order p {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po.cancel_order p a {
  color: #999999 !important;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po.cancel_order p.noti-table.enable-noti {
  filter: unset;
  -webkit-filter: unset;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po.cancel_order p.noti-table.enable-noti a {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po.cancel_order p.noti-table.enable-noti img {
  filter: unset;
  -webkit-filter: unset;
  cursor: pointer;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .text {
  margin-bottom: 5px;
  color: #333333;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .text:last-of-type {
  margin-bottom: 0;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td .list-number ul {
  margin: 0;
  padding: 0;
  list-style-type: decimal;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td p.notify {
  margin-top: 10px;
  padding: 0;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td.center {
  vertical-align: middle;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td.center-align {
  text-align: center;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td.fixed-medium {
  width: 320px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td.edit a {
  color: #999999;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td.del a {
  color: #D90000;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td.note {
  width: 120px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td.note .text {
  white-space: nowrap;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr td.note .detail_more {
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
  color: #00AF4D;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr.disable_action {
  background-color: #dddddd;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr.disable_action td.fixed-medium {
  width: 300px;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr.disable_action td .text {
  color: #999999;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr.disable_action td .text span {
  color: #999999 !important;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr.disable_action td .action-cancle-po a .text {
  color: #333333;
}
.list-tabledata-wrapper .table-wrapper .table tbody tr.disable_action td p.notify {
  color: #999999;
}
.list-tabledata-wrapper .table-wrapper .mCSB_scrollTools {
  height: 18px;
  background-color: #00AF4D;
}
.list-tabledata-wrapper .table-wrapper .mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #00AF4D;
  margin: 0 10px;
}
.list-tabledata-wrapper .table-wrapper .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  min-width: 180px;
  height: 6px;
  border-radius: 0;
  background-color: #ffffff;
}
.list-tabledata-wrapper .table-wrapper .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  height: 0;
}
.list-tabledata-wrapper .table-wrapper .table--sort tbody tr td .img {
  width: 200px;
  height: 100px;
  background-color: rgba(146, 145, 144, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
.list-tabledata-wrapper .table-wrapper .table--sort tbody tr td .img img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
}
.list-tabledata-wrapper .table-wrapper.mt-0 {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .list-tabledata-wrapper .table-wrapper .table {
    min-width: 720px;
  }
}
.list-tabledata-wrapper.no-border {
  border: none;
}

.success-Quotation-wrapper {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 100px;
}
.success-Quotation-wrapper .text {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 44px;
  line-height: 44px;
  color: #00AF4D;
}
.success-Quotation-wrapper .text i {
  font-size: 38px;
  margin-right: 10px;
}
.success-Quotation-wrapper .text_idQuotation {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 27px;
  line-height: 27px;
  color: #00AF4D;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .success-Quotation-wrapper .text {
    font-size: 40px;
    line-height: 40px;
  }
}

.success-Quotation-wrapper2 {
  text-align: center;
  margin-top: 20px;
}
.success-Quotation-wrapper2 .text_alert {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 27px;
  line-height: 27px;
  color: #D90000;
  margin: 15px 0;
}
.success-Quotation-wrapper2 .text-title {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 44px;
  line-height: 44px;
  color: #00AF4D;
  margin-bottom: 30px;
}
.success-Quotation-wrapper2 .text-title i {
  font-size: 38px;
  margin-right: 10px;
}
.success-Quotation-wrapper2 .name-report {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 29px;
  line-height: 29px;
  color: #666666;
  margin-bottom: 20px;
}
.success-Quotation-wrapper2 .name-report span {
  color: #00AF4D;
}
@media screen and (max-width: 768px) {
  .success-Quotation-wrapper2 .text-title {
    font-size: 40px;
    line-height: 40px;
  }
}

.discount-wrapper {
  margin-top: 20px;
}
.discount-wrapper .sub-title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #D90000;
  margin-bottom: 20px;
}

.report-wrapper {
  margin-top: 20px;
  /*display: flex;
  align-items: stretch;*/
}
.report-wrapper .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.report-wrapper .align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.report-wrapper .list-box {
  float: left;
  width: 33.3333%;
  min-height: 420px;
  margin-bottom: 20px;
}
.report-wrapper .list-box .center {
  text-align: center;
}
.report-wrapper .list-box .center-leftM {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .report-wrapper .list-box {
    width: 100%;
    height: auto !important;
  }
  .report-wrapper .list-box .center-leftM {
    text-align: left;
  }
}
.report-wrapper .list-box.half {
  height: 209.5px;
  margin-bottom: 1px;
}
.report-wrapper .list-box.half .box-report-owner .detail-wrapper {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .report-wrapper .list-box.half {
    width: 100%;
    height: auto;
  }
}
.report-wrapper .list-box.nofix {
  height: auto;
}
.report-wrapper .list-box.scroll {
  /*&::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
      border-radius: 8px;
      background-color: #F5F5F5;
  }

  &::-webkit-scrollbar {
      width: 10px;
      background-color: #F5F5F5;
  }

  &::-webkit-scrollbar-thumb {
      border-radius: 8px;
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
      background-color: #00AF4D;
  }

  &::-moz-scrollbar {
      width: 10px;
      background-color: #F5F5F5;
  }
  &::-moz-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
      border-radius: 8px;
      background-color: #F5F5F5;
  }
  &::-moz-scrollbar-thumb {
      border-radius: 8px;
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
      background-color: #00AF4D;
  }*/
  background-color: #F2F2F2;
}
.report-wrapper .list-box.scroll .mCSB_inside > .mCSB_container {
  margin-right: 16px;
}
.report-wrapper .list-box.scroll .mCSB_inside > .mCSB_container .box-report-owner {
  border-right: none;
}
.report-wrapper .list-box.scroll .mCSB_scrollTools {
  width: 18px;
  background-color: #00AF4D;
}
.report-wrapper .list-box.scroll .mCSB_scrollTools .mCSB_draggerContainer {
  margin: 10px 0;
}
.report-wrapper .list-box.scroll .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  border-radius: 0;
}
.report-wrapper .list-box.scroll .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  height: 0;
}
.report-wrapper .list-report {
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.report-wrapper .list-report .title-list {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 10px;
  background-color: #eeeeee;
  padding: 8px 10px;
}
.report-wrapper .list-report .line-detail {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}
.report-wrapper .list-report .line-detail span {
  color: #00AF4D;
}
.report-wrapper .list-report .line-detail span .ic {
  width: 20px;
  height: 20px;
}
.report-wrapper .list-report .line-detail span a {
  color: #C0B932;
}
.report-wrapper .list-report .line-detail span a:hover {
  color: #FF6600;
  text-decoration: underline;
}
.report-wrapper .list-report .line-detail .title {
  color: #333333 !important;
  float: left;
  width: 80px;
}
.report-wrapper .list-report .line-detail.title-bg {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin: 10px 0;
  background-color: #eeeeee;
  padding: 8px 10px;
}
.report-wrapper .box-annotation {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #999999;
  margin-bottom: 20px;
}
.report-wrapper .box-signature {
  float: right;
  margin-bottom: 30px;
}
.report-wrapper .box-signature .text {
  text-align: center;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #999999;
}
.report-wrapper .box-report-product {
  padding: 10px 15px;
  border-right: 1px solid #ffffff;
  height: 100%;
}
.report-wrapper .box-report-product .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 37px;
  line-height: 37px;
  color: #ffffff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .report-wrapper .box-report-product .title {
    font-size: 32px;
    line-height: 32px;
  }
}
.report-wrapper .box-report-product .detail {
  margin-bottom: 10px;
}
.report-wrapper .box-report-product .detail .title-sub {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
}
.report-wrapper .box-report-product .detail .desc-sub {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #ffffff;
}
.report-wrapper .box-report-product.green {
  background-color: #00AF4D;
}
.report-wrapper .box-report-product.orange {
  background-color: #FF6600;
}
.report-wrapper .box-report-product.blue {
  background-color: #0099CC;
}
.report-wrapper .box-report-product.light-green {
  background-color: #6fae29;
}
.report-wrapper .box-report-product.deep-blue {
  background-color: #00698C;
}
.report-wrapper .box-report-product.red-brick {
  background-color: #B64826;
}
.report-wrapper .box-report-owner {
  background-color: #F2F2F2;
  padding: 10px 15px;
  border-right: 1px solid #ffffff;
  height: 100%;
}
.report-wrapper .box-report-owner .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 37px;
  line-height: 37px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .report-wrapper .box-report-owner .title {
    font-size: 32px;
    line-height: 32px;
  }
}
.report-wrapper .box-report-owner .icon-dataowner {
  float: left;
  margin-right: 15px;
}
.report-wrapper .box-report-owner .detail-wrapper {
  float: left;
  width: 65%;
}
.report-wrapper .box-report-owner .detail-wrapper .detail {
  margin-bottom: 10px;
}
.report-wrapper .box-report-owner .detail-wrapper .detail .title-sub {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #666666;
}
.report-wrapper .box-report-owner .detail-wrapper .detail .desc-sub {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  word-wrap: break-word;
}
.report-wrapper .box-report-owner .detail-wrapper.full {
  width: 100%;
}
.report-wrapper .box-report-owner.green .title {
  color: #00AF4D;
}
.report-wrapper .box-report-owner.green .detail-wrapper .detail {
  margin-bottom: 10px;
}
.report-wrapper .box-report-owner.green .detail-wrapper .detail .desc-sub {
  color: #00AF4D;
}
.report-wrapper .box-report-owner.blue .title {
  color: #0099CC;
}
.report-wrapper .box-report-owner.blue .detail-wrapper .detail {
  margin-bottom: 10px;
}
.report-wrapper .box-report-owner.blue .detail-wrapper .detail .desc-sub {
  color: #0099CC;
}
.report-wrapper .box-report-typeproduct {
  background-color: #F2F2F2;
  padding: 10px 15px;
  height: 100%;
}
.report-wrapper .box-report-typeproduct .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 37px;
  line-height: 37px;
  margin-bottom: 10px;
}
.report-wrapper .box-report-typeproduct .detail-wrapper {
  float: left;
  width: 100%;
}
.report-wrapper .box-report-typeproduct .detail-wrapper .detail {
  margin-bottom: 10px;
}
.report-wrapper .box-report-typeproduct .detail-wrapper .detail .title-sub {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #666666;
}
.report-wrapper .box-report-typeproduct .detail-wrapper .detail .desc-sub {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
}
.report-wrapper .box-report-typeproduct .detail-wrapper .detail .desc-sub.big {
  font-size: 30px;
  line-height: 30px;
}
.report-wrapper .box-report-typeproduct.green .title {
  color: #00AF4D;
}
.report-wrapper .box-report-typeproduct.green .detail-wrapper .detail {
  margin-bottom: 10px;
}
.report-wrapper .box-report-typeproduct.green .detail-wrapper .detail .desc-sub {
  color: #00AF4D;
}
.report-wrapper .box-report-typeproduct.blue .title {
  color: #0099CC;
}
.report-wrapper .box-report-typeproduct.blue .detail-wrapper .detail {
  margin-bottom: 10px;
}
.report-wrapper .box-report-typeproduct.blue .detail-wrapper .detail .desc-sub {
  color: #0099CC;
}

.report-wrapper.multi {
  margin-bottom: 30px;
}
.report-wrapper.multi .topic-group {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 32px;
  line-height: 32px;
  color: #00AF4D;
  margin-bottom: 10px;
}
.report-wrapper.multiple-box .list-box {
  margin-top: 1px;
  margin-bottom: 0;
}

.question-wrapper .section-question .title-topic {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #00AF4D;
  margin: 15px 0 10px;
}
.question-wrapper .section-question .title-file {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.size-form-insured, .size-form-beneficiary, .size-form-family_cover {
  border-top: 1px solid #eeeeee;
  padding: 20px 0 0;
}
.size-form-insured:first-of-type, .size-form-beneficiary:first-of-type, .size-form-family_cover:first-of-type {
  border-top: none;
  padding-top: 0;
}

.color-primary {
  color: #00AF4D !important;
}

.color-blue {
  color: #0099CC !important;
}

.color-text {
  color: #666666 !important;
}

.nobord {
  border: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.pst-center {
  text-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.pst-left {
  text-align: left !important;
  -webkit-box-pack: left !important;
  -ms-flex-pack: left !important;
      justify-content: left !important;
}

.pst-right {
  text-align: right !important;
  -webkit-box-pack: right !important;
  -ms-flex-pack: right !important;
      justify-content: right !important;
  float: right;
}

.padding-col {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .padding-col {
    padding: 0;
  }
}

.padding-row {
  padding: 25px 0;
}

.padding-row-half {
  padding: 15px 0;
}

.renew-information-wrapper {
  padding-bottom: 0 !important;
  margin-bottom: 30px;
  border-top: 1px solid #bfbfbf;
}
.renew-information-wrapper .count-renewExp {
  margin-bottom: 15px;
}
.renew-information-wrapper .count-renewExp .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 29px;
  line-height: 29px;
  color: #00AF4D;
}
.renew-information-wrapper .count-renewExp .detail ul {
  margin: 0;
  padding: 0;
}
.renew-information-wrapper .count-renewExp .detail ul li {
  list-style: none;
}
.renew-information-wrapper .count-renewExp .detail ul li .text {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
}
.renew-information-wrapper .count-renewExp .detail ul li .text .num {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #D90000;
}
.renew-information-wrapper .count-renewExp .detail ul li .text .total {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #00AF4D;
}
.renew-information-wrapper .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #00AF4D;
}
.renew-information-wrapper .title span {
  color: #666666;
}
.renew-information-wrapper .sub-title {
  line-height: 24px;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 24px;
  color: #555555;
}
.renew-information-wrapper .type-renew .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.renew-information-wrapper .type-renew .name {
  display: inline-block;
  vertical-align: middle;
  background-color: #00AF4D;
  padding: 5px 10px;
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  border-radius: 15px;
}
.renew-information-wrapper .data-renew {
  margin-top: 15px;
}
.renew-information-wrapper .data-renew .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #333333;
}
.renew-information-wrapper .data-renew .desc {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #00AF4D;
  padding-left: 20px;
}
.renew-information-wrapper .list-tabledata-wrapper {
  padding: 0;
  border: none;
}
.renew-information-wrapper .list-tabledata-wrapper .list-item {
  margin-bottom: 20px !important;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .detail_v2 ul li .detail-insurance {
  text-align: left !important;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance {
  padding: 0;
  border-top: 0;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .sub-title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 38px;
  line-height: 38px;
  color: #00AF4D;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper {
  margin-top: 30px;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item {
  margin-bottom: 55px;
  cursor: pointer;
  opacity: 0.5;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v4 {
  padding: 10px;
  position: relative;
  z-index: 99;
  background-color: #00AF4D;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v4 .text {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #666666;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v4 .date {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v4 .date-expire {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v4 .white {
  color: #fff;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v4 i {
  color: #00AF4D;
  margin-right: 10px;
  cursor: pointer;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v4 .fas-tab {
  width: 45px !important;
  height: 80px !important;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v4 .fas-tab.fa-alert {
  text-indent: -9999px;
  background-image: url("../../../Images/icons/renew/ic-alert.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 45px;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v4 .fas-tab.fa-alert-primary {
  text-indent: -9999px;
  background-image: url("../../../Images/icons/renew/ic-alert-primary.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 45px;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v4 {
  position: relative;
  z-index: 9;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v4 ul {
  margin: 0;
  padding: 0;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v4 ul li {
  padding: 10px;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v4 ul li .detail-insurance .detail {
  margin-bottom: 1px;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v4 ul li .detail-insurance .title {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #666666;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v4 ul li .detail-insurance .sub-title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 30px;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v4 ul li:nth-last-child(odd) {
  background-color: #E2E2E2;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v4 ul li:nth-last-child(even) {
  background-color: #F2F2F2;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v4 ul li:first-child {
  padding: 10px;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item.active {
  opacity: 1;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item.active .check-wrapper .num-compare {
  display: inline-block;
}
.renew-information-wrapper .list-tabledata-wrapper .box-list-compare-insurance .list-item-wrapper .list-item.active .select-insurance {
  background: url("../../../Images/icons/icon-inp_radio_checked.png") no-repeat;
}

.renew-detail-wrapper {
  border-bottom: 1px dotted #BFBFBF;
  margin-bottom: 20px;
}
.renew-detail-wrapper .list-box {
  float: left;
  width: 33.3333%;
  height: 220px;
  margin-bottom: 20px;
}
.renew-detail-wrapper .list-box .center {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .renew-detail-wrapper .list-box {
    width: 100%;
    height: auto;
  }
}
.renew-detail-wrapper .box-report-product {
  padding: 20px 15px;
  border-right: 1px solid #ffffff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renew-detail-wrapper .box-report-product .auto {
  margin: auto;
}
.renew-detail-wrapper .box-report-product .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 37px;
  line-height: 37px;
  color: #ffffff;
  margin-bottom: 10px;
}
.renew-detail-wrapper .box-report-product .img-car {
  margin-bottom: 10px;
}
.renew-detail-wrapper .box-report-product .detail {
  margin-bottom: 10px;
}
.renew-detail-wrapper .box-report-product .detail .title-sub {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #666666;
}
.renew-detail-wrapper .box-report-product .detail .desc-sub {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #ffffff;
}
.renew-detail-wrapper .box-report-product .detail .desc-sub.big {
  font-size: 30px;
  line-height: 30px;
}
.renew-detail-wrapper .box-report-product.green {
  background-color: #00AF4D;
}
.renew-detail-wrapper .box-report-product.blue {
  background-color: #0099CC;
}
.renew-detail-wrapper .box-report-typeproduct {
  background-color: #F2F2F2;
  padding: 10px 15px;
  height: 100%;
  border-right: 1px solid #ffffff;
}
.renew-detail-wrapper .box-report-typeproduct .title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 37px;
  line-height: 37px;
  margin-bottom: 10px;
}
.renew-detail-wrapper .box-report-typeproduct .detail-wrapper {
  float: left;
  width: 100%;
}
.renew-detail-wrapper .box-report-typeproduct .detail-wrapper .detail {
  margin-bottom: 10px;
}
.renew-detail-wrapper .box-report-typeproduct .detail-wrapper .detail .title-sub {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #666666;
}
.renew-detail-wrapper .box-report-typeproduct .detail-wrapper .detail .desc-sub {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 24px;
}
.renew-detail-wrapper .box-report-typeproduct .detail-wrapper .detail .desc-sub.big {
  font-size: 30px;
  line-height: 30px;
}
.renew-detail-wrapper .box-report-typeproduct.green .title {
  color: #00AF4D;
}
.renew-detail-wrapper .box-report-typeproduct.green .detail-wrapper .detail {
  margin-bottom: 10px;
}
.renew-detail-wrapper .box-report-typeproduct.green .detail-wrapper .detail .desc-sub {
  color: #00AF4D;
}
.renew-detail-wrapper .box-report-typeproduct.blue .title {
  color: #0099CC;
}
.renew-detail-wrapper .box-report-typeproduct.blue .detail-wrapper .detail {
  margin-bottom: 10px;
}
.renew-detail-wrapper .box-report-typeproduct.blue .detail-wrapper .detail .desc-sub {
  color: #0099CC;
}

.widget-renew .box-list-compare-insurance {
  padding-top: 30px;
  border-top: 1px dotted #BFBFBF;
}
.widget-renew .box-list-compare-insurance .sub-title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 38px;
  line-height: 38px;
  color: #00AF4D;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper {
  margin-top: 30px;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .disable_action {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .disable_action .list-item {
  cursor: default !important;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .disable_action .link-btn {
  cursor: not-allowed;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .disable_action .link-btn .btn {
  pointer-events: none;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .disable_action .action {
  cursor: not-allowed;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .disable_action .action a {
  pointer-events: none;
  cursor: not-allowed;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .disable_action.enable-noti {
  filter: unset;
  -webkit-filter: unset;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .disable_action.enable-noti .main_v5 {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .disable_action.enable-noti .detail_v5 ul {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .disable_action.enable-noti .detail_v5 .link-btn {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .disable_action.enable-noti .detail_v5 .action .noti p a {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .disable_action.enable-noti .detail_v5 .action .noti p img {
  cursor: pointer;
  filter: unset;
  -webkit-filter: unset;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .disable_btn .link-btn {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  cursor: not-allowed;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .disable_btn .link-btn .btn {
  pointer-events: none;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item {
  margin-bottom: 55px;
  cursor: pointer;
  opacity: 0.5;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v5 {
  padding: 10px;
  position: relative;
  z-index: 99;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v5 .warning {
  display: inline-block;
  vertical-align: middle;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v5 .expire-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v5 .text {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #666666;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v5 .date {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v5 .date-expire {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 50px;
  line-height: 42px;
  text-align: center;
  color: #fff;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v5 .white {
  color: #fff;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v5 i {
  color: #00AF4D;
  margin-right: 10px;
  cursor: pointer;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v5 .fas-tab {
  width: 45px !important;
  height: 80px !important;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v5 .fas-tab.fa-alert {
  text-indent: -9999px;
  background-image: url("../../../Images/icons/renew/ic-alert.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 45px;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v5 .fas-tab.fa-alert-primary {
  text-indent: -9999px;
  background-image: url("../../../Images/icons/renew/ic-alert-primary.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 45px;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .main_v5 .fas-tab.fa-alert-exp {
  text-indent: -9999px;
  background-image: url("../../../Images/icons/renew/ic-alert-exp.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 45px;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 {
  position: relative;
  z-index: 9;
  /*.link-btn {
      .btn {
          background-color: transparent;
      }
  }*/
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 ul {
  margin: 0;
  padding: 0;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 ul li .detail-group {
  border-bottom: 1px solid #fff;
  padding: 10px;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 ul li .detail-group .detail-insurance .title {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #666666;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 ul li .detail-group .detail-insurance .title .text {
  width: 135px;
  line-height: 24px;
  display: inline-block;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 ul li .detail-group .detail-insurance .sub-title {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  width: 55%;
  word-wrap: break-word;
  margin: 3px 0;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 ul li:nth-last-child(odd) {
  background-color: #F2F2F2;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 ul li:nth-last-child(even) {
  background-color: #E2E2E2;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 ul li:first-child {
  padding: 10px;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 .action {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 25px;
  margin: 10px 0 0;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 .action .member {
  color: #555;
  padding-left: 30px;
  margin-bottom: 10px;
  background-image: url("../../../Images/icons/renew/ic-user.svg");
  background-repeat: no-repeat;
  background-size: 25px;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 .action .edit {
  color: #555;
  padding-left: 30px;
  margin-bottom: 10px;
  background-image: url("../../../Images/icons/renew/ic-edit.svg");
  background-repeat: no-repeat;
  background-size: 25px;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 .action .noti {
  color: #555;
  padding-left: 30px;
  margin-bottom: 10px;
  background-image: url("../../../Images/icons/renew/ic-noti.svg");
  background-repeat: no-repeat;
  background-size: 25px;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 .action .noti a {
  color: #555555;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 .action .cancle-renew {
  color: #555;
  padding-left: 30px;
  margin-bottom: 10px;
  background-image: url("../../../Images/icons/renew/ic-cancle-renew.svg");
  background-repeat: no-repeat;
  background-size: 25px;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 .action .cancle-renew a {
  color: #555555;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 .action .renewal {
  color: #555;
  padding-left: 30px;
  margin-bottom: 10px;
  background-image: url("../../../Images/icons/renew/icon-renewal.svg");
  background-repeat: no-repeat;
  background-size: 25px;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 .action .claims {
  color: #555;
  padding-left: 30px;
  margin-bottom: 10px;
  background-image: url("../../../Images/icons/renew/icon-claim-form.svg");
  background-repeat: no-repeat;
  background-size: 25px;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 .action .doc-insurance {
  color: #555;
  padding-left: 30px;
  margin-bottom: 10px;
  background-image: url("../../../Images/icons/renew/ic-doc-insurance.svg");
  background-repeat: no-repeat;
  background-size: 25px;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 .action .doc-insurance a {
  color: #555555;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 .action i {
  color: #00AF4D;
  margin-right: 10px;
  cursor: pointer;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 .action .fas-tab {
  width: 45px !important;
  height: 80px !important;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 .action .fas-tab.fa-alert {
  text-indent: -9999px;
  background-image: url("../../../Images/icons/renew/ic-alert.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 45px;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .box-detail-insurance .detail_v5 .action .fas-tab.fa-alert-primary {
  text-indent: -9999px;
  background-image: url("../../../Images/icons/renew/ic-alert-primary.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 45px;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .theme1 .main_v5 {
  background-color: #00AF4D;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .theme1 .detail_v5 .link-btn .btn {
  background-color: #00AF4D;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .theme2 .main_v5 {
  background-color: #669999;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .theme2 .detail_v5 .link-btn .btn {
  background-color: #669999;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .theme3 .main_v5 {
  background-color: #CCCC00;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .theme3 .detail_v5 .link-btn .btn {
  background-color: #CCCC00;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .themeTa .main_v5 {
  background-color: #0099CC;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .themeTa .detail_v5 .detail-group .detail-insurance .title {
  color: #0099CC;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .themeTa .detail_v5 .detail-group .detail-insurance .sub-title {
  color: #0099CC;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item .themeTa .detail_v5 .link-btn .btn {
  background-color: #0099CC;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item.active {
  opacity: 1;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item.active .check-wrapper .num-compare {
  display: inline-block;
}
.widget-renew .box-list-compare-insurance .list-item-wrapper .list-item.active .select-insurance {
  background: url("../../../Images/icons/icon-inp_radio_checked.png") no-repeat;
}

.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po .member-table {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 21px;
  line-height: 21px;
  color: #555;
  padding-left: 25px;
  margin-bottom: 5px;
  background-image: url("../../../Images/icons/renew/ic-user.svg");
  background-position: left 0;
  background-repeat: no-repeat;
  background-size: 20px;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po .member-table a {
  color: #555;
  display: inline-block;
  vertical-align: middle;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po .edit-table {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 21px;
  line-height: 21px;
  color: #555;
  padding-left: 25px;
  margin-bottom: 5px;
  background-image: url("../../../Images/icons/renew/ic-edit.svg");
  background-position: left 1px;
  background-repeat: no-repeat;
  background-size: 20px;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po .edit-table a {
  color: #555;
  display: inline-block;
  vertical-align: middle;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po .noti-table {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 21px;
  line-height: 21px;
  color: #555;
  padding-left: 25px;
  margin-bottom: 5px;
  background-image: url("../../../Images/icons/renew/ic-noti.svg");
  background-position: left 1px;
  background-repeat: no-repeat;
  background-size: 20px;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po .noti-table a {
  color: #555;
  display: inline-block;
  vertical-align: middle;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po .noti-table img {
  display: inline-block;
  vertical-align: middle;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po .cancle-renew {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 21px;
  line-height: 21px;
  color: #555;
  padding-left: 25px;
  margin-bottom: 5px;
  background-image: url("../../../Images/icons/renew/ic-cancle-renew.svg");
  background-position: left 1px;
  background-repeat: no-repeat;
  background-size: 20px;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po .cancle-renew a {
  color: #555;
  display: inline-block;
  vertical-align: middle;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po .cancle-renew img {
  display: inline-block;
  vertical-align: middle;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po .print-renewal-warning {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 21px;
  line-height: 21px;
  color: #555;
  padding-left: 25px;
  margin-bottom: 5px;
  background-image: url("../../../Images/icons/renew/icon-renewal.svg");
  background-position: left 1px;
  background-repeat: no-repeat;
  background-size: 20px;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po .print-renewal-warning a {
  color: #555;
  display: inline-block;
  vertical-align: middle;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po .claim-form {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 21px;
  line-height: 21px;
  color: #555;
  padding-left: 25px;
  margin-bottom: 5px;
  background-image: url("../../../Images/icons/renew/icon-claim-form.svg");
  background-position: left 1px;
  background-repeat: no-repeat;
  background-size: 20px;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po .claim-form a {
  color: #555;
  display: inline-block;
  vertical-align: middle;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po .doc-insurance {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 21px;
  line-height: 21px;
  color: #555;
  padding-left: 25px;
  margin-bottom: 5px;
  background-image: url("../../../Images/icons/renew/ic-doc-insurance.svg");
  background-position: left 1px;
  background-repeat: no-repeat;
  background-size: 20px;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .action-cancle-po .doc-insurance a {
  color: #555;
  display: inline-block;
  vertical-align: middle;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .theme1 {
  background-color: #00AF4D;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .theme2 {
  background-color: #CCCC00;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .theme3 {
  background-color: #669999;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .theme4 {
  background-color: #999966;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td i {
  cursor: pointer;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .fas-tab {
  width: 20px !important;
  height: 20px !important;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .fas-tab.fa-alert {
  text-indent: -9999px;
  margin-left: 5px;
  background-image: url("../../../Images/icons/renew/ic-alert.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 20px;
}
.tables-renew .list-tabledata-wrapper .table-wrapper .table tbody tr td .fas-tab.fa-alert-primary {
  text-indent: -9999px;
  margin-left: 5px;
  background-image: url("../../../Images/icons/renew/ic-alert-primary.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 20px;
}

form .upload {
  /*margin: 15px 0 30px 0;*/
}
form .upload .file-upload {
  background-color: #eee;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  form .upload .file-upload .txt-upload {
    margin-bottom: 15px;
  }
}
form .box-inp-file-upload {
  position: relative;
}
form .box-inp-file-upload input[type=file] {
  display: none;
}
form .box-inp-file-upload label {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  position: relative;
  font-size: 22px;
  line-height: 22px;
  height: 40px;
  margin: 0;
  padding: 10px 0;
  color: #fff;
  /*border: 1px solid $color-title;*/
  border-radius: 0;
  outline: 0 none;
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  z-index: 99;
}
form .box-inp-file-upload label i {
  font-size: 16px;
}
form .box-inp-file-upload .file-name {
  font-family: "kitithadaregular", Helvetica, Arial, Tahoma, sans-serif;
  float: left;
  font-size: 22px;
  line-height: 40px;
}
form .box-inp-file-upload .ex-download {
  margin-top: 5px;
}
form .box-inp-file-upload .ex-download a {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #D90000;
}
form .box-inp-file-upload .ex-download a:hover {
  text-decoration: underline;
}

.section-box-data.marine-section {
  display: block;
}
.section-box-data.marine-section .head .title {
  color: #0281A6;
}
.section-box-data.marine-section .form-wrapper {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  clear: both;
}
.section-box-data.marine-section .form-wrapper .row {
  margin-bottom: 0;
}
.section-box-data.marine-section .form-wrapper .style-input {
  margin-bottom: 0;
}
.section-box-data.marine-section .form-wrapper .style-input input[type=text] {
  color: #0281A6;
}
.section-box-data.marine-section .form-wrapper .style-input input[type=text].info-code {
  border-color: #55D7FD;
  color: #0281A6;
  text-align: center;
}
.section-box-data.marine-section .form-wrapper .style-input input[type=text].info-code.bg-green {
  color: #fff !important;
  background-color: #55D7FD !important;
}
.section-box-data.marine-section .form-wrapper .style-input input[type=text].info-text {
  border-color: #55D7FD;
  color: #0281A6;
  text-align: left;
}
.section-box-data.marine-section .form-wrapper .style-input input[type=text].text-center {
  text-align: center;
}
.section-box-data.marine-section .form-wrapper .style-input input[type=text]:disabled {
  -webkit-text-fill-color: #0281A6;
  -webkit-opacity: 1;
  color: #0281A6;
  background-color: #F7F7F7;
  border: none;
}
.section-box-data.marine-section .form-wrapper .style-input input:-moz-read-only {
  background-color: #F7F7F7;
  color: #999999;
  border: none;
}
.section-box-data.marine-section .form-wrapper .style-input input:read-only {
  background-color: #F7F7F7;
  color: #999999;
  border: none;
}
.section-box-data.marine-section .form-wrapper .style-input .text-center {
  text-align: center;
}
.section-box-data.marine-section .form-wrapper .style-input .select-wrapper .bootstrap-select .dropdown-menu li.selected a {
  color: #0281A6 !important;
}
.section-box-data.marine-section .form-wrapper .style-input .select-wrapper .bootstrap-select .dropdown-menu li.selected a:hover {
  color: #ffffff !important;
}
.section-box-data.marine-section .form-wrapper .style-input .select-wrapper .bootstrap-select .dropdown-menu.open .dropdown-menu.inner li a {
  color: #666666;
}
.section-box-data.marine-section .form-wrapper .style-input .select-wrapper .bootstrap-select .dropdown-menu.open .dropdown-menu.inner li:hover a {
  background-color: #0281A6;
  color: #ffffff;
}
.section-box-data.marine-section .form-wrapper .style-input .select-wrapper .bootstrap-select .dropdown-menu.open .dropdown-menu.inner li.active a {
  background-color: inherit;
  color: #0281A6 !important;
}
.section-box-data.marine-section .form-wrapper .style-input .select-wrapper.active .slc .dropdown-toggle .filter-option {
  color: #0281A6 !important;
}
.section-box-data.marine-section .form-wrapper .form-title {
  margin-bottom: 10px;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 28px;
}
.section-box-data.marine-section .form-wrapper .form-title p {
  margin: 0;
  font-size: 28px;
  line-height: 28px;
}
.section-box-data.marine-section .form-wrapper .form-title p span {
  font-size: 28px;
  line-height: 28px;
  color: #0281A6;
}
.section-box-data.marine-section .form-wrapper .form-sub-title {
  margin-bottom: 10px;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #999;
}
.section-box-data.marine-section .form-wrapper .form-sub-title p {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  color: #999;
}
.section-box-data.marine-section .form-wrapper .form-sub-title p span {
  font-size: 22px;
  line-height: 30px;
  color: #0281A6;
}
.section-box-data.marine-section .form-wrapper .form-sub-title .download-wrapper {
  text-align: right;
}
.section-box-data.marine-section .form-wrapper .form-sub-title .download-wrapper .download-item {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  margin-left: 10px;
  font-size: 22px;
  line-height: 30px;
  color: #333;
}
.section-box-data.marine-section .form-wrapper .form-sub-title .download-wrapper .download-item img {
  padding-right: 5px;
}
.section-box-data.marine-section .form-wrapper .form-policy-detail {
  margin-bottom: 30px;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 26px;
}
.section-box-data.marine-section .form-wrapper .form-policy-detail p {
  font-size: 26px;
  line-height: 26px;
}
.section-box-data.marine-section .form-wrapper .form-policy-detail p span {
  font-size: 26px;
  line-height: 26px;
  color: #0281A6;
}
.section-box-data.marine-section .form-wrapper .form-policy-detail .policy-wrapper {
  padding: 20px;
  background-color: #55D7FD;
}
.section-box-data.marine-section .form-wrapper .form-policy-detail .policy-wrapper .type {
  display: block;
  width: 220px;
  height: 220px;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 100%;
}
.section-box-data.marine-section .form-wrapper .form-policy-detail .policy-wrapper .type .title {
  font-size: 26px;
  line-height: 26px;
  color: #444;
}
.section-box-data.marine-section .form-wrapper .form-policy-detail .policy-wrapper .type .amount {
  font-size: 26px;
  line-height: 26px;
  color: #fff;
}
.section-box-data.marine-section .form-wrapper .form-policy-detail .policy-wrapper .type .unit {
  font-size: 26px;
  line-height: 26px;
  color: #fff;
}
.section-box-data.marine-section .form-wrapper .form-policy-detail .policy-wrapper .branch {
  display: block;
  padding-top: 30px;
}
.section-box-data.marine-section .form-wrapper .form-policy-detail .policy-wrapper .branch .table {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: transparent !important;
}
.section-box-data.marine-section .form-wrapper .form-policy-detail .policy-wrapper .branch .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  padding: 0;
  z-index: 2;
  text-decoration: none;
}
.section-box-data.marine-section .form-wrapper .form-policy-detail .policy-wrapper .branch p {
  font-size: 26px;
  line-height: 26px;
  color: #444;
}
.section-box-data.marine-section .form-wrapper .form-policy-detail .policy-wrapper .branch p.circle {
  display: block;
  width: 100px;
  height: 100px;
  padding: 35px 0;
  margin: 0 auto;
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
}
.section-box-data.marine-section .form-wrapper .form-policy-detail .policy-wrapper .status-wrapper {
  display: block;
}
.section-box-data.marine-section .form-wrapper .form-policy-detail .policy-wrapper .status-wrapper .status {
  margin-bottom: 15px;
}
.section-box-data.marine-section .form-wrapper .form-policy-detail .policy-wrapper .status-wrapper .status .custom-label {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 60px;
  color: #444;
}
.section-box-data.marine-section .form-wrapper .form-policy-detail .policy-wrapper .status-wrapper .status .info {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 60px;
  color: #fff;
}
.section-box-data.marine-section .form-wrapper .form-policy-detail .policy-wrapper.speedPremium .status-wrapper .status {
  margin-bottom: 0;
}
.section-box-data.marine-section .form-wrapper .form-policy-detail .policy-wrapper.speedPremium .btn {
  margin-top: 12px;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper {
  margin-bottom: 30px;
  border: none;
  padding-top: 0;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table thead tr th {
  vertical-align: middle;
  font-size: 22px;
  line-height: 30px;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table thead tr th:first-child {
  font-size: 22px;
  line-height: 30px;
  background-color: #55D7FD;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table tbody tr {
  border: none !important;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bfbfbf !important;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table tbody tr td.txt-right {
  text-align: right;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table tbody tr td.txt-left {
  text-align: left;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table tbody tr td.txt-center {
  text-align: center;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table tbody tr td .text {
  font-size: 22px;
  line-height: 30px;
  color: #333;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table tbody tr td .text.color-blue {
  color: #002CB2;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table tbody tr td .text.color-red {
  color: #EA211C;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table tbody tr td .text.color-aqua {
  color: #0281A6;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table tbody tr.total-all td {
  font-size: 26px;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table tbody tr.total-all td .text {
  font-size: 26px;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table tbody tr.total-all td:first-child {
  font-size: 26px;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table tbody tr.total-all td:first-child .text {
  font-size: 26px;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table.small-text thead tr th {
  font-size: 20px;
  line-height: 22px;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table.small-text tbody tr td .text {
  font-size: 20px;
  line-height: 22px;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table.small-text tbody tr.total-all td {
  font-size: 20px;
  line-height: 22px;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table.small-text tbody tr.total-all td .text {
  font-size: 20px;
  line-height: 22px;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table.small-text tbody tr.total-all td:first-child {
  font-size: 20px;
  line-height: 22px;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .table.small-text tbody tr.total-all td:first-child .text {
  font-size: 20px;
  line-height: 22px;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .action-tools {
  display: inline-block;
  vertical-align: middle;
  width: 135px;
  cursor: pointer;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .action-tools .tool {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  padding-left: 35px;
  margin-bottom: 10px;
  background-position: left center;
  background-repeat: no-repeat;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .action-tools .tool.query {
  background-image: url("../../../Images/marine/icons/icon-query.png");
  background-size: 25px 20px;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .action-tools .tool.query a {
  color: #0180a5;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .action-tools .tool.review {
  background-image: url("../../../Images/marine/icons/icon-search.png");
  background-size: 22px 22px;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .action-tools .tool.review a {
  color: #333;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .action-tools .tool.edit {
  background-image: url("../../../Images/marine/icons/icon-edit.png");
  background-size: 21px 21px;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper .action-tools .tool.edit a {
  color: #777;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper.-marine {
  margin-bottom: 5px;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper.-marine .table tbody tr td .action-complete-process {
  background-color: #6FAE28;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper.-marine .table tbody tr td .action-complete-process a .boxcomplete-wrapper {
  position: relative;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper.-marine .table tbody tr td .action-complete-process a .boxcomplete-wrapper .icn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper.-marine .table tbody tr td .action-complete-process a .boxcomplete-wrapper .text {
  text-align: left;
  color: #ffffff;
  line-height: 22px;
}
.section-box-data.marine-section .form-wrapper .list-tabledata-wrapper .table-wrapper.-marine .table tbody tr td .inline-middle {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .section-box-data.marine-section .form-wrapper .style-input {
    margin-bottom: 15px;
  }
}
.section-box-data.marine-section .form-standard {
  display: block;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 40px;
}
.section-box-data.marine-section .form-standard .txt-label {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 40px;
}
.section-box-data.marine-section .form-standard .txt-label .require {
  color: #D90000;
}
.section-box-data.marine-section .form-standard .txt-label span {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 40px;
  color: #0281A6;
}
.section-box-data.marine-section .form-standard .txt-label.txt-align-rl {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .section-box-data.marine-section .form-standard .txt-label.txt-align-rl {
    text-align: left;
  }
}
.section-box-data.marine-section .form-standard .style-input, .section-box-data.marine-section .form-standard style-button {
  margin-bottom: 30px;
}
.section-box-data.marine-section .form-standard .style-input .select-wrapper.border-aqua .bootstrap-select .dropdown-toggle {
  border-color: #55D7FD;
}
.section-box-data.marine-section .form-standard .style-input .select-wrapper.border-aqua .bootstrap-select .dropdown-toggle .filter-option {
  color: #0281A6 !important;
}
.section-box-data.marine-section .form-standard .style-input input[type=text].active {
  border-color: #55D7FD;
  color: #0281A6 !important;
}
.section-box-data.marine-section .form-standard .style-input input[type=text].active::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0281A6 !important;
}
.section-box-data.marine-section .form-standard .style-input input[type=text].active::-moz-placeholder { /* Firefox 19+ */
  color: #0281A6 !important;
}
.section-box-data.marine-section .form-standard .style-input input[type=text].active:-ms-input-placeholder { /* IE 10+ */
  color: #0281A6 !important;
}
.section-box-data.marine-section .form-standard .style-input input[type=text].active:-moz-placeholder { /* Firefox 18- */
  color: #0281A6 !important;
}
.section-box-data.marine-section .form-standard .style-input input[type=text].bg-green {
  background-color: #55D7FD;
  border-color: #55D7FD;
  color: #fff;
}
.section-box-data.marine-section .form-standard .style-input input[type=text].bg-green::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.section-box-data.marine-section .form-standard .style-input input[type=text].bg-green::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.section-box-data.marine-section .form-standard .style-input input[type=text].bg-green:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.section-box-data.marine-section .form-standard .style-input input[type=text].bg-green:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.section-box-data.marine-section .form-standard .custom-radio {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.section-box-data.marine-section .form-standard .custom-radio.text-center span.content-rdo-inline {
  max-width: 100%;
  float: none;
  text-align: center;
}
.section-box-data.marine-section .form-standard .custom-radio.custom-img {
  line-height: 70px;
}
.section-box-data.marine-section .form-standard .custom-radio.custom-img input[type=radio] + label {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}
.section-box-data.marine-section .form-standard .custom-radio.custom-img input[type=checkbox] + label {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}
.section-box-data.marine-section .form-standard .custom-radio.custom-img input[type=radio]:checked + label + img + span.content-rdo-inline-block {
  background-color: #55D7FD;
}
.section-box-data.marine-section .form-standard .custom-radio.custom-img span.content-rdo-inline-block {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.section-box-data.marine-section .form-standard .custom-radio input[type=radio] {
  display: none;
}
.section-box-data.marine-section .form-standard .custom-radio input[type=radio] + label {
  background-color: #fff;
  background-image: url("../../../Images/icons/icon-inp_radio.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 32px;
  width: auto;
  display: block;
  float: left;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
}
.section-box-data.marine-section .form-standard .custom-radio input[type=radio] + .type-rdo-line {
  background-image: url("../../../Images/icon/icon-rdo-line.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 28px;
  width: 100%;
  display: block;
  float: left;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
}
.section-box-data.marine-section .form-standard .custom-radio input[type=radio]:checked + .type-rdo-line {
  background-image: url("../../../Images/icon/icon-rdo-lined.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 28px;
  width: 100%;
  display: block;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
}
.section-box-data.marine-section .form-standard .custom-radio input[type=radio]:checked + label {
  background-color: #fff;
  background-image: url("../../../Images/marine/icons/icon-inp_radio_checked.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.section-box-data.marine-section .form-standard .custom-radio input[type=radio]:disabled + label span.content-rdo-inline {
  color: #f0f0f0;
}
.section-box-data.marine-section .form-standard .custom-radio input[type=radio]:checked + label span.content-rdo-inline {
  color: #0281A6;
}
.section-box-data.marine-section .form-standard .custom-radio input[type=radio]:checked + label span.content-rdo-inline-block {
  background-color: #55D7FD;
}
.section-box-data.marine-section .form-standard .custom-radio input[type=checkbox] {
  display: none;
}
.section-box-data.marine-section .form-standard .custom-radio input[type=checkbox] + label {
  background-color: #fff;
  background-image: url("../../../Images/icons/icon-inp_checkbox.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 32px;
  width: auto;
  display: block;
  float: left;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
}
.section-box-data.marine-section .form-standard .custom-radio input[type=checkbox]:checked + label {
  background-color: #fff;
  background-image: url("../../../Images/marine/icons/icon-inp_checkbox_checked.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.section-box-data.marine-section .form-standard .custom-radio input[type=checkbox]:disabled + label + span.content-rdo-inline {
  color: #f0f0f0;
}
.section-box-data.marine-section .form-standard .custom-radio input[type=checkbox]:checked + label + span.content-rdo-inline {
  color: #0281A6;
}
.section-box-data.marine-section .form-standard .custom-radio input[type=checkbox]:checked + label span.content-rdo-inline-block {
  background-color: #55D7FD;
}
.section-box-data.marine-section .form-standard .custom-radio span.content-rdo-inline {
  padding-left: 0;
  line-height: 32px;
  color: #999;
  display: block;
  float: left;
  max-width: 85%;
  cursor: pointer;
}
.section-box-data.marine-section .form-standard .custom-radio span.content-rdo-inline-block {
  margin-left: 45px;
  display: block;
  float: left;
  min-width: 135px;
  width: auto;
  height: auto;
  padding: 0 20px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  background-color: #999;
  cursor: pointer;
}
.section-box-data.marine-section .form-standard .custom-radio span.content-rdo-inline-block.active {
  background-color: #55D7FD;
}
.section-box-data.marine-section .form-standard .style-input.type-icon-check-marine input[type=radio] {
  display: none;
}
.section-box-data.marine-section .form-standard .style-input.type-icon-check-marine input[type=radio] + label {
  height: auto;
}
.section-box-data.marine-section .form-standard .style-input.type-icon-check-marine input[type=radio] + label .icon-product {
  margin-left: 45px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.section-box-data.marine-section .form-standard .style-input.type-icon-check-marine input[type=radio] + label .group-radio {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #999999;
  padding: 0;
  border-radius: 15px;
  text-align: center;
  padding: 0 20px;
}
.section-box-data.marine-section .form-standard .style-input.type-icon-check-marine input[type=radio] + label .group-radio .text {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  color: #ffffff;
}
.section-box-data.marine-section .form-standard .style-input.type-icon-check-marine input[type=radio]:checked + label {
  background: url("../../../Images/marine/icons/icon-inp_radio_checked.png") no-repeat;
}
.section-box-data.marine-section .form-standard .style-input.type-icon-check-marine input[type=radio]:checked + label .group-radio {
  background-color: #55D7FD;
}
.section-box-data.marine-section .form-standard .style-input.type-icon-check-marine input[type=checkbox]:checked + label {
  background: url("../../../Images/marine/icons/icon-inp_checkbox_checked.png") no-repeat;
}
.section-box-data.marine-section .form-standard .style-input.type-icon-check-marine input[type=checkbox]:checked + label .group-checkbox {
  background-color: #55D7FD;
}
.section-box-data.marine-section .form-standard .unit {
  margin-bottom: 30px;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #999;
}
.section-box-data.marine-section .form-standard .unit span {
  color: #0281A6;
}
.section-box-data.marine-section .form-standard .btn {
  vertical-align: top;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
}
.section-box-data.marine-section .form-standard .column-wrapper {
  padding: 20px 35px;
  margin-bottom: 30px;
  border: 1px solid #eee;
  background-color: #f7f7f7;
}
.section-box-data.marine-section .form-standard .column-wrapper .half {
  display: none;
}
.section-box-data.marine-section .form-standard .column-wrapper .column-item-wrapper {
  padding: 20px 0 5px;
  border-bottom: 1px dotted #bfbfbf;
}
.section-box-data.marine-section .form-standard .column-wrapper .column-item-wrapper2 {
  padding: 20px 0;
  border-bottom: 1px dotted #bfbfbf;
}
.section-box-data.marine-section .form-standard .column-wrapper .column-item {
  display: block;
}
.section-box-data.marine-section .form-standard .column-wrapper .column-item .style-input, .section-box-data.marine-section .form-standard .column-wrapper .column-item style-button {
  margin-bottom: 0;
}
.section-box-data.marine-section .form-standard .column-wrapper .column-item .style-input .disable-input:disabled, .section-box-data.marine-section .form-standard .column-wrapper .column-item style-button .disable-input:disabled {
  -webkit-opacity: 1;
  color: #999999 !important;
  background-color: #e3e3e3;
  border-color: #EEEEEE;
}
.section-box-data.marine-section .form-standard .column-wrapper .column-item .style-input input[type=text], .section-box-data.marine-section .form-standard .column-wrapper .column-item style-button input[type=text] {
  background-color: #fff;
}
.section-box-data.marine-section .form-standard .column-wrapper .column-item.last-item {
  border-bottom: none;
}
.section-box-data.marine-section .form-standard .column-wrapper .txt-label {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 40px;
  color: #999;
}
.section-box-data.marine-section .form-standard .column-wrapper .txt-label span {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 40px;
  color: #0281A6;
}
.section-box-data.marine-section .form-standard .column-wrapper .button-manage {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 auto;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 26px;
}
.section-box-data.marine-section .form-standard .column-wrapper .button-manage.addButton {
  margin-top: 10px;
  margin-right: 10px;
  color: #c0b932;
}
.section-box-data.marine-section .form-standard .column-wrapper .button-manage.removeButton {
  color: #d90000;
}
.section-box-data.marine-section .form-standard .column-wrapper .button-manage .fas {
  font-size: 16px;
}
.section-box-data.marine-section .form-standard .column-wrapper .button-manage span {
  padding-left: 10px;
}
.section-box-data.marine-section .form-standard .column-wrapper #removeButton-1,
.section-box-data.marine-section .form-standard .column-wrapper #removeButton-2 {
  display: none;
}
.section-box-data.marine-section .form-standard .bootstrap-select.btn-group:not(.input-group-btn),
.section-box-data.marine-section .form-standard .bootstrap-select.btn-group[class*=col-] {
  vertical-align: top;
}
.section-box-data.marine-section .form-standard .sum-wrapper {
  display: block;
  padding: 10px 20px;
  margin-bottom: 30px;
  background-color: #FF6600;
}
.section-box-data.marine-section .form-standard .sum-wrapper .txt-label {
  font-size: 26px;
  line-height: 26px;
  color: #fff;
}
.section-box-data.marine-section .form-standard .sum-wrapper .txt-label span {
  font-size: 26px;
  line-height: 26px;
  color: #fff;
}
.section-box-data.marine-section .form-standard .sum-wrapper .txt-summary {
  font-size: 26px;
  line-height: 26px;
  text-align: right;
  color: #fff;
}
.section-box-data.marine-section .form-standard .sum-wrapper .txt-summary span {
  font-size: 26px;
  line-height: 26px;
  color: #fff;
}
.section-box-data.marine-section .form-standard .note {
  margin-top: -25px;
  margin-bottom: 30px;
}
.section-box-data.marine-section .form-standard .note p {
  font-size: 20px;
  line-height: 20px;
  color: #999;
}
.section-box-data.marine-section .form-standard .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
}
.section-box-data.marine-section .form-standard .total.bg-blue {
  background-color: #55D7FD;
}
.section-box-data.marine-section .form-standard .total.bg-blue .text, .section-box-data.marine-section .form-standard .total.bg-blue .result {
  color: #00698C;
}
.section-box-data.marine-section .form-standard .total.bg-deep-blue {
  background-color: #00698C;
}
.section-box-data.marine-section .form-standard .total.bg-deep-blue .text, .section-box-data.marine-section .form-standard .total.bg-deep-blue .result {
  color: #ffffff;
}
.section-box-data.marine-section .form-standard .total .text {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
}
.section-box-data.marine-section .form-standard .total .result {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 30px;
  margin-left: auto;
}
.section-box-data.marine-section .tabmenu-wrapper {
  display: block;
}
.section-box-data.marine-section .tabmenu-wrapper .tabmenu {
  display: inline-block;
  padding: 15px 20px;
  padding-left: 40px;
  margin: 10px 0 0 0;
  /*margin-right: 5px;*/
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 26px;
  color: #999;
  background-color: #ddd;
  background-image: url("../../../Images/icons/ico-tabmenuright-gray.png");
  background-position: center center;
  background-position-x: 15px;
  background-position-y: center;
  background-repeat: no-repeat;
  /*&:hover {
      color: #fff;
      background-color: #0281A6;
      background-image: url('../../../Images/icons/ico-tabmenuright.png');
  }*/
}
.section-box-data.marine-section .tabmenu-wrapper .tabmenu.current {
  padding-left: 20px;
  padding-right: 45px;
  color: #fff;
  background-color: #55D7FD;
  background-image: url("../../../Images/marine/icons/icon-down-white.png");
  background-position: center center;
  background-position-x: calc(100% - 15px);
  background-position-y: center;
  background-repeat: no-repeat;
}
.section-box-data.marine-section .tabmenu-wrapper .tabmenu.default {
  padding-left: 20px;
  padding-left: 40px;
  background-image: url("../../../Images/marine/icons/icon-right-gray.png");
  background-position: center center;
  background-position-x: 15px;
  background-position-y: center;
  background-repeat: no-repeat;
}
.section-box-data.marine-section .collaps-editor .collapsible-content .corporate-item h3 .fas-search.fa-search {
  background-size: 30px;
}
.section-box-data.marine-section .collaps-editor .collapsible-content .corporate-item h3 a .title {
  color: #333;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance {
  padding-top: 0;
  border-top: none;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper {
  margin-top: 0;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper .box-detail-insurance .main_v1 {
  padding: 20px 10px;
  position: relative;
  z-index: 99;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper .box-detail-insurance .main_v1:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper .box-detail-insurance .detail_v1 {
  padding: 20px 10px;
  position: relative;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper .box-detail-insurance .action-tools {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper .box-detail-insurance .action-tools .tool {
  display: inline-block;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 22px;
  padding-left: 35px;
  margin: 0 10px;
  margin-bottom: 10px;
  background-position: left center;
  background-repeat: no-repeat;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper .box-detail-insurance .action-tools .tool.query {
  background-image: url("../../../Images/marine/icons/icon-query.png");
  background-size: 25px 20px;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper .box-detail-insurance .action-tools .tool.query a {
  color: #0180a5;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper .box-detail-insurance .action-tools .tool.review {
  background-image: url("../../../Images/marine/icons/icon-search.png");
  background-size: 22px 22px;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper .box-detail-insurance .action-tools .tool.review a {
  color: #333;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper .box-detail-insurance .action-tools .tool.edit {
  background-image: url("../../../Images/marine/icons/icon-edit.png");
  background-size: 21px 21px;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper .box-detail-insurance .action-tools .tool.edit a {
  color: #777;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper .box-detail-insurance.theme-marine .main_v1 {
  background-color: #55D7FD;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper .box-detail-insurance.theme-marine .main_v1 .text {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  color: #fff;
  text-align: center;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper .box-detail-insurance.theme-marine .main_v1 .text h3 {
  font-size: 26px;
  line-height: 30px;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper .box-detail-insurance.theme-marine .main_v1:after {
  border-top: 10px solid #55D7FD;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper .box-detail-insurance.theme-marine .detail_v1 {
  background-color: #ddd;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper .box-detail-insurance.theme-marine .detail_v1 .detail-group {
  display: block;
  margin-bottom: 20px;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper .box-detail-insurance.theme-marine .detail_v1 .detail-group .title {
  font-size: 22px;
  line-height: 30px;
  color: #3f3f3f;
}
.section-box-data.marine-section .marine-tab .widget-renew .box-list-compare-insurance .list-item-wrapper .box-detail-insurance.theme-marine .detail_v1 .detail-group .data {
  font-size: 26px;
  line-height: 30px;
  color: #0180a5;
}
.section-box-data.marine-section .tabs .nav-tabs .active .fas-tab.fa-tables {
  background-image: url("../../../Images/marine/icons/ic-table-primary.svg") !important;
}
.section-box-data.marine-section .tabs .nav-tabs .active .fas-tab.fa-widgets {
  background-image: url("../../../Images/marine/icons/ic-widget-primary.svg") !important;
}
.section-box-data.marine-section .tabs .nav-tabs .active i {
  border-color: #55D7FD !important;
}
.section-box-data.marine-section .list-pagination .holder a:hover {
  background-color: #55D7FD;
}
.section-box-data.marine-section .list-pagination .holder a.jp-current {
  background-color: #55D7FD;
}
.section-box-data.marine-section .QP-wrapper {
  padding-top: 25px;
  border-top: 1px solid #bfbfbf;
}
.section-box-data.marine-section .Report-text-wrapper {
  padding-top: 25px;
  border-top: 1px solid #bfbfbf;
}
.section-box-data.marine-section .Report-wrapper {
  padding-top: 25px;
  border-top: 1px solid #bfbfbf;
}

.table-marine tbody tr td a {
  color: #333333;
}
.table-marine tbody tr td a:hover {
  color: #55D7FD;
}

.marine-table-wrapper {
  padding: 0;
  border: none;
}
.marine-table-wrapper .table-marine .table thead tr th, .marine-table-wrapper .table-marine .table thead tr td {
  background-color: #777;
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  padding: 20px;
  border-bottom: none;
}
.marine-table-wrapper .table-marine .table thead tr th:first-child, .marine-table-wrapper .table-marine .table thead tr td:first-child {
  background-color: #55D7FD;
}
.marine-table-wrapper .table-marine .table tbody tr td {
  font-family: "kitithadabold", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 26px;
  line-height: 26px;
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #bfbfbf;
}
.marine-table-wrapper .table-marine .table tbody tr td p.text {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
}
.marine-table-wrapper .table-marine .table tbody tr td a {
  color: #333;
}
.marine-table-wrapper .table-marine .table tbody tr td a:hover {
  color: #0281A6;
}
.marine-table-wrapper .table-marine .table tbody tr td.fixed-medium {
  width: 300px;
  text-align: center;
}

.line-dotted {
  width: 100%;
  border-top: 1px dotted #bfbfbf;
  height: 1px;
  margin-bottom: 30px;
}

#one_column {
  display: none;
}

body {
  position: relative;
  right: 0;
  transition: right 0.5s ease;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  background-color: #f7f7f7;
}

.main-wrapper {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  background-color: #f7f7f7;
  position: relative;
}