/*
Theme Name: UniTheme
Theme URI: 
Author: Quang Hoa
Author URI: 
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shtheme
Tags: 

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
## Sidebar - Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
## Layout construct
## Shortcode
## Footer
## Menu Mobile
## Custom css
## Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  color: #333333;
}

a {
  color: #00A7BC;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  color: #00A7BC;
}
a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.site-boxed {
  max-width: 1140px;
  margin: 0 auto;
}
.site-boxed .container {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-title, .site-description {
  font-size: 0;
  margin: 0;
}

.site-header.header-banner #showmenu {
  right: 15px;
}
.site-header.header-logo .logo img {
  margin: 10px 0;
}
@media (min-width: 992.98px) {
  .site-header.header-logo-style2 .logo {
    padding-left: 60px;
  }
}
.home .site-header.header-logo-style2 .logo {
  padding-left: 0;
}
.site-header.header-logo-style2 .logo img {
  margin: 10px 0;
}
.site-header .header-content {
  position: relative;
}
.site-header .header-content .search-head .dgwt-wcas-search-form {
  padding: 3.44px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  background: #FFF;
}
.site-header .header-content .search-head .dgwt-wcas-search-input {
  border: 0;
  height: 34px;
}
.site-header .header-content .search-head .dgwt-wcas-search-input::-webkit-input-placeholder {
  font-style: normal;
}
.site-header .header-content .search-head .dgwt-wcas-search-input:-ms-input-placeholder {
  font-style: normal;
}
.site-header .header-content .search-head .dgwt-wcas-search-input::-ms-input-placeholder {
  font-style: normal;
}
.site-header .header-content .search-head .dgwt-wcas-search-input::placeholder {
  font-style: normal;
}
.site-header .header-content .search-head .dgwt-wcas-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  text-indent: -9999px;
  min-width: 34px;
  width: 34px;
  cursor: pointer;
  height: 34px;
  border-radius: 5px;
}
.site-header .header-content .search-head .dgwt-wcas-search-submit:before {
  display: none !important;
}
.site-header .contact-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header .contact-header > div:not(:first-child) {
  margin-left: 20px;
}
.site-header .support-header a {
  color: #FFF;
}
.site-header .support-header a i {
  margin-right: 7px;
}
.site-header .phone-header {
  color: #FFF;
}
.site-header .phone-header i {
  margin-right: 7px;
}

/*--------------------------------------------------------------
# Main Navigation
--------------------------------------------------------------*/
.main-navigation ul {
  padding: 0;
  margin: 0;
}
.main-navigation ul.menu li {
  position: relative;
  display: block;
}
.main-navigation ul.menu li a {
  font-size: 14px;
  color: #333333;
  display: block;
  white-space: nowrap;
  padding: 8px 20px 8px 8px;
  font-weight: normal;
}
.main-navigation ul.menu > li {
  float: left;
}
.main-navigation ul.menu > li > a {
  font-size: 15px;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
}
.main-navigation ul.menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 20px !important;
}
.main-navigation ul.menu > li.menu-item-has-children > a:after {
  content: '';
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  top: -4px;
  bottom: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 6px;
  left: auto;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.main-navigation ul.menu > li.menu-item-has-children:hover > a:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-navigation ul.menu > li.has-megamenu {
  position: static;
}
.main-navigation ul.menu > li.has-megamenu ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}
.main-navigation ul.menu > li.has-megamenu ul.sub-menu li {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.main-navigation ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.main-navigation ul ul {
  background-color: #fff;
  border-top: 2px solid #00A7BC;
  min-width: 210px;
  left: 0;
  position: absolute;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.main-navigation ul ul li a {
  border-bottom: 1px solid #f2f2f2;
}
.main-navigation ul ul li:last-child a {
  border-bottom: none;
}
.main-navigation ul ul li.menu-item-has-children > a:before {
  float: right;
  margin-right: -14px;
  line-height: 22px;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
}
.main-navigation ul ul li ul {
  position: absolute;
  left: 80%;
  top: -2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.main-navigation ul ul li ul li {
  width: 100%;
  opacity: 1;
}
.main-navigation ul ul li:hover > ul {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.main-navigation ul.menu > li > a:hover,
.main-navigation ul.menu > li.current-menu-item > a,
.site-header.logo-left .main-navigation ul.menu > li > a:hover,
.site-header.logo-left .main-navigation ul.menu > li.current-menu-item > a,
.main-navigation ul.menu ul > li > a:hover,
.main-navigation ul.menu ul > li.current-menu-item > a,
.site-header.logo-left .main-navigation ul.menu ul > li > a:hover,
.site-header.logo-left .main-navigation ul.menu ul > li.current-menu-item > a {
  color: #00A7BC !important;
}

.site-header.header-banner .main-navigation, .site-header.header-logo-style2 .main-navigation {
  background: #00A7BC;
}

.site-header.header-logo .main-navigation {
  background: none;
}
.site-header.header-logo .main-navigation ul.menu {
  float: right;
}
.site-header.header-logo .main-navigation ul.menu > li {
  margin-right: 30px;
}
.site-header.header-logo .main-navigation ul.menu > li:last-child {
  margin-right: 0;
}
.site-header.header-logo .main-navigation ul.menu > li > a {
  color: #333333;
  padding: 0;
  line-height: 80px;
  height: 80px;
}

.sectionSlide-wrap--topSlide {
  border-bottom: 1px solid #dbdbdb;
}
.sectionSlide-wrap--topSlide h2.category-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  color: #333333;
}
.sectionSlide-wrap--topSlide h2.category-title i {
  font-size: 16px;
  color: #FF5692;
  margin-right: 10px;
}

.nav-vertical .nav-block {
  padding-left: 10px;
}
.nav-vertical .nav-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-vertical .nav-block ul#primary-menu {
  position: relative;
}
.nav-vertical .nav-block ul#primary-menu > li:not(:last-child) {
  border-bottom: 1px dashed #dbdbdb !important;
}
.nav-vertical .nav-block ul#primary-menu > li > a {
  height: 40px;
  line-height: 40px;
}
.nav-vertical .nav-block ul#primary-menu > li > a img {
  margin-right: 10px;
}
.nav-vertical .nav-block ul li {
  padding: 6px 0px;
  position: initial;
  text-transform: uppercase;
}
.nav-vertical .nav-block ul li.menu-item-has-children > a {
  position: relative;
}
.nav-vertical .nav-block ul li.menu-item-has-children > a:after {
  content: '\f101';
  font-family: 'Font Awesome 5 Pro';
  float: right;
  margin-right: 10px;
}
.nav-vertical .nav-block ul li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 9;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
  z-index: 999999;
}
.nav-vertical .nav-block ul li .sub-menu li {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}
.nav-vertical .nav-block ul li.no-mega {
  position: relative;
}
.nav-vertical .nav-block ul li.no-mega .sub-menu {
  min-width: 250px;
}
.nav-vertical .nav-block ul li.no-mega .sub-menu li {
  padding: 5px 10px !important;
}
.nav-vertical .nav-block ul li.mega-menu .sub-menu {
  width: calc(100% + 100% + 100% + 100% - 106px);
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  position: absolute;
  top: 0;
  left: 100%;
  list-style: none;
  height: 100%;
}
.nav-vertical .nav-block ul li.mega-menu .sub-menu > li {
  width: 100%;
  padding: 5px !important;
}
.nav-vertical .nav-block ul li.mega-menu.grid-5 > .sub-menu > li {
  -webkit-column-count: 5;
  column-count: 5;
}
.nav-vertical .nav-block ul li.mega-menu.grid-4 > .sub-menu {
  -webkit-column-count: 4;
  column-count: 4;
}
.nav-vertical .nav-block ul li.mega-menu.grid-3 > .sub-menu {
  -webkit-column-count: 3;
  column-count: 3;
}
.nav-vertical .nav-block ul li.mega-menu.grid-2 > .sub-menu {
  -webkit-column-count: 2;
  column-count: 2;
}
.nav-vertical .nav-block ul li.no-mega:hover > .sub-menu {
  display: block;
}
.nav-vertical .nav-block ul li.mega-menu:hover .sub-menu {
  display: block;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.heading {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #00A7BC;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  border-bottom: 3px solid #f2f2f2;
  position: relative;
}
.heading a:not(.cat-more), .heading span {
  position: relative;
  display: inline-block;
  background: #00A7BC;
  color: #FFF;
  padding: 0px 30px 0px 10px;
  height: 40px;
  line-height: 40px;
}
.heading a:not(.cat-more):before, .heading span:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f0fe';
  margin-right: 10px;
  font-weight: bold;
}
.heading a:not(.cat-more):after, .heading span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0px;
  right: -55px;
  width: 60px;
  height: 40px;
  background: url("lib/images/shadow.png") right center no-repeat;
}
.heading .cat-more {
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}
.heading .cat-more:hover {
  color: #333333;
}

