@charset "UTF-8";
/**
 * @Project Webnhanh.Vn
 * @Author VINADES.,JSC <contact@vinades.vn>
 * @Copyright (C) 2019 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate 28/09/2019 09:23
 */
/* Các thiết lập */
/* Reset */
@import url("../fonts/Roboto/stylesheet.css");
@import url("../fonts/Srisakdi/stylesheet.css");
.body-bg {
  display: none;
}

.fix_banner_left,
.fix_banner_right {
  display: none !important;
}

.page .nv-list-item li em {
  line-height: 26px;
}

.alert {
  border-radius: 2px;
}

.text-success {
  color: #00a859 !important;
}

.text-danger {
  color: #ff0000;
}

.form-control {
  box-shadow: none;
  border-color: #e7e7e7;
  padding: 15px 13px;
  outline: 0;
  resize: vertical;
  font-size: 14px;
  line-height: 17px;
  background-color: #fff;
  height: 49px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #e7e7e7;
}

.mobile-menu-wrap .panel.metismenu {
  margin-bottom: 0;
  margin-top: 10px;
  box-shadow: none;
}
.mobile-menu-wrap .metismenu .sidebar {
  background-color: transparent;
}
.mobile-menu-wrap .metismenu .sidebar-nav {
  background-image: none;
  background-color: transparent;
  border-bottom-color: #e7e7e7;
}
.mobile-menu-wrap .metismenu .sidebar-nav ul li:first-child a {
  border-top: 0;
}
.mobile-menu-wrap .metismenu .sidebar-nav ul a {
  color: #464646 !important;
  border-top-color: #e7e7e7;
  box-shadow: none;
}
.mobile-menu-wrap .metismenu .sidebar-nav ul ul a, .mobile-menu-wrap .metismenu .sidebar-nav ul ul a:hover, .mobile-menu-wrap .metismenu .sidebar-nav ul ul a:focus, .mobile-menu-wrap .metismenu .sidebar-nav ul ul a:active {
  background-color: transparent;
}
.mobile-menu-wrap .metismenu .arrow {
  color: #464646;
  margin-top: -37px;
}
.mobile-menu-wrap .metismenu .arrow:hover {
  background-color: transparent;
}

.related.list-inline li {
  display: block;
}

div.news_column ul.related a {
  color: #464646;
}
div.news_column ul.related a:hover {
  color: #272727;
}

.panel {
  border-radius: 2px;
}

ul.related {
  padding-left: 0;
}

#page-bodyhtml > h1:first-child {
  margin-bottom: 20px;
}

/* Form */
.form-control,
.btn,
button {
  border-radius: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}

