@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;1,100&display=swap");
:root {
  --font-color: #262626;
  --color: #008dd0;
  --color-hover: #603a16cc;
  --color-border: #cccc;
}

* {
  letter-spacing: 0.5px;
}

*:focus {
  color: normal;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #4e4e4e;
  min-height: 100vh;
}
body .header .header-content {
  width: 100%;
  background: #fff;
}

.fs-30 {
  font-size: 30px;
}

.icon-box-center .icon-box-img {
  margin: 0 auto 1em;
}
.icon-box-center .icon-box-img img {
  width: 250px;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-weight: 700;
  margin-bottom: 0.5em;
  max-width: 100%;
}

h1, h2 {
  font-size: 1.6em;
}

img.w100 {
  height: auto;
}

.circle img {
  border-radius: 999px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-container .box-text * {
  font-size: 16px !important;
}

.fsp-80 {
  font-size: 80%;
}

.opacity-0 {
  opacity: 0;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-8 {
  opacity: 0.8;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.relative {
  position: relative;
  padding: 0;
}

.orange {
  color: #fd7e14;
}

.warning {
  color: #dc3545;
}

.bold {
  font-weight: 700;
}

.w100 {
  width: 100%;
}

.m-w100 {
  max-width: 100%;
}

.h100 {
  height: 100%;
}

.w50 {
  width: 50%;
}

.h50 {
  height: 50%;
}

.hauto {
  height: auto;
}

.wauto {
  width: auto;
}

.absolute {
  position: absolute;
}

.l-0 {
  left: 0;
}

.t-0 {
  top: 0;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 1px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 1px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 1px !important;
}

.p-2 {
  padding: 2px !important;
}

.p-3 {
  padding: 3px !important;
}

.p-4 {
  padding: 4px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 1px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 1px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.float-r {
  float: right;
}

.upper {
  text-transform: uppercase;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 20px;
  background-color: currentColor;
  opacity: 0.25;
}

.btn-primary {
  background: var(--color);
}

.color {
  color: var(--color);
}

.hover:hover {
  color: #59656a;
}

.pointer {
  cursor: pointer;
}

.header-top {
  background: var(--color);
  color: #fff;
}
.header-top a {
  color: rgba(255, 255, 255, 0.8);
}
.header-top a:after {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.header-top a:hover {
  color: #fff;
}
.header-top .i-mail {
  margin-bottom: -3px;
  display: table-caption;
  font-size: 18px;
  margin-right: 5px;
}

li.list-group-item {
  padding: 0;
}
li.list-group-item a {
  width: 100%;
  display: block;
  padding: 5px;
}

.header-main .menu-top li {
  display: inline-block;
}
.header-main li.header-search {
  display: flex;
}
.header-main li {
  list-style: none;
  list-style: none;
  white-space: nowrap;
}
.header-main .search .navbar-nav {
  display: contents;
}
.header-main .main-menu {
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  background: #043334;
}
.header-main .main-menu > * {
  display: inline-flex;
}
.header-main .main-menu > * .nav-link, .header-main .main-menu > * .dropdown-item {
  color: #fff;
}
.header-main .nav-btn {
  display: none;
}
.header-main .shopping {
  background: var(--color);
  color: #fff;
  border-radius: 15px;
  padding: 6px 5px;
  display: inline-flex;
}
.header-main li > .nav-link:focus {
  color: #0a0a0a !important;
}
.header-main .menu-top .nav-link, .header-main .menu-top .dropdown-item {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.header-main .menu-top li.active > a, .header-main .menu-top li > a:hover {
  color: var(--color) !important;
  background-image: linear-gradient(var(--color) 90%, #fa7918 10%);
  background-repeat: no-repeat;
  background-position: left 8px bottom 0px;
  background-size: calc(100% - 16px) 3px;
}

.nav-btn {
  align-items: center;
}

.btn-search {
  padding: 1px 6px;
}

#logo img {
  max-height: 58px;
}

.an {
  display: none;
}

h2.title, h3.title {
  font-size: 1.2em;
}

.input-search {
  margin-top: -7px;
  display: none;
  margin-bottom: -15px;
}
.input-search .fa-search {
  color: #fff;
}

#frm-search.show {
  display: inline-flex !important;
  align-items: center;
}

#frm-search .modal-body {
  padding: 0;
}
#frm-search .modal-body .btn.btn-danger {
  font-size: 26px;
}
#frm-search .modal-body #frm-search1 {
  width: 650px;
  max-width: calc(100vw - 25px);
}
#frm-search .modal-body #text-search {
  font-size: 23px;
}
#frm-search #search-list {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.iav {
  border: 1px solid red;
  border-radius: 10px;
}