.page-title, h1.entry-title {
  margin: 0 0 15px 0;
  font-size: 18px;
  color: #00A7BC;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
  border-bottom: 3px solid #f2f2f2;
}
.single .page-title, .single h1.entry-title {
  text-transform: initial;
  font-weight: 400;
}
.page-title span, h1.entry-title span {
  position: relative;
  display: inline-block;
  color: #00A7BC;
  padding: 0 0 8px 0;
}
.page-title span:after, h1.entry-title span:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00A7BC;
}

.page-title-bar {
  padding: 20px 0 10px 0;
  margin-bottom: 20px;
}
.page-title-bar .title {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 0;
}

.wtb-breadcrumb {
  background: #FFF;
  margin-bottom: 10px;
}
.wtb-breadcrumb .rank-math-breadcrumb {
  padding: 10px 0;
  background: none;
  color: #333333;
}
.wtb-breadcrumb .rank-math-breadcrumb p {
  margin-bottom: 0px;
}

#back-top {
  margin: 0;
}
#back-top a {
  display: block;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
#back-top span {
  background: #00A7BC url(lib/images/top.png) no-repeat center 50%;
  background-size: 25px;
  border-radius: 5px;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 110px;
  right: 26px;
  z-index: 9;
  opacity: .5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#back-top span:hover {
  opacity: 1;
}

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-sm-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.wpcf7 label {
  font-weight: 500;
  display: block;
}

.wpcf7 div.wpcf7-validation-errors {
  margin: 32px 0 16px;
}

.wpcf7 span.wpcf7-not-valid-tip {
  margin: 5px 0;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: none;
}

div.wpcf7-response-output {
  padding: 12px 20px;
}

.page_nav {
  text-align: center;
  margin-bottom: 20px;
}
.page_nav * {
  display: inline-block;
  padding: 3px 10px;
  background: #FFF;
  border: 1px solid #00A7BC;
  margin: 0;
}
.page_nav .current, .page_nav .page-numbers:hover {
  background: #00A7BC;
  color: #FFF;
}

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

.wpcf7 .form-group {
  margin-bottom: 15px;
}
.wpcf7 .form-control {
  height: 34px;
  font-size: 14px;
  border-radius: 0;
}
.wpcf7 .btn {
  min-width: 110px;
  border-radius: 0;
  border-color: #00A7BC;
  background-color: #00A7BC;
  color: #fff;
}
.wpcf7 .btn:hover {
  background-color: #00A7BC;
  border-color: #00A7BC;
}
.wpcf7 textarea.form-control {
  height: 160px;
  border-radius: 0;
}

/*--------------------------------------------------------------
## Css Scrollbar
--------------------------------------------------------------*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #807d7d;
  border-radius: 8px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.content-sidebar-wrap:before, .content-sidebar-wrap:after {
  clear: both;
  display: table;
  content: " ";
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Sidebar - Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 24px;
}
.sidebar .widget {
  margin: 0 0 30px 0;
  background: #FFF;
}
.sidebar .widget .widget-title {
  font-size: 15px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 10px;
  margin: 0;
  border-bottom: 1px solid #eee8e8;
}
.sidebar .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget select {
  max-width: 100%;
}

/* Widget Custom Menu */
.widget_nav_menu ul li {
  position: relative;
  padding: 9px 10px;
}
.sidebar .widget_nav_menu ul li {
  padding: 5px 10px;
}
.widget_nav_menu ul li a {
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: #333333;
  position: relative;
  text-transform: uppercase;
}
.widget_nav_menu ul li a img {
  margin-right: 8px;
}
.widget_nav_menu ul li.current-menu-item a {
  color: #00A7BC;
}
.widget_nav_menu ul li.menu-item-has-children ul {
  display: none;
  padding: 6px 0 6px 0;
}
.widget_nav_menu ul li.menu-item-has-children ul li {
  padding: 6px 0 0 16px !important;
}
.sidebar .widget_nav_menu ul li.menu-item-has-children ul li {
  padding: 6px 0 6px 38px !important;
}
.sidebar .widget_nav_menu ul li.menu-item-has-children ul li a {
  position: relative;
}
.sidebar .widget_nav_menu ul li.menu-item-has-children ul li a:before {
  content: '\f101';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: -16px;
  top: 1px;
  font-size: 11px;
}
.widget_nav_menu ul li.menu-item-has-children .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 39.8px;
  height: 39.8px;
  cursor: pointer;
  text-align: center;
  line-height: 25px;
  color: #333333;
  background: rgba(0, 167, 188, 0.5);
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.sidebar .widget_nav_menu ul li.menu-item-has-children .arrow {
  width: 47px;
  height: 47px;
}
.sidebar .widget_nav_menu ul li.menu-item-has-children .arrow:before {
  top: 12px;
  left: 17px;
}
.widget_nav_menu ul li.menu-item-has-children .arrow:before {
  content: '\f067';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 8px;
  left: 15px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  color: #FFF;
}
.widget_nav_menu ul li.open > .arrow:before {
  content: '\f068';
}
.widget_nav_menu ul li:hover > a {
  color: #00A7BC;
}
.widget_nav_menu ul.menu > li:not(:last-child) {
  border-bottom: 1px solid #eee8e8;
}