.btn {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 35px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn:active, .btn.active {
  box-shadow: none;
}

.btn-primary {
  background-color: #000;
  border-color: #000;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus:active {
  background-color: rgba(0, 0, 0, 0.78);
  border-color: rgba(0, 0, 0, 0.78);
}

.btn-primary,
a.btn-primary,
a.btn-danger,
a.btn-info,
a.btn-success,
a.btn-warning {
  color: #fff !important;
}

.btn-default {
  border-color: #e7e7e7;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:focus:active {
  background-color: #f6f6f6;
  border-color: #e7e7e7;
}

.btn-success {
  background-color: #00a859;
  border-color: #00a859;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:focus:active {
  background-color: #03d371;
  border-color: #03d371;
}

.btn-warning {
  background-color: #e09919;
  border-color: #e09919;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:focus:active {
  background-color: #f9ae28;
  border-color: #f9ae28;
}

/* Core */
::selection {
  background: #272727;
  color: #fff;
}

body, .wrapper {
  background-color: #fafafa;
  font-family: "Roboto", sans-serif;
  color: #444;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

strong {
  font-weight: 400;
}

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

a,
a:link,
a:active,
a:visited {
  color: #464646;
}

a:hover,
a:focus {
  color: #272727;
}

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

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

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

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

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

.text-normal {
  font-weight: 300 !important;
}

.wrapper-inner {
  width: 100%;
  overflow: hidden;
}
.wrapper-inner > .alert-warning {
  margin-bottom: 0 !important;
}
.wrapper-inner > .content {
  margin-top: -100px;
}

@media only screen and (max-width: 1000px) {
  .wrapper-inner > .content {
    margin-top: -70px;
  }
}
.h3, h3 {
  color: #464646;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}

.h1, h1, h1 a {
  font-size: 38px;
  line-height: 45px;
  font-weight: 300;
}

.h2, h2, h2 a {
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
}

.h4, h4 {
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
}

.wn-full-image {
  width: 100% !important;
  height: auto !important;
}

.wn-container-row {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 95%;
}
@media (min-width: 350px) {
  .wn-container-row {
    max-width: 300px;
  }
}
@media (min-width: 480px) {
  .wn-container-row {
    max-width: 420px;
  }
}
@media (min-width: 600px) {
  .wn-container-row {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .wn-container-row {
    max-width: 768px;
  }
}
@media (min-width: 1000px) {
  .wn-container-row {
    max-width: 950px;
  }
}
@media (min-width: 1200px) {
  .wn-container-row {
    max-width: 1100px;
  }
}
@media (min-width: 1400px) {
  .wn-container-row {
    max-width: 1300px;
  }
}

.wn-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 95%;
}
@media (min-width: 350px) {
  .wn-container {
    max-width: 300px;
  }
}
@media (min-width: 480px) {
  .wn-container {
    max-width: 420px;
  }
}
@media (min-width: 600px) {
  .wn-container {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .wn-container {
    max-width: 768px;
  }
}
@media (min-width: 1000px) {
  .wn-container {
    max-width: 950px;
  }
}
@media (min-width: 1200px) {
  .wn-container {
    max-width: 1100px;
  }
}
@media (min-width: 1400px) {
  .wn-container {
    max-width: 1300px;
  }
}

.wn-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.wn-gird-row {
  display: flex;
  flex-wrap: wrap;
}
.wn-gird-row > .gird-row-75 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 30px;
}
.wn-gird-row > .gird-row-25 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 30px;
}
.wn-gird-row > .gird-row-l50 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px;
}
.wn-gird-row > .gird-row-r50 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 30px;
}
@media (max-width: 1000px) {
  .wn-gird-row > .gird-row-75 {
    padding-right: 10px;
  }
  .wn-gird-row > .gird-row-25 {
    padding-left: 10px;
  }
  .wn-gird-row > .gird-row-l50 {
    padding-right: 10px;
  }
  .wn-gird-row > .gird-row-r50 {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .wn-gird-row > .gird-row-75 {
    padding-right: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wn-gird-row > .gird-row-25 {
    padding-left: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wn-gird-row > .gird-row-l50 {
    padding-right: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wn-gird-row > .gird-row-r50 {
    padding-left: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.wn-col-xxl,
.wn-col-xxl-auto, .wn-col-xxl-12, .wn-col-xxl-11, .wn-col-xxl-10, .wn-col-xxl-9, .wn-col-xxl-8, .wn-col-xxl-7, .wn-col-xxl-6, .wn-col-xxl-5, .wn-col-xxl-4, .wn-col-xxl-3, .wn-col-xxl-2, .wn-col-xxl-1, .wn-col-xl,
.wn-col-xl-auto, .wn-col-xl-12, .wn-col-xl-11, .wn-col-xl-10, .wn-col-xl-9, .wn-col-xl-8, .wn-col-xl-7, .wn-col-xl-6, .wn-col-xl-5, .wn-col-xl-4, .wn-col-xl-3, .wn-col-xl-2, .wn-col-xl-1, .wn-col-lg,
.wn-col-lg-auto, .wn-col-lg-12, .wn-col-lg-11, .wn-col-lg-10, .wn-col-lg-9, .wn-col-lg-8, .wn-col-lg-7, .wn-col-lg-6, .wn-col-lg-5, .wn-col-lg-4, .wn-col-lg-3, .wn-col-lg-2, .wn-col-lg-1, .wn-col-md,
.wn-col-md-auto, .wn-col-md-12, .wn-col-md-11, .wn-col-md-10, .wn-col-md-9, .wn-col-md-8, .wn-col-md-7, .wn-col-md-6, .wn-col-md-5, .wn-col-md-4, .wn-col-md-3, .wn-col-md-2, .wn-col-md-1, .wn-col-sm,
.wn-col-sm-auto, .wn-col-sm-12, .wn-col-sm-11, .wn-col-sm-10, .wn-col-sm-9, .wn-col-sm-8, .wn-col-sm-7, .wn-col-sm-6, .wn-col-sm-5, .wn-col-sm-4, .wn-col-sm-3, .wn-col-sm-2, .wn-col-sm-1, .wn-col-xsm,
.wn-col-xsm-auto, .wn-col-xsm-12, .wn-col-xsm-11, .wn-col-xsm-10, .wn-col-xsm-9, .wn-col-xsm-8, .wn-col-xsm-7, .wn-col-xsm-6, .wn-col-xsm-5, .wn-col-xsm-4, .wn-col-xsm-3, .wn-col-xsm-2, .wn-col-xsm-1, .wn-col-xs,
.wn-col-xs-auto, .wn-col-xs-12, .wn-col-xs-11, .wn-col-xs-10, .wn-col-xs-9, .wn-col-xs-8, .wn-col-xs-7, .wn-col-xs-6, .wn-col-xs-5, .wn-col-xs-4, .wn-col-xs-3, .wn-col-xs-2, .wn-col-xs-1, .wn-col,
.wn-col-auto, .wn-col-12, .wn-col-11, .wn-col-10, .wn-col-9, .wn-col-8, .wn-col-7, .wn-col-6, .wn-col-5, .wn-col-4, .wn-col-3, .wn-col-2, .wn-col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.wn-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.wn-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.wn-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.wn-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.wn-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.wn-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.wn-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.wn-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.wn-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.wn-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.wn-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.wn-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.wn-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.wn-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 350px) {
  .wn-col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .wn-col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .wn-col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .wn-col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .wn-col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .wn-col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .wn-col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .wn-col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wn-col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .wn-col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .wn-col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .wn-col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .wn-col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .wn-col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xs-first {
    order: -1;
  }

  .order-xs-last {
    order: 13;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 480px) {
  .wn-col-xsm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .wn-col-xsm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .wn-col-xsm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .wn-col-xsm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .wn-col-xsm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .wn-col-xsm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .wn-col-xsm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .wn-col-xsm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wn-col-xsm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .wn-col-xsm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .wn-col-xsm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .wn-col-xsm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .wn-col-xsm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .wn-col-xsm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xsm-first {
    order: -1;
  }

  .order-xsm-last {
    order: 13;
  }

  .order-xsm-0 {
    order: 0;
  }

  .order-xsm-1 {
    order: 1;
  }

  .order-xsm-2 {
    order: 2;
  }

  .order-xsm-3 {
    order: 3;
  }

  .order-xsm-4 {
    order: 4;
  }

  .order-xsm-5 {
    order: 5;
  }

  .order-xsm-6 {
    order: 6;
  }

  .order-xsm-7 {
    order: 7;
  }

  .order-xsm-8 {
    order: 8;
  }

  .order-xsm-9 {
    order: 9;
  }

  .order-xsm-10 {
    order: 10;
  }

  .order-xsm-11 {
    order: 11;
  }

  .order-xsm-12 {
    order: 12;
  }

  .offset-xsm-0 {
    margin-left: 0;
  }

  .offset-xsm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xsm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xsm-3 {
    margin-left: 25%;
  }

  .offset-xsm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xsm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xsm-6 {
    margin-left: 50%;
  }

  .offset-xsm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xsm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xsm-9 {
    margin-left: 75%;
  }

  .offset-xsm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xsm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 600px) {
  .wn-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .wn-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .wn-col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .wn-col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .wn-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .wn-col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .wn-col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .wn-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wn-col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .wn-col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .wn-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .wn-col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .wn-col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .wn-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .wn-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .wn-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .wn-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .wn-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .wn-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .wn-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .wn-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .wn-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wn-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .wn-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .wn-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .wn-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .wn-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .wn-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1000px) {
  .wn-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .wn-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .wn-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .wn-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .wn-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .wn-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .wn-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .wn-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wn-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .wn-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .wn-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .wn-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .wn-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .wn-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .wn-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .wn-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .wn-col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .wn-col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .wn-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .wn-col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .wn-col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .wn-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wn-col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .wn-col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .wn-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .wn-col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .wn-col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .wn-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .wn-col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .wn-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .wn-col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .wn-col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .wn-col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .wn-col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .wn-col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .wn-col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wn-col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .wn-col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .wn-col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .wn-col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .wn-col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .wn-col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
/* Header */
.wn-header {
  width: 100%;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 110;
  -webkit-backface-visibility: hidden;
  padding: 10px;
}
.wn-header .header-inner {
  display: flex;
  align-items: center;
}
.wn-header .header-inner .wn-logo img {
  width: auto;
  height: 80px;
}
.wn-header .header-inner .wn-header-right {
  flex-grow: 1;
  flex-shrink: 1;
}
.wn-header .header-inner .wn-header-right .wn-social {
  margin-bottom: 10px;
}
.wn-header .header-inner .wn-mobile-toggle {
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.wn-menu-search .wn-menu-search-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wn-menu-search .wn-menu-search-inner .wn-menu {
  min-width: 50px;
}
.wn-menu-search .wn-menu-search-inner .wn-search {
  min-width: 50px;
}

#socialList {
  text-align: right;
}
#socialList .socialList {
  display: inline-block;
  margin-right: 39px;
}
#socialList .socialList li a {
  transition: none;
}
#socialList .socialList li a.social {
  background-color: #c3c3c3;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 28px;
  border-radius: 3px;
}
#socialList .socialList li a.social.facebook:hover {
  background-color: #4267b2;
}
#socialList .socialList li a.social.youtube:hover {
  background-color: #ff0000;
}
#socialList .socialList li a.social.twitter:hover {
  background-color: #1da1f2;
}
#socialList .socialList li a.social.rss:hover {
  background-color: #f26522;
}
#socialList .socialList li .fa {
  margin-right: 0;
}
#socialList .socialList li.phone,
#socialList .socialList li.email {
  font-size: 14px;
  font-weight: 400;
}
#socialList .socialList li.phone,
#socialList .socialList li.email,
#socialList .socialList li.phone a,
#socialList .socialList li.email a {
  color: #00a859;
}
#socialList .socialList li.phone a,
#socialList .socialList li.email a {
  width: auto;
  height: auto;
  background-color: transparent;
  line-height: 26px;
}
#socialList .socialList li.phone a:hover,
#socialList .socialList li.email a:hover {
  color: #03d371;
}

