/*
Theme Name: DSTHEME
Description: Bộ theme thiết kế lại từ flatsome
Author: DSWEB.VN
Template: flatsome
Version: 3.0
*/
.btn {
  display: inline-block;
  padding: 10px 15px;
}
.btn.btn-read-more {
  background-image: linear-gradient(to top, #e60000, #cc5b5e);
  border-radius: 80px;
  color: #fff;
  text-align: center;
  display: table;
  margin: 10px auto;
  padding: 10px 25px;
}
.btn-animate {
  position: relative;
}
.btn-animate .alo-ph-circle {
  width: 120%;
  border-radius: 40px;
  height: 150%;
  top: -24%;
  left: -10%;
}
.btn-price {
  display: block;
  width: 100%;
  padding: 0px 5px;
  font-size: 13px;
  font-family: 'Roboto';
}
.btn-price span {
  color: #fff;
}
@media (max-width: 380px) {
  .btn-price {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .btn-price {
    font-size: 10px;
  }
}
.panel {
  background: linear-gradient(to bottom, #146b14, #146b14);
  border-radius: 0px;
  overflow: hidden;
  display: block;
  border: 2px solid #08da6f;
}
.panel .panel-header {
  color: #fff;
  text-align: center;
  padding: 8px 25px;
}
.panel .panel-header h4 {
  color: #fff;
  margin-bottom: -10px;
}
.panel .panel-body {
  padding: 15px 20px;
  color: #fff;
  border: 1px dashed #fff;
  border-radius: 0px;
  margin: 10px;
  text-align: center;
}
.panel .panel-body .wp-link-shortcode {
  max-width: 610px;
  position: relative;
  margin: 15px auto 10px;
  width: 100%;
}
.panel .panel-body .wp-link-shortcode a.btn.btn-read-more {
  color: #ffffff;
  font-weight: 600;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.4);
  margin: 3px 8px !important;
  background-image: linear-gradient(to top, #0059ac, #2ea5ff);
  animation: numbers2 3s infinite;
}
.panel .panel-body .wp-link-shortcode a.btn.linksupport {
  color: #fff;
  background-image: linear-gradient(to bottom, #47b546, #2a9a2a);
  animation: numbers3 3s infinite;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-sm th {
  padding: 0.3rem;
}
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th {
  border: 0;
}
.table-borderless td {
  border: 0;
}
.table-borderless thead th {
  border: 0;
}
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td {
  background-color: #abdde5;
}
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td {
  background-color: #ececf6;
}
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary {
  background-color: #b8daff;
}
.table-primary > th {
  background-color: #b8daff;
}
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th {
  border-color: #7abaff;
}
.table-primary td {
  border-color: #7abaff;
}
.table-primary thead th {
  border-color: #7abaff;
}
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.table-secondary {
  background-color: #d6d8db;
}
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th {
  border-color: #b3b7bb;
}
.table-secondary td {
  border-color: #b3b7bb;
}
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-success {
  background-color: #c3e6cb;
}
.table-success > th {
  background-color: #c3e6cb;
}
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th {
  border-color: #8fd19e;
}
.table-success td {
  border-color: #8fd19e;
}
.table-success thead th {
  border-color: #8fd19e;
}
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-info {
  background-color: #bee5eb;
}
.table-info > th {
  background-color: #bee5eb;
}
.table-info > td {
  background-color: #bee5eb;
}
.table-info th {
  border-color: #86cfda;
}
.table-info td {
  border-color: #86cfda;
}
.table-info thead th {
  border-color: #86cfda;
}
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-warning {
  background-color: #ffeeba;
}
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th {
  border-color: #ffdf7e;
}
.table-warning td {
  border-color: #ffdf7e;
}
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-danger {
  background-color: #f5c6cb;
}
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th {
  border-color: #ed969e;
}
.table-danger td {
  border-color: #ed969e;
}
.table-danger thead th {
  border-color: #ed969e;
}
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-light {
  background-color: #fdfdfe;
}
.table-light > th {
  background-color: #fdfdfe;
}
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th {
  border-color: #fbfcfc;
}
.table-light td {
  border-color: #fbfcfc;
}
.table-light thead th {
  border-color: #fbfcfc;
}
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-dark {
  background-color: #c6c8ca;
  color: #fff;
  background-color: #343a40;
}
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th {
  border-color: #95999c;
  border-color: #454d55;
}
.table-dark td {
  border-color: #95999c;
  border-color: #454d55;
}
.table-dark thead th {
  border-color: #95999c;
  border-color: #454d55;
}
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-active {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@keyframes numbers2 {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  5% {
    transform: rotate(1deg) translateY(10px);
  }
  10% {
    transform: rotate(-1deg) translateY(-5px);
  }
  15% {
    transform: rotate(1deg);
  }
  20% {
    transform: rotate(-1deg);
  }
  25% {
    transform: rotate(1deg);
  }
  30% {
    transform: rotate(-1deg);
  }
  35% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes numbers3 {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(0deg) translateY(0px);
  }
  55% {
    transform: rotate(1deg) translateY(10px);
  }
  60% {
    transform: rotate(-1deg) translateY(-5px);
  }
  65% {
    transform: rotate(1deg);
  }
  70% {
    transform: rotate(-1deg);
  }
  75% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  85% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes flash-shadow {
  to {
    transform: scale(0.96);
    box-shadow: 0px 0px 0px 15px rgba(0, 255, 99, 0.42);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes shake {
  0% {
    transform: rotate(0deg) translateY(0px) scale(1);
    opacity: 1;
  }
  5% {
    transform: rotate(1deg) translateY(10px) scale(1.1);
    opacity: 0;
  }
  10% {
    transform: rotate(-1deg) translateY(-5px);
  }
  15% {
    transform: rotate(1deg);
    opacity: 1;
  }
  20% {
    transform: rotate(-1deg);
  }
  25% {
    transform: rotate(1deg);
  }
  30% {
    transform: rotate(-1deg);
  }
  35% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg);
  }
}
.btn-animation {
  transition: all 0.5s;
}
.animation-shake {
  animation: shake 3s infinite;
}
.animation-zoomIn {
  animation: zoomIn 3s infinite;
}
.btn-animation.animation-flash a:hover {
  animation-name: flash-shadow;
  animation-duration: 0.25s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
/*
Theme Name: DSTHEME
Description: Bộ theme thiết kế lại từ flatsome
Author: DSWEB.VN
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
/*************** ADD MOBILE ONLY CSS HERE  ***************/
@font-face {
  font-family: lucidagrande;
  src: url('lucida-grande/LucidaGrande.ttf');
  src: url('lucida-grande/LucidaGrandeBold.ttf');
}
b,
strong {
  font-weight: bold !important;
}
.box.box-shadow {
  padding: 15px 25px;
  border-radius: 10px;
  margin-bottom: 0px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}
.box .elementor-icon-box-icon {
  margin-right: 25px !important;
}
.text.text-4-row {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  height: 155px;
}
.tabs-vertical .premium-tabs-nav-list-item .premium-tab-link {
  margin: 10px;
  border-radius: 8px;
  border: 2px solid #bbbbbb;
}
.tabs-vertical .premium-tabs-nav-list-item.tab-current .premium-tab-link {
  border: 2px solid green;
}
.item-session h2.title {
  color: #055699;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding: 3px 0;
  margin-bottom: 20px;
}
.item-session i {
  color: #DC3030;
}
.product-item .col-inner .box-description p {
  margin-bottom: 2px;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.customer .elementor-post__thumbnail__link::after {
  content: '';
  display: block;
  height: 2px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #23a455, rgba(255, 255, 255, 0));
  top: -4px;
  left: 0;
  width: 100%;
}
.customer .elementor-post:hover .elementor-post__thumbnail__link::after {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), red, rgba(255, 255, 255, 0));
}
.customer .elementor-post .elementor-post__title a {
  color: #23a455;
}
.price-full .premium-pricing-table-container {
  padding: 15px !important;
}
.price-full .premium-pricing-price-container {
  padding: 7px 0px !important;
  background: red;
  color: #000;
}
.price-full .premium-pricing-description-container li {
  text-indent: 0px;
}
.premium-icon-box-container-out {
  background: transparent !important;
  padding: 0px !important;
}
.premium-icon-box-container-in {
  background: transparent !important;
  padding: 0px !important;
}
.document .woocommerce .products {
  max-width: 100% !important;
}
.premium-blog .premium-blog-post-outer-container .premium-blog-entry-container {
  align-self: center;
}
#wide-nav {
  color: #333333;
  font-size: 13px;
  font-family: "Helvetica", sans-serif;
  border-bottom: 3px solid green;
}
#wide-nav .nav li a {
  min-width: 110px;
  display: inline-block;
  width: 100%;
  padding: 13px 0;
  color: #000;
  font-family: "Helvetica", sans-serif;
  text-align: center;
}
#wide-nav .nav li.lang-item a {
  min-width: unset;
  display: inline-block;
  width: 100%;
  padding: 13px 0;
  color: #000;
  font-family: "Helvetica", sans-serif;
  text-align: center;
}

#wide-nav .nav li.current-dropdown ul a {
  font-weight: bold;
  color: green;
  margin: 0;
  text-align: left;
  padding: 13px 10px;
}
#wide-nav .nav .nav-dropdown {
  background: #f0f0f0;
  color: black;
  padding: 5px;
  border: none;
  min-width: 200px;
  border-left: 3px solid green;
  border-bottom: 3px solid green;
  border-right: 3px solid green;
}
#wide-nav .nav .nav-dropdown li a {
  border: none;
}
#wide-nav .nav .nav-dropdown li a:hover {
  background: #d6d6d6;
}
#wide-nav .nav .nav-dropdown li a:hover a {
  color: green;
  font-weight: bold;
}
.header-main .nav-left {
  justify-content: flex-end !important;
  padding-right: 15px;
}
.header-main .header-block {
  border-left: 1px solid #e3e3e3;
  padding-left: 15px;
}
.header-main .header-block .header-block-block-1 h3 {
  margin-bottom: 0px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", lucidagrande, Helvetica, Arial, Verdana, sans-serif;
  font-size: 23px;
  color: #006633;
  font-weight: bold;
}
.header-main .header-block .header-block-block-1 .searchform-wrapper {
  margin-top: -6px;
}
.header-main .header-block .header-block-block-1 .searchform-wrapper input {
  height: 1.807em !important;
  border-radius: 0 !important;
}
#nav-main {
  color: #333333;
  font-size: 13px;
  font-family: "Helvetica", sans-serif;
  border-bottom: 3px solid green;
}
#nav-main li a {
  min-width: 110px;
  width: 100%;
  display: inline-block;
  padding: 13px 0;
  color: #000;
  font-family: "Helvetica", sans-serif;
  text-align: center;
}
#nav-main li.current-dropdown a {
  font-weight: bold;
  color: green;
}
#footer {
  background: #F2F2F2;
}
#footer .footer-main {
  color: #666666;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  padding: 20px 0;
  border-top: 1px solid green;
}
#footer .footer-main > .col {
  padding-bottom: 0;
}
#footer .footer-main h2 {
  font-size: 16px;
  line-height: 24px;
  color: #047746;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px;
}
#footer .footer-main h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 35px;
  border-bottom: solid 1px #047746;
}
#footer .footer-main .button {
  margin: 0px;
}
#footer .footer-main .button span {
  line-height: 2.5;
}
#footer .footer-main .button.primary {
  border: 1px solid #666666;
  color: #666666;
}
#footer .footer-main .button.primary:hover {
  background: green;
  border: 1px solid #fff;
  color: #fff;
}
#footer .footer-main .list-phone {
  margin: 5px;
  list-style: circle;
}
#footer .footer-main .stack {
  text-align: center;
  margin-bottom: 10px;
  border: 2px solid green;
  padding: 5px;
}
#footer .footer-main .stack .img {
  max-width: 45px;
}
#footer .absolute-footer {
  background: #ffffff;
  color: green;
  padding: 8px 15px;
  border-top: 1px solid green;
}
#footer .absolute-footer .footer-secondary {
  padding: 0;
}
#footer .absolute-footer .footer-secondary .nav-footer {
  list-style: none;
  text-decoration: none;
  display: inline-flex;
  margin: 0;
  border: none;
  padding: 0;
}
#footer .absolute-footer .footer-secondary .nav-footer li {
  padding: 0 15px;
  border-right: 1px solid green;
  margin-bottom: 0;
}
#footer .absolute-footer .footer-secondary .nav-footer li:last-child {
  border-right: none ;
}
#footer .absolute-footer .footer-secondary .nav-footer li a:hover {
  color: black;
}
.sp-wcsp-slider-area {
  max-height: 454px !important;
  overflow: hidden;
}
.woocommerce-Tabs-panel {
  background: transparent;
  border: none;
}
@media (min-width: 850px) {
  .nav-divided .elementor-nav-menu--main .elementor-nav-menu > li a:after {
    height: 41px;
    margin-top: -30px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #dedede;
  }
  .wide-nav .nav .menu-item-has-children.current-dropdown .nav-dropdown {
    padding: 0px;
  }
  .wide-nav .nav .menu-item-has-children.current-dropdown .nav-dropdown > li.menu-item-has-children {
    border-right: 1px solid #868686;
  }
  .wide-nav .nav .menu-item-has-children.current-dropdown .nav-dropdown > li.menu-item-has-children > a {
    text-align: center !important;
    border-bottom: 1px solid #ddd !important;
  }
  .wide-nav .nav .menu-item-has-children.current-dropdown .nav-dropdown > li.menu-item-has-children > ul {
    background: #ebebeb;
  }
  .wide-nav .nav .menu-item-has-children.current-dropdown .nav-dropdown > li.menu-item-has-children:last-child {
    border-right: none;
  }
  #footer .row-divided > .col + .col:not(.large-12) {
    border-left: 1px dotted #c3c3c3;
  }
  #footer .row-divided > .col + .col:not(.large-12):first-child {
    border: none;
  }
  /*#####
		ADD ON
	*/
  .sp-wcsp-slider-section {
    padding-top: 0px;
  }
}
@media (max-width: 480px) {
  .sp-wcsp-slider-area .nav-top-right .sp-wcsp-slider-section {
    padding-top: 0px;
  }
  .catproduct {
    margin: 0 !important;
  }
}
.menu-image-title-before.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper,
.menu-image-title-after.menu-image-title {
  width: 100%;
}
.uael-nav-menu__layout-horizontal li.menu-item,
.uael-nav-menu__layout-horizontal > li.menu-item {
  width: 50%;
}
.products .product-category .box-image img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  position: initial;
}
.products .product-category .box.box-normal {
  height: 165px;
}
.products .product-category .box.box-normal .box-image {
  padding: 5px;
  padding-top: 5px !important;
}
.products .product-category .box.box-normal .header-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical !important;
  /* autoprefixer: off */
}
ul.product_list_widget li a {
  display: inline-flex !important;
}
ul.product_list_widget li img {
  position: unset;
}
ul.product_list_widget li {
  padding: 10px 0 5px 0px !important;
}
.dso_Socials {
  padding: 0px !important;
  right: 0px !important;
  top: 30% !important;
}
.dso_Socials .dso_Socials_item {
  display: block;
  width: 48px;
  height: 48px;
  border-bottom: 0px solid rgba(204, 204, 204, 0.5) !important;
  text-align: center;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 5px;
  margin-bottom: 5px !important;
}
.dso_Socials img {
  width: 100% !important;
}
@media only screen and (max-width: 600px) {
  .dso_Socials {
    top: unset !important;
  }
  .dso_Socials .dso_Socials_item {
    border-left: 1px solid rgba(204, 204, 204, 0.5) !important;
    border-bottom: none;
    display: table-cell !important;
  }
  #dso-social-open {
    display: none !important;
  }
  #dso-social-close {
    display: none !important;
  }
}
.product-lightbox-inner .btn-price span {
  display: none;
}
.product-lightbox-inner .btn-price::after {
  content: "Xem Chi Tiết";
}
html:lang(en-US) .product-lightbox-inner .btn-price::after {
  content: "See details";
}
/*

.blog-panel {
	.section-title-container {
		margin-bottom: 0px;
		background: #1CB164;
		padding: 10px;
		color: #fff;
		.section-title {
			color: #fff;
		}
	}
	>.col-inner {
		border: 1px solid #22c85d;
		border-radius: 6px;
	}
	.list-blog {
		.post-item {
			padding-bottom: 0px;
			.col-inner {
				box-shadow: unset;
				border-bottom: 1px dotted gray;
				padding: 0px 10px !important;
				.box-text {
					padding: 5px 0px;
					padding-left: 10px;
				}
			}
		}
	}
}
#header {
	>.stuck {
		#masthead {
			display: none;
		}
		.slider-wrapper {
			display: none;
		}
	}
}
.archive-header {
	display: none;
}
.archive-page-header {
	.page-title {
		border-bottom: 2px solid red;
		padding-bottom: 20px;
	}
}
.slider-parner {
	.img {
		padding-left: 5px !important;
		.img-inner {
			border: 1px solid #cecece;
			padding: 0px 10px;
		}
	}
	.flickity-page-dots {
		margin-bottom: -25px;
	}
}

.wp-link-shortcode {
	a {
		margin: 3px 13px !important;
		display: inline-block !important;
	}
}

#main_page {
	.intro {
		padding: 40px;
		h1 {
			text-align: center;
			font-weight: 700;
			margin-bottom: 10px;
			font-size: 40px !important;
			color: #DC3030 !important;
		}
	}
}

.woocommerce {
	.products {
		>.product-small {
			padding: 5px;
			.col-inner {
				background: #fff;
				box-shadow: 0 0 5px rgba(0,0,0,.25);
				padding: 10px;
				border-radius: 8px;
				.product-title {
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 2;
					-webkit-box-orient: vertical;
					height: 40px;
				}
			}
		}
	}
}
.procedure {
	.elementor-inner-column {
		box-shadow: 2px 2px 12px 1px rgb(0 0 0 / 8%);
		margin: 0px 10px;
		border: 1px solid rgb(192 192 192 / 32%);
		border-radius: 10px;
		overflow: hidden;
		cursor: pointer;
		&:hover {
			box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 20%);
			.triangle-hover {
				opacity: 0.5;
			}
		}
	}
	.ss-1 {
		.elementor-inner-column {
			&:nth-child(1) {
				border-bottom: 6px solid #918E48;
				&:hover {
					.triangle-hover {
						border-bottom: 150px solid #918E48;
					}
				}
			}
			&:nth-child(2) {
				border-bottom: 6px solid #CC8934;
				&:hover {
					.triangle-hover {
						border-bottom: 150px solid #CC8934;
					}
				}
			}
		}
	}
	.ss-2 {
		.elementor-inner-column {
			&:nth-child(1) {
				border-bottom: 6px solid #6EC1E4;
				&:hover {
					.triangle-hover {
						border-bottom: 150px solid #6EC1E4;
					}
				}
			}
			&:nth-child(2) {
				border-bottom: 6px solid #87C04F;
				&:hover {
					.triangle-hover {
						border-bottom: 150px solid #87C04F;
					}
				}
			}
		}
	}
	.ss-3 {
		.elementor-inner-column {
			&:nth-child(1) {
				border-bottom: 6px solid #5A1493;
				&:hover {
					.triangle-hover {
						border-bottom: 150px solid #5A1493;
					}
				}
			}
			&:nth-child(2) {
				border-bottom: 6px solid #C01323;
				&:hover {
					.triangle-hover {
						border-bottom: 150px solid #C01323;
					}
				}
			}
		}
	}
}
.triangle-hover {
	text-align: right;
	position: absolute;
	bottom: -20px;
	right: -25px;
	width: 0;
	height: 0;
	border-bottom: 150px solid red;
	border-left: 150px solid transparent;
	display: block;
	opacity: 0;
	transition: opacity .35s ease-in-out;
}*/
.pricing .pricing-box .elementor-widget {
  margin-bottom: 5px;
}
.pricing .pricing-box .premium-title-container .premium-title-header {
  padding: 5px;
}
@media (max-width: 767px) {
  .box .elementor-icon-box-icon {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
}
.autocomplete-suggestions .autocomplete-suggestion {
  display: block;
  text-align: center;
}
.autocomplete-suggestions .autocomplete-suggestion .search-name {
  margin-bottom: 0;
}
.autocomplete-suggestions .autocomplete-suggestion .search-price {
  margin-top: 5px;
}
#sgpb-popup-dialog-main-div{
    overflow-y: auto !important;
    max-height: calc(100vh - 40px) !important;
}
.sgpb-popup-close-button-1{
bottom: auto;
    top: -20px;
    right: -20px !important;
    width: 36px !important;
    height: 36px !important;
}

.wpcf7-response-output{
margin: 0 !important;
    margin-top: -10px !important;
    padding: 0px 8px !important;
}

.login .dso_Socials{
display:none;
}

.shop-page-title
{
  display: none!important
}