.jssora051 {
  display: block;
  position: absolute;
  cursor: pointer;
}
.jssora051 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 360;
  stroke-miterlimit: 10;
}

#jssor_2 .text-box-content {
  width: 78%;
  margin: 0 auto;
}
#jssor_2 .text-box-content * {
  font-size: 30px;
  color: #f1f1f1;
  font-style: italic;
}

.section {
  position: relative;
  margin-top: 20px;
}

.img, .img img {
  width: 100%;
  height: auto;
}

.fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
}

.product-small {
  position: relative;
}
.product-small img {
  width: 100%;
  height: auto;
}

.dropdown-menu li {
  border-bottom: 1px solid #ccc;
}
.dropdown-menu li a {
  padding: 7px;
  display: flex;
  align-items: center;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu, #main_nav .mash, .btn-close-dm {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: grid;
  }
  .navbar .nav-item:hover .dropdown-menu li > a {
    color: #59656a;
    padding: 7px;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
.half {
  height: 94px;
}
.half .header-top {
  max-height: 25px;
}
.half .header-content {
  top: -25px !important;
  position: fixed !important;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.6s, -webkit-filter 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.3s;
  transition: opacity 0.6s, -webkit-filter 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.3s;
  -o-transition: filter 0.6s, top 0.6s, transform 0.6s, box-shadow 0.3s;
  transition: filter 0.6s, top 0.6s, transform 0.6s, box-shadow 0.3s;
  transition: filter 0.6s, top 0.6s, transform 0.6s, box-shadow 0.3s, -webkit-filter 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.3s;
}
.half .header-main .main-menu {
  border-bottom: 0;
}

@media all and (max-width: 650px) {
  .half .header-content {
    top: 0px !important;
  }
  .header-top, .input-search {
    display: none !important;
  }
  .product-list .item {
    width: 50% !important;
  }
  #jssor_2 .text-box-content * {
    font-size: 55px;
  }
}
.show-on-hover {
  opacity: 0;
}

.box-image {
  position: relative;
}
.box-image .image-tools {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  background: var(--color);
}
.box-image .quick-view {
  color: #fff;
}

.show-on-hover, .hover-slide, .hover-slide-in, .hover-zoom, .hover-zoom-in {
  opacity: 0;
  -webkit-transition: opacity 0.5s, max-height 0.6s, -webkit-transform 0.3s, -webkit-filter 0.6s;
  transition: opacity 0.5s, max-height 0.6s, -webkit-transform 0.3s, -webkit-filter 0.6s;
  -o-transition: opacity 0.5s, transform 0.3s, max-height 0.6s, filter 0.6s;
  transition: opacity 0.5s, transform 0.3s, max-height 0.6s, filter 0.6s;
  transition: opacity 0.5s, transform 0.3s, max-height 0.6s, filter 0.6s, -webkit-transform 0.3s, -webkit-filter 0.6s;
  -webkit-filter: blur(0);
  filter: blur(0);
  pointer-events: none;
}

.product-list .item:hover .show-on-hover {
  opacity: 1;
  -webkit-transition: opacity 0.6s, -webkit-filter 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.3s;
  transition: opacity 0.6s, -webkit-filter 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.3s;
  -o-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s, -webkit-filter 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.3s;
}

