/* ------------------------------------------------------- */
/* ------------------- @mixin -------------------------- */
/* ------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
.f-Open-Sans {
  font-family: "Open Sans", sans-serif;
}

.p_color {
  color: #0029ff;
}

.p_dark_color {
  color: rgb(0, 32.8, 204);
}

.p_light_color {
  color: rgb(51, 83.8, 255);
}

.p_bg_color {
  background: #0029ff;
}

.p_dark_bg_color {
  background: rgb(0, 32.8, 204);
}

.p_light_bg_color {
  background: rgb(51, 83.8, 255);
}

a, a:hover, a:focus {
  text-decoration: none;
}

a {
  color: #0029ff;
}
a:hover {
  color: rgb(0, 32.8, 204);
}

.p_color_black {
  color: black;
}

/* ------------------------------------------------------- */
/* ------------------- import -------------------------- */
/* ------------------------------------------------------- */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
    top: 0;
  }
}
body {
  background: white;
  margin: 0;
  background: white;
  color: #454545;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

body.add_clear_scroll {
  overflow: hidden !important;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: middle;
}

button:focus {
  outline: none;
  border-radius: 0px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=date] {
  outline: none;
  border-radius: 0px;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
  box-shadow: none;
}

.hidden {
  display: none !important;
}

.p-img-pt,
.p-img-pt-30,
.p-img-pt-50,
.p-img-pt-70,
.p-img-pt-100,
.p-img-pt-max {
  position: relative;
  padding-top: 56.25%;
  background: white;
  display: block;
  height: 0px;
  overflow: hidden;
}
.p-img-pt.border-eee,
.p-img-pt-30.border-eee,
.p-img-pt-50.border-eee,
.p-img-pt-70.border-eee,
.p-img-pt-100.border-eee,
.p-img-pt-max.border-eee {
  border: 1px solid #eee;
}
.p-img-pt.border-radius,
.p-img-pt-30.border-radius,
.p-img-pt-50.border-radius,
.p-img-pt-70.border-radius,
.p-img-pt-100.border-radius,
.p-img-pt-max.border-radius {
  border-radius: 12px;
}
.p-img-pt img:not(.not-img),
.p-img-pt-30 img:not(.not-img),
.p-img-pt-50 img:not(.not-img),
.p-img-pt-70 img:not(.not-img),
.p-img-pt-100 img:not(.not-img),
.p-img-pt-max img:not(.not-img) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: top;
}
.p-img-pt .__overlay,
.p-img-pt-30 .__overlay,
.p-img-pt-50 .__overlay,
.p-img-pt-70 .__overlay,
.p-img-pt-100 .__overlay,
.p-img-pt-max .__overlay {
  background: linear-gradient(0deg, rgba(0, 16, 34, 0.8) 0%, rgba(240, 244, 253, 0.2) 90%);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-img-pt {
  padding-top: 56.25%;
}

.p-img-pt-30 {
  padding-top: 30%;
}

.p-img-pt-50 {
  padding-top: 50%;
}

.p-img-pt-70 {
  padding-top: 70%;
}

.p-img-pt-100,
.p-img-pt-max {
  padding-top: 100%;
}

.p-h-title {
  font-size: 40px;
}
@media (max-width: 991px) {
  .p-h-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .p-h-title {
    font-size: 25px;
  }
}

.div-video-wrapper {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.div-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-full-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
}

.p-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.alignleft {
  margin-right: auto;
  display: block;
}

.alignright {
  margin-left: auto;
  display: block;
}

.div-img-h-auto img {
  height: auto;
  width: 100%;
  display: block;
}

.row_fix {
  margin-left: 0px;
  margin-right: 0px;
}

.sc_min_height {
  min-height: 100vh;
}

.scroll_top .icon-top {
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  position: fixed;
  right: 15px !important;
  bottom: -100px !important;
  z-index: 99; /* * */
  visibility: hidden;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  text-align: center;
  font-size: 13px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  transition: all 0.1s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #d1d1d1;
  background: #eeeeee;
}
@media (max-width: 767px) {
  .scroll_top .icon-top {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 12px;
    right: 10px !important;
  }
}
.scroll_top.active .icon-top {
  bottom: 15px !important;
  opacity: 1;
  visibility: visible;
}
.scroll_top.active .icon-top:hover {
  opacity: 1;
  border-color: #767676 !important;
  color: #767676;
}
@media (max-width: 767px) {
  .scroll_top.active .icon-top {
    bottom: 10px !important;
    opacity: 0.8;
  }
  .scroll_top.active .icon-top:hover {
    opacity: 1;
  }
}

a.zalo-button {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 1000;
}

a.zalo-button2 {
  bottom: 80px;
}

.div-wrap-menu {
  background: white;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
}
.div-wrap-menu.__sticky {
  position: sticky;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: padding 0.2s ease;
}
.div-wrap-menu.__sticky.active {
  padding: 5px 0px;
}
body.admin-bar .div-wrap-menu.__sticky {
  top: 32px;
}

.header-bottom.wide-nav {
  background-color: #4353a5;
}
@media screen and (max-width: 782px) {
  .header-bottom.wide-nav {
    position: fixed;
    width: 100%;
    top: 0;
    visibility: hidden;
    left: 100%;
    z-index: 1000;
    transition: linear 300ms all;
  }
  .header-bottom.wide-nav.is-active {
    left: 0;
    visibility: visible;
  }
}

.list-menu-sumon-fixed {
  margin-bottom: 0px;
  padding-left: 0px;
}
.list-menu-sumon-fixed li {
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
}
.list-menu-sumon-fixed li + li {
  margin-right: 10px;
}
.list-menu-sumon-fixed li.current-menu-item > a, .list-menu-sumon-fixed li.current_page_item > a, .list-menu-sumon-fixed li.current-menu-ancestor > a, .list-menu-sumon-fixed li.current_page_parent > a, .list-menu-sumon-fixed li.current_page_ancestor > a, .list-menu-sumon-fixed li:hover > a {
  color: #fff;
}
.list-menu-sumon-fixed li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 4px);
}
.list-menu-sumon-fixed li:hover li:hover > ul {
  visibility: visible;
  opacity: 1;
  left: 100% !important;
  top: 0px !important;
}
.list-menu-sumon-fixed li:hover li:hover > a {
  color: #4353a5;
}
.list-menu-sumon-fixed li a {
  color: #fff;
  display: block;
  padding: 10px;
  width: 100%;
  font-weight: normal;
  font-weight: 600;
  font-size: 14px;
}
.list-menu-sumon-fixed li a:not(:only-child):after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px;
  position: relative;
  top: 4px;
  left: 4px;
}
.list-menu-sumon-fixed li ul {
  margin: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0%;
  padding: 0px 0;
  border-radius: 4px;
  z-index: 9999;
  min-width: 200px;
  background: white;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
}
.list-menu-sumon-fixed li ul li {
  display: block;
  width: 100%;
  background: white;
}
.list-menu-sumon-fixed li ul li a {
  color: #212121;
  font-weight: normal;
  font-size: 14px;
  padding: 8px 20px;
  transition: all 0.2s ease;
}
.list-menu-sumon-fixed li ul li a:not(:only-child):after {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-left: 7px;
}
.list-menu-sumon-fixed li ul li ul {
  left: 100% !important;
  top: 20px !important;
}
.mb_nav_logo_menu {
  padding: 10px 15px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 55px;
}
body.admin-bar .mb_nav_logo_menu {
  top: 46px;
}