.site-footer .widget_nav_menu ul li {
  border-bottom: 0 !important;
}
.site-footer .widget_nav_menu ul > li.menu-item-has-children > a {
  padding: 3px 0;
  color: #666;
}
.site-footer .widget_nav_menu ul > li.menu-item-has-children .arrow {
  width: 34px;
  height: 34px;
  background: transparent;
}
.site-footer .widget_nav_menu ul > li.menu-item-has-children .arrow:before {
  color: #00A7BC;
  top: 5px;
  left: initial;
  right: 1px;
}

/* Widget Search */
.search-form {
  position: relative;
}
.search-form label {
  width: 100%;
  margin-bottom: 0;
}
.search-form input[type=search], .search-form input[type=submit] {
  height: 29px;
  outline: none;
  border: none;
}
.search-form input[type=search] {
  width: 100%;
  background: none;
  color: #333333;
  font-weight: normal;
  padding: 4px 39px 4px 10px;
}
.search-form input[type=search]::-webkit-input-placeholder, .search-form input[type=search]::-moz-placeholder, .search-form input[type=search]:-ms-input-placeholder, .search-form input[type=search]:-moz-placeholder {
  color: #333333;
}
.search-form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url(lib/images/btsearch.png) center center no-repeat;
  text-indent: -9999px;
  width: 29px;
  cursor: pointer;
}
.sidebar .search-form {
  padding: 4px 12px;
  background: #176fc8;
  overflow: hidden;
}
.site-header .search-form {
  position: absolute;
  top: 6px;
  right: 5px;
  z-index: 9;
  width: 200px;
  border-radius: 3px;
  background: #FFF;
  overflow: hidden;
}
.site-header .search-form input[type=search] {
  color: #333333;
}
.not-found .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.not-found .search-form label {
  -webkit-box-flex: 1 !important;
      -ms-flex: auto !important;
          flex: auto !important;
  margin-right: 8px;
}
.not-found .search-form input[type=search] {
  color: #333333;
  height: 34px;
  padding: 4px 10px;
  border: 1px solid #d1d5da;
  border-radius: 3px;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075);
          box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075);
}
.not-found .search-form input[type=search]::-webkit-input-placeholder, .not-found .search-form input[type=search]::-moz-placeholder, .not-found .search-form input[type=search]:-ms-input-placeholder, .not-found .search-form input[type=search]:-moz-placeholder {
  color: #333333;
}
.not-found .search-form input[type=submit] {
  font-size: 14px;
  height: 34px;
  position: static;
  background: none;
  text-indent: 0;
  width: auto;
  cursor: pointer;
  padding: 6px 12px;
  background-color: #eff3f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafbfc), color-stop(90%, #eff3f6));
  background-image: linear-gradient(-180deg, #fafbfc, #eff3f6 90%);
  border: 1px solid rgba(27, 31, 35, 0.2);
  border-radius: 4px;
}

/* Widget Recent Posts */
.sidebar .widget_recent_entries ul li {
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
}
.sidebar .widget_recent_entries ul li:last-child {
  border-bottom: none;
}
.sidebar .widget_recent_entries ul li .post-date {
  display: block;
}

/* Widget Recent Posts */
.widget .list-post-item {
  padding: 10px !important;
}
.widget .list-post-item li {
  margin-bottom: 10px;
}
.widget .list-post-item li:last-child {
  margin-bottom: 0;
}
.widget .list-post-item .post:after {
  clear: both;
}
.widget .list-post-item .alignleft {
  width: 90px;
  height: 75px;
  margin-right: 10px;
}
.widget .list-post-item .alignleft img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget .list-post-item .alignright {
  width: 90px;
  height: 75px;
  margin-left: 10px;
}
.widget .list-post-item .alignright img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget .list-post-item .aligncenter {
  text-align: center;
}
.widget .list-post-item h3 {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.widget .list-post-item h3 a {
  color: inherit;
}

/* Widget Support */
@media (min-width: 1200px) {
  .widget_supports .list-supporter {
    padding-top: 190px;
    background-image: url(lib/images/bg-support.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
  }
}
.widget_supports .list-supporter .email {
  padding: 5px 10px;
  font-weight: 600;
  line-height: 20px;
}
.widget_supports .phone {
  font-size: 20px;
  color: #ff0000;
  font-weight: bold;
}
.widget_supports .support-style-1 {
  background-color: #FFF;
}
.widget_supports .support-style-1 .supporter {
  padding: 0 10px 10px 10px;
}
.widget_supports .support-style-1 li {
  padding: 5px 0;
  font-size: 14px;
  color: #333333;
  border-top: 1px solid #333;
}
.widget_supports .support-style-1 li:first-child {
  border-top: none;
}
.widget_supports .support-style-1 li:last-child {
  border-bottom: none;
}
.widget_supports .support-style-1 i {
  width: 22px;
  margin-right: 12px;
}
.widget_supports .support-style-2 .supporter {
  margin: 0 8px;
  padding: 5px 8px 5px 50px;
  border-top: 1px solid #dddddd;
  background: url(lib/images/ic-phone.png) 7px 10px no-repeat;
  position: relative;
}
.widget_supports .support-style-2 .supporter:first-child {
  border-top: none;
}
.widget_supports .support-style-2 .name {
  font-weight: 600;
}
.widget_supports .support-style-2 .skype {
  position: absolute;
  right: 7px;
  bottom: 10px;
  z-index: 1;
}
.widget_supports .support-style-2 .email a {
  color: #333333;
}
.widget_supports .support-style-3 .supporter:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
}
.widget_supports .support-style-3 ul {
  position: relative;
  padding: 8px 10px;
}
.widget_supports .support-style-3 .name {
  font-size: 12px;
  color: #333333;
}
.widget_supports .support-style-3 .phone {
  line-height: 24px;
}
.widget_supports .support-style-3 .social {
  position: absolute;
  bottom: 10px;
  right: 8px;
  z-index: 1;
}
.widget_supports .support-style-3 .social a {
  display: inline-block;
  margin-left: 4px;
}

/* Widget Slider Products */
.sidebar .content-feature-page, .sidebar .slider-products {
  padding: 10px 10px 0 10px;
}

.item-product-slide {
  overflow: hidden;
  margin-bottom: 15px;
}
.item-product-slide:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.item-product-slide .alignleft, .item-product-slide .alignright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  background: #FFF;
}
.item-product-slide .alignleft > div, .item-product-slide .alignright > div {
  width: 100%;
}
.item-product-slide .alignleft {
  margin-right: 15px;
}
.item-product-slide .alignright {
  margin-left: 15px;
}
.item-product-slide .alignnone img {
  margin: 0 auto 10px;
}
.item-product-slide h3 {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.item-product-slide h3 a {
  color: #333333;
}
.item-product-slide .price {
  font-weight: bold;
  color: #ff0000;
  margin: 0;
}
.item-product-slide .price .text_price, .item-product-slide .price .badge {
  display: none;
}
.item-product-slide .price ins, .item-product-slide .price del {
  display: block;
  text-decoration: none;
}
.item-product-slide .price ins {
  margin-right: 0;
}
.item-product-slide .price del {
  text-decoration: line-through;
  font-weight: normal;
  color: #666666;
}
.item-product-slide.slick-slide img {
  width: auto;
  display: inline-block;
  max-height: 100px;
  max-width: 100px;
}

/* Widget Slider Posts */
.sidebar .widget_listpost_widget ul {
  padding: 20px 10px;
  background: #fafafa;
}

/* Slick Slider */
html .slick-slider.slick-carousel {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
html .slick-slider.slick-carousel.slick-dotted {
  padding-bottom: 40px;
  margin-bottom: 0;
}
html .slick-slider .slick-slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
html .slick-slider .slick-slide, html .slick-slider .slick-slide a {
  outline: none;
}
html .slick-slider .slick-arrow {
  z-index: 1;
}
html .slick-slider .slick-arrow:before {
  font-family: 'Font Awesome 5 Pro';
  color: #00A7BC;
  opacity: 1;
}
html .slick-slider .slick-arrow.slick-next {
  right: -15px;
}
html .slick-slider .slick-arrow.slick-next:before {
  content: "\f054" !important;
}
html .slick-slider .slick-arrow.slick-prev {
  left: -15px;
}
html .slick-slider .slick-arrow.slick-prev:before {
  content: "\f053" !important;
}
@media (max-width: 575.5008px) {
  html .slick-slider .slick-prev {
    left: 5px;
  }
  html .slick-slider .slick-next {
    right: 5px;
  }
}
html .slick-slider .slick-dots {
  bottom: 10px;
}
html .slick-slider .slick-dots li {
  margin: 0;
}
html .slick-slider .slick-dots li button:before {
  font-size: 14px;
  color: #d8d8d8;
}
html .slick-slider .slick-dots li.slick-active button:before {
  color: #00A7BC;
  opacity: 1;
}

/* Widget Featured Page */
.widget_featuredpage .entry-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
.widget_featuredpage .entry-title a {
  color: #00A7BC;
}
.widget_featuredpage .alignleft, .widget_featuredpage .alignright {
  width: 30%;
}
.widget_featuredpage .alignleft {
  margin-right: 10px;
}
.widget_featuredpage .alignright {
  margin-left: 10px;
}
.widget_featuredpage p {
  font-size: 13px;
  text-align: justify;
}

/* Widget Information */
.widget_information li {
  padding: 3px 0 3px 22px;
  position: relative;
}
.widget_information li i {
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  text-align: center;
}
.widget_information li.label-company {
  padding-left: 0;
  padding-top: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.widget_information li.label-company i {
  display: none;
}

/* Widget Social */
.widget_social ul {
  margin: 0;
  padding: 0;
}
.widget_social ul li {
  display: block;
  margin-bottom: 10px;
}
.widget_social ul li:last-child {
  margin-bottom: 0;
}
.widget_social ul li a {
  font-size: 1rem;
  display: inline-block;
  color: #333;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.widget_social ul li a span {
  color: #333333;
  margin-left: 10px;
}
.widget_social ul li a:hover {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.widget_social ul li.icon_facebook a {
  color: #3b5999;
}
.widget_social ul li.icon_twitter a {
  color: #55acee;
}
.widget_social ul li.icon_youtube a {
  color: #cd201f;
}
.widget_social ul li.icon_linkedin a {
  color: #0077B5;
}
.widget_social ul li.icon_pinterest a {
  color: #bd081c;
}
.widget_social ul li.icon_instagram a {
  color: #e4405f;
}

/* Widget Tag Cloud */
.tagcloud a {
  font-size: 14px !important;
  display: inline-block;
  border: 1px solid #00A7BC;
  margin: 0 3px 5px 0;
  padding: 2px 5px;
  border-radius: 3px;
  color: #00A7BC;
}
.tagcloud a:hover {
  background: #00A7BC;
  color: #FFF;
}

/* Slider */
.carousel-slider {
  margin-bottom: 20px;
}
.carousel-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
}
.carousel-slider .carousel-control-arrow {
  width: 40px;
  height: 60px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  bottom: initial;
}
.carousel-slider .carousel-control-arrow.carousel-control-prev {
  left: 30px;
}
.carousel-slider .carousel-control-arrow.carousel-control-next {
  right: 30px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 30px;
}

.byline, .updated:not(.published) {
  display: none;
}

.single .byline, .group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 30px;
}

.single .hentry {
  margin-bottom: 15px;
}
.single .site-main article.post > .entry-content {
  line-height: 1.8;
  margin-bottom: 20px;
}
.single .entry-content table tr td {
  padding: 8px;
  line-height: 1.42857143;
}

.entry-meta {
  font-size: 13px;
  margin-bottom: 10px;
}
.entry-meta span {
  color: #747474;
  display: inline-block;
  margin-right: 10px;
}
.entry-meta span i {
  color: #747474;
}

.socials-share {
  padding: 14px 0 14px 0;
  margin-bottom: 20px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.socials-share .fb_iframe_widget {
  position: relative;
}

.post-next-prev {
  border-bottom: 1px solid #ebebeb;
  margin: 20px 0;
}
.post-next-prev .post-next-prev-content span {
  display: block;
  font-size: 12px;
  color: #c1c1c1;
  margin-bottom: 7px;
}
.post-next-prev .post-next-prev-content a {
  display: block;
  color: #222;
  margin-bottom: 20px;
}

.related-posts {
  margin-bottom: 30px;
}
.related-posts .related-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.related-posts ul {
  padding-left: 0;
  list-style-position: inside;
}
.related-posts ul li {
  margin-bottom: 5px;
}
.related-posts ul li a {
  color: #333333;
}

.sidebar .widget_nav_menu ul li a:hover, .post-next-prev-content a:hover,
.related-posts ul li a:hover, .item-product-slide h3 a:hover,
.widget .list-post-item h3 a:hover, .new-list article .more-link {
  color: #00A7BC;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 24px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 12.92px 0;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 24px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Account
--------------------------------------------------------------*/
.FormAccount .is-relative {
  position: relative;
}
.FormAccount .is-absolute {
  position: absolute;
  top: 8px;
  right: 10px;
}
.FormAccount .form-control {
  border-radius: 0;
}
.FormAccount .btn {
  border-radius: 0;
}
.FormAccount .form-text {
  margin-bottom: 10px;
}
.FormAccount .submit_button {
  background: #00A7BC;
  color: #FFF;
}
.FormAccount .btn-warning {
  color: #fff;
}
.FormAccount .error {
  margin-top: 10px;
}
.FormAccount .ui-datepicker {
  z-index: 9999 !important;
  background: #FFF;
  padding: 15px;
  border: 1px solid #dedede;
}
.FormAccount .ui-datepicker .ui-datepicker-header {
  text-align: center;
}
.FormAccount .ui-datepicker .ui-datepicker-header a {
  margin: 0 4px 2px;
  cursor: pointer;
}
.FormAccount .ui-datepicker .ui-datepicker-title {
  text-align: center;
}
.FormAccount .ui-datepicker .ui-datepicker-title select {
  margin: 2px 4px;
}
.FormAccount .ui-datepicker .ui-datepicker-calendar thead th {
  padding: 5px;
}

/*--------------------------------------------------------------
## Layout construct 
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .content-sidebar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
  .sidebar-left-right .content-sidebar-wrap, .sidebar-left-left .content-sidebar-wrap, .sidebar-right-right .content-sidebar-wrap {
    margin-left: -5px;
    margin-right: -5px;
  }
  .content-sidebar-wrap .site-main, .content-sidebar-wrap .sidebar {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sidebar-left-right .content-sidebar-wrap .site-main, .sidebar-left-left .content-sidebar-wrap .site-main, .sidebar-right-right .content-sidebar-wrap .site-main, .sidebar-left-right .content-sidebar-wrap .sidebar, .sidebar-left-left .content-sidebar-wrap .sidebar, .sidebar-right-right .content-sidebar-wrap .sidebar {
    padding-left: 5px;
    padding-right: 5px;
  }
  .no-sidebar .content-sidebar-wrap .site-main, .page-template-page-fullwidth .content-sidebar-wrap .site-main, .home .content-sidebar-wrap .site-main {
    -ms-flex: 0 0 100% !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .sidebar-left .content-sidebar-wrap .site-main, .sidebar-right .content-sidebar-wrap .site-main, .page-template-page-left-sidebar .content-sidebar-wrap .site-main, .page-template-page-right-sidebar .content-sidebar-wrap .site-main {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .sidebar-left-right .content-sidebar-wrap .site-main, .sidebar-left-left .content-sidebar-wrap .site-main, .sidebar-right-right .content-sidebar-wrap .site-main {
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .sidebar-right .content-sidebar-wrap .site-main, .sidebar-right-right .content-sidebar-wrap .site-main, .page-template-page-right-sidebar .content-sidebar-wrap .site-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sidebar-left .content-sidebar-wrap .site-main, .sidebar-left-right .content-sidebar-wrap .site-main, .page-template-page-left-sidebar .content-sidebar-wrap .site-main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sidebar-left-left .content-sidebar-wrap .site-main {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sidebar-left .content-sidebar-wrap .sidebar-primary, .sidebar-right .content-sidebar-wrap .sidebar-primary, .page-template-page-left-sidebar .content-sidebar-wrap .sidebar-primary, .page-template-page-right-sidebar .content-sidebar-wrap .sidebar-primary {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .sidebar-left-right .content-sidebar-wrap .sidebar-primary, .sidebar-left-left .content-sidebar-wrap .sidebar-primary, .sidebar-right-right .content-sidebar-wrap .sidebar-primary {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .sidebar-left .content-sidebar-wrap .sidebar-primary, .sidebar-left-right .content-sidebar-wrap .sidebar-primary, .sidebar-left-left .content-sidebar-wrap .sidebar-primary, .page-template-page-left-sidebar .content-sidebar-wrap .sidebar-primary {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sidebar-right .content-sidebar-wrap .sidebar-primary, .sidebar-right-right .content-sidebar-wrap .sidebar-primary, .page-template-page-right-sidebar .content-sidebar-wrap .sidebar-primary {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sidebar-left-right .content-sidebar-wrap .sidebar-secondary, .sidebar-left-left .content-sidebar-wrap .sidebar-secondary, .sidebar-right-right .content-sidebar-wrap .sidebar-secondary {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .sidebar-left-left .content-sidebar-wrap .sidebar-secondary {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sidebar-left-right .content-sidebar-wrap .sidebar-secondary, .sidebar-right-right .content-sidebar-wrap .sidebar-secondary {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
/*--------------------------------------------------------------
## Category
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
/* Shortcode Blog */
.uni-blog-shortcode .element .post-inner:hover .entry-thumb a img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  opacity: 0.5;
}
.uni-blog-shortcode .element .post-inner:hover .entry-thumb a:before {
  -webkit-animation: circle 1.5s;
  animation: circle 1.5s;
}
.uni-blog-shortcode .element .entry-thumb a {
  overflow: hidden;
  display: block;
  position: relative;
  background: #FFF;
}
.uni-blog-shortcode .element .entry-thumb a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.uni-blog-shortcode .element .entry-content {
  margin: 0;
}
.uni-blog-shortcode .element .entry-meta {
  color: #888;
  margin-bottom: 5px;
}
.uni-blog-shortcode .element .entry-meta i {
  margin-right: 5px;
}
.uni-blog-shortcode .element .entry-cat {
  margin-top: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.uni-blog-shortcode .element .entry-title {
  margin: 5px 0 5px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 22.4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.uni-blog-shortcode .element .entry-title a {
  color: #333333;
}
.uni-blog-shortcode .element .entry-title a:hover {
  color: #00A7BC;
}
.uni-blog-shortcode .element .entry-description {
  text-align: justify;
  line-height: 1.4;
}
.uni-blog-shortcode .element .entry-description p {
  margin-bottom: 0;
}
.uni-blog-shortcode.style-1 .entry-thumb {
  float: left;
  width: 25%;
  margin-right: 15px;
}
.uni-blog-shortcode.style-1 .entry-title {
  margin: 0 0 5px 0;
}
.uni-blog-shortcode.style-1 .entry-title a {
  color: #333333;
}
.uni-blog-shortcode.style-1 .entry-title a:hover {
  color: #00A7BC;
}
.uni-blog-shortcode.style-1 .entry-description p {
  margin-bottom: 5px;
}
.uni-blog-shortcode.style-4 .entry-title {
  font-weight: normal;
}
.uni-blog-shortcode.style-4 .entry-title a {
  color: #333333;
}
.sectionNews-wrap--support .uni-blog-shortcode.style-4 .entry-title {
  text-align: center;
}
@media (min-width: 992px) {
  .sectionNews-wrap--services .uni-blog-shortcode.style-4 .post-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sectionNews-wrap--services .uni-blog-shortcode.style-4 .post-inner .entry-thumb {
    max-width: 120px;
    -ms-flex: 0 0 120px;
    -webkit-box-flex: 0;
            flex: 0 0 120px;
    margin-right: 10px;
  }
  .sectionNews-wrap--services .uni-blog-shortcode.style-4 .post-inner .entry-thumb a {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
  }
  .sectionNews-wrap--services .uni-blog-shortcode.style-4 .post-inner .entry-thumb a img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sectionNews-wrap--services .uni-blog-shortcode.style-4 .post-inner .entry-content {
    max-width: calc(100% - 130px);
    -ms-flex: 0 0 calc(100% - 130px);
    -webkit-box-flex: 0;
            flex: 0 0 calc(100% - 130px);
  }
  .sectionNews-wrap--services .uni-blog-shortcode.style-4 .post-inner .entry-content a {
    width: 100%;
    height: 100%;
  }
  .sectionNews-wrap--services .uni-blog-shortcode.style-4 .post-inner .entry-content a img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.uni-blog-shortcode.style-5 .post-inner {
  margin-bottom: 0;
}
.uni-blog-shortcode.style-5 .entry-thumb {
  float: left;
  width: 110px;
  margin-right: 15px;
}
.uni-blog-shortcode.style-5 .entry-title {
  margin-top: 0;
}
.uni-blog-shortcode.style-5 .entry-description {
  font-size: 13px;
}
.uni-blog-shortcode.style-6 .entry-thumb {
  padding: 3px;
  background: #FFF;
  border: 1px solid #cdcdcd;
}
.uni-blog-shortcode.style-6 .entry-title {
  color: #333333;
}
.uni-blog-shortcode.style-6 .entry-title:hover {
  color: #00A7BC;
}
.uni-blog-shortcode.style-6 .first-element-layout, .uni-blog-shortcode.style-6 .second-element-layout {
  margin-bottom: 20px;
}
.uni-blog-shortcode.style-6 .first-element-layout .element {
  margin-bottom: 0;
}
.uni-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.uni-blog-shortcode.style-6 .second-element-layout .element:last-child {
  margin-bottom: 0;
}
.uni-blog-shortcode.style-6 .second-element-layout .entry-thumb {
  float: left;
  width: 110px;
  margin-right: 15px;
}
.uni-blog-shortcode.style-6 .second-element-layout .entry-title {
  margin-top: 0;
}
.uni-blog-shortcode.style-7 .first-element-layout .element .entry-thumb {
  float: left;
  width: 30%;
  margin-right: 20px;
}
.uni-blog-shortcode.style-7 .first-element-layout .element .entry-title {
  margin: 0 0 5px 0;
}
.uni-blog-shortcode.style-7 .second-element-layout {
  margin-bottom: 20px;
}
.uni-blog-shortcode.style-7 .second-element-layout .element {
  margin-bottom: 5px;
}
.uni-blog-shortcode.style-7 .second-element-layout .element .entry-title {
  margin: 0;
}
.uni-blog-shortcode.style-7 .second-element-layout .element .entry-title a:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #00A7BC;
  border-radius: 50%;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.uni-blog-shortcode.style-8 .element .post-inner {
  position: relative;
}
.uni-blog-shortcode.style-8 .element .entry-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 10px;
}
.uni-blog-shortcode.style-8 .element .entry-title {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.uni-blog-shortcode.style-8 .element .entry-title a {
  display: block;
  color: #FFF;
  max-height: 40px;
  overflow: hidden;
}

/*--------------------------------------------------------------
## Menu Mobile 
--------------------------------------------------------------*/
.toplg {
  padding: 18px 15px;
  text-align: center;
}
.toplg img {
  max-width: 150px;
  margin: 0 auto;
  max-height: 60px;
}

.panel-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
}
.panel-overlay.active {
  background: #000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  min-height: 100vh;
  opacity: 0.6;
  filter: alpha(opacity=35);
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}

#showmenu {
  height: 25px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 99999999999;
  cursor: pointer;
}
@media (min-width: 992.98px) {
  #showmenu {
    left: 0;
  }
  .nav-is-toggled #showmenu {
    left: 250px;
    top: 20px;
    position: fixed;
  }
}
#showmenu span {
  height: 2px;
  width: 30px;
  border-radius: 2px;
  background: url("lib/images/line-button-menu.png") center repeat-x;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  position: relative;
  top: 10px;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
@media (min-width: 992.98px) {
  .nav-is-toggled #showmenu span {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1);
  }
}
#showmenu span:before, #showmenu span:after {
  height: 2px;
  width: 30px;
  left: 0;
  border-radius: 2px;
  background: url("lib/images/line-button-menu.png") center repeat-x;
  background-size: contain;
  position: absolute;
  content: "";
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (min-width: 992.98px) {
  .nav-is-toggled #showmenu span:before, .nav-is-toggled #showmenu span:after {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1);
  }
}
#showmenu span:after {
  top: 10px;
}
#showmenu span:before {
  top: -10px;
  visibility: visible;
}