.enable-animate #socialList .socialList li a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.wn-main-nav {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.wn-main-nav > li {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
}
.wn-main-nav > li > a {
  color: #272727;
  font-size: 15px;
  font-weight: 400;
  padding: 0 16px;
  display: inline-block;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.wn-main-nav > li > a:hover {
  color: #606060;
}
.wn-main-nav > li ul {
  position: absolute;
  padding-left: 0;
  width: 200px;
  left: 50%;
  top: 100%;
  margin-left: -100px;
  display: none;
  padding-top: 15px;
}
.wn-main-nav > li ul li {
  background-color: #fff;
  padding: 7px 20px;
  margin: 0;
  border-top: 1px #e1e1e1 solid;
  border-left: 1px #e1e1e1 solid;
  border-right: 1px #e1e1e1 solid;
  position: relative;
}
.wn-main-nav > li ul li:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  font-family: "FontAwesome";
  color: #e1e1e1;
  height: 10px;
  width: 10px;
  text-align: center;
  margin-left: -5px;
  line-height: 10px;
}
.wn-main-nav > li ul li:first-child:after {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 50%;
  font-family: "FontAwesome";
  color: #fff;
  height: 10px;
  width: 10px;
  text-align: center;
  margin-left: -5px;
  line-height: 10px;
}
.wn-main-nav > li ul li a {
  font-size: 15px;
  font-weight: 400;
}
.wn-main-nav > li ul li:last-child {
  border-bottom: 1px #e1e1e1 solid;
}
.wn-main-nav > li:hover ul {
  display: block;
}