.css_btn_menu {
  position: relative;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  outline: none;
  width: 22px;
  height: 18px;
  background: transparent;
  outline: none;
  border: none;
}
.css_btn_menu span {
  background: #000;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.css_btn_menu span:nth-of-type(2) {
  top: 6px;
}
.css_btn_menu span:nth-of-type(3) {
  top: 12px;
}
.css_btn_menu:focus {
  outline: none;
}
.css_btn_menu:hover {
  opacity: 0.7;
}
.css_btn_menu.active .top {
  transform: translateY(6px) translateX(0) rotate(45deg);
  background: #000;
}
.css_btn_menu.active .middle {
  opacity: 0;
  background: #000;
}
.css_btn_menu.active .bottom {
  transform: translateY(-6px) translateX(0) rotate(-45deg);
  background: #000;
}

.mb_wrap_menu {
  position: fixed;
  top: 55px;
  right: 100%;
  z-index: 1000;
  background: white;
  width: 100%;
  height: calc(100% - 55px);
  transition: right 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px 15px 30px 15px;
}
body.admin-bar .mb_wrap_menu {
  top: 101px;
  height: calc(100% - 55px - 46px);
}
.mb_wrap_menu.active {
  right: 0;
}

.mb_ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
}
.mb_ul li a {
  color: #242942;
  display: block;
  padding: 10px 0px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid rgb(239, 242, 245);
}
.mb_ul li .btn_fa_show_sub {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: transform 300ms;
  z-index: 1;
  opacity: 0.8;
  padding: 0px;
  margin: 0px;
  outline: none;
  background: none;
  border: none;
  border-radius: 0px;
}
.mb_ul li .btn_fa_show_sub i {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: transparent;
  border-radius: 50%;
}
.mb_ul li .btn_fa_show_sub:hover i {
  background: #EBEEF1;
  border-radius: 50%;
}
.mb_ul li .btn_fa_show_sub.active {
  transform: translateY(-50%) rotate(180deg);
}
.mb_ul li .btn_fa_show_sub.active i {
  background: #EBEEF1;
  border-radius: 50%;
}
.mb_ul li ul {
  list-style-type: none;
  padding-left: 15px;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.mb_ul li ul.active {
  max-height: 2000px;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.mb_ul2 {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
}
.mb_ul2 li.menu-item a {
  background-image: url(https://psmcvn.com/wp-content/uploads/2025/07/mui-khoan.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  padding: 18px 10px 18px 55px;
  background-position: top 10px left;
  font-size: 16px;
}
.mb_ul2 li.menu-item:nth-of-type(2) a {
  background-image: url(https://psmcvn.com/wp-content/uploads/2025/07/mui-khoan.svg);
}
.mb_ul2 li.menu-item:nth-of-type(3) a {
  background-image: url(https://psmcvn.com/wp-content/uploads/2025/07/mui-taro.svg);
}
.mb_ul2 li.menu-item:nth-of-type(4) a {
  background-image: url(https://psmcvn.com/wp-content/uploads/2025/07/mui-phay.svg);
}
.mb_ul2 li.menu-item:nth-of-type(5) a {
  background-image: url(https://psmcvn.com/wp-content/uploads/2025/07/ban-ren.svg);
}
.mb_ul2 li.menu-item:nth-of-type(6) a {
  background-image: url(https://psmcvn.com/wp-content/uploads/2025/07/duong-ren.svg);
}
.mb_ul2 li a {
  color: rgba(102, 102, 102, 0.85);
  display: block;
  padding: 10px 0px;
  position: relative;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid rgb(239, 242, 245);
}
.mb_ul2 li a:hover {
  color: #0029ff;
}
.mb_ul2 li .btn_fa_show_sub {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: transform 300ms;
  z-index: 1;
  opacity: 0.8;
  padding: 0px;
  margin: 0px;
  outline: none;
  background: none;
  border: none;
  border-radius: 0px;
}
.mb_ul2 li .btn_fa_show_sub i {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: transparent;
  border-radius: 50%;
}
.mb_ul2 li .btn_fa_show_sub:hover i {
  border-radius: 50%;
}
.mb_ul2 li .btn_fa_show_sub.active {
  transform: translateY(-50%) rotate(180deg);
}
.mb_ul2 li .btn_fa_show_sub.active i {
  border-radius: 50%;
}
.mb_ul2 li ul {
  list-style-type: none;
  padding-left: 15px;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.mb_ul2 li ul.active {
  max-height: 2000px;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.header_logo {
  height: 35px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px 30px;
}
.header-inner .site-title {
  font-size: 30px;
  font-weight: 600;
  color: #4353a5;
}
.header-inner .site-title .--text1, .header-inner .site-title .--text2 {
  color: #454545;
  font-size: 20px;
}

.p-btn-s1 {
  background: none;
  border: 1px solid #6c757d;
  color: #6c757d;
  border-radius: 100px 100px 100px 100px;
  padding: 10px 30px;
}

.p-btn-bar-s1 {
  border: none;
  outline: none;
  background: none;
  color: black;
  font-size: 23px;
}

.p-btn-bar-s2 {
  border: none;
  outline: none;
  background: none;
  color: black;
  font-size: 23px;
  padding: 5px 10px;
}

.p-btn-search-s1 {
  border: none;
  outline: none;
  background: none;
  color: #888;
  font-size: 18px;
}
.p-btn-search-s1:hover {
  color: black;
}

.div-mod-search-form-s1 {
  position: relative;
  display: flex;
}
.div-mod-search-form-s1 .div-mod-search-form-s1__input {
  border: 1px solid #ddd;
  background: none;
  border-radius: 0px;
  outline: none;
  padding: 5px 10px;
  width: 100%;
}
.div-mod-search-form-s1 .div-mod-search-form-s1__submit {
  background: none;
  outline: none;
  border: 1px solid #ddd;
  border-left-width: 0px;
  background: #0029ff;
  color: white;
}
.div-mod-search-form-s1 .div-mod-search-form-s1__submit:hover {
  opacity: 0.9;
}

.sc-breadcrum a {
  color: #636e72;
}

.rank-math-breadcrumb p * + * {
  margin-left: 7px;
}

.p-input-group-mod-s1 {
  background-color: rgb(239, 242, 245);
  color: #454545;
  border-radius: 8px !important;
  margin-left: 8px;
  outline: none;
  border: none;
  font-size: 14px;
}
.menu_search .p-input-group-mod-s1 {
  max-width: 180px;
  width: 100%;
}
.p-input-group-mod-s1 input[type=text] {
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  padding-right: 0px;
  color: #454545;
}
.p-input-group-mod-s1 input[type=text]::-webkit-input-placeholder {
  color: rgb(166, 176, 195);
}
.p-input-group-mod-s1 input[type=text]:-ms-input-placeholder {
  color: rgb(166, 176, 195);
}
.p-input-group-mod-s1 input[type=text]::placeholder {
  color: rgb(166, 176, 195);
}

.btn-submit-search {
  background: transparent;
  color: rgb(166, 176, 195);
  outline: none;
  border: none;
  width: 35px;
  transition: color 0.3s ease;
}
.btn-submit-search:hover {
  color: #454545;
}

.product-cate a {
  color: #212121;
  font-size: 20px;
  font-weight: bold;
}

.box-product .title a {
  color: #212121;
  font-size: 16px;
}
.div-the-con,
.div-the-con-2 {
  margin-bottom: 20px;
  color: #454545;
  font-size: 17px;
}
.div-the-con h1,
.div-the-con-2 h1 {
  font-size: 30px;
}
.div-the-con h2,
.div-the-con-2 h2 {
  font-size: 27px;
}
.div-the-con h3,
.div-the-con-2 h3 {
  font-size: 22px;
}
.div-the-con h2, .div-the-con h3, .div-the-con h4,
.div-the-con-2 h2,
.div-the-con-2 h3,
.div-the-con-2 h4 {
  font-weight: bold;
  font-style: normal;
}
.div-the-con table,
.div-the-con-2 table {
  border-collapse: collapse;
  width: 100%;
}
.div-the-con td, .div-the-con th,
.div-the-con-2 td,
.div-the-con-2 th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.div-the-con blockquote,
.div-the-con-2 blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 5px solid #0029ff;
  background: #f7f7f7;
}
.div-the-con img,
.div-the-con-2 img {
  height: auto !important;
  border-radius: 12px;
}
.div-the-con .wp-caption,
.div-the-con-2 .wp-caption {
  max-width: 100%;
}
.div-the-con .wp-caption-text,
.div-the-con-2 .wp-caption-text {
  margin-top: 10px;
  font-size: 13px;
  font-style: italic;
}
.div-the-con a,
.div-the-con-2 a {
  color: #0029ff;
}
.div-the-con a:hover,
.div-the-con-2 a:hover {
  color: rgb(0, 32.8, 204);
}

.div-cat a {
  display: inline-block;
  color: #454545;
}
.div-cat a:hover {
  color: #0029ff;
}

.div-tag a {
  display: inline-block;
  padding: 0 11px;
  font-size: 14px !important;
  line-height: 30px;
  border: 1px solid transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  transition: all 0.1s ease-in-out;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #454545;
  border-color: #454545;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-right: 3px;
}
.div-tag a:hover {
  color: white;
  background: #54616c;
  border-color: #54616c !important;
}

.p-item-post {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.p-item-post:last-child {
  border-bottom: 0px solid #eee;
}
.p-item-post__title {
  color: black;
  font-weight: bold;
  font-size: 16px;
}
.p-item-post__title:hover {
  color: #0029ff;
}
@media (max-width: 767px) {
  .p-item-post__title {
    font-size: 14px;
  }
}
.p-item-post__time {
  color: #aaa;
  font-size: 14px;
}
.p-item-post__des {
  font-size: 18px;
}

.p_loop_item_3:not(:last-child) {
  margin-bottom: 100px;
}
.p_loop_item_3 .__title,
.p_loop_item_3 .__title a {
  font-weight: bold;
  font-size: 40px;
  color: #454545;
  line-height: 1;
}
.p_loop_item_3 .__des {
  font-size: 20px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .p_loop_item_3:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.btn-cmt1 {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  transition: all 0.1s ease-in-out;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #767676;
  fill: currentColor;
  background-color: #fff;
  border-color: #d1d1d1;
  outline: none;
}
.btn-cmt1:hover {
  color: #111;
  fill: currentColor;
  border-color: #767676;
}
.btn-cmt1.btn-cmt1-left {
  text-align: left;
}
.btn-cmt1:focus {
  border-color: #d1d1d1;
  outline: none;
  box-shadow: none !important;
}

.comment {
  list-style: none;
  margin-left: 0;
  padding-bottom: 13px;
  border-bottom: 1px dashed #ededed;
  margin-bottom: 21px;
}

.comment-list ul.children {
  padding-left: 60px;
}

.comment-list {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}

.comment-author-img {
  flex-basis: 50px;
  max-width: 50px;
  width: 100%;
  vertical-align: top;
}
.comment-author-img img {
  border: 1px solid #eee;
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
}
@media (max-width: 480px) {
  .comment-author-img img {
    width: 30px !important;
    height: 30px !important;
  }
}
@media (max-width: 480px) {
  .comment-author-img {
    flex-basis: 30px;
    max-width: 30px;
  }
}

.comment-right {
  flex-basis: calc(100% - 50px);
  max-width: calc(100% - 50px);
  vertical-align: top;
  padding-left: 10px;
}
@media (max-width: 480px) {
  .comment-right {
    flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}

.single-reply:before,
.single-reply:after {
  content: "";
  display: table;
  clear: both;
}

.single-reply {
  display: flex;
}

.comment-author-name {
  font-size: 16px;
  font-weight: bold;
}

.comment-email {
  font-size: 12px;
  line-height: 1;
  color: #b4b4b4;
  padding-left: 5px;
}

.comment-time {
  font-size: 12px;
  line-height: 1;
  color: #b4b4b4;
  padding-left: 5px;
}

.comment-text {
  font-size: 16px;
}

.comment-reply a {
  color: #b4b4b4;
}

.comment-reply-title small {
  font-size: 14px;
  font-weight: 400;
}

.comment-reply-title {
  font-size: 23px;
  font-weight: bold;
}

.productlist-heading {
  font-size: 20px;
  background-color: #4353a5;
  color: #fff;
  padding: 16px;
  border-radius: 8px 8px 0 0;
}

.sidebar-blog {
  margin-bottom: 15px;
}
.sidebar-blog ul {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}
.sidebar-blog ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
}
.sidebar-blog ul li a {
  color: #454545;
  display: inline-block;
}
.sidebar-blog ul li a:hover {
  color: #0029ff;
}
.sidebar-blog ul li:last-child {
  border-width: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.sidebar-blog select {
  width: 100%;
  max-width: 100%;
  padding: 5px;
}

.wg-title {
  font-size: 18px;
  font-weight: 700;
  color: #54616c;
}

.tagcloud a {
  display: inline-block;
  padding: 0 11px;
  font-size: 14px !important;
  line-height: 30px;
  border: 1px solid transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  transition: all 0.1s ease-in-out;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #454545;
  border-color: #454545;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-right: 3px;
}
.tagcloud a:hover {
  color: white;
  background: #54616c;
  border-color: #54616c !important;
}

.screen-reader-text {
  display: none;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
}

#wp-calendar thead {
  font-size: 14px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}

#wp-calendar tbody {
  color: #aaa;
}

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}

#wp-calendar tbody td:hover,
#wp-calendar tbody td#today {
  background: #fff;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  text-transform: uppercase;
  padding-top: 10px;
}

/* ------------------------------------------------------- */
/* ------------------- pagination -------------------------- */
/* ------------------------------------------------------- */
.div-pagination ul.page-numbers {
  padding: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
  justify-content: center;
}
.div-pagination ul.page-numbers li a, .div-pagination ul.page-numbers li span {
  color: #454545;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.div-pagination ul.page-numbers li a:hover, .div-pagination ul.page-numbers li span:hover {
  border-color: #0029ff;
  color: #0029ff;
}
.div-pagination ul.page-numbers li span:not(.dots) {
  cursor: default;
  color: #0029ff;
}
.div-pagination ul.page-numbers li:first-child a, .div-pagination ul.page-numbers li:first-child span {
  margin-left: 0px;
}
.div-pagination ul.page-numbers li:last-child a, .div-pagination ul.page-numbers li:last-child span {
  margin-right: 0px;
}

.footer-wrapper {
  z-index: 1000;
  position: relative;
}

.footer-address h2 {
  color: #fff;
  font-size: 18px;
}

.footer-links a {
  color: #fff;
}
.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.top_footer {
  border-top: 1px solid #edeff0;
  background: #f7f9fa;
  color: #54616c;
}

.bottom_footer {
  background: #000;
  color: #fff;
}

.wrap-404 .__title {
  font-size: 120px;
  margin: 15px 0px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .wrap-404 .__title {
    font-size: 70px;
  }
}
.wrap-404 .__des {
  font-size: 32px;
}
.wrap-404 .__btn {
  border: 4px solid #0029ff;
  color: #0e0620;
  padding: 8px 50px;
  border-radius: 30px;
  letter-spacing: 2px;
  transition: 0.2s ease;
  font-weight: bold;
  background: #0029ff;
  color: white;
}
.wrap-404 .__btn:hover {
  background: transparent;
  color: #0e0620;
}

.archive .__title {
  font-weight: bold;
  font-size: 60px;
}
@media (max-width: 991px) {
  .archive .__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .archive .__title {
    font-size: 32px;
  }
}
.archive .__con {
  font-size: 20px;
}
@media (max-width: 991px) {
  .archive .__con {
    font-size: 18px;
  }
}

.fp_item {
  margin-bottom: 10px;
}
.fp_item + .fp_item {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.fp_item .__title {
  font-size: 18px;
}
@media (max-width: 991px) {
  .fp_item .__title {
    font-size: 14px;
  }
}

.p_mod_menu_primary {
  display: flex;
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0px;
}
.p_mod_menu_primary li a {
  line-height: 45px;
  height: 45px;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
  padding: 0;
  color: #1b2432;
  padding: 0px 25px;
}
.p_mod_menu_primary li a:hover {
  background: transparent;
  color: #0fa54a;
  border-top: 2px solid #0fa54a;
  font-weight: 600;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #0fa54a;
}
@media (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
}

.pd-gallery-top .swiper-button-next.swiper-button-white, .pd-gallery-top .swiper-button-prev.swiper-button-white {
  color: #ddd;
  opacity: 0;
}
.pd-gallery-top:hover .swiper-button-next.swiper-button-white, .pd-gallery-top:hover .swiper-button-prev.swiper-button-white {
  opacity: 1;
}

.pd-gallery-thumbs.swiper-container .swiper-slide {
  opacity: 0.3;
  cursor: pointer;
}
.pd-gallery-thumbs.swiper-container .swiper-slide .p-img-pt {
  border: 2px solid transparent;
}
.pd-gallery-thumbs.swiper-container .swiper-slide .p-img-pt img {
  object-fit: contain;
}
.pd-gallery-thumbs.swiper-container .swiper-slide:hover {
  opacity: 0.8;
}
.pd-gallery-thumbs.swiper-container .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.pd-gallery-thumbs.swiper-container .swiper-slide.swiper-slide-thumb-active .p-img-pt {
  border: 2px solid #eee;
}

.mod_search_form .p-input-group-mod-s1 {
  margin-left: 0px;
}
.mod_search_form input[type=text] {
  border: none !important;
  border-top-right-radius: none !important;
  border-bottom-right-radius: none !important;
  box-shadow: none;
}
.mod_search_form input[type=text]:hover, .mod_search_form input[type=text]:focus {
  border: none;
  border-top-right-radius: none !important;
  border-bottom-right-radius: none !important;
  box-shadow: none;
}
.mod_search_form .btn-submit-search {
  margin: 0px;
  background: transparent;
}
.mod_search_form .btn-submit-search i {
  margin-left: -5px;
}

@media (max-width: 876px) {
  .off-canvas-right.dark .mfp-content, .off-canvas-left.dark .mfp-content {
    background-color: white;
  }
}

/*# sourceMappingURL=style.css.map */