.nav-is-toggled #showmenu span {
  background: transparent;
}
.nav-is-toggled #showmenu span:before {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
          transform: rotate(45deg) translate(7px, 7px);
  opacity: 1;
}
.nav-is-toggled #showmenu span:after {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
          transform: rotate(-45deg) translate(7px, -7px);
}

.nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 101;
  padding: 10px 20px;
  width: 100%;
  height: 50px;
  background-color: #188976;
}
.nav-top .hamburger {
  margin-left: auto;
  color: #fff;
  cursor: pointer;
}

#mobilenav {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  overflow: hidden;
}
#mobilenav li {
  border-bottom: solid 1px #00A7BC;
}
#mobilenav li:first-child {
  border-top: 1px solid #00A7BC;
}
#mobilenav .mobile-menu a {
  display: block;
  padding: 7px 10px 6px;
  background-color: #fff;
  color: #00A7BC;
  font-size: 13px;
  line-height: 24px;
}
#mobilenav .mobile-menu a img {
  margin-right: 5px;
}
#mobilenav .sub-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  background: #FFF;
  z-index: 9;
  padding-bottom: 80px !important;
}
#mobilenav .sub-menu .nav-back-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00A7BC !important;
  color: #fff;
}
#mobilenav .sub-menu .nav-back-link::before {
  content: '\f104';
  margin-right: 8px;
  font-family: 'Font Awesome 5 Pro';
}
#mobilenav .nav-expand-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  position: absolute;
  top: 0.2px;
  right: 0;
  width: 49px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.15);
}
#mobilenav .nav-expand-link::after {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
}
#mobilenav .menu-item-has-children {
  position: relative;
}
#mobilenav .menu-item-has-children.active > .sub-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  overflow-y: auto;
}

