@font-face {
  font-family: helvetica;
  src: url(font/proxima.eot);
  src: url(font/proxima.eot?#iefix) format("embedded-opentype"), url(../th/font/proxima.otf) , url(font/proxima.ttf) format("truetype"), url(font/proxima.woff) format("woff");
}

@font-face {
  font-family: arial, 'kanit';
  src: url(font/proxima.eot);
  src: url(font/proxima.eot?#iefix) format("embedded-opentype"), url(../th/font/proxima.otf) , url(font/proxima.ttf) format("truetype"), url(font/proxima.woff) format("woff");
}

@font-face {
  font-family: 'kanit';
  src: url(font/KanitRegular.eot);
  src: url(font/KanitRegular.eot?#iefix) format("embedded-opentype"), url(font/KanitRegular.otf), url(font/KanitRegular.ttf) format("truetype"), 
  url(font/KanitRegular.woff2) format("woff2"),
  url(font/KanitRegular.svg) format("svg"),
  url(font/KanitRegular.woff) format("woff");
}


html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  margin: auto;
  overflow-x: hidden!important;
  background-color: transparent;
  height: 100%;
  letter-spacing: 0.3px!important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px!important;
}

body {
  margin: 0;
  background: #fff;
  font-family: arial, 'kanit'!important;
  color: #484848;
  position: relative;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}

/* width */

::-webkit-scrollbar {
  width: 10px;
  background: rgba(0, 0, 0, 0);
}

/* Track */

::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 0px #fff; */
  border-radius: 0px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 0px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #c3c3c3;
}

div, img, p, button, input, select, textarea, a {
  box-sizing: border-box;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

select.term-list {
  width: 100%;
  height: 40px;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

a {
  text-decoration: none;
}

a:-webkit-any-link {
  cursor: pointer;
  color: unset;
}

li {
  margin-bottom: 0.7em;
}

.h-txt {
  font-family: brandon;
}

.image {
  display: block;
}

.img_shadows {
  -webkit-filter: drop-shadow( 2px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}

.img_logo {
  width: 100%;
  height: auto;
}

.img_thumbs {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.img_logo_h {
  width: 100%;
  height: auto;
  max-width: 220px;
}

.img_prnews_thumbs {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.txt-space {
  letter-spacing: 0.5px;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-40 {
  width: 40%;
}

.col-50 {
  width: 50%;
}

.col-55 {
  width: 55%;
}

.col-60 {
  width: 60%;
}

.align-up-2 {
  vertical-align: 2px;
}

.align-up-3 {
  vertical-align: 3px;
}

.align-down-1 {
  vertical-align: -1px;
}

.align-down-2 {
  vertical-align: -2px;
}

.align-right {
  float: right;
}

.rd-color {
  color: #ff0000;
}

.bl-color {
  color: #2269B9;
}

.bk-color {
  color: #000;
}

.wh-color {
  color: #fff;
}

.whd-color {
  color: #EEF0F2;
}

.gr-color {
  color: #767676;
}

.grc-color {
  color: #cccccc;
}

.grl-color {
  color: #a7a7a7;
}

.grd-color {
  color: #666666;
}

.grn-color {
  color: rgb(255, 0, 0);
}

.bl-bg {
  background-color: #064285!important;
}

.bl-lbg {
  background-color: #eee!important;
}


.gr-bg {
  background-color: #EEF0F2!important;
}

.bor-sol-1 {
  border: 1px solid #d8d8d8;
}

.bor-sol-2 {
  border: 2px solid #d8d8d8;
}

.bor-bottom {
  border-bottom: 1px solid #333333;
}

.bor-bottom-gr {
  border-bottom: 1px solid #d8d8d8;
}

.lh12 {
  line-height: 12px;
}

.lh16 {
  line-height: 16px;
}

.lh18 {
  line-height: 18px;
}

.lh20 {
  line-height: 20px;
}

.lh22 {
  line-height: 22px;
}

.lh24 {
  line-height: 24px;
}

.lh26 {
  line-height: 26px;
}

.lh28 {
  line-height: 28px;
}

.lh32 {
  line-height: 32px;
}

.lh44 {
  line-height: 44px;
}

.lh50 {
  line-height: 50px;
}

.txt-12 {
  font-size: 12px;
}

.txt-13 {
  font-size: 13px;
}

.txt-14 {
  font-size: 14px;
}

.txt-16 {
  font-size: 16px;
}

.txt-17 {
  font-size: 17px;
}

.txt-18 {
  font-size: 18px;
}

.txt-20 {
  font-size: 20px!important;
}

.txt-22 {
  font-size: 22px;
}

.txt-24 {
  font-size: 24px;
}

.txt-26 {
  font-size: 26px;
}

.txt-28 {
  font-size: 28px;
}

.txt-32 {
  font-size: 32px;
}

.txt-40 {
  font-size: 40px;
}

.txt-56 {
  font-size: 56px;
}

.txt-60 {
  font-size: 60px;
}

.txt-light {
  font-weight: lighter!important;
}

.txt-bold {
  -webkit-text-stroke-width: 0.6px!important;
}

.txt-h1 {
  -webkit-text-stroke-width: 1px!important;
  letter-spacing: 0.6px!important;
}

.txt-h2 {
  -webkit-text-stroke-width: 0.6px!important;
}

.txt-italic {
  font-style: italic!important;
}

.txt-upper {
  text-transform: uppercase!important;
  -webkit-text-stroke-width: 0.6px!important;
  letter-spacing: 0.5px;
}

.txt-th {
  font-family: arial, 'kanit'!important;
}

.un-shadow {
  -webkit-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, 0))!important;
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0))!important;
}

.mar-0 {
  margin: unset;
}

.mar-top-05 {
  margin-top: 0.5em!important;
}

.mar-t-20 {
  margin-top: 20px!important;
}

.mar-t-8 {
  margin-top: 8px!important;
}

.mar-t-12 {
  margin-top: 12px!important;
}

.mar-t-16 {
  margin-top: 16px!important;
}

.mar-t-24 {
  margin-top: 24px!important;
}

.mar-t-32 {
  margin-top: 32px!important;
}

.mar-t-48 {
  margin-top: 48px!important;
}

.mar-tb-16 {
  margin: 16px 0px!important;
}

.mar-b-4 {
  margin-bottom: 4px!important;
}

.mar-b-8 {
  margin-bottom: 8px!important;
}

.mar-b-05 {
  margin-bottom: 0.5em!important;
}

.mar-b-12 {
  margin-bottom: 12px!important;
}

.mar-b-16 {
  margin-bottom: 16px!important;
}

.mar-b-28 {
  margin-bottom: 28px!important;
}

.mar-b-32 {
  margin-bottom: 32px!important;
}

.mar-left-1 {
  margin-left: 1em!important;
}

.mar-left-16 {
  margin-left: 16px!important;
}

.mar-right-16 {
  margin-right: 16px!important;
}

.pad-top-3 {
  padding-top: 3em!important;
}

.pad-top-8 {
  padding-top: 8em!important;
}

.pad-footer-3 {
  padding-top: 3em!important;
}

.term-bor-r {
  border-right: 0px solid #d8d8d8;
}

.mar-copy-left-1 {
  margin-left: 2em;
}

.dblock{
  display: block!important;
}

.dflex{
  display: inline-flex!important;
}

.bl-05 {
  letter-spacing: 1px!important;
  -webkit-text-stroke-width: 0.5px!important;
}

.menu_pointer {
  cursor: pointer;
}

.secure_code {
  width: max-content;
  padding: 8px;
  background-color: rgba(0,0,0,0.1);
  color: #fff;
  -webkit-text-stroke-width: 1px!important;
  letter-spacing: 0.8px;
  border-radius: 4px;
}

.secure_input {
  max-width: 120px;
  display: block;
}

.btn {
  color: rgba(255, 255, 255, 0.901961);
  background-color: rgb(255, 0, 0);
  border-radius: 4px;
  border: 1px solid rgb(255, 0, 0)!important;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.btn:hover {
  background-color: #fff!important;
  color: rgb(255, 0, 0)!important;
  border: 1px solid rgb(255, 0, 0)!important;
}

.link_a {
  color: unset;
  transition: all 0.3s ease 0s;
}

.link_a:hover {
  color: rgb(255, 0, 0)!important;
  transition: all 0.3s ease 0s;
}

.txt-noti-limited {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  float: left;
}

.limit_txt {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
}

.limit_txt:after{
  content: " ...";
}

p {
  margin: 0;
}

.tooltip {
  width: 44px;
  position: relative;
  border-bottom: 1px dotted black;
  transition: all 0.5s ease 0s;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: rgba(255, 255, 255, 0.95);
  color: #484848;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  padding: 3px 6px;
  position: absolute;
  opacity: 0;
  top: -15px;
  right: 10%;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0784314) 0px 0px 10px 5px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px 3px;
  transition: all 0.2s ease 0s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  transition: all 0.5s ease 0s;
  top: -15px;
  right: -4%;
  opacity: 1;
}

/* Responsive Menu */

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 300000;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(16, 18, 7, 0.97);
  overflow-y: hidden;
  transition: 0.25s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.subscribe_input {
  width: 100%;
  height: 44px;
  float: left;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  padding: 11px 8px!important;
  color: #1e1e1e;
  -webkit-text-stroke-width: 0.4px;
  background-color: #f0f0f0;
  border-top-left-radius: 4px!important;
  border-top-right-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
  border-bottom-left-radius: 4px!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.subscribe_btn {
  width: 100%;
  height: 44px;
  float: left;
  font-size: 20px;
  line-height: 18px;
  text-align: center;
  padding: 12px 8px 10px 8px!important;
  color: #a7a7a7;
  -webkit-text-stroke-width: 0.2px;
  background-color: #f0f0f0;
  border-top-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border: none;
}

.subscribe_btn.checked {
  color: #fff;
  background-color: rgb(255, 0, 0);
  transition: all 0.3s;
  cursor: pointer;
  margin: 8px auto 0px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.subscribe_btn.checked:hover {
  transition: all 0.3s;
  color: rgb(255, 0, 0)!important;
}

@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay a {
    font-size: 20px
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/* Responsive Menu */

ul.main-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.main-menu>li {
  display: inline-block;
  padding: 0 10px;
  margin: 0 15px;
  padding-bottom: 5px;
  user-select: none;
  margin-bottom: 0px;
}

ul.main-menu>li.active {
  border-bottom: solid 2px #235f91;
}

ul.work-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.work-menu>li {
  display: inline-block;
  padding: 0px;
  margin: 0 4% 0 0;
  padding-bottom: 5px;
  user-select: none;
  margin-bottom: 0px;
}

/* Drop Down Menu */

.navbar {
  overflow: hidden;
  background-color: unset;
  float: right;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: #484848;
  text-align: center;
  padding: 12px 12px 8px 12px!important;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px!important;
  border: none;
  outline: none;
  color: #484848;
  padding: 12px 16px!important;
  background-color: inherit;
  text-transform: uppercase;
  font-family: helvetica;
  font-weight: bold;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: unset;
  color: rgb(255, 0, 0);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e7e7e7;
  min-width: 160px;
  box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.dropdown-content a {
  float: none;
  color: #484848;
  padding: 14px 16px 9px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-family: helvetica;
}

.dropdown-content a:hover {
  background-color: rgb(255, 0, 0);
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Drop Down Menu */

/* Side Menu */

.sidenav {
  height: auto;
  width: auto;
  z-index: 1;
  top: 25%;
  left: 50%;
  padding-top: 20px;
  transform: translate(-50%, -0%);
  position: absolute;
  transition: all 0.3s;
}

/* Style the sidenav links and the dropdown button */

.sidenav a, .dropdown-btn {
  padding: 10px 8px 10px 16px;
  text-decoration: none;
  font-size: 35px;
  color: #f1f1f1;
  display: block;
  border: none;
  background: none;
  width: 100%;
  min-width: 400px;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: all 0.3s;
  text-transform: uppercase;
}

/* On mouse-over */

.sidenav a:hover, .dropdown-btn:hover {
  color: rgb(255, 0, 0);
  transition: all 0.3s;
}

/* Add an active class to the active dropdown button */

.sidenav .active {
  background-color: unset!important;
  color: rgb(255, 0, 0)!important;
  border: none!important;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */

.dropdown-container {
  display: none;
  background-color: unset;
  padding-bottom: 16px;
  transition: all 0.3s;
  color: #767676;
}

.side-ico {
  font-size: 28px;
}

/* Optional: Style the caret down icon */

.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Side Menu */

.filter-thumb-all {
  padding: 10px!important;
  vertical-align: -2px!important;
}

.filter-thumb a {
  padding: 12px 2%;
  display: inline-block;
  color: #f2f2f2;
  background: rgb(255, 0, 0);
  text-decoration: none;
  transition: all 0.2s;
  border-radius: 4px;
}

.filter-thumb a:hover {
  background: #f2f2f2;
  color: #484848;
}

.filter-thumb {
  text-align: left
}

.filter-gallery a img {
  width: 100%;
  height: auto;
  float: left;
  transition: all 0.2s;
}

.filter-gallery a {
  width: 33.33%;
  transition: all 0.2s;
  display: block;
  float: left;
  opacity: 1;
  height: auto;
}

.filter-gallery .hide {
  width: 0%;
  opacity: 0;
  display: none;
  transition: all 0.1s;
}

.submit_form_sect {
  width: auto;
  height: auto;
  max-width: 400px;
  float: none;
  margin: auto;
  padding-left: 24px;
}

.submit_form_input {
  width: 100%;
  height: auto;
  float: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 8px;
  margin-right: 1.5%
}

.submit_btn {
  width: 50%;
  height: auto;
  float: left;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  max-width: 140px;
  padding: 11px 12px;
  color: #a7a7a7;
  background-color: #f0f0f0;
  border-radius: 4px;
}

.submit_btn.checked {
  width: 50%;
  height: auto;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  max-width: 140px;
  padding: 11px 12px 11px 12px;
  color: #fff;
  background-color: rgb(255, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.0)!important;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
  margin: 24px auto 0px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.submit_btn.checked:hover {
  background-color: rgba(0, 0, 0, 0.0)!important;
  border: 1px solid rgb(255, 0, 0)!important;
  transition: all 0.3s;
  color: #2269B9!important;
}

.contact-input1>input[disabled] {
  border: 1px solid rgba(216, 216, 216, 0.5)!important;
  background-color: rgba(255, 255, 255, 0.3)!important;
  color: rgba(0, 0, 0, 0.2)!important;
  pointer-events: none;
}

select>option {
  text-align: right;
  background-color: #5698E2;
  -moz-appearance: none;
}

select {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0;
  color: #fff;
  background-color: rgb(255, 0, 0);
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 4px;
}

select:hover {
  color: rgb(255, 0, 0);
  background: #fff;
  transition: all 0.3s;
}

select.minimal {
  background-image: url(../img/arr_down.png);
  background-repeat: no-repeat;
  background-position: 98% 65%;
}

select.minimal:hover {
  background-image: url(../img/arr_down.png);
  background-repeat: no-repeat;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* End Rounded sliders */

@media only screen and (max-width: 768px) {
  .filter-gallery a {
    width: 50%!important
  }
}

@media only screen and (max-width: 600px) {
  .sidenav {
    height: auto;
    width: auto;
    z-index: 1;
    top: 15%;
    left: 50%;
    padding-top: 20px;
    transform: translate(-50%, -0%);
    position: absolute;
    transition: all 0.3s;
  }
  .sidenav a, .dropdown-btn {
    font-size: 24px;
    padding: 7px 8px 7px 16px;
  }
  .side-ico {
    font-size: 20px;
  }
  .filter-gallery a {
    width: 100%!important
  }
  .filter-thumb a {
    padding: 12px 1%;
    display: inline-block;
    color: #f2f2f2;
    background: rgb(255, 0, 0);
    text-decoration: none;
    transition: all 0.2s;
    border-radius: 4px;
  }
}

/* Start < Input Text > Start < Input Text > Start < Input Text > Start < Input Text > Start < Input Text > */

[type="radio"]:checked, [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label, [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked+label:before, [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #a7a7a7;
  border-radius: 100%;
  background: #f8f8f8;
}

[type="radio"]:checked+label:after, [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #2269b9;
  border: 1px solid #2269b9;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

label {
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0.5px;
}

.has-error input {
  border-width: 2px;
}

.validation.text-danger:after {
  content: 'Validation failed';
}

.validation.text-success:after {
  content: 'Validation passed';
}

input[disabled], textarea[disabled], select[disabled] {
  border: 1px solid rgba(216, 216, 216, 0.5)!important;
  background-color: rgba(216, 216, 216, 0.2)!important;
  color: rgba(0, 0, 0, 0.2)!important;
  pointer-events: none;
}

textarea {
  width: 100%;
  padding: 12px 12px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #D8D8D8;
  color: #484848;
}

textarea:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.);
}

input[type=text] {
  width: 100%;
  padding: 12px 12px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #D8D8D8;
  color: #484848;
}

input[type=text]:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(216, 216, 216, 0.4);
}

input:invalid {
  color: rgba(0, 0, 0, 0.5)!important;
  border: solid 1px rgba(216, 216, 216, 0.1);
  background-color: rgba(216, 216, 216, 0.2)!important;
}

input, input:valid {
  /*border-color: #ccc;*/
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* Edit Invoice < Radio Button >*/

/* Edit Invoice < slider bar range >*/

input[type='range'] {
  outline: none;
  border-color: rgba(255, 255, 255, 0)!important;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0)!important;
}

input[type='range'] {
  box-sizing: border-box;
  border: 0px solid transparent;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 50px;
  cursor: pointer;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0);
}

input[type='range'], input[type='range']::-webkit-slider-runnable-track, input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type='range']::-webkit-slider-runnable-track {
  box-sizing: border-box;
  width: 200px;
  height: 10px;
  border-radius: 4px;
  background: unset;
  border: 1px solid #9BB8D9;
}

input[type='range']::-moz-range-track {
  box-sizing: border-box;
  width: 200px;
  height: 5px;
  border-radius: 2px;
  padding: 0px;
  background: #777;
}

input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  padding: 0px;
  height: 20px;
  width: 10px;
  border-radius: 2px;
  border: 1px solid;
  background: unset;
}

input[type='range']::-ms-track {
  box-sizing: border-box;
  width: 210px;
  height: 5px;
  border-radius: 2px;
  padding: 0px;
  background: #777;
  color: #777;
}

input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  padding: 0px;
  height: 18px;
  width: 18px;
  border-radius: 1000px;
  border: 0px solid;
  margin-top: -5px;
  background: #5698E2;
  background-image: url(../img/move-icon.png);
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 5000;
  position: relative;
  -webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.2));
}

input[type='range']::-ms-thumb {
  box-sizing: border-box;
  padding: 0px;
  height: 20px;
  width: 10px;
  border-radius: 2px;
  border: 1px solid;
  background: unset;
}

input[type="range"]::-ms-fill-lower {
  background: transparent;
}

input[type='range']:focus {
  outline: none;
}

input[type='range']:active::-webkit-slider-thumb {
  filter: contrast(150%) brightness(100%);
  opacity: 1;
}

.input-select-list {
  width: 99%;
  height: 40px;
  border: none;
  font-weight: lighter;
  background-color: unset;
}

.input-field-demo {
  width: 100%;
  padding: 0.6em 0.5em 0.6em 0.5em;
  border: none;
  font-weight: lighter;
}

.input-field {
  width: 90%;
  padding: 0.6em 0.5em 0.6em 0.5em;
  border: none;
  font-weight: lighter;
}

.input-field-ico {
  width: 7%;
  border: none;
  float: right;
  margin-top: 0.7em;
}

.input-sign {
  width: 100%;
  padding: 1em 0.8em 1em 0.8em;
  border-radius: 4px;
  border: none;
  font-weight: lighter;
}

.input-warning {
  border-color: #fa3c4c!important;
  box-shadow: 0 0 10px #fa3c4c!important;
}

input:checked+.input-field.input-sign {
  outline: none;
  border-color: #c7e9ff!important;
  box-shadow: 0 0 30px #c7e9ff!important;
}

input:checked+.input-field.input-sign:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

::placeholder {
  color: rgba(204, 204, 204, 0.5);
  opacity: 1;
  /* Firefox */
  font-weight: lighter;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(204, 204, 204, 0.5);
  font-weight: lighter;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(204, 204, 204, 0.5);
  font-weight: lighter;
}

.edit_slide_bar:after {
  position: absolute;
  color: #777;
  content: '';
  padding: 40px;
  word-spacing: 20px;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.edit_slide_bar {
  padding: 0px;
  position: relative;
}

/* Just for demo */

output {
  margin-top: 20px;
  color: #2269B9;
  font-size: 50px;
}

output:after {
  font-weight: bold;
}

/* End < Input Text > End < Input Text > End < Input Text > End < Input Text > End < Input Text >*/

/* Add Address < Switch Round >*/

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -3px;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .2s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 0px;
  bottom: 2px;
  background-color: white;
  transition: .2s;
}

/* Edit Invoice < slider bar range >*/

ul.liststyle {
  list-style-position: outside;
  list-style: square outside url("../img/tick_ico.png");
  -webkit-padding-start: 1em;
  font-family: arial, 'kanit';
}

/* ICOMOON FONTS  ICOMOON FONTS  ICOMOON FONTS  ICOMOON FONTS  ICOMOON FONTS >*/

@font-face {
  font-family: "icomoon";
  src: url("font/font_ico.eot?6kx5hy");
  src: url("font/font_ico.eot?6kx5hy#iefix") format('embedded-opentype'), url("font/font_ico.ttf?6kx5hy") format('truetype'), url("font/font_ico.woff?6kx5hy") format('woff'), url("font/font_ico.svg?6kx5hy#icomoon") format('svg');
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e900";
}

.icon-home2:before {
  content: "\e901";
}

.icon-home3:before {
  content: "\e902";
}

.icon-office:before {
  content: "\e903";
}

.icon-newspaper:before {
  content: "\e904";
}

.icon-pencil:before {
  content: "\e905";
}

.icon-pencil2:before {
  content: "\e906";
}

.icon-quill:before {
  content: "\e907";
}

.icon-pen:before {
  content: "\e908";
}

.icon-blog:before {
  content: "\e909";
}

.icon-eyedropper:before {
  content: "\e90a";
}

.icon-droplet:before {
  content: "\e90b";
}

.icon-paint-format:before {
  content: "\e90c";
}

.icon-image:before {
  content: "\e90d";
}

.icon-images:before {
  content: "\e90e";
}

.icon-camera:before {
  content: "\e90f";
}

.icon-headphones:before {
  content: "\e910";
}

.icon-music:before {
  content: "\e911";
}

.icon-play:before {
  content: "\e912";
}

.icon-film:before {
  content: "\e913";
}

.icon-video-camera:before {
  content: "\e914";
}

.icon-dice:before {
  content: "\e915";
}

.icon-pacman:before {
  content: "\e916";
}

.icon-spades:before {
  content: "\e917";
}

.icon-clubs:before {
  content: "\e918";
}

.icon-diamonds:before {
  content: "\e919";
}

.icon-bullhorn:before {
  content: "\e91a";
}

.icon-connection:before {
  content: "\e91b";
}

.icon-podcast:before {
  content: "\e91c";
}

.icon-feed:before {
  content: "\e91d";
}

.icon-mic:before {
  content: "\e91e";
}

.icon-book:before {
  content: "\e91f";
}

.icon-books:before {
  content: "\e920";
}

.icon-library:before {
  content: "\e921";
}

.icon-file-text:before {
  content: "\e922";
}

.icon-profile:before {
  content: "\e923";
}

.icon-file-empty:before {
  content: "\e924";
}

.icon-files-empty:before {
  content: "\e925";
}

.icon-file-text2:before {
  content: "\e926";
}

.icon-file-picture:before {
  content: "\e927";
}

.icon-file-music:before {
  content: "\e928";
}

.icon-file-play:before {
  content: "\e929";
}

.icon-file-video:before {
  content: "\e92a";
}

.icon-file-zip:before {
  content: "\e92b";
}

.icon-copy:before {
  content: "\e92c";
}

.icon-paste:before {
  content: "\e92d";
}

.icon-stack:before {
  content: "\e92e";
}

.icon-folder:before {
  content: "\e92f";
}

.icon-folder-open:before {
  content: "\e930";
}

.icon-folder-plus:before {
  content: "\e931";
}

.icon-folder-minus:before {
  content: "\e932";
}

.icon-folder-download:before {
  content: "\e933";
}

.icon-folder-upload:before {
  content: "\e934";
}

.icon-price-tag:before {
  content: "\e935";
}

.icon-price-tags:before {
  content: "\e936";
}

.icon-barcode:before {
  content: "\e937";
}

.icon-qrcode:before {
  content: "\e938";
}

.icon-ticket:before {
  content: "\e939";
}

.icon-cart:before {
  content: "\e93a";
}

.icon-coin-dollar:before {
  content: "\e93b";
}

.icon-coin-euro:before {
  content: "\e93c";
}

.icon-coin-pound:before {
  content: "\e93d";
}

.icon-coin-yen:before {
  content: "\e93e";
}

.icon-credit-card:before {
  content: "\e93f";
}

.icon-calculator:before {
  content: "\e940";
}

.icon-lifebuoy:before {
  content: "\e941";
}

.icon-phone:before {
  content: "\e942";
}

.icon-phone-hang-up:before {
  content: "\e943";
}

.icon-address-book:before {
  content: "\e944";
}

.icon-envelop:before {
  content: "\e945";
}

.icon-pushpin:before {
  content: "\e946";
}

.icon-location:before {
  content: "\e947";
}

.icon-location2:before {
  content: "\e948";
}

.icon-compass:before {
  content: "\e949";
}

.icon-compass2:before {
  content: "\e94a";
}

.icon-map:before {
  content: "\e94b";
}

.icon-map2:before {
  content: "\e94c";
}

.icon-history:before {
  content: "\e94d";
}

.icon-clock:before {
  content: "\e94e";
}

.icon-clock2:before {
  content: "\e94f";
}

.icon-alarm:before {
  content: "\e950";
}

.icon-bell:before {
  content: "\e951";
}

.icon-stopwatch:before {
  content: "\e952";
}

.icon-calendar:before {
  content: "\e953";
}

.icon-printer:before {
  content: "\e954";
}

.icon-keyboard:before {
  content: "\e955";
}

.icon-display:before {
  content: "\e956";
}

.icon-laptop:before {
  content: "\e957";
}

.icon-mobile:before {
  content: "\e958";
}

.icon-mobile2:before {
  content: "\e959";
}

.icon-tablet:before {
  content: "\e95a";
}

.icon-tv:before {
  content: "\e95b";
}

.icon-drawer:before {
  content: "\e95c";
}

.icon-drawer2:before {
  content: "\e95d";
}

.icon-box-add:before {
  content: "\e95e";
}

.icon-box-remove:before {
  content: "\e95f";
}

.icon-download:before {
  content: "\e960";
}

.icon-upload:before {
  content: "\e961";
}

.icon-floppy-disk:before {
  content: "\e962";
}

.icon-drive:before {
  content: "\e963";
}

.icon-database:before {
  content: "\e964";
}

.icon-undo:before {
  content: "\e965";
}

.icon-redo:before {
  content: "\e966";
}

.icon-undo2:before {
  content: "\e967";
}

.icon-redo2:before {
  content: "\e968";
}

.icon-forward:before {
  content: "\e969";
}

.icon-reply:before {
  content: "\e96a";
}

.icon-bubble:before {
  content: "\e96b";
}

.icon-bubbles:before {
  content: "\e96c";
}

.icon-bubbles2:before {
  content: "\e96d";
}

.icon-bubble2:before {
  content: "\e96e";
}

.icon-bubbles3:before {
  content: "\e96f";
}

.icon-bubbles4:before {
  content: "\e970";
}

.icon-user:before {
  content: "\e971";
}

.icon-users:before {
  content: "\e972";
}

.icon-user-plus:before {
  content: "\e973";
}

.icon-user-minus:before {
  content: "\e974";
}

.icon-user-check:before {
  content: "\e975";
}

.icon-user-tie:before {
  content: "\e976";
}

.icon-quotes-left:before {
  content: "\e977";
}

.icon-quotes-right:before {
  content: "\e978";
}

.icon-hour-glass:before {
  content: "\e979";
}

.icon-spinner:before {
  content: "\e97a";
}

.icon-spinner2:before {
  content: "\e97b";
}

.icon-spinner3:before {
  content: "\e97c";
}

.icon-spinner4:before {
  content: "\e97d";
}

.icon-spinner5:before {
  content: "\e97e";
}

.icon-spinner6:before {
  content: "\e97f";
}

.icon-spinner7:before {
  content: "\e980";
}

.icon-spinner8:before {
  content: "\e981";
}

.icon-spinner9:before {
  content: "\e982";
}

.icon-spinner10:before {
  content: "\e983";
}

.icon-spinner11:before {
  content: "\e984";
}

.icon-binoculars:before {
  content: "\e985";
}

.icon-search:before {
  content: "\e986";
}

.icon-zoom-in:before {
  content: "\e987";
}

.icon-zoom-out:before {
  content: "\e988";
}

.icon-enlarge:before {
  content: "\e989";
}

.icon-shrink:before {
  content: "\e98a";
}

.icon-enlarge2:before {
  content: "\e98b";
}

.icon-shrink2:before {
  content: "\e98c";
}

.icon-key:before {
  content: "\e98d";
}

.icon-key2:before {
  content: "\e98e";
}

.icon-lock:before {
  content: "\e98f";
}

.icon-unlocked:before {
  content: "\e990";
}

.icon-wrench:before {
  content: "\e991";
}

.icon-equalizer:before {
  content: "\e992";
}

.icon-equalizer2:before {
  content: "\e993";
}

.icon-cog:before {
  content: "\e994";
}

.icon-cogs:before {
  content: "\e995";
}

.icon-hammer:before {
  content: "\e996";
}

.icon-magic-wand:before {
  content: "\e997";
}

.icon-aid-kit:before {
  content: "\e998";
}

.icon-bug:before {
  content: "\e999";
}

.icon-pie-chart:before {
  content: "\e99a";
}

.icon-stats-dots:before {
  content: "\e99b";
}

.icon-stats-bars:before {
  content: "\e99c";
}

.icon-stats-bars2:before {
  content: "\e99d";
}

.icon-trophy:before {
  content: "\e99e";
}

.icon-gift:before {
  content: "\e99f";
}

.icon-glass:before {
  content: "\e9a0";
}

.icon-glass2:before {
  content: "\e9a1";
}

.icon-mug:before {
  content: "\e9a2";
}

.icon-spoon-knife:before {
  content: "\e9a3";
}

.icon-leaf:before {
  content: "\e9a4";
}

.icon-rocket:before {
  content: "\e9a5";
}

.icon-meter:before {
  content: "\e9a6";
}

.icon-meter2:before {
  content: "\e9a7";
}

.icon-hammer2:before {
  content: "\e9a8";
}

.icon-fire:before {
  content: "\e9a9";
}

.icon-lab:before {
  content: "\e9aa";
}

.icon-magnet:before {
  content: "\e9ab";
}

.icon-bin:before {
  content: "\e9ac";
}

.icon-bin2:before {
  content: "\e9ad";
}

.icon-briefcase:before {
  content: "\e9ae";
}

.icon-airplane:before {
  content: "\e9af";
}

.icon-truck:before {
  content: "\e9b0";
}

.icon-road:before {
  content: "\e9b1";
}

.icon-accessibility:before {
  content: "\e9b2";
}

.icon-target:before {
  content: "\e9b3";
}

.icon-shield:before {
  content: "\e9b4";
}

.icon-power:before {
  content: "\e9b5";
}

.icon-switch:before {
  content: "\e9b6";
}

.icon-power-cord:before {
  content: "\e9b7";
}

.icon-clipboard:before {
  content: "\e9b8";
}

.icon-list-numbered:before {
  content: "\e9b9";
}

.icon-list:before {
  content: "\e9ba";
}

.icon-list2:before {
  content: "\e9bb";
}

.icon-tree:before {
  content: "\e9bc";
}

.icon-menu:before {
  content: "\e9bd";
}

.icon-menu2:before {
  content: "\e9be";
}

.icon-menu3:before {
  content: "\e9bf";
}

.icon-menu4:before {
  content: "\e9c0";
}

.icon-cloud:before {
  content: "\e9c1";
}

.icon-cloud-download:before {
  content: "\e9c2";
}

.icon-cloud-upload:before {
  content: "\e9c3";
}

.icon-cloud-check:before {
  content: "\e9c4";
}

.icon-download2:before {
  content: "\e9c5";
}

.icon-upload2:before {
  content: "\e9c6";
}

.icon-download3:before {
  content: "\e9c7";
}

.icon-upload3:before {
  content: "\e9c8";
}

.icon-sphere:before {
  content: "\e9c9";
}

.icon-earth:before {
  content: "\e9ca";
}

.icon-link:before {
  content: "\e9cb";
}

.icon-flag:before {
  content: "\e9cc";
}

.icon-attachment:before {
  content: "\e9cd";
}

.icon-eye:before {
  content: "\e9ce";
}

.icon-eye-plus:before {
  content: "\e9cf";
}

.icon-eye-minus:before {
  content: "\e9d0";
}

.icon-eye-blocked:before {
  content: "\e9d1";
}

.icon-bookmark:before {
  content: "\e9d2";
}

.icon-bookmarks:before {
  content: "\e9d3";
}

.icon-sun:before {
  content: "\e9d4";
}

.icon-contrast:before {
  content: "\e9d5";
}

.icon-brightness-contrast:before {
  content: "\e9d6";
}

.icon-star-empty:before {
  content: "\e9d7";
}

.icon-star-half:before {
  content: "\e9d8";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-heart:before {
  content: "\e9da";
}

.icon-heart-broken:before {
  content: "\e9db";
}

.icon-man:before {
  content: "\e9dc";
}

.icon-woman:before {
  content: "\e9dd";
}

.icon-man-woman:before {
  content: "\e9de";
}

.icon-happy:before {
  content: "\e9df";
}

.icon-happy2:before {
  content: "\e9e0";
}

.icon-smile:before {
  content: "\e9e1";
}

.icon-smile2:before {
  content: "\e9e2";
}

.icon-tongue:before {
  content: "\e9e3";
}

.icon-tongue2:before {
  content: "\e9e4";
}

.icon-sad:before {
  content: "\e9e5";
}

.icon-sad2:before {
  content: "\e9e6";
}

.icon-wink:before {
  content: "\e9e7";
}

.icon-wink2:before {
  content: "\e9e8";
}

.icon-grin:before {
  content: "\e9e9";
}

.icon-grin2:before {
  content: "\e9ea";
}

.icon-cool:before {
  content: "\e9eb";
}

.icon-cool2:before {
  content: "\e9ec";
}

.icon-angry:before {
  content: "\e9ed";
}

.icon-angry2:before {
  content: "\e9ee";
}

.icon-evil:before {
  content: "\e9ef";
}

.icon-evil2:before {
  content: "\e9f0";
}

.icon-shocked:before {
  content: "\e9f1";
}

.icon-shocked2:before {
  content: "\e9f2";
}

.icon-baffled:before {
  content: "\e9f3";
}

.icon-baffled2:before {
  content: "\e9f4";
}

.icon-confused:before {
  content: "\e9f5";
}

.icon-confused2:before {
  content: "\e9f6";
}

.icon-neutral:before {
  content: "\e9f7";
}

.icon-neutral2:before {
  content: "\e9f8";
}

.icon-hipster:before {
  content: "\e9f9";
}

.icon-hipster2:before {
  content: "\e9fa";
}

.icon-wondering:before {
  content: "\e9fb";
}

.icon-wondering2:before {
  content: "\e9fc";
}

.icon-sleepy:before {
  content: "\e9fd";
}

.icon-sleepy2:before {
  content: "\e9fe";
}

.icon-frustrated:before {
  content: "\e9ff";
}

.icon-frustrated2:before {
  content: "\ea00";
}

.icon-crying:before {
  content: "\ea01";
}

.icon-crying2:before {
  content: "\ea02";
}

.icon-point-up:before {
  content: "\ea03";
}

.icon-point-right:before {
  content: "\ea04";
}

.icon-point-down:before {
  content: "\ea05";
}

.icon-point-left:before {
  content: "\ea06";
}

.icon-warning:before {
  content: "\ea07";
}

.icon-notification:before {
  content: "\ea08";
}

.icon-question:before {
  content: "\ea09";
}

.icon-plus:before {
  content: "\ea0a";
}

.icon-minus:before {
  content: "\ea0b";
}

.icon-info:before {
  content: "\ea0c";
}

.icon-cancel-circle:before {
  content: "\ea0d";
}

.icon-blocked:before {
  content: "\ea0e";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-checkmark2:before {
  content: "\ea11";
}

.icon-spell-check:before {
  content: "\ea12";
}

.icon-enter:before {
  content: "\ea13";
}

.icon-exit:before {
  content: "\ea14";
}

.icon-play2:before {
  content: "\ea15";
}

.icon-pause:before {
  content: "\ea16";
}

.icon-stop:before {
  content: "\ea17";
}

.icon-previous:before {
  content: "\ea18";
}

.icon-next:before {
  content: "\ea19";
}

.icon-backward:before {
  content: "\ea1a";
}

.icon-forward2:before {
  content: "\ea1b";
}

.icon-play3:before {
  content: "\ea1c";
}

.icon-pause2:before {
  content: "\ea1d";
}

.icon-stop2:before {
  content: "\ea1e";
}

.icon-backward2:before {
  content: "\ea1f";
}

.icon-forward3:before {
  content: "\ea20";
}

.icon-first:before {
  content: "\ea21";
}

.icon-last:before {
  content: "\ea22";
}

.icon-previous2:before {
  content: "\ea23";
}

.icon-next2:before {
  content: "\ea24";
}

.icon-eject:before {
  content: "\ea25";
}

.icon-volume-high:before {
  content: "\ea26";
}

.icon-volume-medium:before {
  content: "\ea27";
}

.icon-volume-low:before {
  content: "\ea28";
}

.icon-volume-mute:before {
  content: "\ea29";
}

.icon-volume-mute2:before {
  content: "\ea2a";
}

.icon-volume-increase:before {
  content: "\ea2b";
}

.icon-volume-decrease:before {
  content: "\ea2c";
}

.icon-loop:before {
  content: "\ea2d";
}

.icon-loop2:before {
  content: "\ea2e";
}

.icon-infinite:before {
  content: "\ea2f";
}

.icon-shuffle:before {
  content: "\ea30";
}

.icon-arrow-up-left:before {
  content: "\ea31";
}

.icon-arrow-up:before {
  content: "\ea32";
}

.icon-arrow-up-right:before {
  content: "\ea33";
}

.icon-arrow-right:before {
  content: "\ea34";
}

.icon-arrow-down-right:before {
  content: "\ea35";
}

.icon-arrow-down:before {
  content: "\ea36";
}

.icon-arrow-down-left:before {
  content: "\ea37";
}

.icon-arrow-left:before {
  content: "\ea38";
}

.icon-arrow-up-left2:before {
  content: "\ea39";
}

.icon-arrow-up2:before {
  content: "\ea3a";
}

.icon-arrow-up-right2:before {
  content: "\ea3b";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-arrow-down-right2:before {
  content: "\ea3d";
}

.icon-arrow-down2:before {
  content: "\ea3e";
}

.icon-arrow-down-left2:before {
  content: "\ea3f";
}

.icon-arrow-left2:before {
  content: "\ea40";
}

.icon-circle-up:before {
  content: "\ea41";
}

.icon-circle-right:before {
  content: "\ea42";
}

.icon-circle-down:before {
  content: "\ea43";
}

.icon-circle-left:before {
  content: "\ea44";
}

.icon-tab:before {
  content: "\ea45";
}

.icon-move-up:before {
  content: "\ea46";
}

.icon-move-down:before {
  content: "\ea47";
}

.icon-sort-alpha-asc:before {
  content: "\ea48";
}

.icon-sort-alpha-desc:before {
  content: "\ea49";
}

.icon-sort-numeric-asc:before {
  content: "\ea4a";
}

.icon-sort-numberic-desc:before {
  content: "\ea4b";
}

.icon-sort-amount-asc:before {
  content: "\ea4c";
}

.icon-sort-amount-desc:before {
  content: "\ea4d";
}

.icon-command:before {
  content: "\ea4e";
}

.icon-shift:before {
  content: "\ea4f";
}

.icon-ctrl:before {
  content: "\ea50";
}

.icon-opt:before {
  content: "\ea51";
}

.icon-checkbox-checked:before {
  content: "\ea52";
}

.icon-checkbox-unchecked:before {
  content: "\ea53";
}

.icon-radio-checked:before {
  content: "\ea54";
}

.icon-radio-checked2:before {
  content: "\ea55";
}

.icon-radio-unchecked:before {
  content: "\ea56";
}

.icon-crop:before {
  content: "\ea57";
}

.icon-make-group:before {
  content: "\ea58";
}

.icon-ungroup:before {
  content: "\ea59";
}

.icon-scissors:before {
  content: "\ea5a";
}

.icon-filter:before {
  content: "\ea5b";
}

.icon-font:before {
  content: "\ea5c";
}

.icon-ligature:before {
  content: "\ea5d";
}

.icon-ligature2:before {
  content: "\ea5e";
}

.icon-text-height:before {
  content: "\ea5f";
}

.icon-text-width:before {
  content: "\ea60";
}

.icon-font-size:before {
  content: "\ea61";
}

.icon-bold:before {
  content: "\ea62";
}

.icon-underline:before {
  content: "\ea63";
}

.icon-italic:before {
  content: "\ea64";
}

.icon-strikethrough:before {
  content: "\ea65";
}

.icon-omega:before {
  content: "\ea66";
}

.icon-sigma:before {
  content: "\ea67";
}

.icon-page-break:before {
  content: "\ea68";
}

.icon-superscript:before {
  content: "\ea69";
}

.icon-subscript:before {
  content: "\ea6a";
}

.icon-superscript2:before {
  content: "\ea6b";
}

.icon-subscript2:before {
  content: "\ea6c";
}

.icon-text-color:before {
  content: "\ea6d";
}

.icon-pagebreak:before {
  content: "\ea6e";
}

.icon-clear-formatting:before {
  content: "\ea6f";
}

.icon-table:before {
  content: "\ea70";
}

.icon-table2:before {
  content: "\ea71";
}

.icon-insert-template:before {
  content: "\ea72";
}

.icon-pilcrow:before {
  content: "\ea73";
}

.icon-ltr:before {
  content: "\ea74";
}

.icon-rtl:before {
  content: "\ea75";
}

.icon-section:before {
  content: "\ea76";
}

.icon-paragraph-left:before {
  content: "\ea77";
}

.icon-paragraph-center:before {
  content: "\ea78";
}

.icon-paragraph-right:before {
  content: "\ea79";
}

.icon-paragraph-justify:before {
  content: "\ea7a";
}

.icon-indent-increase:before {
  content: "\ea7b";
}

.icon-indent-decrease:before {
  content: "\ea7c";
}

.icon-share:before {
  content: "\ea7d";
}

.icon-new-tab:before {
  content: "\ea7e";
}

.icon-embed:before {
  content: "\ea7f";
}

.icon-embed2:before {
  content: "\ea80";
}

.icon-terminal:before {
  content: "\ea81";
}

.icon-share2:before {
  content: "\ea82";
}

.icon-mail:before {
  content: "\ea83";
}

.icon-mail2:before {
  content: "\ea84";
}

.icon-mail3:before {
  content: "\ea85";
}

.icon-mail4:before {
  content: "\ea86";
}

.icon-amazon:before {
  content: "\ea87";
}

.icon-google:before {
  content: "\ea88";
}

.icon-google2:before {
  content: "\ea89";
}

.icon-google3:before {
  content: "\ea8a";
}

.icon-google-plus:before {
  content: "\ea8b";
}

.icon-google-plus2:before {
  content: "\ea8c";
}

.icon-google-plus3:before {
  content: "\ea8d";
}

.icon-hangouts:before {
  content: "\ea8e";
}

.icon-google-drive:before {
  content: "\ea8f";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-spotify:before {
  content: "\ea94";
}

.icon-telegram:before {
  content: "\ea95";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-vine:before {
  content: "\ea97";
}

.icon-vk:before {
  content: "\ea98";
}

.icon-renren:before {
  content: "\ea99";
}

.icon-sina-weibo:before {
  content: "\ea9a";
}

.icon-rss:before {
  content: "\ea9b";
}

.icon-rss2:before {
  content: "\ea9c";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-youtube2:before {
  content: "\ea9e";
}

.icon-twitch:before {
  content: "\ea9f";
}

.icon-vimeo:before {
  content: "\eaa0";
}

.icon-vimeo2:before {
  content: "\eaa1";
}

.icon-lanyrd:before {
  content: "\eaa2";
}

.icon-flickr:before {
  content: "\eaa3";
}

.icon-flickr2:before {
  content: "\eaa4";
}

.icon-flickr3:before {
  content: "\eaa5";
}

.icon-flickr4:before {
  content: "\eaa6";
}

.icon-dribbble:before {
  content: "\eaa7";
}

.icon-behance:before {
  content: "\eaa8";
}

.icon-behance2:before {
  content: "\eaa9";
}

.icon-deviantart:before {
  content: "\eaaa";
}

.icon-500px:before {
  content: "\eaab";
}

.icon-steam:before {
  content: "\eaac";
}

.icon-steam2:before {
  content: "\eaad";
}

.icon-dropbox:before {
  content: "\eaae";
}

.icon-onedrive:before {
  content: "\eaaf";
}

.icon-github:before {
  content: "\eab0";
}

.icon-npm:before {
  content: "\eab1";
}

.icon-basecamp:before {
  content: "\eab2";
}

.icon-trello:before {
  content: "\eab3";
}

.icon-wordpress:before {
  content: "\eab4";
}

.icon-joomla:before {
  content: "\eab5";
}

.icon-ello:before {
  content: "\eab6";
}

.icon-blogger:before {
  content: "\eab7";
}

.icon-blogger2:before {
  content: "\eab8";
}

.icon-tumblr:before {
  content: "\eab9";
}

.icon-tumblr2:before {
  content: "\eaba";
}

.icon-yahoo:before {
  content: "\eabb";
}

.icon-yahoo2:before {
  content: "\eabc";
}

.icon-tux:before {
  content: "\eabd";
}

.icon-appleinc:before {
  content: "\eabe";
}

.icon-finder:before {
  content: "\eabf";
}

.icon-android:before {
  content: "\eac0";
}

.icon-windows:before {
  content: "\eac1";
}

.icon-windows8:before {
  content: "\eac2";
}

.icon-soundcloud:before {
  content: "\eac3";
}

.icon-soundcloud2:before {
  content: "\eac4";
}

.icon-skype:before {
  content: "\eac5";
}

.icon-reddit:before {
  content: "\eac6";
}

.icon-hackernews:before {
  content: "\eac7";
}

.icon-wikipedia:before {
  content: "\eac8";
}

.icon-linkedin:before {
  content: "\eac9";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-lastfm:before {
  content: "\eacb";
}

.icon-lastfm2:before {
  content: "\eacc";
}

.icon-delicious:before {
  content: "\eacd";
}

.icon-stumbleupon:before {
  content: "\eace";
}

.icon-stumbleupon2:before {
  content: "\eacf";
}

.icon-stackoverflow:before {
  content: "\ead0";
}

.icon-pinterest:before {
  content: "\ead1";
}

.icon-pinterest2:before {
  content: "\ead2";
}

.icon-xing:before {
  content: "\ead3";
}

.icon-xing2:before {
  content: "\ead4";
}

.icon-flattr:before {
  content: "\ead5";
}

.icon-foursquare:before {
  content: "\ead6";
}

.icon-yelp:before {
  content: "\ead7";
}

.icon-paypal:before {
  content: "\ead8";
}

.icon-chrome:before {
  content: "\ead9";
}

.icon-firefox:before {
  content: "\eada";
}

.icon-IE:before {
  content: "\eadb";
}

.icon-edge:before {
  content: "\eadc";
}

.icon-safari:before {
  content: "\eadd";
}

.icon-opera:before {
  content: "\eade";
}

.icon-file-pdf:before {
  content: "\eadf";
}

.icon-file-openoffice:before {
  content: "\eae0";
}

.icon-file-word:before {
  content: "\eae1";
}

.icon-file-excel:before {
  content: "\eae2";
}

.icon-libreoffice:before {
  content: "\eae3";
}

.icon-html-five:before {
  content: "\eae4";
}

.icon-html-five2:before {
  content: "\eae5";
}

.icon-css3:before {
  content: "\eae6";
}

.icon-git:before {
  content: "\eae7";
}

.icon-codepen:before {
  content: "\eae8";
}

.icon-svg:before {
  content: "\eae9";
}

.icon-IcoMoon:before {
  content: "\eaea";
}