@media all and (max-width: 720px) {
  .header-top .slogan {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .modal-dialog {
    max-width: calc(100vw - 40px) !important;
  }
  #jssor_2 .text-box-content * {
    font-size: 45px;
  }
  .product-list {
    overflow-x: hidden;
    width: 100%;
    display: -webkit-inline-box !important;
  }
  .product-list .item {
    width: 33%;
  }
  .navbar .nav-item .dropdown-menu.show {
    display: grid;
  }
  .main-menu .input-search {
    display: inline-flex;
  }
  .main-menu .menu-top #main_nav {
    position: fixed;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    height: 100%;
    top: 0;
  }
  .main-menu .menu-top #main_nav li > a {
    padding: 15px;
    color: #59656a;
  }
  .main-menu .menu-top #main_nav ul.navbar-nav {
    width: 360px;
    height: 100%;
    background-color: rgb(255, 255, 255);
    padding: 40px 0;
    max-width: calc(100vw - 50px);
  }
  .main-menu .menu-top #main_nav ul.navbar-nav .nav-link {
    font-size: 13px;
  }
  .main-menu .menu-top #main_nav ul.navbar-nav > li {
    border-bottom: 1px solid #ccc;
  }
  .main-menu .menu-top #main_nav ul.navbar-nav > li .dropdown-menu.show {
    background: rgba(0, 0, 0, 0.05);
  }
  .main-menu .menu-top #main_nav a.dropdown-item {
    padding: 7px 15px;
  }
  .main-menu .menu-top #main_nav ul.list-group {
    padding-left: 15px;
  }
  .main-menu .menu-top #main_nav .mash {
    height: 100%;
    top: 0;
    right: 0;
  }
  .main-menu .menu-top #main_nav.show {
    display: flex;
  }
  .main-menu .menu-top #main_nav.show .mash {
    display: block;
  }
  .main-menu .nav-btn {
    display: inline-flex !important;
  }
}
@media all and (max-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm {
    min-width: 100%;
  }
}
a.plain {
  color: currentColor;
}

.dark, .dark p, .dark td {
  color: #f1f1f1;
}

span.widget-title {
  font-size: 1em;
  font-weight: 600;
}

.is-divider {
  background-color: var(--color);
  margin-top: 0.66em;
  height: 3px;
  display: block;
  width: 100%;
  max-width: 30px;
}

.dark .is-divider {
  background: rgba(255, 255, 255, 0.3);
}

.row {
  margin: 0;
}

.product-container .item {
  margin-bottom: 24px;
}
.product-container .item .content {
  height: 100%;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
  padding: 7px;
}
.product-container .item .content .box-image {
  height: 170px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.product-container .item .content .box-image .image-cover {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}
.product-container .item:hover .image-cover {
  transform: scale(1.2);
}

.border-right {
  border-right: 1px solid var(--color-border);
}

.border-bottom {
  border-bottom: 1px solid var(--color-border);
}

.border {
  border: 1px solid var(--color-border);
}

.panel-button {
  padding: 5px 15px;
  background: #d8e5eb;
}

.panel-message {
  position: fixed;
  bottom: 0;
  right: 0;
  min-width: 230px;
  padding: 0;
  height: auto;
  margin: 10px 20px;
  z-index: 2000;
}

.modal-header {
  background: var(--color);
}
.modal-header .modal-title {
  color: #fff;
}

.boxs {
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

.trans {
  opacity: 0;
  transition: opacity 0.6;
}

.strans {
  opacity: 1;
  transition: opacity 0.6;
}

.reader iframe, .reader img {
  max-width: 100%;
}

.reader .content p {
  text-align: justify;
}

.bg-orange {
  background-color: orange;
}

.header-path {
  z-index: 1;
  position: sticky;
  position: -webkit-sticky;
  background: #fff;
}

.reader .content * {
  max-width: 100% !important;
}

.table .thead tr {
  background: #daedfd;
}

li.active {
  font-weight: 700;
}
li.active a {
  color: #333;
}

.datagrid-header, .datagrid-td-rownumber {
  background: linear-gradient(to bottom, #daedfd 0, #daedfd 100%);
  background-repeat: repeat-x;
}