.logged-in .mobilenav__inner {
  padding-top: 50px;
}
.logged-in #mobilenav .sub-menu {
  padding-top: 32px;
}

.mobilenav__inner {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.nav-is-toggled {
  position: relative;
  overflow: hidden;
}
.nav-is-toggled #mobilenav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#mobilenav .mobile-menu, #mobilenav .sub-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
## Footer 
--------------------------------------------------------------*/
.site-footer {
  color: #666666;
}
.site-footer a {
  color: #666666;
}

.footer-widgets {
  background: #EEEEEE;
}
.footer-widgets h4.widget-title {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}
.footer-widgets h4.widget-title:before {
  content: '';
  background: #00A7BC;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.footer-widgets .wrap .row {
  margin-left: -5px;
  margin-right: -5px;
}
.footer-widgets .wrap .row [class*='col'] {
  padding-left: 5px;
  padding-right: 5px;
}
.footer-widgets .wrap .footer-widgets1 {
  border-bottom: 1px dashed #7B7B7B;
  margin-bottom: 30px;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .footer-widgets .wrap .footer-widgets1 .footer-widgets-area:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
  }
  .footer-widgets .wrap .footer-widgets1 .footer-widgets-area:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    max-width: 26%;
  }
  .footer-widgets .wrap .footer-widgets1 .footer-widgets-area:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .footer-widgets .wrap .footer-widgets1 .footer-widgets-area:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .footer-widgets .wrap .footer-widgets1 .footer-widgets-area:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
  }
}
@media (min-width: 992px) {
  .footer-widgets .wrap .footer-widgets2 .footer-widgets-area:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .footer-widgets .wrap .footer-widgets2 .footer-widgets-area:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .footer-widgets .wrap .footer-widgets2 .footer-widgets-area:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.5%;
    flex: 0 0 17.5%;
    max-width: 17.5%;
  }
  .footer-widgets .wrap .footer-widgets2 .footer-widgets-area:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.5%;
    flex: 0 0 17.5%;
    max-width: 17.5%;
  }
}
.footer-widgets .textwidget ul li {
  margin-bottom: 5px;
}
.footer-widgets ul {
  padding-left: 0;
  list-style: none;
}
.footer-widgets ul ul {
  display: none;
}
.footer-widgets .widget_account ul li,
.footer-widgets .widget_nav_menu ul li {
  position: relative;
  padding: 3px 0 3px 15px;
}
.footer-widgets .widget_account ul li a,
.footer-widgets .widget_nav_menu ul li a {
  color: #666;
  text-transform: none;
  position: relative;
}
.footer-widgets .widget_account ul li a:before,
.footer-widgets .widget_nav_menu ul li a:before {
  position: absolute;
  top: 3px;
  left: -15px;
  content: "\f101";
  font-family: 'Font Awesome 5 Pro';
  color: #00A7BC;
  font-size: 10px;
}
.footer-widgets .widget_account ul li a:hover,
.footer-widgets .widget_nav_menu ul li a:hover {
  text-decoration: underline;
}
.footer-widgets .widget_account .user a:before {
  left: -52px;
}

