/* COMPASS
 * ----------------------------------------------- */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* BASE
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

[hidden], template, .noUser {
  display: none !important;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #3b3b3b;
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  background: #f0f0f0;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #3b3b3b;
  text-decoration: none;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

.container {
  min-width: 1170px;
}

.wrapper {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.dis-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.justify-content-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.justify-content-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* HELPERS
 * ----------------------------------------------- */
strong, b {
  font-weight: bold;
}

/* RESPONSIVE
 * ----------------------------------------------- */
.sm {
  display: none !important;
}

@media (max-width: 767px) {
  .md {
    display: none !important;
  }

  .sm {
    display: block !important;
  }

  .trans,
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  body {
    font-size: 14px;
    margin-bottom: 53px;
  }

  .container {
    width: auto;
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* PARTS
 * ----------------------------------------------- */

header .logo {
  padding: 3px 0 0 13px;
}
header .logo a {
  display: block;
}
header .logo a img {
  display: block;
}
header .right-header {
  padding: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
/* header .box-user {
  margin-right: 12px;
} */
header .box-user .avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
header .box-user .avatar img {
  width: 40px;
  display: block;
  height: 40px;
  border-radius: 50%;
}
header .box-user .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: #3b3b3b;
}
header .btn-right-header {
  margin: 5px 0 0 15px;
  position: relative;
  cursor: pointer;
}
header .btn-right-header.active .box-item-top {
  top: 21px;
  visibility: visible;
  opacity: 1;
}
header .btn-right-header .num {
  position: absolute;
  width: 9px;
  height: 9px;
  top: 6px;
  right: -6px;
  background-color: #ef4f36;
  color: #fff;
  font-size: 10px;
  border-radius: 10px;
  text-align: center;
  line-height: 9px;
}
header .btn-right-header .head-popup {
  padding: 6px 12px 3px 18px;
  border-bottom: 1px solid #ededed;
}
header .btn-right-header .head-popup .text {
  font-weight: bold;
  font-size: 12px;
}
header .btn-right-header .head-popup .check {
  font-size: 12px;
  display: block;
}
header .btn-right-header .box-item-top {
  position: absolute;
  width: 300px;
  z-index: 30;
  background-color: #fff;
  border: 1px solid #ededed;
  -webkit-box-shadow: 1px 1px 0 0 rgba(138, 138, 138, 0.75);
  -moz-box-shadow: 1px 1px 0 0 rgba(138, 138, 138, 0.75);
  box-shadow: 1px 1px 0 0 rgba(138, 138, 138, 0.75);
  top: 25px;
  right: -16px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.26s ease;
  -o-transition: all 0.26s ease;
  -webkit-transition: all 0.26s ease;
  transition: all 0.26s ease;
}
header .btn-right-header .box-item-top.setting {
  width: 120px;
  right: 0;
}
header .btn-right-header .box-item-top.setting:after {
  right: 0;
}
header .btn-right-header .box-item-top.setting ul li + li {
  border-top: 1px solid #ededed;
}
header .btn-right-header .box-item-top.setting ul li a {
  display: block;
  padding: 5px 10px;
}
header .btn-right-header .box-item-top:after {
  position: absolute;
  width: 14px;
  height: 8px;
  content: "";
  background: url(../img/icon04.png) no-repeat top center/100% 100%;
  top: -8px;
  right: 15px;
}
header .btn-right-header .box-item-top .content-popup .item {
  display: block;
  position: relative;
  border-bottom: 1px solid #ededed;
  height: 50px;
  padding: 7px 10px 5px 65px;
}
header .btn-right-header .box-item-top .content-popup .item .avatar {
  position: absolute;
  top: 7px;
  left: 17px;
}
header .btn-right-header .box-item-top .content-popup .item .avatar img {
  display: block;
  width: 34px;
}
header .btn-right-header .box-item-top .content-popup .item .text {
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
header .btn-right-header .box-item-top .content-popup .item .text .text-red {
  color: #ef4f36;
}
header .btn-right-header .foot-popup {
  padding: 2px 0 0;
  text-align: center;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  header .btn-right-header .box-item-top .content-popup .item:hover {
    background-color: #ededed;
  }
}


@media only screen and (max-width: 767px) {
  header .top-header {
    padding: 4px 0;
  }
  header .logo {
    padding: 5px 0 0 0;
  }
  header .logo img {
    width: 120px;
  }
  header .right-header {
    padding: 0;
  }
  header .right-header .box-user {
    margin-right: 0;
  }
  header .btn-right-header {
    margin-left: 10px;
  }
  header .btn-right-header .box-item-top {
    width: 260px;
  }
}
footer {
  border-top: 1px solid #ef4f36;
  padding: 44px 0;
  margin-top: 35px;
}
footer .colft02 {
  width: 300px;
}
footer .colft02.col-first {
  margin-right: 42px;
}
footer .colft02.col-last {
  margin-right: 20px;
}
footer .colft02 .ttl-ft {
  margin-bottom: 10px;
}
footer .colft02 .ttl-ft span {
  display: block;
  max-width: 218px;
  font-size: 15px;
  color: #000000;
  border-bottom: 1px solid #3b3b3b;
  text-transform: uppercase;
  padding: 0 0 9px 2px;
}
footer .colft02 p {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 24px;
  color: #000000;
}
footer .colft02 ul li {
  font-size: 12px;
  line-height: 2;
}
footer .colft02 ul li a, footer .colft02 ul li span {
  font-size: 12px;
  color: #000000;
}
footer .colft02 ul li a.link, footer .colft02 ul li span.link {
  color: #4367b2;
}

@media only screen and (max-width: 767px) {
  footer {
    border-top: 1px solid #ef4f36;
    padding: 20px 0;
    margin-top: 20px;
  }
  footer .wrapper {
    display: block;
  }
  footer .col-right {
    display: block;
  }
  footer .colft01 {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .colft01 img {
    width: 100px;
    margin: 0 auto;
    display: block;
  }
  footer .colft02 {
    width: 100%;
  }
  footer .colft02.col-first {
    margin-right: 42px;
  }
  footer .colft02.col-last {
    margin-right: 20px;
  }
  footer .colft02 .ttl-ft {
    margin-bottom: 10px;
  }
  footer .colft02 .ttl-ft span {
    display: block;
    max-width: 218px;
    font-size: 15px;
    color: #000000;
    border-bottom: 1px solid #3b3b3b;
    text-transform: uppercase;
    padding: 0 0 9px 2px;
  }
  footer .colft02 p {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 24px;
    color: #000000;
  }
  footer .colft02 ul li {
    font-size: 12px;
    line-height: 2;
  }
  footer .colft02 ul li a, footer .colft02 ul li span {
    font-size: 12px;
    color: #000000;
  }
  footer .colft02 ul li a.link, footer .colft02 ul li span.link {
    color: #4367b2;
  }
}
/* PAGES
 * ----------------------------------------------- */
select::-ms-expand {
  display: none;
}

.block-keyvisual {
  position: relative;
  text-align: right;
  margin-bottom: -4px;
}
.block-keyvisual .slider-kvs img {
  max-width: 1170px;
}
.block-keyvisual .box-keyvisual {
  width: 491px;
  margin: 250px 0 0 19px;
  position: absolute;
  z-index: 30;
  bottom: 0;
  left: 50%;
  margin-left: -565px;
}
.block-keyvisual .box-search {
  border: 1px solid #ef4f36;
  background-color: #fff;
  text-align: left;
  margin-bottom: 5px;
}
.block-keyvisual .box-search input {
  flex: 1;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 0 23px;
}
.block-keyvisual .box-search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 183px;
  text-align: center;
  color: #fff;
  background-color: #ef4f36;
  font-size: 12px;
  padding: 10px 0 7px;
  text-transform: uppercase;
}
.block-keyvisual .box-money {
  display: inline-block;
  font-size: 12px;
  background-color: #e9d59e;
  color: #3b3b3b;
  padding: 5px 5px;
}

.box-nav {
  background-color: #ef4f36;
  height: 40px;
}

.main-content .side-bar {
  width: 300px;
}
.main-content .side-bar .box-infor {
  background-color: #fff;
  padding: 5px 0 11px;
  text-align: center;
  margin-bottom: 11px;
}
.main-content .side-bar .box-infor .avatar {
  width: 46px;
  display: block;
  margin: 0 auto 1px;
}
.main-content .side-bar .box-infor .avatar img {
  display: block;
  width: 100%;
}
.main-content .side-bar .box-infor .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
.main-content .side-bar .box-infor .money {
  font-size: 12px;
  margin-bottom: 6px;
}
.main-content .side-bar .box-infor .btn-feature a {
  display: inline-block;
  width: 70px;
  text-align: center;
  color: #fff;
  margin: 0 15px;
  padding: 3px 0 4px;
}
.main-content .side-bar .box-infor .btn-feature a.btn-green {
  background-color: #2e9f31;
}
.main-content .side-bar .box-infor .btn-feature a.btn-red {
  background-color: #ef4f36;
}
.main-content .side-bar .box-feature {
  padding-bottom: 15px;
  background-color: #fff;
  margin-bottom: 16px;
}
.main-content .side-bar .box-feature .head-ttl-side-bar {
  text-align: center;
  color: #fff;
  background-color: #ef4f36;
  padding: 10px 0 12px;
  font-size: 15px;
}
.main-content .side-bar .box-feature .content-ft {
  background-color: #fff;
  width: 100%;
  table-layout: fixed;
}
.main-content .side-bar .box-feature .content-ft td {
  vertical-align: top;
}
.main-content .side-bar .box-feature .content-ft td a {
  display: block;
  padding: 18px 0 4px;
}
.main-content .side-bar .box-feature .content-ft td a img {
  display: block;
  margin: 0 auto 14px;
}
.main-content .side-bar .box-feature .content-ft td a span {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  text-align: center;
  padding: 0 10px;
}
.main-content .side-bar .image-sidebar {
  display: block;
  width: 100%;
}
.main-content .side-bar .image-sidebar img {
  display: block;
  width: 100%;
}
.main-content .right-content {
  width: 850px;
}
.main-content .right-content .box-notification {
  padding: 14px 21px 20px;
  margin-bottom: 13px;
  background-color: #fff;
}
.main-content .right-content .box-notification p {
  font-size: 15px;
  line-height: 18px;
}
.main-content .right-content .box-notification p .text-red {
  color: #ef4f36;
}
.main-content .right-content .box-most-search {
  border-top: 1px solid #ef4f36;
  background-color: #fff;
  padding: 19px 0 35px;
}
.main-content .right-content .box-most-search .ttl-most-search {
  text-align: center;
  margin-bottom: 14px;
}
.main-content .right-content .box-most-search .ttl-most-search span {
  display: inline-block;
  font-size: 15px;
  border-bottom: 1px solid #333;
  padding: 0 0 4px;
}
.main-content .right-content .list-most-search {
  margin: 0 -9px 35px;
  padding: 0 20px;
}
.main-content .right-content .list-most-search .item {
  display: block;
  padding: 0 9px;
  width: 100%;
  max-width: 16.66667%;
}
.main-content .right-content .list-most-search .item span, .main-content .right-content .list-most-search .item p {
  font-size: 12px;
  text-align: center;
  display: block;
}
.main-content .right-content .list-most-search .item a{
  width: 120px;
  display: block;
}

.main-content .right-content .list-most-search .item img {
  width: 120px;
  height: 120px;
  margin-bottom: 6px;
}

.main-content .right-content .list-most-search .owl-nav {
  text-align: right;
}

.main-content .right-content .list-most-search .owl-nav button {
  display: inline-block;
  margin: 0 0 0 5px;
}

.main-content .right-content .box-sub-search .ttl-most-search {
  margin-bottom: 22px;
}
#productSearchForm{
  margin: 0 20px 0 40px;
}
 .box-inner-sub-search {
  width: 638px;
  align-items: center;
  margin: 0 auto;
  position: relative;
  border: 1px solid #ef4f36;
}
 .box-inner-sub-search .cover-select {
  position: relative;
  width: 109px;
  margin-top: 1px;
  padding: 1px 0 0 0;
  border-right: 1px solid #404040;
}
 .box-inner-sub-search .cover-select select {
  width: 100%;
  font-size: 12px;
  height: 27px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  padding-left: 23px;
  background-color: #fff;
}
.box-inner-sub-search .cover-select:after {
  position: absolute;
  width: 27px;
  height: 27px;
  background: url(../img/icon14.png) no-repeat center center/100% 100%;
  top: 0;
  right: 0;
  pointer-events: none;
  content: "";
}
 .box-inner-sub-search .style-text {
  flex: 1;
  height: 27px;
  margin-top: 1px;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 0 9px;
}
 .box-inner-sub-search button {
  background-image: url(../img/icon15.png);
  background-color: #ef4f36;
  background-size: 100% 100%;
  width: 60px;
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 1;
}
.main-content .right-content .list-video {
  padding: 0 21px;
  margin-top: 22px;
}
.main-content .right-content .list-video .item .inner {
  width: 168px;
  display: block;
}
.main-content .right-content .list-video .item .inner img {
  width: 100%;
  margin: 0 0 6px 0;
}
.main-content .right-content .list-video .item .inner span {
  font-size: 12px;
  line-height: 18px;
  color: #3b3b3b;
  display: block;
  text-align: center;
}
.main-content .right-content .list-video .owl-nav {
  text-align: right;
  margin-top: 2px;
}
.main-content .right-content .list-video .owl-nav button {
  display: inline-block;
  margin: 0 0 0 5px;
}
.main-content .right-content .box-most-search.part-video {
  padding-bottom: 5px;
  margin-bottom: 12px;
}
.main-content .right-content .box-comment {
  margin-bottom: 12px;
  padding: 16px 9px 10px 18px;
  border-top: 1px solid #ef4f36;
  background-color: #fff;
}
.main-content .right-content .box-comment .right-cmnt {
  border: 1px solid #b2b2b2;
  width: 402px;
  padding: 6px 12px 30px;
  position: relative;
  border-radius: 1px;
}
.main-content .right-content .box-comment .right-cmnt .arrow {
  position: absolute;
  left: 50%;
  bottom: 8px;
  margin-left: -23px;
}
.main-content .right-content .box-comment .right-cmnt .arrow img {
  display: block;
}
.main-content .right-content .box-comment .right-cmnt .box-cmnt {
  font-size: 12px;
  line-height: 20.16px;
  color: #000000;
}
.main-content .right-content .box-comment .right-cmnt .box-cmnt .name, .main-content .right-content .box-comment .right-cmnt .box-cmnt a {
  color: #326ef6;
}
.main-content .right-content .box-comment .right-cmnt .box-cmnt .number {
  color: #fcb540;
  margin-left: 10px;
  margin-right: 1px;
}
.main-content .right-content .box-comment .right-cmnt .box-cmnt img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.main-content .right-content .box-comment .left-cmnt {
  border: 1px solid #b2b2b2;
  border-radius: 1px;
  background: #fff;
  padding: 3px 5px 3px 6px;
  width: 413px;
  border-radius: 1px;
}
.main-content .right-content .box-comment .left-cmnt .text-area {
  position: relative;
  padding: 0 0 0 39px;
}
.main-content .right-content .box-comment .left-cmnt .text-area textarea {
  display: block;
  border: 0;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  resize: none;
  width: 100%;
  height: 114px;
  font-size: 12px;
  color: #737373;
  padding: 5px 0 0 1px;
  outline: none;
  line-height: 20.16px;
  letter-spacing: 1px;
}
.main-content .right-content .box-comment .left-cmnt .text-area .avatar {
  width: 26px;
  border: 1px solid #fcb540;
  top: 0;
  left: 7px;
  border-radius: 100px;
  position: absolute;
  overflow: hidden;
}
.main-content .right-content .box-comment .left-cmnt .text-area .avatar img {
  display: block;
  width: 100%;
}
.main-content .right-content .box-comment .left-cmnt .submit-area {
  border-top: 1px solid #b2b2b2;
  text-align: right;
  padding: 11px 3px 5px 0;
}
.main-content .right-content .box-comment .left-cmnt .submit-area .star {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
.main-content .right-content .box-comment .left-cmnt .submit-area button {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 1px;
  width: 70px;
  padding: 5px 0;
  border: 1px solid #b5b5b5;
  background-color: #fcb540;
  letter-spacing: 1px;
}
.main-content .right-content .box-news {
  border-top: 1px solid #ef4f36;
  background-color: #fff;
  padding: 22px 88px 55px 69px;
}
.main-content .right-content .box-news .item {
  background-color: #f0f0f0;
  padding: 17px 32px 32px 49px;
}
.main-content .right-content .box-news .item .ttl-news {
  font-size: 15px;
  line-height: 18px;
  color: #ef4f36;
  letter-spacing: 0.1px;
  margin-bottom: 1px;
}
.main-content .right-content .box-news .item p {
  font-size: 12px;
  line-height: 1.5;
}
.main-content .right-content .box-news .item .btn-link {
  font-size: 12px;
  padding: 24px 1px 7px;
}
.main-content .right-content .box-news .item .view-more {
  font-weight: bold;
  color: #ef4f36;
}
.main-content .right-content .box-news .item .center, .main-content .right-content .box-news .item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.main-content .right-content .box-news .item .box-review {
  margin-top: 13px;
}
.main-content .right-content .box-news .item .tool-action {
  padding: 5px 2px 5px 61px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.main-content .right-content .box-news .item .tool-action .right-action a {
  margin-left: 25px;
  margin-right: 0;
}
.main-content .right-content .box-news .item .tool-action a {
  display: inline-block;
  margin-right: 11px;
  font-size: 12px;
  color: #326ef6;
}
.main-content .right-content .box-news .item .tool-action a img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 7px;
}
.main-content .right-content .box-news .item .tool-action-text {
  padding: 1px 0 3px 0px;
}
.main-content .right-content .box-news .item .tool-action-text .avatar {
  width: 36px;
  border: 1px solid #fcb540;
  border-radius: 100px;
  overflow: hidden;
  margin: -4px 0 0 0;
}
.main-content .right-content .box-news .item .tool-action-text .avatar img {
  display: block;
  width: 100%;
}
.main-content .right-content .box-news .item .tool-action-text .box-text-cmnt {
  flex: 1;
  margin-left: 26px;
  border: 1px solid #585858;
  border-radius: 9px;
  height: 31px;
  margin-top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}
.main-content .right-content .box-news .item .tool-action-text .box-text-cmnt .right-icon a {
  display: inline-block;
  margin-left: 6px;
  vertical-align: top;
}
.main-content .right-content .box-news .item .tool-action-text .box-text-cmnt .right-icon a img {
  display: block;
}
.main-content .right-content .box-news .item .tool-action-text .box-text-cmnt input {
  display: block;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  background: none;
  font-size: 13.41px;
  padding: 0 10px;
  height: 100%;
  height: 27px;
  flex: 1;
}
.main-content .right-content .box-news .line-throught {
  margin: 16px auto 26px;
  width: 100%;
  height: 1px;
  max-width: 618px;
  background-color: #d0d0d0;
}

.box-feature-float {
  z-index: 50;
  width: 80px;
  position: fixed;
  right: 1px;
  top: 15%;
  border: 1px solid #c6c6c6;
  background-color: #efefef;
}
.box-feature-float ul li {
  display: block;
  position: relative;
}
.box-feature-float ul li .box-list-float {
  position: absolute;
  right: 100%;
  top: 23px;
  z-index: 12;
  border: 1px solid #cecece;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.26s ease;
  -o-transition: all 0.26s ease;
  -webkit-transition: all 0.26s ease;
  transition: all 0.26s ease;
  width: 189px;
}
.box-feature-float ul li .box-list-float.pos-right {
  top: -160px;
}
.box-feature-float ul li .box-list-float:after {
  position: absolute;
  width: 14px;
  height: 16px;
  content: "";
  background: url(../img/icon31.png) no-repeat top center;
  right: -14px;
  top: 5px;
}
.box-feature-float ul li .box-list-float.active {
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  height: 400px;
  width: 250px;
  overflow-x: hidden;
}
.box-feature-float ul li .box-list-float .all-item a {
  font-size: 12px;
  padding: 2px 0 1px;
}
.box-feature-float ul li .box-list-float .item {
  border-bottom: 1px solid #cecece;
}
.box-feature-float ul li .box-list-float .item a {
  display: block;
  padding: 10px 6px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.box-feature-float ul li .box-list-float .item a .red {
  color: #ef4f36;
}
.box-feature-float ul li + li {
  border-top: 1px solid #e0e0e0;
}
.box-feature-float ul li a {
  display: block;
  text-align: center;
  padding: 15px 0 5px;
  position: relative;
}
.box-feature-float ul li a.go-top {
  padding: 11px 0;
}
.box-feature-float ul li a img {
  display: block;
  margin: 0 auto 7px;
}
.box-feature-float ul li a span.text {
  display: block;
  font-size: 12px;
  color: #000000;
}
.box-feature-float ul li a span.num {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 10px;
  left: 50%;
  margin-left: 6px;
  background-color: #ef4f36;
  color: #fff;
  font-size: 10px;
  border-radius: 10px;
  text-align: center;
  line-height: 12px;
}

.modal-popup {
  width: 100%;
  max-width: 362px;
  padding: 0;
  display: none;
}
.modal-popup#modal-signup .body-modal .box-modal + .box-modal {
  margin-top: 19px;
}
.modal-popup .head-modal {
  text-align: center;
  color: #fff;
  background-color: #ef4f36;
  font-size: 15px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(15, 15, 15, 0.39);
  -moz-box-shadow: 0 5px 5px 0 rgba(15, 15, 15, 0.39);
  box-shadow: 0 5px 5px 0 rgba(15, 15, 15, 0.39);
  padding: 13px 0;
}
.modal-popup .body-modal {
  border: 1px solid #0f0f0f;
  padding: 24px 16px 23px;
  border-top: 0;
}
.modal-popup .body-modal .box-modal + .box-modal {
  margin-top: 29px;
}
.modal-popup .body-modal .box-modal label {
  font-size: 12px;
  color: #3b3b3b;
  display: block;
  margin-bottom: 13px;
}
.modal-popup .body-modal .box-modal .input-modal {
  display: block;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 37px;
  background: none;
  font-size: 13.41px;
  padding: 0 10px;
  border-radius: 1px;
  width: 100%;
  border: 1px solid #4c4c4c;
}
.modal-popup .body-modal .box-policy {
  border-top: 1px solid #4c4c4c;
  padding: 22px 0 0 0;
  margin-bottom: 22px;
  margin-top: 16px;
}
.modal-popup .body-modal .box-policy label {
  display: block;
}
.modal-popup .body-modal .box-policy label input {
  display: none;
}
.modal-popup .body-modal .box-policy label input:checked + span {
  background-image: url(../img/icon34.png);
}
.modal-popup .body-modal .box-policy label span {
  display: block;
  padding: 0px 0 6px 20px;
  background-image: url(../img/icon33.png);
  background-repeat: no-repeat;
  background-position: left top 0;
  font-size: 10.37px;
  line-height: 13.77px;
  color: #3b3b3b;
}
.modal-popup .body-modal .box-policy label span a {
  color: #fc5656;
  font-weight: bold;
}
.modal-popup .body-modal .forgot-pass {
  text-align: right;
  color: #ff6a0f;
  font-size: 12px;
  margin-top: 7px;
  margin-bottom: 10px;
}
.modal-popup .body-modal .forgot-pass a {
  color: #3b3b3b;
  text-decoration: underline;
  margin-left: 17px;
}
.modal-popup .body-modal .btn-send {
  text-align: right;
}
.modal-popup .body-modal .btn-send > * {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  background-color: #ef4f36;
  display: inline-block;
  width: 90px;
  text-align: center;
  padding: 8px 0 8px;
  cursor: pointer;
  -webkit-box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.18);
}

.btn-support {
  position: fixed;
  right: 95px;
  bottom: 10px;
  z-index: 40;
  cursor: pointer;
}
.btn-support.active .box-item-suooprt {
  display: block;
}
.btn-support img {
  display: block;
}
.btn-support .box-item-suooprt {
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 230px;
  border: 1px solid #ef4f36;
  background-color: #fff;
  display: none;
}
.btn-support .box-item-suooprt .head-sp {
  background: #ef4f36;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
}
.btn-support .box-item-suooprt .head-sp .close {
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 7px;
}
.btn-support .box-item-suooprt .head-sp .close:after {
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -2px;
  left: 0;
  border-radius: 1px;
}
.btn-support .box-item-suooprt .body-sp .item {
  display: block;
  position: relative;
  background: #e7e7e7;
  padding: 7px 0 4px 40px;
  margin-bottom: 4px;
}
.btn-support .box-item-suooprt .body-sp .item .avatar {
  width: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.btn-support .box-item-suooprt .body-sp .item .avatar .online {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #15ff36;
}
.btn-support .box-item-suooprt .body-sp .item .avatar img {
  width: 100%;
  display: block;
}
.btn-support .box-item-suooprt .body-sp .item p {
  font-size: 15px;
  line-height: 20px;
  color: #3b3b3b;
}
.btn-support .box-item-suooprt .foot-sp {
  text-align: right;
  padding: 29px 8px 22px;
}
.btn-support .box-item-suooprt .foot-sp .start-chat {
  width: 112px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background: #ef4f36;
  padding: 5px;
}

.box-support {
  border: 1px solid #ef4f36;
  width: 230px;
  position: fixed;
  right: 107px;
  bottom: 10px;
  opacity: 0;
  z-index: 60;
  visibility: hidden;
}
.box-support.active {
  opacity: 1;
  visibility: visible;
}
.box-support .head-support {
  text-align: center;
  background-color: #ef4f36;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding: 4px 0 6px;
}
.box-support .head-support .close {
  position: absolute;
  top: 0;
  right: 7px;
  width: 16px;
  padding: 13px 0;
  cursor: pointer;
}
.box-support .head-support .close .inner {
  display: block;
  border-radius: 1px;
  background-color: #fff;
  height: 3px;
}
.box-support .user {
  background-color: #fcb540;
  padding: 4px 10px 1px 41px;
  position: relative;
  min-height: 31px;
}
.box-support .user .avatar {
  border-radius: 50px;
  position: absolute;
  top: 3px;
  left: 8px;
  overflow: initial;
}
.box-support .user .avatar img {
  width: 24px;
  height: 26px;
  display: block;
  border-radius: 50px;
}
.box-support .user .avatar .online {
  position: absolute;
  right: -1px;
  bottom: 0;
  background-color: #15ff36;
  border-radius: 20px;
  width: 11px;
  height: 11px;
}
.box-support .user .name, .box-support .user .phone {
  font-size: 12px;
  line-height: 13.92px;
  color: #3b3b3b;
}
.box-support .content {
  background-color: #fff;
}
.box-support .content .cover {
  padding: 5px 2px 2px 2px;
}
.box-support .content .inner {
  height: 185px;
  overflow: auto;
  padding: 5px 2px;
}
.box-support .content ul li {
  margin: 12px 0;
  display: block;
}
.box-support .content ul li.left {
  padding-right: 55px;
  text-align: left;
}
.box-support .content ul li.right {
  padding-left: 55px;
  text-align: right;
}
.box-support .content ul li .text {
  display: inline-block;
  background-color: #e7e7e7;
  border-radius: 5px;
  color: #000;
  padding: 5px 5px;
  font-size: 14px;
}
.box-support .content ul li img{
  width: 100%;
}
.box-support .content .box-chat-sp {
  position: relative;
  border: 1px solid #787878;
  padding: 5px 5px 5px 34px;
}
.box-support .content .box-chat-sp .avatar {
  border-radius: 20px;
  overflow: hidden;
  width: 24px;
  top: 4px;
  left: 5px;
  position: absolute;
  border: 1px solid #585858;
}
.box-support .content .box-chat-sp .avatar img {
  display: block;
  width: 100%;
  height: 24px;
}
.box-support .content .box-chat-sp textarea {
  font-size: 12px;
  color: #3b3b3b;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  display: block;
  width: 100%;
  background-color: #fff;
  outline: none;
  padding: 5px 10px 2px;
  height: 22px;
  resize: none;
}

@media only screen and (max-width: 767px) {
  .block-keyvisual {
    position: relative;
    height: 384px;
  }
  .block-keyvisual .box-keyvisual {
    width: 100%;
    max-width: 500px;
    margin: 0;
    left: 0;
    top: -210px;
    bottom: 30px;
    padding: 0 5px;
  }
  .block-keyvisual .box-search input {
    padding: 0 10px;
  }
  .block-keyvisual .box-search button {
    width: 113px;
  }

  .main-content .inner-main-content {
    display: block;
  }
  .main-content .side-bar {
    width: 100%;
    margin-bottom: 10px;
  }
  .main-content .right-content {
    width: 100%;
  }
  .main-content .right-content .list-most-search {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-content .right-content .list-most-search .item {
    width: 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
  .main-content .right-content .list-most-search .item img {
    margin: 0 auto;
    display: block;
  }
  .main-content .right-content .box-sub-search .ttl-most-search {
    margin-bottom: 22px;
  }
  .main-content .right-content .box-inner-sub-search {
    width: 100%;
    margin: 0 auto;
    border: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .main-content .right-content .box-inner-sub-search .cover-select {
    position: relative;
    width: 100%;
    border: 1px solid #ef4f36;
    margin-top: 1px;
    padding: 1px 0 0 0;
    margin-bottom: 10px;
  }
  .main-content .right-content .box-inner-sub-search .cover-select:after {
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(../img/icon14.png) no-repeat center center/100% 100%;
    top: 0;
    right: 0;
    content: "";
  }
  .main-content .right-content .box-inner-sub-search .style-text {
    width: 100%;
    height: 30px;
    margin-top: 1px;
    margin-bottom: 10px;
    font-size: 12px;
    border: 1px solid #ef4f36;
    padding: 0 9px;
    display: block;
    flex: 100%;
  }
  .main-content .right-content .box-inner-sub-search button {
    background-image: url(../img/icon15.png);
    background-color: #ef4f36;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
    width: 100px;
    margin: 0 auto;
  }
  .main-content .right-content .list-video .item .inner {
    width: 100%;
  }
  .main-content .right-content .box-comment {
    margin-bottom: 12px;
    padding: 16px 9px;
    border-top: 1px solid #ef4f36;
    background-color: #fff;
  }
  .main-content .right-content .box-comment .inner-comment {
    display: block;
  }
  .main-content .right-content .box-comment .right-cmnt {
    width: 100%;
    padding: 6px 12px 30px;
  }
  .main-content .right-content .box-comment .right-cmnt .box-cmnt img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -2px;
  }
  .main-content .right-content .box-comment .left-cmnt {
    padding: 3px 5px 3px 6px;
    width: 100%;
    border-radius: 1px;
    margin-bottom: 15px;
  }
  .main-content .right-content .box-news {
    padding: 10px;
  }
  .main-content .right-content .box-news .item {
    padding: 10px;
  }
  .main-content .right-content .box-news .item .tool-action {
    padding: 0 0 10px;
  }
  .main-content .right-content .box-news .item .tool-action .right-action a {
    margin-left: 5px;
    margin-right: 0;
  }
  .main-content .right-content .box-news .item .tool-action a {
    margin-right: 5px;
    font-size: 10px;
  }
  .main-content .right-content .box-news .item .tool-action a img {
    top: -1px;
    width: 15px;
    margin-right: 2px;
  }
  .main-content .right-content .box-news .item .tool-action-text {
    padding: 1px 0 3px 35px;
    position: relative;
    display: block;
  }
  .main-content .right-content .box-news .item .tool-action-text .avatar {
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .main-content .right-content .box-news .item .tool-action-text .box-text-cmnt {
    margin-left: 0;
    height: 27px;
    margin-top: 0;
    flex: 100%;
    padding: 0 75px 0 5px;
    display: block;
    position: relative;
  }
  .main-content .right-content .box-news .item .tool-action-text .box-text-cmnt .right-icon {
    position: absolute;
    top: 4px;
    right: 0;
    width: 75px;
  }
  .main-content .right-content .box-news .item .tool-action-text .box-text-cmnt .right-icon a {
    display: inline-block;
    margin-left: 6px;
    vertical-align: top;
  }
  .main-content .right-content .box-news .item .tool-action-text .box-text-cmnt .right-icon a img {
    display: block;
  }
  .main-content .right-content .box-news .item .tool-action-text .box-text-cmnt input {
    font-size: 13.41px;
    padding: 0 5px;
    width: 100%;
  }
  .main-content .right-content .box-news .line-throught {
    margin: 10px 0;
  }

  .box-feature-float {
    width: 100%;
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
    border-left: 0;
    border-right: 0;
  }
  .box-feature-float ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-feature-float ul li {
    width: 22%;
    border-top: 0;
  }
  .box-feature-float ul li.last-item {
    width: 12%;
  }
  .box-feature-float ul li + li {
    border-top: 0;
    border-left: 1px solid #e0e0e0;
  }
  .box-feature-float ul li a {
    padding: 10px 0 5px;
  }
  .box-feature-float ul li a span {
    font-size: 10px;
  }
  .box-feature-float ul li a img {
    height: 20px;
    margin-bottom: 2px;
  }
  .box-feature-float ul li .box-list-float.pos-left {
    bottom: 100%;
    left: 5px;
    right: auto;
    top: auto;
  }
  .box-feature-float ul li .box-list-float.pos-left:after {
    width: 16px;
    height: 14px;
    background: url(../img/icon32.png) no-repeat top center;
    left: 14px;
    right: auto;
    top: auto;
    bottom: -14px;
  }
  .box-feature-float ul li .box-list-float.pos-right {
    bottom: 100%;
    right: 0;
    left: auto;
    top: auto;
  }
  .box-feature-float ul li .box-list-float.pos-right:after {
    width: 16px;
    height: 14px;
    background: url(../img/icon32.png) no-repeat top center;
    right: 14px;
    left: auto;
    top: auto;
    bottom: -14px;
  }

  .btn-support {
    bottom: 60px;
  }
  .btn-support .box-item-suooprt {
    width: 200px;
  }

  .box-support {
    right: 10px;
    bottom: 110px;
    max-width: 300px;
  }
}
.overlay-popup {
  display: none;
}
.overlay-popup.active {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
}

.box-list-float .mCSB_inside > .mCSB_container, .box-support .content .inner .mCSB_inside > .mCSB_container {
  margin-right: 10px;
}
.box-list-float .mCSB_inside > .mCSB_container .all-item, .box-support .content .inner .mCSB_inside > .mCSB_container .all-item {
  margin-bottom: 5px;
}

.box-tool-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3px;
}
.box-tool-sp .send label {
  display: block;
  text-align: left;
  cursor: pointer;
}
.box-tool-sp .send label input {
  display: none;
}
.box-tool-sp .send label input:checked + span {
  background-image: url(../img/icon37.png);
}
.box-tool-sp .send label span, .box-tool-sp .send label p {
  display: block;
  padding: 10px 0 10px 30px;
  background-image: url(../img/icon36.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 14px;
}
.box-tool-sp .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-tool-sp .right .file {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 30px;
}
.box-tool-sp .right .sent {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #f40;
  text-align: center;
  line-height: 30px;
  background-color: #f40;
  color: #ffffff;
}

.box-review-chat .sub-inner-chat {
  padding: 0 0 0 35px;
  margin-bottom: 10px;
}
.box-review-chat .sub-inner-chat .cover {
  border-left: 1px solid #cccccc;
  padding: 5px 0 5px 10px;
}
.box-review-chat .sub-inner-chat .cover .box-inner-chat {
  padding: 2px 0 2px 30px;
}
.box-review-chat .sub-inner-chat .cover .box-inner-chat .avatar {
  width: 25px;
  top: 6px;
}
.box-review-chat .sub-inner-chat .cover .tool-action-text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.box-review-chat .sub-inner-chat .cover .tool-action-text .avatar {
  width: 25px !important;
  margin: 3px 0 0 0 !important;
}
.box-review-chat .sub-inner-chat .cover .tool-action-text .box-text-cmnt {
  margin-left: 10px !important;
}
.box-review-chat .box-inner-chat {
  padding: 5px 0 5px 40px;
  position: relative;
  margin-bottom: 5px;
}
.box-review-chat .box-inner-chat .avatar {
  width: 34px;
  border: 1px solid #fcb540;
  top: 4px;
  left: 0;
  border-radius: 100px;
  position: absolute;
  overflow: hidden;
}
.box-review-chat .box-inner-chat .avatar img {
  width: 100%;
  max-width: 100%;
}
.box-review-chat .box-inner-chat .user a {
  color: #385898;
  font-size: 13px;
  font-weight: bold;
}
.box-review-chat .box-inner-chat .user span {
  font-size: 13px;
  color: #1c1e21;
  margin-left: 5px;
}
.box-review-chat .box-inner-chat .action-like {
  color: #8d949e;
  font-size: 12px;
}
.box-review-chat .box-inner-chat .action-like a {
  color: #385898;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .box-review-chat .sub-inner-chat {
    padding: 0 0 0 20px;
  }
  .box-review-chat .sub-inner-chat .cover .tool-action-text {
    padding-left: 20px !important;
  }
  .box-review-chat .sub-inner-chat .cover .tool-action-text .avatar {
    margin-top: 2px !important;
  }
}
select::-ms-expand {
  display: none;
}

.avatar {
  overflow: hidden;
}

.page-client {
  background: url(../img/client/main-bg.png) no-repeat center center/cover;
}
.page-client header .box-search-client {
  margin-top: 4px;
  width: 100%;
  max-width: 369px;
}
.page-client header .box-search-client button {
  background-image: url(../img/client/icon-search.png);
  background-color: #b1b1b1;
  background-position: center center;
  background-repeat: no-repeat;
  width: 42px;
  border: 1px solid #b1b1b1;
  border-left: 0;
  cursor: pointer;
  border-radius: 0;
}
.page-client header .box-search-client .style-text {
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  font-family: "Verdana";
  font-style: italic;
  flex: 1;
  font-size: 9.58px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0 7px;
}
.page-client header .box-search-client .cover-select {
  width: 55px;
  border: 1px solid #696969;
  background: #ecf0f5;
  position: relative;
}
.page-client header .box-search-client .cover-select:after {
  pointer-events: none;
  position: absolute;
  width: 11px;
  height: 100%;
  background: #ecf0f5 url(../img/client/icon-arrow.png) no-repeat left center;
  top: 0;
  right: 0;
  content: "";
}
.page-client header .box-search-client .cover-select select {
  font-family: "Verdana";
  font-size: 9.58px;
  color: #3b3b3b;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 21px;
  display: block;
  padding: 0 2px;
}
.page-client header .right-header {
  padding: 1px 101px 7px 0;
}
.page-client header .btn-right-header {
  margin: 5px 0 0 20px;
}
.page-client header .btn-recharge {
  display: block;
  font-family: "Verdana";
  font-size: 10.22px;
  color: #fff;
  background-color: #7cb342;
  margin: 6px 0 0 0;
  padding: 2px 11px;
  border-radius: 20px;
}
.page-client header .box-user {
  margin: 4px 12px 0 0;
}
.page-client header .box-user .avatar {
  margin-right: 6px;
  overflow: hidden;
}
.page-client header .box-user .avatar img {
  width: 19px;
}
.page-client header .box-user .name {
  font-family: "Verdana";
  font-size: 10.22px;
  color: #3b3b3b;
  letter-spacing: -0.03em;
  font-weight: normal;
}
.page-client header .box-money {
  margin: 3px 27px 0 37px;
  position: relative;
  padding: 6px 0 0 15px;
}
.page-client header .box-money .icon {
  position: absolute;
  left: -9px;
  top: 5px;
}
.page-client header .box-money span {
  font-family: "Verdana";
  font-size: 10.22px;
  color: #3b3b3b;
  display: block;
  letter-spacing: -0.04em;
}

.main-nav {
  margin: 0 0 0 0;
  padding: 0 0 0 78px;
}
.main-nav ul {
  text-align: left;
}
.main-nav ul li {
  display: inline-block;
}
.main-nav ul li + li {
  margin: 0 0 0 66px;
}
.main-nav ul li a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 16px 0 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.content-scrollbar {
  overflow: auto;
  position: relative;
}

.main-content-client .side-bar {
  width: 260px;
  border-right: 1px solid #60baee;
  padding: 21px 0 0 12px;
}
.main-content-client .side-bar .main-support {
  position: relative;
  padding: 5px 0 5px 46px;
  margin-bottom: 13px;
}
.main-content-client .side-bar .main-support .avatar {
  position: absolute;
  width: 40px;
  border-radius: 40px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.main-content-client .side-bar .main-support .avatar img {
  display: block;
  width: 100%;
}
.main-content-client .side-bar .main-support .name {
  font-size: 18px;
  font-weight: bold;
  color: #3b3b3b;
}
.main-content-client .side-bar .main-support .id-support {
  color: #3b3b3b;
  font-size: 15px;
}
.main-content-client .side-bar .list-cskh {
  margin-bottom: 14px;
}
.main-content-client .side-bar .list-cskh a {
  text-decoration: none;
  font-size: 12px;
  color: #3b3b3b;
  text-decoration: none;
}
.main-content-client .side-bar .box-cskh {
  position: relative;
  padding: 14px 5px 14px 66px;
  margin-bottom: 9px;
  background: #fff;
  display: block;
  border-radius: 11px;
  -moz-transition: all 0.26s ease;
  -o-transition: all 0.26s ease;
  -webkit-transition: all 0.26s ease;
  transition: all 0.26s ease;
  max-width: 227px;
}
.main-content-client .side-bar .box-cskh:hover {
  background: #60baee;
}
.main-content-client .side-bar .box-cskh .avatar {
  position: absolute;
  width: 50px;
  border-radius: 40px;
  top: 6px;
  left: 5px;
  overflow: hidden;
}
.main-content-client .side-bar .box-cskh .avatar img {
  display: block;
  width: 100%;
}
.main-content-client .side-bar .box-cskh .name {
  color: #3b3b3b;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 0 0 2px;
}
.main-content-client .side-bar .box-cskh p {
  color: #3b3b3b;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main-content-client .main-content-chat {
  flex: 1;
}
.main-content-client .main-content-chat .chat-rate {
  width: 282px;
  border-left: 1px solid #60baee;
  padding: 14px 29px 0 17px;
}
.main-content-client .main-content-chat .chat-rate .avatar {
  width: 100px;
  margin: 0 auto 7px;
  border-radius: 100px;
  overflow: hidden;
}
.main-content-client .main-content-chat .chat-rate .avatar img {
  width: 100%;
  display: block;
}
.main-content-client .main-content-chat .chat-rate .name {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
.main-content-client .main-content-chat .chat-rate .infor {
  margin-bottom: 13px;
}
.main-content-client .main-content-chat .chat-rate .infor p {
  font-size: 15px;
  margin-bottom: -1px;
}
.main-content-client .main-content-chat .chat-rate .box-btn {
  margin-bottom: 13px;
}
.main-content-client .main-content-chat .chat-rate .box-btn.btn-full a {
  width: 100%;
  margin-bottom: 13px;
}
.main-content-client .main-content-chat .chat-rate .box-btn a {
  display: block;
  width: 109px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: #60baee;
  font-size: 12px;
  font-family: "Verdana";
  font-weight: bold;
  padding: 10px 2px;
}
.main-content-client .main-content-chat .chat-rate .box-service {
  margin-bottom: 5px;
}
.main-content-client .main-content-chat .chat-rate .box-service a {
  color: #4c9cff;
  border-bottom: 1px solid #4c9cff;
  font-size: 12px;
}
.main-content-client .main-content-chat .chat-rate .box-rate-right {
  background-color: #fff;
  border: 1px solid #60baee;
  padding: 3px;
}
.main-content-client .main-content-chat .chat-rate .box-rate-right textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  border: none;
  background: none;
  height: 67px;
  outline: none;
  display: block;
  font-family: "Verdana";
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  padding: 0px 8px;
  margin-bottom: 2px;
}
.main-content-client .main-content-chat .chat-rate .box-rate-right .text-right button {
  display: inline-block;
  padding: 1px 0;
  color: #fff;
  font-size: 15px;
  padding: 9px 13px;
  background-color: #60baee;
  border-radius: 0;
  cursor: pointer;
}
.main-content-client .main-content-chat .chat-text-box {
  flex: 1;
}
.main-content-client .main-content-chat .chat-text-box .box-tool-action {
  padding: 18px 26px 23px 27px;
}
.main-content-client .main-content-chat .chat-text-box .box-tool-action .box-area {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #60baee;
  position: relative;
  padding: 0 150px 0 20px;
}
.main-content-client .main-content-chat .chat-text-box .box-tool-action .box-area .box-acction {
  position: absolute;
  top: 4px;
  right: 19px;
}
.main-content-client .main-content-chat .chat-text-box .box-tool-action .box-area .box-acction a {
  margin-left: 12px;
}
.main-content-client .main-content-chat .chat-text-box .box-tool-action .box-area .box-acction a img {
  display: block;
}
.main-content-client .main-content-chat .chat-text-box .box-tool-action .box-area textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  border: none;
  background: none;
  height: 67px;
  outline: none;
  display: block;
  font-family: "Verdana";
  font-size: 13.33px;
  line-height: 1.3;
  width: 100%;
  padding: 7px 3px;
}
.main-content-client .main-content-chat .chat-text-box .inner-text-box {
  padding: 19px 0 30px 22px;
  border-bottom: 1px solid #60baee;
}
.main-content-client .main-content-chat .chat-text-box .inner-text-box .box-text-left {
  position: relative;
  padding: 0 0 0 37px;
  margin-bottom: 24px;
}
.main-content-client .main-content-chat .chat-text-box .inner-text-box .box-text-left .avatar {
  position: absolute;
  width: 28px;
  border-radius: 40px;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.main-content-client .main-content-chat .chat-text-box .inner-text-box .box-text-left .avatar img {
  display: block;
  width: 100%;
}
.main-content-client .main-content-chat .chat-text-box .inner-text-box .box-text-left div {
  margin-bottom: 8px;
}
.main-content-client .main-content-chat .chat-text-box .inner-text-box .box-text-left div p {
  display: inline-block;
  background: #ffffff;
  font-size: 12px;
  padding: 7px;
  border-radius: 9px;
}
.main-content-client .main-content-chat .chat-text-box .inner-text-box .box-text-right {
  text-align: right;
  margin-bottom: 24px;
}
.main-content-client .main-content-chat .chat-text-box .inner-text-box .box-text-right div {
  margin-bottom: 8px;
}
.main-content-client .main-content-chat .chat-text-box .inner-text-box .box-text-right div p {
  display: inline-block;
  background: #60baee;
  font-size: 12px;
  padding: 7px;
  border-radius: 9px;
}
.main-content-client .main-content-chat .main-infor-staff {
  position: relative;
  border-bottom: 1px solid #60baee;
  width: 100%;
}
.main-content-client .main-content-chat .main-infor-staff .search {
  width: 282px;
  padding: 22px 0 0 20px;
}
.main-content-client .main-content-chat .main-infor-staff .search .box-search-cmn {
  margin-top: 0;
  width: 229px;
}
.main-content-client .main-content-chat .main-infor-staff .left {
  padding: 23px 0 16px 76px;
  flex: 1;
}
.main-content-client .main-content-chat .main-infor-staff .left .avatar {
  width: 40px;
  position: absolute;
  top: 21px;
  left: 27px;
  overflow: hidden;
  border-radius: 50px;
}
.main-content-client .main-content-chat .main-infor-staff .left .avatar img {
  width: 100%;
  display: block;
}
.main-content-client .main-content-chat .main-infor-staff .left .name {
  font-size: 15px;
  color: #3b3b3b;
  font-weight: bold;
  margin-bottom: 1px;
}
.main-content-client .main-content-chat .main-infor-staff .left p {
  font-size: 12px;
  color: #3b3b3b;
}

.box-search-cmn {
  position: relative;
  padding: 0 0 0 26px;
  border-radius: 10px;
  border: 1px solid #60baee;
  background-color: #ffffff;
  margin-right: 19px;
  margin-bottom: 10px;
  margin-top: -10px;
}
.box-search-cmn button {
  position: absolute;
  width: 26px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  background: url(../img/client/icon-search2.png) no-repeat center center;
}
.box-search-cmn input {
  height: 26px;
  width: 100%;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  text-indent: 20px;
}

.page-mobile {
  background-color: #f0f0f0;
  margin-bottom: 0;
}

.wrapper-sm {
  padding: 0 19px;
  min-width: 320px;
}

.header-sm {
  background-color: #ffffff;
  text-align: center;
  padding: 8px 0 4px;
}
.header-sm .logo-sm {
  display: inline-block;
}
.header-sm .logo-sm img {
  display: block;
}

.block-name {
  padding: 14px 0 7px;
}
.block-name .main-name {
  font-size: 20px;
  color: #000000;
  letter-spacing: -0.02em;
}
.block-name .setting {
  float: right;
  margin: 6px 24px 0px 0px;
}

.block-search {
  position: relative;
  background-color: #fff;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 13px;
}
.block-search input {
  height: 36px;
  width: 100%;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  padding: 0 45px 0 10px;
}
.block-search button {
  position: absolute;
  width: 52px;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  background: url(../img/sm/icon-02.png) no-repeat center center;
}

.block-people {
  background-color: #fff;
  border-radius: 9px;
  padding: 4px 12px 3px 12px;
  margin-bottom: 11px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.block-people .box-people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-people .box-people + .box-people {
  margin-left: 37px;
}
.block-people .box-people .avatar-sm {
  position: relative;
  margin-bottom: 3px;
  width: 100%;
}
.block-people .box-people .avatar-sm img {
  display: block;
  border-radius: 30px;
  width: 100%;
}
.block-people .box-people .avatar-sm .online {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: #05b454;
  right: 0;
  bottom: 0;
}
.block-people .box-people .name {
  width: 100%;
  color: #a1a0a0;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  white-space: normal;
  overflow: nowrap;
  text-overflow: ellipsis;
}

.block-staff {
  padding: 17px 24px 17px 12px;
  background-color: #fff;
  border-radius: 9px;
  margin-bottom: 37px;
}
.block-staff .list-staff {
  overflow: auto;
}
.block-staff .item-staff {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px 55px 12px 76px;
  margin-bottom: 3px;
}
.block-staff .item-staff.active {
  background-color: #d2d2d2;
}
.block-staff .item-staff.active .name {
  font-weight: bold;
}
.block-staff .item-staff.active p {
  font-weight: bold;
}
.block-staff .item-staff .avatar-sm {
  position: absolute;
  margin-bottom: 3px;
  top: 5px;
  left: 18px;
}
.block-staff .item-staff .avatar-sm img {
  display: block;
  border-radius: 30px;
  width: 48px;
}
.block-staff .item-staff .avatar-sm .online {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: #05b454;
  right: 1px;
  bottom: -2px;
}
.block-staff .item-staff .name {
  font-size: 15px;
  color: #3b3b3b;
  margin-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.block-staff .item-staff p {
  font-size: 12px;
  color: #9f9f9f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.block-staff .item-staff .time {
  position: absolute;
  right: 20px;
  bottom: 12px;
  font-size: 12px;
  color: #9f9f9f;
}

.footer-sm {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #ffffff;
  padding: 16px 9.844% 17px;
  border: 0;
  margin-top: 0;
}
.footer-sm .item-ft {
  display: block;
  position: relative;
}
.footer-sm .item-ft .num {
  position: absolute;
  width: 13px;
  height: 13px;
  top: -3px;
  right: -5px;
  background-color: #ef4f36;
  color: #fff;
  font-size: 10px;
  border-radius: 10px;
  text-align: center;
  line-height: 13px;
}
.footer-sm .item-ft img {
  display: block;
}

.page-mobile {
  position: relative;
}

.overlay {
  position: fixed;
  width: 100%;
  height: calc( 100% - 62px);
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}
.overlay.active {
  display: block;
}

.box-notification-sm {
  position: fixed;
  -moz-transition: all 0.26s ease;
  -o-transition: all 0.26s ease;
  -webkit-transition: all 0.26s ease;
  transition: all 0.26s ease;
  top: 0;
  left: -303px;
  width: 302px;
  z-index: 100;
  background-color: #ffffff;
  border: 1px solid #6c6c6c;
  border-radius: 1px;
}
.box-notification-sm.active {
  left: 0;
}
.box-notification-sm .head-popup {
  padding: 8px 18px 4px 18px;
  border-bottom: 1px solid #ededed;
}
.box-notification-sm .head-popup .text {
  font-weight: bold;
  font-size: 12px;
}
.box-notification-sm .head-popup .check {
  font-size: 12px;
  display: block;
}
.box-notification-sm .content-popup {
  max-height: 76vh;
  overflow: auto;
}
.box-notification-sm .content-popup .item {
  display: block;
  position: relative;
  height: 50px;
  padding: 11px 10px 5px 65px;
}
.box-notification-sm .content-popup .item + .item {
  border-top: 1px solid #ededed;
}
.box-notification-sm .content-popup .item:hover {
  background-color: #ededed;
}
.box-notification-sm .content-popup .item .avatar {
  position: absolute;
  top: 7px;
  left: 17px;
}
.box-notification-sm .content-popup .item .avatar img {
  display: block;
  width: 34px;
}
.box-notification-sm .content-popup .item .text {
  font-size: 12px;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.box-notification-sm .content-popup .item .text .text-green {
  color: #3ca449;
}
.box-notification-sm .content-popup .item .text .text-orange {
  color: #d07f0b;
}
.box-notification-sm .content-popup .item .text .text-red {
  color: #ba2e2e;
}
.box-notification-sm .content-popup .item .text .text-blue {
  color: #4b74c6;
}
.box-notification-sm .foot-popup {
  padding: 5px 0 6px;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #ededed;
}

.box-count-mess {
  text-align: center;
  position: fixed;
  bottom: 74px;
  left: 0;
  width: 100%;
  display: none;
}
.box-count-mess.active {
  display: block;
}
.box-count-mess span {
  display: inline-block;
  padding: 1px 18px;
  border-radius: 20px;
  background-color: #fff;
  font-size: 15px;
  color: #3b3b3b;
  -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
}

.box-infor-staff {
  position: relative;
  padding: 7px 2px 19px 106px;
}
.box-infor-staff .back {
  position: absolute;
  top: 0;
  left: 0;
  padding: 17px 0 10px;
}
.box-infor-staff .back img {
  display: block;
}
.box-infor-staff .avatar-sm {
  width: 48px;
  position: absolute;
  top: 10px;
  left: 42px;
}
.box-infor-staff .avatar-sm img {
  display: block;
  width: 100%;
}
.box-infor-staff .avatar-sm .online {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  border: 2px solid #fff;
  background-color: #05b454;
  right: 1px;
  bottom: -3px;
}
.box-infor-staff .name {
  font-size: 20px;
  color: #3b3b3b;
}
.box-infor-staff p {
  font-size: 12px;
  color: #3b3b3b;
}

.box-chart-sm {
  padding: 7px 31px 13px 30px;
  background-color: #fff;
  border-radius: 9px;
  margin-bottom: 14px;
}
.box-chart-sm .inner {
  overflow: auto;
  margin-bottom: 10px;
  margin-right: -30px;
  padding-right: 30px;
}
.box-chart-sm .inner .box-left {
  padding: 5px 20% 5px 45px;
  position: relative;
}
.box-chart-sm .inner .box-left .avatar-sm {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  overflow: hidden;
  border-radius: 30px;
}
.box-chart-sm .inner .box-left .avatar-sm img {
  display: block;
  width: 100%;
}
.box-chart-sm .inner .box-left div {
  margin-bottom: 5px;
}
.box-chart-sm .inner .box-left div img {
  display: inline-block;
}
.box-chart-sm .inner .box-left div p {
  border-radius: 10px;
  padding: 3px 10px;
  display: inline-block;
  font-size: 12px;
  background-color: #f0f0f0;
}
.box-chart-sm .inner .box-right {
  text-align: right;
  margin-bottom: 11px;
  padding: 5px 0 5px 20%;
}
.box-chart-sm .inner .box-right div {
  margin-bottom: 5px;
}
.box-chart-sm .inner .box-right div img {
  display: inline-block;
}
.box-chart-sm .inner .box-right div p {
  border-radius: 10px;
  padding: 3px 10px;
  display: inline-block;
  font-size: 12px;
  background-color: #92cff9;
}
.box-chart-sm .box-tool-chat-sm {
  position: relative;
  background-color: #f0f0f0;
  border-radius: 10px;
}
.box-chart-sm .box-tool-chat-sm input {
  height: 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}
.box-chart-sm .box-tool-chat-sm .tool {
  position: absolute;
  top: 6px;
  right: 5px;
}
.box-chart-sm .box-tool-chat-sm .tool a {
  display: block;
}
.box-chart-sm .box-tool-chat-sm .tool a + a {
  margin-left: 9px;
}

@media only screen and (max-width: 374px) {
  .wrapper-sm {
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-people {
    border-radius: 9px;
    padding: 4px 12px 3px 12px;
    margin-bottom: 11px;
  }
  .block-people .box-people + .box-people {
    margin-left: 20px;
  }
  .block-people .box-people .avatar-sm {
    position: relative;
    margin-bottom: 3px;
  }
  .block-people .box-people .avatar-sm img {
    display: block;
    border-radius: 30px;
    width: 48px;
  }
  .block-people .box-people .avatar-sm .online {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    border: 1px solid #fff;
    background-color: #05b454;
    right: 0;
    bottom: 0;
  }
  .block-people .box-people .name {
    width: 100%;
    color: #a1a0a0;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .block-staff {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .block-staff .item-staff {
    border-radius: 5px;
    padding: 5px 45px 5px 50px;
  }
  .block-staff .item-staff .avatar-sm {
    top: 4px;
    left: 5px;
  }
  .block-staff .item-staff .avatar-sm img {
    width: 35px;
  }
  .block-staff .item-staff .avatar-sm .online {
    width: 10px;
    height: 10px;
  }
  .block-staff .item-staff .time {
    right: 5px;
    bottom: 5px;
  }

  .footer-sm {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
  }
  .footer-sm .item-ft.item-center img {
    width: 35px;
  }

  .box-infor-staff {
    padding: 10px 10px 10px 65px;
  }
  .box-infor-staff .back {
    padding: 20px 0;
  }
  .box-infor-staff .avatar-sm {
    width: 35px;
    left: 25px;
    top: 20px;
  }

  .box-chart-sm {
    padding-left: 10px;
    padding-right: 10px;
  }
  .box-chart-sm .inner {
    margin-right: -10px;
    padding-right: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
.article-content{
  padding: 22px 30px 0 30px !important;
}
.article-content .item{
  background-color: #fff !important;
}
.article-content .ttl-news{
  font-size: 18px !important;
  margin-bottom: 20px !important;
}

.article-content table{
  width: 100% !important;
}
header{
  padding: 10px 0;
  background: #ef4f36;
}
.aligncenter{
  align-items: center;
}
.alignend{
  align-items: flex-end;
}
.box-inner-sub-search{
  background: #fff;
  width: 700px;
  height: 40px;
}
header .btn-right-header .content-popup a{
  color: #fff;
  
}
header .btn-right-header .content-popup ul li{
  color: #fff;
  display: inline-block;
}
header .btn-right-header .content-popup ul{
  width: 240px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-popup-bot{
  margin-top: 10px;
  width: 240px;
  display: flex;
  color: #fff;
  align-items: center;
}
.content-popup-bot .content-popup-num img{
  margin-right: 5px;
}
.content-popup-bot .content-popup-num{
  margin-right: 5px;
  padding: 5px 10px;
  background: #efefef;
  display: inline-flex;
  color: #000;
  align-items: center;
}
header .wrapper{
  width: 1270px;
}
.ccdh a{
  /*background: #ef4f36;*/
  display: block;
  width: 180px;
  bottom: -30px;
  /*position: absolute;*/
  color: #fff;
  left: calc(100% + 10px);
  padding: 10px;
}
.or{
  font-weight: bold;
  margin-top: 10px;
}
.text-white a{
  color:#fff
}
header .wrapper {
  max-width: 100%;
}
@media only screen and (max-width: 1400px) {
  .box-inner-sub-search {
    background: #fff;
    width: 625px;
    max-width: 90%;
    height: 40px;
}
#productSearchForm {
  margin: 0;
}
}
@media all and (max-width: 767px) {

  .ccdh a {
    /*background: #ef4f36;*/
    display: block;
    width: 180px;
    bottom: -45px;
    position: absolute;
    color: #fff;
    left: auto;
    padding: 10px;
    right: 0;
}
.block-keyvisual .box-keyvisual {
  width: 100%;
  max-width: 100%;
  margin: 0;
  position: relative;
  left: 0;
  top: -210px;
  bottom: 0;
  padding: 10px 5px;
}
.ccdh a {
  display: block;
  width: 180px;
  bottom: 0;
  position: relative;
  left: auto;
  right: 0;
}
header .right-header, header .top-header{
  display: block;
}
header .logo a img{
  margin: auto;
}
#productSearchForm {
  margin: 20px 0;
}
header .btn-right-header{
  margin-left: 0px;
}
.box-inner-sub-search{
  max-width: 100%;
}
header .right-header .box-user ,header .btn-right-header{
  display: inline-block;
}
header .box-user .avatar {
  vertical-align: inherit;
}
.box-nav.main-nav{
	    height: auto;
	padding: 0;
}
.box-nav.main-nav .wrapper{
	width: 100%!important;
}
.box-nav.main-nav .wrapper ul{
    display: flex;
    flex-wrap: wrap;
}
.box-nav.main-nav .wrapper ul li{
	    display: inline-block;
    width: 50%;
        padding-left: 10px;
    margin: 0;
}
}