.wn-main-search-box .search-box-inner {
  display: flex;
  align-items: center;
}
.wn-main-search-box .search-box-inner [type=text] {
  width: 180px;
  height: 30px;
  border-color: #e6e6e6 !important;
}
.wn-main-search-box .search-box-inner button {
  line-height: 18px;
  padding-left: 20px;
  padding-right: 38px;
}
.wn-main-search-box .search-box-inner button,
.wn-main-search-box .search-box-inner button:focus,
.wn-main-search-box .search-box-inner button:active:focus {
  color: #00a859;
  background-color: transparent;
  border-color: transparent;
}
.wn-main-search-box .search-box-inner button:active {
  box-shadow: none;
}

.mobile-menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.mobile-menu-wrap {
  width: 280px;
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  z-index: 9999;
  visibility: hidden;
  transform: translateX(-100%);
}

.mobile-menu-wrap.animate {
  transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
  border-bottom: 1px #ddd solid;
  padding: 10px;
  text-align: center;
}

.mobile-menu-wrap .logo img {
  height: 50px;
  width: auto;
}

.mobile-menu-wrap .menu {
  background-color: #fff;
  height: calc(100vh - 71px);
  overflow: auto;
}

@media only screen and (max-width: 1150px) {
  .wn-main-nav > li a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1071px) {
  .wn-main-nav > li a {
    padding: 0 5px;
  }

  .wn-main-search-box .search-box-inner [type=text] {
    width: 150px;
  }
}
@media only screen and (max-width: 1000px) {
  #socialList .socialList {
    margin-right: 20px;
  }

  #socialList .socialList li {
    display: none;
  }

  #socialList .socialList li.phone,