.site-info {
  padding: 10px 0;
  background: #343434;
}
.site-info span {
  color: #00A7BC;
}
.site-info p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.header-main {
  background: #00A7BC;
}

.site-content {
  background: #EEEEEE;
}

@media (min-width: 1300.98px) {
  .container {
    max-width: 1260px;
  }
}
@media (min-width: 1200.98px) and (max-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 992.98px) and (max-width: 1200.98px) {
  .container {
    max-width: 100%;
  }
}
.topSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sectionSlide .sectionSlide-wrap {
  background: #FFF;
}
#sectionSlide .sectionSlide-wrap .row {
  margin-left: -5px;
  margin-right: -5px;
}
#sectionSlide .sectionSlide-wrap .row [class*='col'] {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 992.98px) {
  #sectionSlide .sectionSlide-wrap .row .col-menu {
    -ms-flex: 0 0 23%;
    -webkit-box-flex: 0;
            flex: 0 0 23%;
    max-width: 23%;
  }
  #sectionSlide .sectionSlide-wrap .row .col-slide {
    -ms-flex: 0 0 54%;
    -webkit-box-flex: 0;
            flex: 0 0 54%;
    max-width: 54%;
  }
  #sectionSlide .sectionSlide-wrap .row .col-image {
    -ms-flex: 0 0 23%;
    -webkit-box-flex: 0;
            flex: 0 0 23%;
    max-width: 23%;
  }
}
#sectionSlide .sectionSlide-wrap .sectionSlide-image--1 {
  margin-bottom: 9px;
}