#socialList .socialList li.email {
    display: inline-block;
  }

  #socialList .socialList li.email {
    margin-right: 0;
  }

  .wn-menu-search {
    display: none;
  }

  .wn-header .header-inner .wn-logo img {
    height: 50px;
  }

  .wn-header {
    background-color: #fff;
  }

  .wn-header .header-inner .wn-mobile-toggle {
    display: block;
  }
  .wn-header .header-inner .wn-header-right {
    flex-grow: 0;
    flex-shrink: 0;
    width: 255px;
  }
  .wn-header .header-inner .wn-header-right .wn-social {
    margin-bottom: 0;
  }
  .wn-header .header-inner .wn-logo {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
  }
  .wn-header .header-inner .wn-mobile-toggle {
    flex-grow: 0;
    flex-shrink: 0;
    width: 255px;
  }

  .open-menu .mobile-menu-bg {
    display: block;
  }
  .open-menu .mobile-menu-wrap {
    visibility: visible;
    transform: translateX(0px);
  }
}
@media only screen and (max-width: 800px) {
  .wn-header .header-inner .wn-header-right {
    width: 100px;
  }
  .wn-header .header-inner .wn-mobile-toggle {
    width: 100px;
  }

  #socialList .socialList li.email {
    display: none;
  }

  #socialList .socialList li.phone {
    margin-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .wn-header .header-inner .wn-header-right {
    width: 40px;
  }
  .wn-header .header-inner .wn-mobile-toggle {
    width: 40px;
    padding-right: 0;
  }

  #socialList {
    display: none;
  }
}
/* Footer */
.wn-footer {
  color: #fafafa;
}
.wn-footer a {
  color: #fafafa;
}
.wn-footer .footer-inner {
  position: relative;
  min-height: 200px;
  background-color: #a9abae;
  padding: 20px 0;
}
.wn-footer .footer-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  background-image: url("../images/footer-bg-right1.png");
  background-repeat: no-repeat;
  background-position: right 10px;
}
.wn-footer .footer-inner:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  background-image: url("../images/footer-bg-left1.png");
  background-repeat: no-repeat;
  background-position: left 10px;
}
.wn-footer .footer-inner .footer-title {
  font-size: 26px;
  margin-bottom: 20px;
}

.wn-footer-top {
  padding-top: 40px;
}
.wn-footer-top .footer-inner {
  padding: 20px 0 0 0;
  background: #fff;
}
.wn-footer-top .footer-inner ul.ftm {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wn-footer-top .footer-inner ul.ftm li {
  padding: 0;
  margin: 0;
}
.wn-footer-top .footer-inner ul.ftm li a {
  display: inline-block;
}
.wn-footer-top .footer-inner ul.ftm li a:before {
  font-family: "FontAwesome";
  display: inline-block;
  content: "";
  margin-right: 7px;
  color: #999;
}

.wn-footer .wn-container {
  position: relative;
  z-index: 110;
}

/* Trang chủ */
#rev_slider_14_1_wrapper .tp-loader.spinner1 {
  height: 90px !important;
  width: 90px !important;
  margin-top: -45px !important;
  margin-left: -45px !important;
  background: url(../images/slider/slide-loader.gif) !important;
  background-size: cover !important;
  animation: none !important;
  box-shadow: none !important;
}

.wn-section-main-text-intro {
  text-align: center;
  padding: 0 20% 86px;
}
.wn-section-main-text-intro .intro-title {
  font-family: "Srisakdi", sans-serif;
  color: #999;
  font-size: 50px;
  line-height: 60px;
}
.wn-section-main-text-intro h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 300;
}

.wn-section-main-function {
  padding-left: 6%;
  padding-right: 6%;
}
.wn-section-main-function .item .item-content {
  padding: 0 30px 0 30px;
}
.wn-section-main-function .item .item-content h3 {
  margin-bottom: 16px;
}
.wn-section-main-function .item .item-content h3 span {
  font-weight: 400;
}

/* Các giao diện, module, item full viền */
.wn-section-main-intro-themes {
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 0 26px;
  text-align: center;
}
.wn-section-main-intro-themes .intro-title {
  font-size: 50px;
  font-family: "Srisakdi", sans-serif;
  color: #00a859;
}

.wn-gird-themes {
  margin: 0 60px;
}

.wn-gird-themes article:not(.inner),
.wn-inner-gird-themes article:not(.inner) {
  padding: 0 30px;
  margin: 0 0 60px;
  width: 25%;
  display: inline-block;
  box-sizing: border-box;
  float: left;
}
.wn-gird-themes article .theme-item .theme-item-image,
.wn-inner-gird-themes article .theme-item .theme-item-image {
  overflow: hidden;
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  padding-bottom: 72%;
  position: relative;
}
.wn-gird-themes article .theme-item .theme-item-image a,
.wn-inner-gird-themes article .theme-item .theme-item-image a {
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wn-gird-themes article .theme-item .theme-item-image a img,
.wn-inner-gird-themes article .theme-item .theme-item-image a img {
  display: block;
  width: 100%;
  transition: opacity 0.5s ease;
}
.wn-gird-themes article .theme-item .theme-item-image:hover,
.wn-inner-gird-themes article .theme-item .theme-item-image:hover {
  -webkit-box-shadow: 3px 5px 35px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 5px 35px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3px 5px 35px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  transform: translateY(-3px);
}
.wn-gird-themes article .theme-item .theme-item-holder,
.wn-inner-gird-themes article .theme-item .theme-item-holder {
  padding: 28px 0 32px;
}
.wn-gird-themes article .theme-item .theme-item-holder h3,
.wn-inner-gird-themes article .theme-item .theme-item-holder h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wn-gird-themes article .theme-item .theme-item-holder .demo-text,
.wn-gird-themes article .theme-item .theme-item-holder .item-price,
.wn-inner-gird-themes article .theme-item .theme-item-holder .demo-text,
.wn-inner-gird-themes article .theme-item .theme-item-holder .item-price {
  font-size: 13px;
  font-weight: 400;
  color: #b5b5b5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 1441px) {
  .wn-gird-themes {
    margin: 0 26px;
  }
  .wn-gird-themes article:not(.inner) {
    padding: 0 13px;
    margin: 0 0 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .wn-gird-themes article:not(.inner) {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 768px) {
  .wn-gird-themes article:not(.inner) {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .wn-gird-themes article:not(.inner) {
    width: 100%;
  }
}
.wn-cat-slider-themes {
  margin: 0 90px 60px 90px;
}
.wn-cat-slider-themes .cat-slider-inner {
  position: relative;
  padding: 0 30px;
}
.wn-cat-slider-themes .cat-slider-inner .cat-slider-wrap .item .item-image {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.wn-cat-slider-themes .cat-slider-inner .cat-slider-wrap .item .item-image img {
  height: 80px;
  width: auto;
}
.wn-cat-slider-themes .cat-slider-inner .cat-slider-wrap .item .item-title {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
}
.wn-cat-slider-themes .cat-slider-inner .controls,
.wn-cat-slider-themes .cat-slider-inner .controls span,
.wn-cat-slider-themes .cat-slider-inner .controls:focus,
.wn-cat-slider-themes .cat-slider-inner .controls span:focus {
  outline: 0;
}
.wn-cat-slider-themes .cat-slider-inner .controls {
  margin-bottom: 0;
}
.wn-cat-slider-themes .cat-slider-inner .controls li {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
.wn-cat-slider-themes .cat-slider-inner .controls li span {
  cursor: pointer;
  display: block;
  width: 22px;
  height: 30px;
  text-align: center;
  background-color: #999;
  line-height: 32px;
  color: #fff;
  border-radius: 2px;
}
.wn-cat-slider-themes .cat-slider-inner .controls li.next-button {
  right: 4px;
  left: inherit;
}

@media only screen and (max-width: 1441px) {
  .wn-cat-slider-themes {
    margin: 0 56px 40px 56px;
  }
}
/* Breadcrumb */
.wn-breadcrumbs {
  display: table;
  position: relative;
  width: 100%;
  padding-top: 38px;
  height: 283px;
}
.wn-breadcrumbs .breadcrumb-inner {
  display: table-cell;
  vertical-align: middle;
}
.wn-breadcrumbs .breadcrumb-inner ul {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
.wn-breadcrumbs .breadcrumb-inner ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: -0.6px;
}
.wn-breadcrumbs .breadcrumb-inner ul li:after {
  content: "/";
  display: inline-block;
  padding: 0 3px 0 8px;
}
.wn-breadcrumbs .breadcrumb-inner ul li:last-child:after {
  display: none;
}
.wn-breadcrumbs .breadcrumb-inner ul li.current {
  font-weight: 300;
}

/* Resources CSS */
.wn-resources-detail-title {
  margin-bottom: 10px;
  margin-top: -10px;
  color: #00a859;
}

.wn-resources-detail-price {
  font-size: 26px;
  letter-spacing: -0.26px;
  color: #acacac;
  margin-bottom: 14px;
}

.wn-resources-detail-introtext {
  margin-bottom: 20px;
}

.wn-resources-detail-btns .btn {
  padding-left: 50px;
  padding-right: 50px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.wn-resources-detail-img {
  margin-bottom: 30px;
}

.wn-resources-detail-imgothers {
  margin-bottom: 30px;
}
.wn-resources-detail-imgothers .item-image {
  cursor: pointer;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #e5e5e5;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.wn-resources-detail-imgothers .item-image:hover {
  -webkit-box-shadow: 3px 5px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3px 5px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  transform: translateY(-3px);
}

.wn-resources-detail-meta {
  margin-bottom: 25px;
}
.wn-resources-detail-meta .meta-row {
  font-weight: 500;
  letter-spacing: 3.24px;
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
}
.wn-resources-detail-meta .meta-row .meta-value {
  letter-spacing: 0;
  font-weight: 400;
  text-transform: none;
  margin-left: 3px;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  display: inline;
}

.wn-resources-detail-stitle {
  margin-bottom: 15px;
}
.wn-resources-detail-stitle.other {
  margin-bottom: 30px;
}

.wn-resources-detail-scontent {
  margin-bottom: 40px;
}

.wn-resources-detail-table thead > tr > th:first-child,
.wn-resources-detail-table tbody > tr > td:first-child {
  padding-left: 0;
}
.wn-resources-detail-table thead > tr > th:last-child,
.wn-resources-detail-table tbody > tr > td:last-child {
  padding-right: 0;
}
.wn-resources-detail-table thead > tr > th {
  font-weight: 400;
}
.wn-resources-detail-table .add-cart {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #acacac;
  display: inline-block;
}

.wn-resources-detail-toggle .toggle-title {
  font-weight: 400;
  letter-spacing: 1.3px;
  background-color: #eee;
  padding-left: 25px;
  margin: 0;
  display: block;
  padding-top: 10px;
  cursor: pointer;
  position: relative;
  display: block;
  line-height: 2em;
  min-height: 45px;
  text-transform: uppercase;
  font-size: 13px;
}
.wn-resources-detail-toggle .toggle-content {
  padding-top: 11px;
}
.wn-resources-detail-toggle .toggle-content-html ul {
  list-style: disc;
}

.wn-resources-pricing-list .item {
  border-bottom: 1px dashed #e7e7e7;
  padding: 19px 0;
  position: relative;
}
.wn-resources-pricing-list .item h4 {
  padding-right: 140px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.1px;
}
.wn-resources-pricing-list .item .item-introtext {
  padding-right: 140px;
}
.wn-resources-pricing-list .item .item-price {
  position: absolute;
  width: 140px;
  height: 100%;
  text-align: right;
  right: 0;
  top: 0;
}
.wn-resources-pricing-list .item .item-price .item-price-inner {
  display: table;
  height: 100%;
  width: 100%;
}
.wn-resources-pricing-list .item .item-price .item-price-inner span {
  display: table-cell;
  vertical-align: middle;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.1px;
}

.wn-cart-table {
  background-color: #fff;
  border: 1px #e7e7e7 solid;
  margin-bottom: 20px;
}
.wn-cart-table .wn-cart-table-row {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px #e7e7e7 solid;
  align-items: stretch;
  justify-content: center;
}
.wn-cart-table .wn-cart-table-row > div {
  padding: 13px 10px;
  border-left: 1px #e7e7e7 solid;
  flex-shrink: 0;
}
.wn-cart-table .wn-cart-table-row > div:first-child {
  border-left: 0;
}
.wn-cart-table .wn-cart-table-row .col-tool {
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  text-align: center;
}
.wn-cart-table .wn-cart-table-row .col-image {
  -ms-flex: 0 0 86px;
  flex: 0 0 86px;
  max-width: 86px;
  text-align: center;
}
.wn-cart-table .wn-cart-table-row .col-image img {
  width: 66px;
  height: auto;
}
.wn-cart-table .wn-cart-table-row .col-name {
  flex-grow: 1;
  flex-shrink: 1;
}
.wn-cart-table .wn-cart-table-row .col-name .ico-tool {
  display: none;
}
.wn-cart-table .wn-cart-table-row .col-price {
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
}
.wn-cart-table .wn-cart-table-body .wn-cart-table-row:last-child {
  border-bottom: 0;
}
.wn-cart-table .wn-cart-table-head .wn-cart-table-row > div {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.wn-cart-table .wn-cart-table-head .wn-cart-table-row .col-image,
.wn-cart-table .wn-cart-table-head .wn-cart-table-row .col-name {
  border-left: 0;
}

@media (max-width: 479.98px) {
  .wn-cart-table .wn-cart-table-head {
    display: none;
  }
  .wn-cart-table .wn-cart-table-row {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .wn-cart-table .wn-cart-table-row > div {
    border-left: 0;
    padding-top: 0;
  }
  .wn-cart-table .wn-cart-table-row .col-tool {
    display: none;
  }
  .wn-cart-table .wn-cart-table-row .col-image {
    display: none;
  }
  .wn-cart-table .wn-cart-table-row .col-name {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 13px;
  }
  .wn-cart-table .wn-cart-table-row .col-name .ico-tool {
    display: inline-block;
    margin-right: 5px;
  }

  .wn-cart-total {
    text-align: left !important;
  }
}
.wn-cart-total {
  text-align: right;
  margin-bottom: 10px;
}
.wn-cart-total span {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
  margin-right: 7px;
}

.wn-cart-checkout-title {
  margin-bottom: 30px;
}

.wn-cart-form {
  margin-bottom: 100px;
}
.wn-cart-form [name=order_message] {
  height: 176px;
}
.wn-cart-form [type=submit] {
  padding-left: 56px;
  padding-right: 56px;
}

.wn-resources-search-form,
.wn-resources-search-res {
  margin-bottom: 50px;
}

.wn-resources-search-res {
  margin-top: -25px;
}

.wn-resources-module-list .item {
  margin-bottom: 30px;
}
.wn-resources-module-list .item .item-image {
  float: left;
  width: 121px;
  height: 87.12px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.wn-resources-module-list .item .item-image a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.wn-resources-module-list .item .item-image a img {
  width: 100%;
  height: auto;
}
.wn-resources-module-list .item .item-content {
  padding-left: 151px;
}
.wn-resources-module-list .item .item-content .item-introtext {
  margin-bottom: 6px;
}
.wn-resources-module-list .item .item-content h3 {
  position: relative;
  top: -8px;
  margin-bottom: -5px;
}
.wn-resources-module-list .item .item-content .item-price {
  color: #00a859;
  font-weight: 400;
}

@media only screen and (max-width: 480px) {
  .wn-resources-module-list .item .item-image {
    width: 100%;
    height: 0;
    padding-bottom: 72%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .wn-resources-module-list .item .item-content {
    padding-left: 0;
  }
}
.wn-domain-table {
  background-color: #fff;
  border: 1px #e7e7e7 solid;
  margin-bottom: 20px;
}
.wn-domain-table .wn-domain-table-row {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px #e7e7e7 solid;
  align-items: stretch;
  justify-content: center;
}
.wn-domain-table .wn-domain-table-row > div {
  padding: 13px 10px;
  border-left: 1px #e7e7e7 solid;
  flex-shrink: 0;
}
.wn-domain-table .wn-domain-table-row > div:first-child,
.wn-domain-table .wn-domain-table-row .col-icon {
  border-left: 0;
}
.wn-domain-table .wn-domain-table-row .col-status {
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  text-align: center;
}
.wn-domain-table .wn-domain-table-row .col-init,
.wn-domain-table .wn-domain-table-row .col-year {
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
  text-align: right;
}
.wn-domain-table .wn-domain-table-row .col-icon {
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  text-align: center;
}
.wn-domain-table .wn-domain-table-row .col-domain {
  flex-grow: 1;
  flex-shrink: 1;
}
.wn-domain-table .wn-domain-table-row .col-domain label {
  font-weight: 400;
  margin-bottom: 0;
}
.wn-domain-table .wn-domain-table-row .col-domain label [type=checkbox] {
  margin-top: 0;
}
.wn-domain-table .wn-domain-table-row .mobile-label {
  display: none;
}
.wn-domain-table .wn-domain-table-body .wn-domain-table-row:last-child {
  border-bottom: 0;
}
.wn-domain-table .wn-domain-table-head .wn-domain-table-row > div {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.wn-domain-table .wn-domain-table-head .wn-domain-table-row .col-image,
.wn-domain-table .wn-domain-table-head .wn-domain-table-row .col-name {
  border-left: 0;
}

@media only screen and (max-width: 768px) {
  .wn-domain-table .wn-domain-table-row {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .wn-domain-table .wn-domain-table-row .col-domain {
    flex: 0 0 100%;
    width: 100%;
  }
  .wn-domain-table .wn-domain-table-row .col-init, .wn-domain-table .wn-domain-table-row .col-year {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    text-align: left;
  }
  .wn-domain-table .wn-domain-table-row > div {
    border-left: 0;
    padding: 3px 10px;
  }
  .wn-domain-table .wn-domain-table-row .mobile-label {
    display: inline-block;
  }
  .wn-domain-table .wn-domain-table-row .col-status {
    text-align: left;
    -ms-flex: 1 1;
    flex: 1 1;
    max-width: 100%;
  }
  .wn-domain-table .wn-domain-table-head {
    display: none;
  }
}
.wn-domain-check-input {
  text-align: center;
}

.wn-domain-check-btn {
  min-width: 200px;
}

.wn-cart-domain-year {
  min-width: 50px;
  height: 26px;
  padding: 0px;
}
.image-center{
	text-align:center !important;
}
/*# sourceMappingURL=custom.css.map */