#sectionProduct .sectionProduct-wrap {
  background: #FFF;
  margin-bottom: 30px;
}
#sectionProduct .sectionProduct-wrap > .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
#sectionProduct .sectionProduct-wrap > .row > div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
#sectionProduct .sectionProduct-wrap .sectionProduct-wrap--CatImage img {
  width: 100%;
}
#sectionProduct .sectionProduct-wrap .sectionProduct-wrap--CatChildCat {
  padding: 15px 0 15px 15px;
}
#sectionProduct .sectionProduct-wrap .sectionProduct-wrap--CatChildCat ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#sectionProduct .sectionProduct-wrap .sectionProduct-wrap--CatChildCat ul li {
  margin-bottom: 11.5px;
}
#sectionProduct .sectionProduct-wrap .sectionProduct-wrap--CatChildCat ul li:last-child {
  margin-bottom: 0;
}
#sectionProduct .sectionProduct-wrap .sectionProduct-wrap--CatChildCat ul li a {
  color: #333333;
}
#sectionProduct .sectionProduct-wrap .sectionProduct-wrap--CatChildCat ul li a:hover {
  color: #00A7BC;
}
#sectionProduct .sectionProduct-wrap .sectionProduct-wrap--CatChildCat ul li a:before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
  margin-right: 8px;
  color: #00A7BC;
}
#sectionProduct .sectionProduct-wrap .sectionProduct-wrap--blockProduct {
  padding-right: 15px;
}

#sectionVideo {
  background: #FFF;
}
#sectionVideo .sectionVideo-wrap {
  background: #FFF;
  margin-bottom: 30px;
}
#sectionVideo .sectionVideo-wrap .album-video {
  padding: 0 10px;
}
#sectionVideo .sectionVideo-wrap .row {
  margin-left: -5px;
  margin-right: -5px;
}
#sectionVideo .sectionVideo-wrap .row [class*='col'] {
  padding-left: 5px;
  padding-right: 5px;
}
#sectionVideo .sectionVideo-wrap .introduce-main__video {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
}
#sectionVideo .sectionVideo-wrap .introduce-main__video .title {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
#sectionVideo .sectionVideo-wrap .introduce-main__video.active .blockImageVideo {
  background: #000;
}
#sectionVideo .sectionVideo-wrap .introduce-main__video.active .blockImageVideo:before {
  display: none;
}
#sectionVideo .sectionVideo-wrap .introduce-main__video.active .title {
  color: #00A7BC;
}

.blockImageVideo {
  position: relative;
}
.blockImageVideo:before {
  content: '';
  background: url("lib/images/play.png") center no-repeat;
  background-size: contain;
  width: 41px;
  height: 28px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.blockImageVideo img {
  width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 62%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sectionNews .sectionNews-wrap {
  background: #FFF;
  margin-bottom: 30px;
}
#sectionNews .sectionNews-wrap .sectionNews-wrap--block .sectionNews-wrap--support {
  padding: 0 10px 10px;
  border-bottom: 1px solid #dbdbdb;
}
#sectionNews .sectionNews-wrap .sectionNews-wrap--block .sectionNews-wrap--services {
  padding: 10px;
}
#sectionNews .sectionNews-wrap .sectionNews-wrap--block .hentry {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #sectionNews .sectionNews-wrap .sectionNews-wrap--block .hentry {
    margin-bottom: 10px;
  }
}

#sectionLogo .sectionLogo-wrap {
  background: #FFF;
}
#sectionLogo .sectionLogo-wrap .sectionLogo-wrap--block {
  padding: 0px 10px 0px;
}
#sectionLogo .sectionLogo-wrap .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
#sectionLogo .sectionLogo-wrap .sectionLogo-wrap--col {
  max-width: calc( 100% / 7 );
  -ms-flex: 0 0 calc( 100% / 7 );
  -webkit-box-flex: 0;
          flex: 0 0 calc( 100% / 7 );
  padding-left: 7.5px;
  padding-right: 7.5px;
}
#sectionLogo .sectionLogo-wrap .sectionLogo-wrap--item {
  display: table;
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
  text-align: center;
}
#sectionLogo .sectionLogo-wrap .sectionLogo-wrap--item a, #sectionLogo .sectionLogo-wrap .sectionLogo-wrap--item span {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
}
#sectionLogo .sectionLogo-wrap .sectionLogo-wrap--item a img, #sectionLogo .sectionLogo-wrap .sectionLogo-wrap--item span img {
  width: auto;
  max-height: 80px;
  display: inline;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

#sectionPolicy .sectionPolicy-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
}
#sectionPolicy img {
  margin-right: 20px;
  height: 40px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
#sectionPolicy span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 16px;
}
#sectionPolicy .col-md-4:nth-child(2) {
  text-align: center;
}
#sectionPolicy .col-md-4:last-child {
  text-align: right;
}

.single-post-content,
.main-category {
  background: #FFF;
  margin-bottom: 30px;
}
@media (min-width: 992.98px) {
  .single-post-content,
  .main-category {
    padding: 10px;
  }
}

.widget.prdctfltr-widget {
  background: transparent;
}
.widget.prdctfltr-widget .prdctfltr_filter {
  background: #FFF;
  margin-bottom: 30px;
}
.widget.prdctfltr-widget .prdctfltr_filter .prdctfltr_add_scroll {
  padding: 10px !important;
}
.widget.prdctfltr-widget .prdctfltr_filter label > span {
  font-size: 14px;
}

.prdctfltr_pa_thuong-hieu label {
  margin-bottom: 0px !important;
}
.prdctfltr_pa_thuong-hieu label:nth-child(2n) .prdctfltr_customize_block {
  margin-right: 0 !important;
}
.prdctfltr_pa_thuong-hieu label:last-child .prdctfltr_customize_block, .prdctfltr_pa_thuong-hieu label:nth-last-of-type(2) .prdctfltr_customize_block {
  margin-bottom: 0 !important;
}

.prdctfltr_customize_block .prdctfltr_customize_image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons {
  margin: 0 !important;
}

.block-filter-product .prdctfltr_count {
  vertical-align: baseline !important;
  font-size: 12px !important;
  padding: 2px !important;
  height: 16px !important;
  line-height: 12px !important;
}
.block-filter-product .prdctfltr_filter_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-filter-product .prdctfltr_filter_inner .prdctfltr_filter {
  max-width: 50%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
}

.prdctfltr_checkboxes .prdctfltr_sub {
  margin-left: 20px !important;
}

/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
/* Extra large devices (large desktops) */
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1200.98px) {
  .nav-vertical .nav-block ul li.mega-menu .sub-menu {
    width: calc(100% + 100% + 100% + 100% - 96px);
  }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 992.98px) {
  #site-navigation, .sidebar .widget_nav_menu ul ul, .at-share-dock-outer {
    display: none;
  }

  .container {
    max-width: 100%;
  }

  .site-content {
    background: #FFF;
  }

  .site-boxed .site-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sectionSlide-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .sectionSlide-image > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .sectionSlide-image > div img {
    width: 100%;
  }

  #sectionProduct .sectionProduct-wrap--CatImageBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  #sectionProduct .sectionProduct-wrap--CatImageBlock .sectionProduct-wrap--CatImage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  #sectionProduct .sectionProduct-wrap--CatImageBlock .sectionProduct-wrap--CatChildCat {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
    max-width: 66.666666%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  #sectionProduct .sectionProduct-wrap--CatImageBlock .sectionProduct-wrap--CatChildCat ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  #sectionProduct .sectionProduct-wrap--CatImageBlock .sectionProduct-wrap--CatChildCat ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  #sectionLogo .sectionLogo-wrap .sectionLogo-wrap--col {
    max-width: calc( 100% / 5 );
    -ms-flex: 0 0 calc( 100% / 5 );
    -webkit-box-flex: 0;
            flex: 0 0 calc( 100% / 5 );
  }

  .header-main {
    padding-bottom: 10px;
  }

  .topSlide {
    margin-bottom: 20px;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768.98px) {
  .site-info, .site-info * {
    text-align: center;
  }

  #sectionProduct .sectionProduct-wrap--CatImageBlock .sectionProduct-wrap--CatImage {
    display: none;
  }
  #sectionProduct .sectionProduct-wrap--CatImageBlock .sectionProduct-wrap--CatChildCat {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-top: 0;
  }
  #sectionProduct .sectionProduct-wrap--CatImageBlock .sectionProduct-wrap--CatChildCat a {
    font-size: 12px;
  }

  .sectionNews-wrap--support {
    margin-bottom: 15px;
  }

  .sectionNews-wrap--support, .sectionNews-wrap--services, .sectionLogo-wrap--block,
  #sectionVideo .sectionVideo-wrap .album-video {
    padding: 0 !important;
  }

  #sectionLogo .sectionLogo-wrap .sectionLogo-wrap--col {
    max-width: calc( 100% / 3 );
    -ms-flex: 0 0 calc( 100% / 3 );
    -webkit-box-flex: 0;
            flex: 0 0 calc( 100% / 3 );
  }

  #sectionPolicy .col-md-4 {
    text-align: left !important;
    margin-bottom: 10px;
  }
  #sectionPolicy .col-md-4:last-child {
    margin-bottom: 10px;
  }
  #sectionPolicy .col-md-4 span {
    font-size: 16px;
  }

  #sectionSlide {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576.98px) {
  .uni-blog-shortcode .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .uni-blog-shortcode .row [class*='col'] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading .cat-more {
    display: none;
  }

  #sectionProduct .sectionProduct-wrap--CatImageBlock .sectionProduct-wrap--CatChildCat ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .search-head .dgwt-wcas-search-input::-webkit-input-placeholder {
    font-size: 12px;
  }

  .search-head .dgwt-wcas-search-input:-ms-input-placeholder {
    font-size: 12px;
  }

  .search-head .dgwt-wcas-search-input::-ms-input-placeholder {
    font-size: 12px;
  }

  .search-head .dgwt-wcas-search-input::placeholder {
    font-size: 12px;
  }

  .prdctfltr_filter {
    max-width: 100% !important;
    -ms-flex: 0 0 100% !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 100% !important;
  }
}
@media (max-width: 414.98px) {
  #sectionLogo .sectionLogo-wrap .sectionLogo-wrap--item {
    height: 50px;
  }
  #sectionLogo .sectionLogo-wrap .sectionLogo-wrap--item img {
    max-height: 50px;
  }
}
/*# sourceMappingURL=style.css.map */