/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

.subscribe-form .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.subscribe-form .input-group>.form-control{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.evo-blog-scroll {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.evo-main-menu .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.headerSearch .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group-append {
    margin-left: -1px;
}
.headerSearch .input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.headerSearch .input-group-append .btn,.headerSearch  .input-group-prepend .btn {
    position: relative;
    z-index: 2;
    font-size: 1rem;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#admin_bar_iframe {
  display:none !important;
}

.title-head {
  font-size:1.42857em;
  color:#333;
  text-decoration:none;
}

.title-head a {
  color:#333;
}

.title-head a:hover {
  color:#1ba0e2;
}

.subtitle-head {
  font-size:1.28571em;
  color:#333;
  margin:20px 0;
}

.breadcrumb {
  margin:0;
  font-size:1em;
  padding:10px 0;
  border-radius:0;
  position:relative;
  display:block;
}

.breadcrumb li {
  display:inline-block;
}

.breadcrumb li>a {
  color:#333;
}

.breadcrumb li>a>span {
  color:#333;
}

.breadcrumb li>a>span:hover,
.breadcrumb li>a>span:focus {
  color:#1680b4;
  text-decoration:none;
}

.breadcrumb li>a:hover,
.breadcrumb li>a:focus {
  color:#1680b4;
  text-decoration:none;
}

.breadcrumb li span {
  display:inline;
  color:#1680b4;
  padding:0 2px;
}

.breadcrumb li a:hover,
.breadcrumb li.active,
.breadcrumb li strong {
  color:#1680b4;
  font-weight:normal;
}

.breadcrumb li:after {
  content:"/";
  padding:0 5px;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb>li+li:before {
  display:none;
}

.pagination {
  margin-bottom:20px;
}

.pagination .page-link {
  float:left;
  margin:0 3px;
  width:36px;
  background:#fff;
  text-align:center;
  height:36px;
  font-size:14px;
  line-height:34px;
  color:#000;
  border-radius:0;
  border:none;
  text-decoration:none;
  border-radius:0 !important;
  padding:0;
  -webkit-box-shadow:0 2px 10px 0 #d8dde6;
  box-shadow:0 2px 10px 0 #d8dde6;
  font-weight:600;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  background-color:#1ba0e2;
  color:#fff;
}

.pagination .page-link:hover svg path,
.pagination .page-link:focus svg path {
  fill:#fff !important;
}

@media (max-width:480px) {
  .pagination .page-link {
    width:30px;
    height:30px;
    line-height:28px;
    margin:0 2px;
    font-size:12px;
  }
}

.pagination .page-link svg {
  position:relative;
}

.pagination .page-item.disabled .page-link {
  color:#000;
  background:#fff;
  border:1px solid transparent;
}

.pagination .page-item.active .page-link {
  background-color:#1ba0e2;
  color:#fff;
}

header {
  border-top:4px solid #1ba0e2;
}

.mini-cart {
  z-index:999;
  text-align:center;
}

@media (min-width:1024px) {
  .mini-cart:hover:before,
  .mini-cart:hover .top-cart-content {
    display:block !important;
  }
}

.mini-cart .dropdown-toggle {
  font-size:12px;
  padding:0;
  text-transform:none;
}

.top-cart-contain {
  color:#333;
  padding:0;
  right:0;
}

.top-cart-contain .price {
  color:#ff5722;
  text-transform:uppercase;
}

.top-cart-contain .mini-cart .price {
  margin-right:5px;
  font-size:16px;
  font-weight:700;
}

.top-cart-contain .product-details .price {
  color:#1ba0e2;
  width:auto;
  float:none;
  font-weight:400;
  padding-left:0;
  font-size:12px;
}

.top-cart-content {
  display:none;
  position:absolute;
  right:0;
  background:#fff;
  padding:0;
  text-align:left;
  z-index:10000;
  border-radius:0;
  -webkit-box-shadow:0 2px 6px 0 rgba(50,50,50,0.33);
  -moz-box-shadow:0 2px 6px 0 rgba(50,50,50,0.33);
  box-shadow:0 2px 6px 0 rgba(50,50,50,0.33);
  top:50px;
}

.top-cart-content .empty {
  text-align:left;
  color:#333;
}

.top-cart-content .product-name {
  margin:0;
  width:150px;
  line-height:1;
  padding-right:10px;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}

.top-cart-content .product-name a {
  font-size:1em;
  line-height:normal;
  line-height:20px !important;
  font-weight:500;
  color:#1c1c1c;
}

.top-cart-content .product-name a:hover,
.top-cart-content .product-name a:focus {
  color:#1ba0e2;
}

.top-cart-content .list-item-cart {
  max-height:230px;
  overflow-y:auto;
}

.top-cart-content .list-item-cart::-webkit-scrollbar-track {
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  border-radius:0;
  background-color:#F5F5F5;
}

.top-cart-content .list-item-cart::-webkit-scrollbar {
  width:5px;
  background-color:#F5F5F5;
}

.top-cart-content .list-item-cart::-webkit-scrollbar-thumb {
  border-radius:0;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  background-color:#e5e5e5;
}

.top-cart-content li {
  list-style:none;
}

.top-cart-content li.item {
  border-top:1px solid #eee;
  overflow:hidden;
  padding:20px 0;
  position:relative;
}

.top-cart-content li.item:first-child {
  border-top:none;
  padding-top:10px;
}

.top-cart-content li.item:last-child {
  margin:0;
  border-bottom:none;
}

.top-cart-content li.item .product-image {
  float:left;
  display:block;
  width:80px;
  margin-right:10px;
}

.top-cart-content li.item .detail-item {
  padding-left:90px;
}

.top-cart-content li.item .detail-item .remove-item-cart {
  position:absolute;
  right:10px;
  color:#1c1c1c;
  font-size:20px;
}

.top-cart-content li.item .detail-item .remove-item-cart:hover,
.top-cart-content li.item .detail-item .remove-item-cart:focus {
  color:#1ba0e2;
}

.top-cart-content li.item .detail-item .product-details-bottom .price.pricechange {
  display:block;
  margin-bottom:7px;
  color:#ff5722;
  font-weight:500;
}

.top-cart-content li.item .detail-item input {
  display:inline-block;
  width:45px;
  padding:0;
  text-align:center;
  min-height:30px;
  height:30px;
  margin-bottom:0;
  float:left;
  border-radius:0;
  border-left:none;
  border-right:none;
}

.top-cart-content li.item .detail-item input[disabled] {
  border:1px solid #ebebeb;
  background-color:#fff;
  border-left:none;
  border-right:none;
}

.top-cart-content li.item .detail-item button.items-count {
  display:inline-block;
  box-shadow:none;
  outline:none;
  background-color:#fff;
  border:1px solid #ebebeb;
  height:30px;
  float:left;
  width:30px;
}

.top-cart-content .block-subtitle {
  color:#333;
  overflow:hidden;
  padding:15px;
  text-align:left;
  font-size:.92857em;
  background:#f5f5f5;
  text-transform:none;
  font-weight:400;
  border-bottom:1px #ddd solid;
}

.top-cart-content .actions .btn,
.top-cart-content .actions input[type="submit"] {
  border:1px solid #1ba0e2;
  color:#fff;
  background-color:#1ba0e2;
  min-width:145px;
  text-transform:uppercase;
  font-size:14px;
  border-radius:4px;
}

.top-cart-content .actions .btn+.btn,
.top-cart-content .actions input[type="submit"]+.btn,
.top-cart-content .actions .btn+input[type="submit"],
.top-cart-content .actions input[type="submit"]+input[type="submit"] {
  float:right;
}

.top-cart-content .actions .btn:hover,
.top-cart-content .actions input[type="submit"]:hover,
.top-cart-content .actions .btn:focus,
.top-cart-content .actions input[type="submit"]:focus {
  color:#fff;
  background-color:#1789c2;
  border-color:#1789c2;
  box-shadow:none;
  outline:none;
}

.top-wish-list-content {
  display:none;
  position:absolute;
  right:0;
  background:#fff;
  padding:0;
  text-align:left;
  z-index:10000;
  border-radius:0;
  -webkit-box-shadow:0 2px 6px 0 rgba(50,50,50,0.33);
  -moz-box-shadow:0 2px 6px 0 rgba(50,50,50,0.33);
  box-shadow:0 2px 6px 0 rgba(50,50,50,0.33);
  top:50px;
}

.top-wish-list-content .added-products {
  padding:10px;
  margin:0;
  max-height:582px;
  min-width:320px;
}

.top-wish-list-content .added-products .favorites-message {
  display:block;
  font-size:13px;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px dashed #e5e5e5;
  font-weight:500;
}

.top-wish-list-content .added-products .wish-list-small {
  max-height:200px;
  overflow-y:auto;
}

.top-wish-list-content .added-products .wish-list-small::-webkit-scrollbar-track {
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  border-radius:0;
  background-color:#F5F5F5;
}

.top-wish-list-content .added-products .wish-list-small::-webkit-scrollbar {
  width:5px;
  background-color:#F5F5F5;
}

.top-wish-list-content .added-products .wish-list-small::-webkit-scrollbar-thumb {
  border-radius:0;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  background-color:#e5e5e5;
}

.top-wish-list-content .added-products .wish-list-small .empty-description .empty-icon {
  margin-bottom:10px;
  display:block;
}

.top-wish-list-content .added-products .wish-list-small .empty-description .empty-icon .ico-favorite-heart {
  height:50px;
  width:50px;
  background-image:url(../images/valentines-heart.svg);
  background-size:contain;
  background-repeat:no-repeat;
  display:block;
  margin-left:auto;
  margin-right:auto;
}

.top-wish-list-content .added-products .wish-list-small .empty-description .empty-text {
  text-align:center;
}

.top-wish-list-content .added-products .wish-list-small .empty-description .empty-text h3,
.top-wish-list-content .added-products .wish-list-small .empty-description .empty-text .h3 {
  margin:0;
  font-size:15px;
  font-weight:600;
  color:#303846;
}

.top-wish-list-content .added-products .wish-list-small .empty-description .empty-text p {
  font-size:13px;
  margin-bottom:0;
  color:#999;
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small {
  position:relative;
  margin-bottom:7px;
  padding-bottom:7px;
  border-bottom:1px dashed #e5e5e5;
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .product-image {
  float:left;
  display:block;
  width:80px;
  margin-right:10px;
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .product-image img:not(.loaded) {
  width:100% !important;
  height:100% !important;
  opacity:0.2;
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item {
  padding-left:90px;
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .js-remove-wishlist {
  position:absolute;
  right:10px;
  color:#1c1c1c;
  font-size:20px;
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .js-remove-wishlist:hover,
.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .js-remove-wishlist:focus {
  color:#1ba0e2;
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name {
  margin:0;
  width:150px;
  line-height:1;
  padding-right:10px;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name a {
  font-size:1em;
  line-height:20px !important;
  font-weight:500;
  color:#1c1c1c;
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name a:hover,
.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name a:focus {
  color:#1ba0e2;
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-details-bottom .pricechange {
  color:#ff5722;
  display:block;
}

.top-wish-list-content .added-products .wish-list-button-all {
  text-align:center;
  margin-top:10px;
}

.top-wish-list-content .added-products .wish-list-button-all a {
  display:block;
  padding:6px 10px;
  color:#fff;
  background-color:#1ba0e2;
}

.top-wish-list-content .added-products .wish-list-button-all a:hover,
.top-wish-list-content .added-products .wish-list-button-all a:focus {
  color:#fff;
  background-color:#1680b4;
}

.top-subtotal {
  color:#333;
  font-size:1.14286em;
  font-weight:400;
  padding:12px 0;
  border-top:1px dashed #e5e5e5;
  text-align:left;
  text-transform:none;
}

.top-subtotal .price {
  font-weight:500;
  color:#ff5722;
  float:right;
}

ul#cart-sidebar {
  padding:10px;
  margin:0;
  max-height:582px;
  min-width:320px;
}

ul#cart-sidebar li.list-item {
  max-height:400px;
  overflow-y:auto;
}

ul#cart-sidebar li.action {
  display:none;
}

ul#cart-sidebar .no-item {
  text-align:center;
}

ul#cart-sidebar .no-item .empty-icon {
  margin-bottom:10px;
  display:block;
}

ul#cart-sidebar .no-item .empty-icon .ico-cart {
  height:50px;
  width:50px;
  background-image:url(../images/shopping-cart-empty.svg);
  background-size:contain;
  background-repeat:no-repeat;
  display:block;
  margin-left:auto;
  margin-right:auto;
}

ul#cart-sidebar .no-item p {
  margin-bottom:0;
  font-size:14px;
  font-weight:600;
  color:#303846;
}

ul#cart-sidebar.hasclass li.action {
  display:block;
}

ul#cart-sidebar li.list-item .price2 {
  font-weight:700;
  color:#f94e3f;
  font-size:14px;
  display:list-item;
  margin-bottom:5px;
}

ul#cart-sidebar li.list-item::-webkit-scrollbar {
  width:5px;
}

ul#cart-sidebar li.list-item::-webkit-scrollbar-track {
  background:rgba(255,255,255,0.9);
}

ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb {
  background:#1ba0e2;
  border-radius:15px;
}

ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:hover,
ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:active {
  background:#1ba0e2;
  border-radius:15px;
}

.li-fix-1 {
  background:#FFF;
  border-top:1px solid #ebebeb;
  display:block;
}

.li-fix-2 {
  display:block;
  width:295px;
}

header .nav {
  position:relative;
}

header .nav-item {
  float:left;
  position:relative;
  flex:auto;
}

@media (max-width:991px) {
  header .nav-item {
    width:100%;
    margin-right:0;
    border-top:1px solid #f5f5f5;
  }
}

header .nav-item.has-mega {
  position:static;
}

header .nav-item:hover,
header .nav-item:focus {
  background-color:transparent;
}

header .nav-item>a {
  color:#696969;
  font-size:14px;
  padding:10px 10px;
  font-weight:600;
  text-align:center;
  text-transform:uppercase;
  position:relative;
}

header .nav-item>a svg path {
  fill:#696969;
}

@media (max-width:991px) {
  header .nav-item>a {
    text-align:left;
    padding:8px 10px;
    padding-right:20px;
  }
}

@media (min-width:992px) {
  header .nav-item>a:hover,
  header .nav-item>a:focus {
    color:#1ba0e2;
    background-color:transparent;
  }
  header .nav-item>a:hover svg path,
  header .nav-item>a:focus svg path {
    fill:#1ba0e2;
  }
}

header .nav-item.has-childs>a>svg {
  width:10px;
  height:20px;
}

@media (max-width:991px) {
  header .nav-item.has-childs>a>svg {
    height:20px;
    position:absolute;
    top:50%;
    transform:translate(0,-50%);
    right:10px;
    margin-right:0;
    float:right;
    line-height:22px;
    width:20px;
    text-align:center;
  }
}

header .nav-item.has-childs>a:after {
  content:"";
  width:0;
  height:0;
  border-style:solid;
  border-width:0 11px 12px;
  border-color:transparent transparent #FFF;
  display:inline-block;
  position:absolute;
  bottom:-1px;
  left:-999em;
  right:0;
  margin:auto;
  opacity:0;
  transition:opacity 300ms linear 0s;
}

@media (min-width:992px) {
  header .nav-item.has-childs:hover>.dropdown-menu {
    opacity:1;
    visibility:visible;
    top:100%;
    margin-top:0;
  }
  header .nav-item.has-childs:hover>.mega-content {
    display:block;
  }
}

@media (min-width:992px) and (min-width:1025px) {
  header .nav-item.has-childs:hover>.mega-content {
    opacity:1;
    filter:alpha(opacity=100);
    visibility:visible;
    -moz-transition:.3s ease-in;
    -o-transition:.3s ease-in;
    -webkit-transition:.3s ease-in;
    -ms-transition:.3s ease-in;
    transition:.3s ease-in;
    -moz-transform:translateY(0px);
    -o-transform:translateY(0px);
    -ms-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    transform:translateY(0px);
  }
}

@media (max-width:991px) {
  header .nav-item.has-childs.active>.dropdown-menu {
    display:block;
  }
  header .nav-item.has-childs.active>a>svg {
    -moz-transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    transform:rotate(-180deg);
    top:10px;
  }
}

header .nav-item>.fa {
  color:#000;
  position:absolute;
  right:0;
  top:33px;
}

header .nav-item .nav-item-lv2 {
  padding:0 10px;
}

header .nav-item .nav-item-lv3 {
  padding:0 10px;
}

header .nav-item li.dropdown-submenu {
  position:relative;
}

header .nav-item li.dropdown-submenu .dropdown-menu {
  left:-100%;
  top:0;
}

header .nav-item.active {
  background-color:transparent;
}

header .nav-item.active>a {
  color:#1ba0e2;
  background-color:transparent;
}

header .nav-item ul.dropdown-menu {
  -webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.1);
  box-shadow:0 0 15px 0 rgba(0,0,0,0.1);
  background:#ffffff;
  position:absolute;
  border:none;
  top:80px;
  left:0;
  width:250px;
  z-index:1030;
  display:block;
  opacity:0;
  visibility:hidden;
  border-radius:0;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  padding:5px;
}

@media (min-width:1023px) and (max-width:1024px) {
  header .nav-item ul.dropdown-menu {
    left:-80px;
  }
}

@media (max-width:991px) {
  header .nav-item ul.dropdown-menu {
    display:none;
    opacity:1;
    visibility:visible;
    padding:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    width:100%;
    top:0;
    position:relative;
    margin:0;
    border-top:1px solid #f5f5f5;
  }
}

header .nav-item ul.dropdown-menu li {
  padding:0;
}

header .nav-item ul.dropdown-menu li+li {
  margin-top:5px;
}

@media (max-width:991px) {
  header .nav-item ul.dropdown-menu li+li {
    margin-top:0;
    border-top:1px solid #f5f5f5;
  }
}

header .nav-item ul.dropdown-menu li a {
  padding:5px 15px;
  position:relative;
  padding-right:20px;
  -moz-transition:all 0.2s;
  -o-transition:all 0.2s;
  -webkit-transition:all 0.2s;
  transition:all 0.2s;
  color:#141414;
  font-size:14px;
  font-weight:500;
}

header .nav-item ul.dropdown-menu li a i {
  float:right;
}

@media (max-width:991px) {
  header .nav-item ul.dropdown-menu li a {
    padding:8px 20px;
  }
}

header .nav-item ul.dropdown-menu li a::after {
  position:absolute;
  content:'';
  height:100%;
  width:3px;
  left:-5px;
  -webkit-transition:0.5s;
  transition:0.5s;
  opacity:0;
  visibility:hidden;
  top:0;
  -webkit-transform:scale(0);
  transform:scale(0);
}

header .nav-item ul.dropdown-menu li a:hover,
header .nav-item ul.dropdown-menu li a:focus {
  background-color:transparent;
  color:#1ba0e2;
}

header .nav-item ul.dropdown-menu li a:hover::after,
header .nav-item ul.dropdown-menu li a:focus::after {
  opacity:1;
  visibility:visible;
  -webkit-transform:scale(1);
  transform:scale(1);
  background-color:#1ba0e2;
}

header .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
  top:0;
  left:100%;
}

@media (max-width:991px) {
  header .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left:0;
  }
  header .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu .nav-item-lv3 a {
    padding-left:35px;
  }
}

header .nav-item ul.dropdown-menu li.dropdown-submenu>a svg {
  height:10px;
  position:absolute;
  right:10px;
  top:50%;
  transform:translate(0,-50%);
}

@media (max-width:991px) {
  header .nav-item ul.dropdown-menu li.dropdown-submenu>a svg {
    height:20px;
    position:absolute;
    top:50%;
    transform:translate(0,-50%);
    right:10px;
    margin-right:0;
    float:right;
    line-height:22px;
    width:20px;
    text-align:center;
  }
}

header .nav-item ul.dropdown-menu li.dropdown-submenu>a:hover svg path {
  fill:#1ba0e2;
}

@media (min-width:992px) {
  header .nav-item ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    opacity:1;
    visibility:visible;
    top:0;
    margin-top:0;
  }
}

@media (max-width:991px) {
  header .nav-item ul.dropdown-menu li.dropdown-submenu.active>.dropdown-menu {
    display:block;
  }
  header .nav-item ul.dropdown-menu li.dropdown-submenu.active>a>svg {
    -moz-transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    transform:rotate(-180deg);
    top:10px;
  }
}

@media (min-width:992px) {
  header .nav-item:nth-child(4) li.dropdown-submenu,
  header .nav-item:nth-child(5) li.dropdown-submenu,
  header .nav-item:nth-child(6) li.dropdown-submenu,
  header .nav-item:nth-child(7) li.dropdown-submenu,
  header .nav-item:nth-child(8) li.dropdown-submenu,
  header .nav-item:nth-child(9) li.dropdown-submenu {
    position:relative;
  }
  header .nav-item:nth-child(4) li.dropdown-submenu .dropdown-menu,
  header .nav-item:nth-child(5) li.dropdown-submenu .dropdown-menu,
  header .nav-item:nth-child(6) li.dropdown-submenu .dropdown-menu,
  header .nav-item:nth-child(7) li.dropdown-submenu .dropdown-menu,
  header .nav-item:nth-child(8) li.dropdown-submenu .dropdown-menu,
  header .nav-item:nth-child(9) li.dropdown-submenu .dropdown-menu {
    right:100%;
    top:0;
    left:auto !important;
  }
}

@media (min-width:992px) and (min-width:992px) {
  header .nav-item:nth-child(4) li.dropdown-submenu:hover>.dropdown-menu,
  header .nav-item:nth-child(5) li.dropdown-submenu:hover>.dropdown-menu,
  header .nav-item:nth-child(6) li.dropdown-submenu:hover>.dropdown-menu,
  header .nav-item:nth-child(7) li.dropdown-submenu:hover>.dropdown-menu,
  header .nav-item:nth-child(8) li.dropdown-submenu:hover>.dropdown-menu,
  header .nav-item:nth-child(9) li.dropdown-submenu:hover>.dropdown-menu {
    display:block;
  }
}

footer .back-to-top {
  position:absolute;
  right:10px;
  bottom:10px;
  font-size:14px;
  cursor:pointer;
  color:#fff;
  top:auto !important;
  height:40px;
  width:40px;
  background-color:#000;
  border:2px solid #fff;
  line-height:36px;
  border-radius:4px;
  font-size:20px;
  transition:all 0.3s ease-out 0s;
  transform:translateY(-120px);
  opacity:0;
  visibility:hidden;
}

footer .back-to-top:hover {
  color:#fff;
  background-color:#1ba0e2;
  border-color:#1786be;
}

footer .back-to-top.show {
  position:fixed;
  z-index:999;
  transition:all 0.3s ease-out 0s;
  transform:translateY(0px);
  opacity:1;
  visibility:visible;
}

.product-tab .tab-link {
  margin-right:20px;
}

.product-tab .tab-link h3,
.product-tab .tab-link .h3 {
  margin:10px 0;
  font-size:1.14286em;
}

.product-tab .tab-link span {
  font-size:1.14286em;
}

.product-tab .tab-link.current h3,
.product-tab .tab-link.current .h3 {
  color:#1ba0e2;
}

.product-tab .tab-content.current {
  min-height:1px;
}

@media (max-width:480px) {
  .product-tab .tab-content.current {
    min-height:20px;
  }
}

.sortPagiBar {
  padding-bottom:15px;
}

#article-comments {
  margin-top:30px;
}

#article-comments .article-comment {
  margin-bottom:10px;
}

#article-comments .article-comment-user-image {
  margin:0;
  float:left;
  width:50px;
  margin-right:12px;
}

#article-comments .article-comment-user-comment {
  padding-left:63px;
  font-size:1em;
}

#article-comments .user-name-comment {
  margin:0;
  color:#1ba0e2;
  font-size:15px;
  line-height:1;
}

#article-comments .article-comment-date-bull {
  padding:5px 0;
  display:block;
  color:#acacac;
  font-size:12px;
}

.cart-item {
  background:#fff;
  padding:20px 10px;
  border-bottom:1px solid #e1e1e1;
}

.cart-item-image {
  float:left;
  width:120px;
  margin-right:20px;
}

.cart-item-info {
  padding-left:140px;
}

.cart-item-info h3,
.cart-item-info .h3 {
  margin:0;
  font-size:1.28571em;
  font-weight:400;
}

.cart-item-info .product-price {
  line-height:50px;
}

.cart-item-info input {
  width:95px;
  height:45px;
  border-color:#e1e1e1;
  float:left;
}

.cart-item-info .remove-item {
  color:#c6c6c6;
  font-size:38px;
  font-weight:300;
  line-height:47px;
  float:right;
}

.cart-item-info .variant {
  color:#adadad;
}

.name-product-cart {
  color:#1ba0e2;
}

.cart .total-price {
  background:#fff;
  padding:25px;
  line-height:45px;
}

.delete-cart .title {
  font-size:2.14286em;
  text-align:center;
  padding:30px 10px;
}

.delete-cart .btn-50 {
  width:calc(50% - 3px);
}

.delete-cart .btn-50 a {
  color:#fff;
  display:block;
}

#customer_login,
#recover_customer_password {
  margin-bottom:0;
}

.checkbox.style input {
  margin:0 !important;
  display:none;
}

.checkbox.style label {
  display:inline-block;
  vertical-align:middle;
  font-weight:normal;
  text-transform:none;
  position:relative;
  padding-left:55px;
  line-height:50px;
}

.checkbox.style label:before {
  display:block;
  width:35px;
  height:35px;
  background:#fff;
  border:1px solid #d4d4d4;
  border-radius:5px;
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -o-transform:translateY(-50%);
}

.checkbox.style input:checked+label:after {
  content:"\f00c";
  font-family:FontAwesome;
  font-size:20px;
  color:#1ba0e2;
  position:absolute;
  top:50%;
  left:8px;
  transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -o-transform:translateY(-50%);
}

.block-account h3,
.block-account .h3 {
  margin-top:0;
}

.customer-name {
  color:#1ba0e2;
  line-height:55px;
}

.block-content.form-signup {
  background:#fff;
  padding-top:10px;
}

.block-content.form-signup p {
  padding:0;
  display:table;
}

.block-content.form-signup p i {
  display:table-cell;
  width:20px;
  text-align:center;
  color:#1ba0e2;
}

.block-content.form-signup p a {
  color:#1ba0e2;
}

.address-group {
  background:#fff;
  padding-bottom:5px;
  margin-bottom:15px;
}

.address-group p {
  color:#595959;
}

.address-group p label {
  float:left;
  font-weight:300;
}

#order_payment,
#order_shipping {
  background:#fff;
  padding:10px 0;
}

#order_payment .address.note i,
#order_shipping .address.note i {
  color:#1ba0e2;
  margin-right:5px;
}

.totalorders {
  background:#fff;
  border-color:#e1e1e1;
}

.order-headding {
  margin:0;
}

.info-contact .widget-menu p {
  display:inline;
}

.info-contact .logo {
  font-size:20px;
}

.aside-item.collection-category .nav-item {
  position:relative;
  clear:left;
  font-size:1.07143em;
}

.aside-item.collection-category .nav-item a {
  font-size:1.07143em;
}

.aside-item.collection-category .nav-item .fa {
  position:absolute;
  right:5px;
  top:12px;
  height:20px;
  width:20px;
  line-height:20px;
  text-align:center;
}

.aside-item.collection-category .nav-item .dropdown-menu {
  position:static;
  width:100%;
  border:0;
  padding-left:15px;
  box-shadow:none;
}

.aside-item.collection-category .nav-item.active>a {
  color:#1ba0e2;
}

.aside-item.collection-category .nav-item.active>.fa:before {
  content:"\f106";
}

.aside-item.collection-category .nav-item.active>.dropdown-menu {
  display:block;
}

.aside-item.collection-category .nav>li>a {
  padding:5px 15px;
}

.aside-item .nav>li>a:focus,
.aside-item .nav>li>a:hover {
  background:none;
}

a#filter-value {
  height:30px;
  line-height:30px;
  font-weight:400;
  width:100px;
  margin-top:15px;
  background-color:#1ba0e2;
  color:#fff;
  border-color:#1ba0e2;
}

a#filter-value:hover,
a#filter-value:focus {
  outline:none;
  box-shadow:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  background-color:#105f87;
  border-color:#105f87;
}

div#isp_search_result_page_container .btn-search {
  display:none;
}

button.btn.btn-default.btn-search {
  display:none;
}

div#isp_search_result_page_container form {
  margin-bottom:0;
}

.dropdown-menu>li>a {
  white-space:inherit;
}

*,
input,
:before,
:after {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

html {
  overflow-x:hidden;
}

html,
body {
  padding:0;
  margin:0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display:block;
}

audio,
canvas,
progress,
video {
  display:inline-block;
  vertical-align:baseline;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height:auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance:none;
}

a {
  color:#0657a3;
}

a:hover {
  color:#1ba0e2;
}

.remove {
  color:#999;
  font-size:1em;
}

.remove:hover {
  color:#1ba0e2;
}

.dropdown-menu {
  box-shadow:none;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  background:none;
}

body,
input,
textarea,
button,
select {
  line-height:1.7;
  color:#333;
  -webkit-font-smoothing:antialiased;
  -webkit-text-size-adjust:100%;
  letter-spacing:0.25px;
}

body {
  font-size:14px;
  color:#333;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height:1.4;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  text-decoration:none;
  font-weight:inherit;
}

a {
  -webkit-transition:all 150ms ease-in-out;
  -moz-transition:all 150ms ease-in-out;
  -ms-transition:all 150ms ease-in-out;
  -o-transition:all 150ms ease-in-out;
  transition:all 150ms ease-in-out;
}

a:focus {
  outline:none;
}

h1,
.h1 {
  font-size:2.57143em;
}

h2,
.h2 {
  font-size:2em;
}

h3,
.h3 {
  font-size:1.71429em;
}

h4,
.h4 {
  font-size:1.28571em;
}

h5,
.h5 {
  font-size:1.14286em;
}

h6,
.h6 {
  font-size:1.14286em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color:#1c1c1c;
  letter-spacing:.01em;
}

p {
  margin:0 0 15px 0;
}

p img {
  margin:0;
}

em {
  font-style:italic;
}

b,
strong {
  font-weight:bold;
}

small {
  font-size:0.9em;
}

sup,
sub {
  position:relative;
  font-size:60%;
  vertical-align:baseline;
}

sup {
  top:-0.5em;
}

sub {
  bottom:-0.5em;
}

blockquote {
  font-size:1.125em;
  line-height:1.45;
  font-style:italic;
  margin:0 0 30px;
  padding:15px 30px;
  border-left:1px solid #e1e1e1;
}

blockquote p {
  margin-bottom:0;
}

blockquote p+cite {
  margin-top:15px;
}

blockquote cite {
  display:block;
  font-size:0.75em;
}

blockquote cite:before {
  content:"\2014 \0020";
}

code,
pre {
  background-color:#faf7f5;
  font-family:Consolas,monospace;
  font-size:1em;
  border:0 none;
  padding:0 2px;
  color:#51ab62;
}

pre {
  overflow:auto;
  padding:15px;
  margin:0 0 30px;
}

ul,
ol {
  margin:0;
  padding:0;
}

ul {
  list-style:none inside;
}

ol {
  list-style:decimal inside;
}

ul.square {
  list-style:square inside;
}

ul.disc {
  list-style:disc inside;
}

ol.alpha {
  list-style:lower-alpha inside;
}

.inline-list li {
  display:inline-block;
  margin-bottom:0;
}

table {
  width:100%;
  margin-bottom:1em;
  border-collapse:collapse;
  border-spacing:0;
}

.table-wrap {
  max-width:100%;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}

th {
  font-weight:bold;
}

th,
td {
  text-align:left;
  padding:15px;
  border:1px solid #e1e1e1;
  color:#1c1c1c;
}

a,
.text-link {
  color:#0657a3;
  text-decoration:none;
  background:transparent;
}

button {
  overflow:visible;
}

button[disabled],
html input[disabled] {
  cursor:default;
}

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

svg:not(:root) {
  overflow:hidden;
}

.table-wrapper {
  max-width:100%;
  overflow:auto;
}

form {
  margin-bottom:30px;
}

form a {
  color:#0657a3;
}

input,
textarea,
button,
select {
  font-size:1em;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
  outline:none;
}

button,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="submit"],
textarea {
  -webkit-appearance:none;
  -moz-appearance:none;
}

input,
textarea,
select,
fieldset {
  border-radius:0;
  max-width:100%;
}

input.input-full,
textarea.input-full,
select.input-full,
fieldset.input-full {
  width:100%;
}

fieldset {
  border:0 solid #e1e1e1;
  padding:15px;
}

legend {
  border:0;
  padding:0;
}

optgroup {
  font-weight:bold;
}

input {
  display:inline-block;
  width:auto;
}

button,
input[type="submit"] {
  cursor:pointer;
}

textarea {
  min-height:100px;
  padding-top:6px;
  padding-bottom:6px;
}

.ie9 select,
.lt-ie9 select {
  padding-right:10px;
  background-image:none;
}

option {
  color:#000;
  background-color:#fff;
}

select::-ms-expand {
  display:none;
}

label,
legend {
  display:block;
  margin-bottom:2px;
}

label.inline,
legend.inline {
  display:inline;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
  font-weight:normal;
}

label[for] {
  cursor:pointer;
}

.label-hint {
  color:#999;
}

form.form-horizontal,
.form-horizontal {
  margin-bottom:0;
}

form.form-horizontal input[type="text"],
form.form-horizontal input[type="search"],
form.form-horizontal input[type="password"],
form.form-horizontal input[type="email"],
form.form-horizontal input[type="file"],
form.form-horizontal input[type="number"],
form.form-horizontal input[type="tel"],
form.form-horizontal textarea,
form.form-horizontal select,
form.form-horizontal label,
.form-horizontal input[type="text"],
.form-horizontal input[type="search"],
.form-horizontal input[type="password"],
.form-horizontal input[type="email"],
.form-horizontal input[type="file"],
.form-horizontal input[type="number"],
.form-horizontal input[type="tel"],
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal label {
  display:inline-block;
  margin-bottom:0;
  width:auto;
}

input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="tel"].error,
textarea.error {
  border-color:red;
  color:red;
}

label.error {
  color:red;
}

.input-group {
  position:relative;
  border-collapse:separate;
}

.input-group .input-group-field:first-child,
.input-group .input-group-btn:first-child,
.input-group .input-group-btn:first-child>.btn,
.input-group .input-group-btn:first-child>input[type="submit"],
.input-group input[type="hidden"]:first-child+.input-group-field,
.input-group input[type="hidden"]:first-child+.input-group-btn>.btn,
.input-group input[type="hidden"]:first-child+.input-group-btn>input[type="submit"] {
  border-radius:0;
}

.input-group .input-group-field:last-child,
.input-group .input-group-btn:last-child>.btn,
.input-group .input-group-btn:last-child>input[type="submit"] {
  border-radius:0;
}

.input-group input::-moz-focus-inner {
  border:0;
  padding:0;
  margin-top:-1px;
  margin-bottom:-1px;
}

.input-group-field,
.input-group-btn {
  display:table-cell;
  vertical-align:middle;
  margin:0;
}

.input-group .btn,
.input-group input[type="submit"],
.input-group .input-group-field {
  height:40px;
}

.input-group .input-group-field {
  width:100%;
  margin-bottom:0;
}

.input-group-btn {
  position:relative;
  white-space:nowrap;
  width:1%;
  padding:0;
}

.form-group {
  margin:0;
  padding:0 0 8px;
  border:0;
}

.form-group .form-control {
  display:block;
  width:100%;
  min-height:40px;
  padding:.375rem .75rem;
  font-size:1em;
  line-height:1.5;
  color:#55595c;
  background-color:#fff;
  background-image:none;
  margin:0;
}

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

.clearfix {
  *zoom:1;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

.clearboth {
  clear:both;
}

.flexbox,
.awe-popup {
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -ms-flex-align:center;
  -webkit-align-items:center;
  -webkit-box-align:center;
  align-items:center;
}

.list-inline {
  *zoom:1;
}

.list-inline:after {
  content:"";
  display:table;
  clear:both;
}

.list-inline li {
  float:left;
  margin:0;
}

.a-center {
  text-align:center !important;
}

.a-left {
  text-align:left !important;
}

.a-right {
  text-align:right !important;
}

.f-left {
  float:left !important;
}

.f-right {
  float:right !important;
}

.f-none {
  float:none !important;
}

.inline {
  display:inline !important;
}

.block {
  display:block !important;
}

.inline-block {
  display:inline-block !important;
}

.flexbox {
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  overflow:hidden;
}

.flexbox>div {
  flex:1;
}

.background-none {
  background:none !important;
}

.no-margin {
  margin:0 !important;
}

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

.no-border {
  border:none !important;
}

.ov-h {
  overflow:hidden !important;
}

.relative {
  position:relative !important;
}

.absolute {
  position:absolute !important;
}

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

.margin-vertical-0 {
  margin-top:0 !important;
  margin-bottom:0 !important;
}

.margin-horizontal-0 {
  margin-left:0 !important;
  margin-right:0 !important;
}

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

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

.margin-left-0 {
  margin-left:0 !important;
}

.margin-right-0 {
  margin-right:0 !important;
}

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

.padding-vertical-0 {
  padding-top:0 !important;
  padding-bottom:0 !important;
}

.padding-horizontal-0 {
  padding-left:0 !important;
  padding-right:0 !important;
}

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

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

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

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

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

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

.margin-horizontal-5 {
  margin-left:5px !important;
  margin-right:5px !important;
}

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

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

.margin-left-5 {
  margin-left:5px !important;
}

.margin-right-5 {
  margin-right:5px !important;
}

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

.padding-vertical-5 {
  padding-top:5px !important;
  padding-bottom:5px !important;
}

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

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

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

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

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

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

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

.margin-horizontal-10 {
  margin-left:10px !important;
  margin-right:10px !important;
}

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

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

.margin-left-10 {
  margin-left:10px !important;
}

.margin-right-10 {
  margin-right:10px !important;
}

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

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

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

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

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

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

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

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

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

.margin-horizontal-15 {
  margin-left:15px !important;
  margin-right:15px !important;
}

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

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

.margin-left-15 {
  margin-left:15px !important;
}

.margin-right-15 {
  margin-right:15px !important;
}

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

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

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

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

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

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

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

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

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

.margin-horizontal-20 {
  margin-left:20px !important;
  margin-right:20px !important;
}

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

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

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

.margin-right-20 {
  margin-right:20px !important;
}

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

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

.padding-horizontal-20 {
  padding-left:20px !important;
  padding-right:20px !important;
}

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

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

.padding-left-20 {
  padding-left:20px !important;
}

.padding-right-20 {
  padding-right:20px !important;
}

.margin-25 {
  margin:25px !important;
}

.margin-vertical-25 {
  margin-top:25px !important;
  margin-bottom:25px !important;
}

.margin-horizontal-25 {
  margin-left:25px !important;
  margin-right:25px !important;
}

.margin-top-25 {
  margin-top:25px !important;
}

.margin-bottom-25 {
  margin-bottom:25px !important;
}

.margin-left-25 {
  margin-left:25px !important;
}

.margin-right-25 {
  margin-right:25px !important;
}

.padding-25 {
  padding:25px !important;
}

.padding-vertical-25 {
  padding-top:25px !important;
  padding-bottom:25px !important;
}

.padding-horizontal-25 {
  padding-left:25px !important;
  padding-right:25px !important;
}

.padding-top-25 {
  padding-top:25px !important;
}

.padding-bottom-25 {
  padding-bottom:25px !important;
}

.padding-left-25 {
  padding-left:25px !important;
}

.padding-right-25 {
  padding-right:25px !important;
}

.margin-30 {
  margin:30px !important;
}

.margin-vertical-30 {
  margin-top:30px !important;
  margin-bottom:30px !important;
}

.margin-horizontal-30 {
  margin-left:30px !important;
  margin-right:30px !important;
}

.margin-top-30 {
  margin-top:30px !important;
}

.margin-bottom-30 {
  margin-bottom:30px !important;
}

.margin-left-30 {
  margin-left:30px !important;
}

.margin-right-30 {
  margin-right:30px !important;
}

.padding-30 {
  padding:30px !important;
}

.padding-vertical-30 {
  padding-top:30px !important;
  padding-bottom:30px !important;
}

.padding-horizontal-30 {
  padding-left:30px !important;
  padding-right:30px !important;
}

.padding-top-30 {
  padding-top:30px !important;
}

.padding-bottom-30 {
  padding-bottom:30px !important;
}

.padding-left-30 {
  padding-left:30px !important;
}

.padding-right-30 {
  padding-right:30px !important;
}

.margin-35 {
  margin:35px !important;
}

.margin-vertical-35 {
  margin-top:35px !important;
  margin-bottom:35px !important;
}

.margin-horizontal-35 {
  margin-left:35px !important;
  margin-right:35px !important;
}

.margin-top-35 {
  margin-top:35px !important;
}

.margin-bottom-35 {
  margin-bottom:35px !important;
}

.margin-left-35 {
  margin-left:35px !important;
}

.margin-right-35 {
  margin-right:35px !important;
}

.padding-35 {
  padding:35px !important;
}

.padding-vertical-35 {
  padding-top:35px !important;
  padding-bottom:35px !important;
}

.padding-horizontal-35 {
  padding-left:35px !important;
  padding-right:35px !important;
}

.padding-top-35 {
  padding-top:35px !important;
}

.padding-bottom-35 {
  padding-bottom:35px !important;
}

.padding-left-35 {
  padding-left:35px !important;
}

.padding-right-35 {
  padding-right:35px !important;
}

.margin-40 {
  margin:40px !important;
}

.margin-vertical-40 {
  margin-top:40px !important;
  margin-bottom:40px !important;
}

.margin-horizontal-40 {
  margin-left:40px !important;
  margin-right:40px !important;
}

.margin-top-40 {
  margin-top:40px !important;
}

.margin-bottom-40 {
  margin-bottom:40px !important;
}

.margin-left-40 {
  margin-left:40px !important;
}

.margin-right-40 {
  margin-right:40px !important;
}

.padding-40 {
  padding:40px !important;
}

.padding-vertical-40 {
  padding-top:40px !important;
  padding-bottom:40px !important;
}

.padding-horizontal-40 {
  padding-left:40px !important;
  padding-right:40px !important;
}

.padding-top-40 {
  padding-top:40px !important;
}

.padding-bottom-40 {
  padding-bottom:40px !important;
}

.padding-left-40 {
  padding-left:40px !important;
}

.padding-right-40 {
  padding-right:40px !important;
}

.margin-45 {
  margin:45px !important;
}

.margin-vertical-45 {
  margin-top:45px !important;
  margin-bottom:45px !important;
}

.margin-horizontal-45 {
  margin-left:45px !important;
  margin-right:45px !important;
}

.margin-top-45 {
  margin-top:45px !important;
}

.margin-bottom-45 {
  margin-bottom:45px !important;
}

.margin-left-45 {
  margin-left:45px !important;
}

.margin-right-45 {
  margin-right:45px !important;
}

.padding-45 {
  padding:45px !important;
}

.padding-vertical-45 {
  padding-top:45px !important;
  padding-bottom:45px !important;
}

.padding-horizontal-45 {
  padding-left:45px !important;
  padding-right:45px !important;
}

.padding-top-45 {
  padding-top:45px !important;
}

.padding-bottom-45 {
  padding-bottom:45px !important;
}

.padding-left-45 {
  padding-left:45px !important;
}

.padding-right-45 {
  padding-right:45px !important;
}

.margin-50 {
  margin:50px !important;
}

.margin-vertical-50 {
  margin-top:50px !important;
  margin-bottom:50px !important;
}

.margin-horizontal-50 {
  margin-left:50px !important;
  margin-right:50px !important;
}

.margin-top-50 {
  margin-top:50px !important;
}

.margin-bottom-50 {
  margin-bottom:50px !important;
}

.margin-left-50 {
  margin-left:50px !important;
}

.margin-right-50 {
  margin-right:50px !important;
}

.padding-50 {
  padding:50px !important;
}

.padding-vertical-50 {
  padding-top:50px !important;
  padding-bottom:50px !important;
}

.padding-horizontal-50 {
  padding-left:50px !important;
  padding-right:50px !important;
}

.padding-top-50 {
  padding-top:50px !important;
}

.padding-bottom-50 {
  padding-bottom:50px !important;
}

.padding-left-50 {
  padding-left:50px !important;
}

.padding-right-50 {
  padding-right:50px !important;
}

.margin-55 {
  margin:55px !important;
}

.margin-vertical-55 {
  margin-top:55px !important;
  margin-bottom:55px !important;
}

.margin-horizontal-55 {
  margin-left:55px !important;
  margin-right:55px !important;
}

.margin-top-55 {
  margin-top:55px !important;
}

.margin-bottom-55 {
  margin-bottom:55px !important;
}

.margin-left-55 {
  margin-left:55px !important;
}

.margin-right-55 {
  margin-right:55px !important;
}

.padding-55 {
  padding:55px !important;
}

.padding-vertical-55 {
  padding-top:55px !important;
  padding-bottom:55px !important;
}

.padding-horizontal-55 {
  padding-left:55px !important;
  padding-right:55px !important;
}

.padding-top-55 {
  padding-top:55px !important;
}

.padding-bottom-55 {
  padding-bottom:55px !important;
}

.padding-left-55 {
  padding-left:55px !important;
}

.padding-right-55 {
  padding-right:55px !important;
}

.margin-60 {
  margin:60px !important;
}

.margin-vertical-60 {
  margin-top:60px !important;
  margin-bottom:60px !important;
}

.margin-horizontal-60 {
  margin-left:60px !important;
  margin-right:60px !important;
}

.margin-top-60 {
  margin-top:60px !important;
}

.margin-bottom-60 {
  margin-bottom:60px !important;
}

.margin-left-60 {
  margin-left:60px !important;
}

.margin-right-60 {
  margin-right:60px !important;
}

.padding-60 {
  padding:60px !important;
}

.padding-vertical-60 {
  padding-top:60px !important;
  padding-bottom:60px !important;
}

.padding-horizontal-60 {
  padding-left:60px !important;
  padding-right:60px !important;
}

.padding-top-60 {
  padding-top:60px !important;
}

.padding-bottom-60 {
  padding-bottom:60px !important;
}

.padding-left-60 {
  padding-left:60px !important;
}

.padding-right-60 {
  padding-right:60px !important;
}

.margin-65 {
  margin:65px !important;
}

.margin-vertical-65 {
  margin-top:65px !important;
  margin-bottom:65px !important;
}

.margin-horizontal-65 {
  margin-left:65px !important;
  margin-right:65px !important;
}

.margin-top-65 {
  margin-top:65px !important;
}

.margin-bottom-65 {
  margin-bottom:65px !important;
}

.margin-left-65 {
  margin-left:65px !important;
}

.margin-right-65 {
  margin-right:65px !important;
}

.padding-65 {
  padding:65px !important;
}

.padding-vertical-65 {
  padding-top:65px !important;
  padding-bottom:65px !important;
}

.padding-horizontal-65 {
  padding-left:65px !important;
  padding-right:65px !important;
}

.padding-top-65 {
  padding-top:65px !important;
}

.padding-bottom-65 {
  padding-bottom:65px !important;
}

.padding-left-65 {
  padding-left:65px !important;
}

.padding-right-65 {
  padding-right:65px !important;
}

.margin-70 {
  margin:70px !important;
}

.margin-vertical-70 {
  margin-top:70px !important;
  margin-bottom:70px !important;
}

.margin-horizontal-70 {
  margin-left:70px !important;
  margin-right:70px !important;
}

.margin-top-70 {
  margin-top:70px !important;
}

.margin-bottom-70 {
  margin-bottom:70px !important;
}

.margin-left-70 {
  margin-left:70px !important;
}

.margin-right-70 {
  margin-right:70px !important;
}

.padding-70 {
  padding:70px !important;
}

.padding-vertical-70 {
  padding-top:70px !important;
  padding-bottom:70px !important;
}

.padding-horizontal-70 {
  padding-left:70px !important;
  padding-right:70px !important;
}

.padding-top-70 {
  padding-top:70px !important;
}

.padding-bottom-70 {
  padding-bottom:70px !important;
}

.padding-left-70 {
  padding-left:70px !important;
}

.padding-right-70 {
  padding-right:70px !important;
}

.margin-75 {
  margin:75px !important;
}

.margin-vertical-75 {
  margin-top:75px !important;
  margin-bottom:75px !important;
}

.margin-horizontal-75 {
  margin-left:75px !important;
  margin-right:75px !important;
}

.margin-top-75 {
  margin-top:75px !important;
}

.margin-bottom-75 {
  margin-bottom:75px !important;
}

.margin-left-75 {
  margin-left:75px !important;
}

.margin-right-75 {
  margin-right:75px !important;
}

.padding-75 {
  padding:75px !important;
}

.padding-vertical-75 {
  padding-top:75px !important;
  padding-bottom:75px !important;
}

.padding-horizontal-75 {
  padding-left:75px !important;
  padding-right:75px !important;
}

.padding-top-75 {
  padding-top:75px !important;
}

.padding-bottom-75 {
  padding-bottom:75px !important;
}

.padding-left-75 {
  padding-left:75px !important;
}

.padding-right-75 {
  padding-right:75px !important;
}

.margin-80 {
  margin:80px !important;
}

.margin-vertical-80 {
  margin-top:80px !important;
  margin-bottom:80px !important;
}

.margin-horizontal-80 {
  margin-left:80px !important;
  margin-right:80px !important;
}

.margin-top-80 {
  margin-top:80px !important;
}

.margin-bottom-80 {
  margin-bottom:80px !important;
}

.margin-left-80 {
  margin-left:80px !important;
}

.margin-right-80 {
  margin-right:80px !important;
}

.padding-80 {
  padding:80px !important;
}

.padding-vertical-80 {
  padding-top:80px !important;
  padding-bottom:80px !important;
}

.padding-horizontal-80 {
  padding-left:80px !important;
  padding-right:80px !important;
}

.padding-top-80 {
  padding-top:80px !important;
}

.padding-bottom-80 {
  padding-bottom:80px !important;
}

.padding-left-80 {
  padding-left:80px !important;
}

.padding-right-80 {
  padding-right:80px !important;
}

.margin-85 {
  margin:85px !important;
}

.margin-vertical-85 {
  margin-top:85px !important;
  margin-bottom:85px !important;
}

.margin-horizontal-85 {
  margin-left:85px !important;
  margin-right:85px !important;
}

.margin-top-85 {
  margin-top:85px !important;
}

.margin-bottom-85 {
  margin-bottom:85px !important;
}

.margin-left-85 {
  margin-left:85px !important;
}

.margin-right-85 {
  margin-right:85px !important;
}

.padding-85 {
  padding:85px !important;
}

.padding-vertical-85 {
  padding-top:85px !important;
  padding-bottom:85px !important;
}

.padding-horizontal-85 {
  padding-left:85px !important;
  padding-right:85px !important;
}

.padding-top-85 {
  padding-top:85px !important;
}

.padding-bottom-85 {
  padding-bottom:85px !important;
}

.padding-left-85 {
  padding-left:85px !important;
}

.padding-right-85 {
  padding-right:85px !important;
}

.margin-90 {
  margin:90px !important;
}

.margin-vertical-90 {
  margin-top:90px !important;
  margin-bottom:90px !important;
}

.margin-horizontal-90 {
  margin-left:90px !important;
  margin-right:90px !important;
}

.margin-top-90 {
  margin-top:90px !important;
}

.margin-bottom-90 {
  margin-bottom:90px !important;
}

.margin-left-90 {
  margin-left:90px !important;
}

.margin-right-90 {
  margin-right:90px !important;
}

.padding-90 {
  padding:90px !important;
}

.padding-vertical-90 {
  padding-top:90px !important;
  padding-bottom:90px !important;
}

.padding-horizontal-90 {
  padding-left:90px !important;
  padding-right:90px !important;
}

.padding-top-90 {
  padding-top:90px !important;
}

.padding-bottom-90 {
  padding-bottom:90px !important;
}

.padding-left-90 {
  padding-left:90px !important;
}

.padding-right-90 {
  padding-right:90px !important;
}

.margin-95 {
  margin:95px !important;
}

.margin-vertical-95 {
  margin-top:95px !important;
  margin-bottom:95px !important;
}

.margin-horizontal-95 {
  margin-left:95px !important;
  margin-right:95px !important;
}

.margin-top-95 {
  margin-top:95px !important;
}

.margin-bottom-95 {
  margin-bottom:95px !important;
}

.margin-left-95 {
  margin-left:95px !important;
}

.margin-right-95 {
  margin-right:95px !important;
}

.padding-95 {
  padding:95px !important;
}

.padding-vertical-95 {
  padding-top:95px !important;
  padding-bottom:95px !important;
}

.padding-horizontal-95 {
  padding-left:95px !important;
  padding-right:95px !important;
}

.padding-top-95 {
  padding-top:95px !important;
}

.padding-bottom-95 {
  padding-bottom:95px !important;
}

.padding-left-95 {
  padding-left:95px !important;
}

.padding-right-95 {
  padding-right:95px !important;
}

.margin-100 {
  margin:100px !important;
}

.margin-vertical-100 {
  margin-top:100px !important;
  margin-bottom:100px !important;
}

.margin-horizontal-100 {
  margin-left:100px !important;
  margin-right:100px !important;
}

.margin-top-100 {
  margin-top:100px !important;
}

.margin-bottom-100 {
  margin-bottom:100px !important;
}

.margin-left-100 {
  margin-left:100px !important;
}

.margin-right-100 {
  margin-right:100px !important;
}

.padding-100 {
  padding:100px !important;
}

.padding-vertical-100 {
  padding-top:100px !important;
  padding-bottom:100px !important;
}

.padding-horizontal-100 {
  padding-left:100px !important;
  padding-right:100px !important;
}

.padding-top-100 {
  padding-top:100px !important;
}

.padding-bottom-100 {
  padding-bottom:100px !important;
}

.padding-left-100 {
  padding-left:100px !important;
}

.padding-right-100 {
  padding-right:100px !important;
}

.btn[disabled],
input[disabled][type="submit"],
.btn.disabled,
input.disabled[type="submit"] {
  cursor:default;
  background-color:#e1e1e1;
}

.btn.btn-primary:hover,
input.btn-primary[type="submit"]:hover {
  background:#f24343;
}

.btn.btn-circle,
input.btn-circle[type="submit"] {
  border-radius:50%;
  padding:0;
}

.btn.btn-large,
input.btn-large[type="submit"] {
  height:50px;
  line-height:50px;
  padding:0 74px;
}

.btn.btn-small,
input.btn-small[type="submit"] {
  height:34px;
  line-height:34px;
  padding:0 32px;
  font-size:.85714em;
}

.btn.btn-dark,
input.btn-dark[type="submit"] {
  background:#2a2a2a;
  color:#fff;
}

.btn.btn-white,
input.btn-white[type="submit"] {
  background:#fff;
  color:#333;
  border:1px solid #e1e1e1;
  font-weight:400;
}

.btn.btn-white:hover,
input.btn-white[type="submit"]:hover {
  background:#30aae6;
  color:#fff;
}

.btn.btn-gray,
input.btn-gray[type="submit"] {
  background:#9e9e9e;
  color:#fff;
}

.btn.btn-gray:hover,
input.btn-gray[type="submit"]:hover {
  background:#1ba0e2;
}

.btn.btn-gray a,
input.btn-gray[type="submit"] a {
  color:#fff;
}

.btn.btn-full,
input.btn-full[type="submit"] {
  display:block;
  width:100%;
}

.btn-link {
  line-height:40px;
  color:#1ba0e2;
}

.btn-link:hover {
  text-decoration:underline;
}

.ajax-load {
  position:fixed;
  z-index:-1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  text-align:center;
  width:100px;
  height:100px;
  line-height:100px;
  opacity:0;
  visibility:hidden;
}

.ajax-load.active {
  opacity:1;
  visibility:visible;
  z-index:9999;
}

.awe-popup {
  position:fixed;
  z-index:9999;
  top:0;
  height:0;
  width:0;
  left:0;
  right:0;
  bottom:0;
  text-align:center;
  overflow:hidden;
  visibility:hidden;
  opacity:0;
  -webkit-transition:all 200ms ease-in-out;
  -moz-transition:all 200ms ease-in-out;
  -ms-transition:all 200ms ease-in-out;
  -o-transition:all 200ms ease-in-out;
  transition:all 200ms ease-in-out;
}

.awe-popup .overlay {
  background-color:rgba(33,33,33,0.8);
  color:rgba(0,0,0,0.4);
  position:fixed;
  top:0 !important;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  width:0;
  height:0;
}

.awe-popup .content {
  position:relative;
  max-width:1140px;
  min-width:1140px;
  padding:25px 28px;
  max-height:0;
  text-align:left;
  opacity:0;
  margin:0 auto;
  background:transparent;
  overflow:hidden;
  -webkit-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -ms-transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  transition:all 300ms ease-in-out;
  position:relative;
  padding:25px 28px;
  max-height:0;
  text-align:left;
  opacity:0;
  margin:0 auto;
  background:#fff;
}

.awe-popup.active {
  visibility:visible;
  opacity:1;
  top:0 !important;
  height:auto;
  width:auto;
}

.awe-popup.active .content {
  max-height:calc(100% - 60px);
  opacity:1;
  background:transparent;
  padding:0;
}

.awe-popup.active .content .info {
  background:#fff;
  min-width:500px;
}

.awe-popup.active .overlay {
  width:100%;
  height:100%;
}

.close-window {
  position:absolute;
  top:10px;
  right:10px;
  width:25px;
  height:25px;
  cursor:pointer;
  z-index:8040;
  color:#fff;
  text-align:center;
  line-height:25px;
  border-radius:50%;
}

.close-window .fa {
  display:block;
  font-size:1.42857em;
  line-height:25px;
  color:#fff;
}

.awe-popup.loading {
  z-index:9998;
}

.awe-popup.loading .loader {
  left:50%;
  position:fixed;
  top:50%;
  -moz-transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
  -webkit-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -ms-transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  transition:all 300ms ease-in-out;
}

.awe-popup.loaded-content .loader {
  display:none;
}

.awe-popup.addcart-popup .content {
  min-width:auto;
}

.product-popup .product-image {
  float:left;
  margin:0 20px 0 0;
}

.product-popup .product-info {
  overflow:hidden;
  position:relative;
}

.product-popup .product-info p {
  margin-bottom:0;
  line-height:24px;
}

.product-popup .popup-title {
  padding-left:15px;
  border-radius:0;
}

.product-popup .popup-title i {
  margin-right:5px;
}

.product-popup .product-name {
  color:#1ba0e2;
}

.product-popup .product-info p.total-money {
  margin-bottom:15px;
}

.product-popup h3,
.product-popup .h3 {
  color:#52b249;
  margin-bottom:25px;
}

.product-popup h3 .fa,
.product-popup .h3 .fa {
  margin-right:4px;
}

.product-popup .pop-right h3,
.product-popup .pop-right .h3 {
  color:#333;
}

.pop-right {
  background:#f9f9f9;
}

.awe-popup.product-popup.active .content {
  max-height:calc(100% - 60px);
  opacity:1;
  padding:0;
}

@media (max-width:1199px) {
  .awe-popup .content {
    max-width:700px;
    min-width:auto;
  }
}

@media (max-width:543px) {
  .product-popup .product-image {
    width:120px;
    height:120px;
  }
  .product-popup .product-image img {
    max-width:120px !important;
  }
  .awe-popup.product-popup.active .content {
    max-height:calc(100% - 60px);
    opacity:1;
    margin:0 20px;
  }
  .addcart-popup .col-xl-6 {
    padding:0 !important;
  }
  .product-popup h3,
  .product-popup .h3 {
    font-size:1.28571em;
    margin-bottom:0;
  }
}

.swatch {
  margin-bottom:10px;
}

.swatch .header {
  margin-bottom:5px;
  text-align:left;
  float:none;
  min-width:100px;
  font-weight:500;
}

.swatch input {
  display:none;
}

.swatch label {
  float:left;
  min-width:35px !important;
  height:35px !important;
  margin:0;
  border:1px solid #e5e5e5;
  background-color:#fff;
  font-size:.92857em;
  text-align:center;
  line-height:35px;
  white-space:nowrap;
  font-weight:500;
  padding:0;
}

.swatch-element label {
  padding:0 5px;
}

.swatch-element label .img-check {
  display:none;
}

.color.swatch-element label {
  padding:0 5px;
}

.swatch input:checked+label {
  background:transparent;
  color:#1ba0e2;
  border:1px solid #1ba0e2;
}

.swatch input:checked+label .img-check {
  display:inline-block;
  position:absolute;
  bottom:0;
  right:0;
}

.swatch .color input:checked+label {
  position:relative;
  border:1px solid #1ba0e2;
}

.swatch .color input:checked+label:after {
  content:"\f00c";
  font-family:FontAwesome;
  display:none;
}

.swatch .color .has-thumb {
  position:relative;
}

.swatch .color .has-thumb .ant-swatch {
  max-height:30px;
  position:relative;
  top:0;
  left:-3px;
}

@media (max-width:767px) {
  .swatch .color .has-thumb .ant-swatch {
    top:-2px;
  }
}

.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0);
  -webkit-font-smoothing:antialiased;
  margin:0 5px 5px 0;
  position:relative;
}

.crossed-out {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}

.swatch .swatch-element .crossed-out {
  display:none;
}

.swatch .swatch-element.soldout .crossed-out {
  display:block;
}

.swatch .swatch-element.soldout label {
  filter:alpha(opacity=60);
  -khtml-opacity:0.6;
  -moz-opacity:0.6;
  opacity:0.6;
}

.swatch .tooltip {
  text-align:center;
  background:#1ba0e2;
  color:#fff;
  bottom:100%;
  padding:10px;
  display:block;
  position:absolute;
  width:100px;
  left:-35px;
  margin-bottom:15px;
  filter:alpha(opacity=0);
  -khtml-opacity:0;
  -moz-opacity:0;
  opacity:0;
  visibility:hidden;
  -webkit-transform:translateY(10px);
  -moz-transform:translateY(10px);
  -ms-transform:translateY(10px);
  -o-transform:translateY(10px);
  transform:translateY(10px);
  -webkit-transition:all .25s ease-out;
  -moz-transition:all .25s ease-out;
  -ms-transition:all .25s ease-out;
  -o-transition:all .25s ease-out;
  transition:all .25s ease-out;
  -webkit-box-shadow:2px 2px 6px rgba(0,0,0,0.28);
  -moz-box-shadow:2px 2px 6px rgba(0,0,0,0.28);
  -ms-box-shadow:2px 2px 6px rgba(0,0,0,0.28);
  -o-box-shadow:2px 2px 6px rgba(0,0,0,0.28);
  box-shadow:2px 2px 6px rgba(0,0,0,0.28);
  z-index:10000;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border-radius:5px;
}

.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}

.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid #1ba0e2 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}

.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
  transform:translateY(0px);
}

.swatch.error {
  background-color:#E8D2D2 !important;
  color:#333 !important;
  padding:1em;
  border-radius:5px;
}

.swatch.error p {
  margin:0.7em 0;
}

.swatch.error p:first-child {
  margin-top:0;
}

.swatch.error p:last-child {
  margin-bottom:0;
}

.swatch.error code {
  font-family:monospace;
}

.tab-wrap .tabs-title {
  *zoom:1;
  display:inline-block;
  position:relative;
  z-index:9;
  margin:0 0 26px;
}

.tab-wrap .tabs-title:after {
  content:"";
  display:table;
  clear:both;
}

.tab-wrap .tabs-title li {
  font-size:2.2rem;
  font-weight:700;
  text-transform:uppercase;
  position:relative;
  line-height:40px;
  float:left;
}

.tab-wrap .tabs-title li:before {
  content:"|";
  color:#c9c9c9;
  padding:0 16px;
  color:#1c1c1c;
}

.tab-wrap .tabs-title li:first-child:before {
  display:none;
}

.tab-wrap .tabs-title li.current {
  color:#212121;
}

.tab-wrap .tab-content {
  position:relative;
}

ul.tabs li {
  background:none;
  display:inline-block;
  cursor:pointer;
}

ul.tabs li.current {
  color:#000;
}

.tab-content {
  opacity:0;
  visibility:hidden;
  height:0;
  overflow:hidden;
}

.tab-content.current {
  opacity:1;
  visibility:visible;
  height:auto;
}

.accordion .nav-item .tab-pane {
  opacity:0;
  visibility:hidden;
  height:0;
  overflow:hidden;
}

.accordion .nav-item.active .tab-pane {
  opacity:1;
  visibility:visible;
  height:auto;
  -webkit-transition:all 200ms ease-in-out;
  -moz-transition:all 200ms ease-in-out;
  -ms-transition:all 200ms ease-in-out;
  -o-transition:all 200ms ease-in-out;
  transition:all 200ms ease-in-out;
}

.filter-container {
  margin-bottom:0;
}

@media (max-width:767px) {
  .filter-container {
    padding:0 4px;
  }
}

.filter-group {
  margin-bottom:0;
}

.filter-group-title {
  display:block;
  font-size:1.28571em;
  margin-bottom:10px;
}

.filter-item {
  margin:0;
  cursor:pointer;
  line-height:27px;
}

.filter-item * {
  color:#6f6f6f;
  cursor:pointer;
  font-size:1em;
  font-weight:normal;
}

.filter-item.color {
  min-width:20px;
}

.filter-item.color a,
.filter-item.color label {
  width:100%;
  height:100%;
  display:inline-block;
  font-size:0;
}

.filter-item.color .fa {
  width:20px;
  height:20px;
  background:red;
  border-radius:50%;
  position:relative;
}

.filter-item.color .fa:before {
  display:none;
}

.filter-item.color .fa.trang:hover:before {
  display:block;
  content:"";
  width:26px;
  height:26px;
  position:absolute;
  left:-4px;
  top:-4px;
  border:1px solid #e2e2e2;
  border-radius:50%;
}

.filter-item.color .fa:hover:before {
  display:block;
  content:"";
  width:26px;
  height:26px;
  position:absolute;
  left:-3px;
  top:-3px;
  border:1px solid #e2e2e2;
  border-radius:50%;
}

.filter-item.color input:checked+.fa:before {
  display:block;
  content:"";
  width:26px;
  height:26px;
  position:absolute;
  left:-3px;
  top:-3px;
  border:1px solid #e2e2e2;
  border-radius:50%;
}

.filter-item.color input:checked+.fa.trang:before {
  display:block;
  content:"";
  width:26px;
  height:26px;
  position:absolute;
  left:-4px;
  top:-4px;
  border:1px solid #e2e2e2;
  border-radius:50%;
}

.filter-item--green *:hover {
  color:#1ba0e2;
}

.filter-item--half {
  display:inline-block;
  width:48%;
  white-space:nowrap;
  overflow:hidden;
  margin-right:3px;
}

.filter-item--check-box input {
  display:none;
}

.filter-item--check-box .fa {
  margin-right:5px;
  width:14px;
  position:relative;
  display:inline-block;
}

.filter-item--check-box input+.fa:before {
  content:"";
  margin-right:5px;
  border-radius:2px;
  font-size:18px;
  border:solid 1px rgba(0,0,0,0.3);
  line-height:40px;
  position:absolute;
  top:-13px;
  height:15px !important;
  width:15px;
}

.filter-item--check-box input:checked+.fa:after {
  content:"";
  color:#fff;
  position:absolute;
  width:15px;
  height:15px;
  line-height:15px;
  top:-13px;
  font-size:12px;
  left:0;
  background-image:url(../images/check-symbol.svg);
  background-size:14px;
  background-repeat:no-repeat;
  background-position:center;
}

.filter-item--check-box input:checked+.fa:before {
  border-color:#1ba0e2;
  background:#1ba0e2;
}

#sort-by {
  float:right;
  font-size:12px;
  text-align:left;
}

#sort-by .button-asc,
#sort-by .button-desc {
  background-color:#f8f8f8;
  box-shadow:none;
  float:right;
  height:30px;
  line-height:28px;
  margin-left:5px;
  text-align:center;
  width:30px;
}

#sort-by label {
  float:left;
  line-height:38px;
  font-size:14px;
  margin-right:6px;
  margin-bottom:0;
  font-weight:500;
}

#sort-by ul {
  margin:0;
  padding:0;
  list-style:none;
  display:inline;
  float:right;
}

#sort-by a:link,
#sort-by a:visited {
  color:#333;
  text-decoration:none;
}

#sort-by>ul>li {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-position:right center;
  background-repeat:no-repeat;
  background-position:right 10px center;
  padding-right:28px;
  text-indent:.01px;
  cursor:pointer;
  line-height:36px;
  background-image:url(ico-selects.png) !important;
}

#sort-by li {
  background:none repeat scroll 0 0 #fff;
  cursor:pointer;
  margin:0 auto;
  outline:medium none;
  padding:0 20px;
  position:relative;
  width:150px;
  float:left;
  color:#333;
  border:1px solid #e1e1e1;
  font-size:14px;
}

#sort-by li>a {
  display:inline-block;
  width:100%;
  line-height:36px;
}

#sort-by li li {
  width:100%;
  margin-top:0;
  border-top:none;
  border-right:none;
  border-left:none;
}

#sort-by li li a:hover {
  color:#fff;
}

#sort-by li:hover {
  background-color:#fff;
}

#sort-by li li:hover {
  background-color:#1ba0e2;
  color:#fff;
}

#sort-by li li:hover a {
  color:#fff;
}

#sort-by ul ul {
  position:absolute;
  display:none;
  left:-1px;
  top:35px;
  background:none repeat scroll 0 0 #F8F8F8;
  z-index:10000;
  border-top:none;
  border:1px #e1e1e1 solid;
  width:150px;
}

#sort-by ul ul li:last-child {
  border-bottom:none;
}

#sort-by ul ul li a:hover,
#sort-by ul ul li a:focus {
  color:#fff;
}

#sort-by ul ul ul {
  position:absolute;
  left:100%;
  top:-2px;
  border:solid 1px transparent;
}

#sort-by li:hover>ul {
  display:block;
}

.fancybox-skin {
  background:#fff !important;
}

.modal-header .close {
  margin-top:-2px;
}

button.close {
  padding:0;
  cursor:pointer;
  background:transparent;
  border:0;
  -webkit-appearance:none;
}

.close {
  float:right;
  font-size:21px;
  font-weight:bold;
  line-height:1;
  color:#000;
  text-shadow:0 1px 0 #fff;
  opacity:0.2;
  filter:alpha(opacity=20);
}

.media:first-child {
  margin-top:0;
}

.btn-outline-red {
  background:#fff;
  color:#1ba0e2;
  font-weight:500;
  letter-spacing:1px;
  font-size:13px;
  line-height:normal;
  padding:0 15px;
  border-radius:0;
  border:1px solid #1ba0e2;
  text-align:center;
  margin-top:10px;
  text-transform:uppercase;
}

.btn-red {
  background:#1ba0e2;
  border:1px solid #1ba0e2;
  color:#fff !important;
  font-weight:500;
  letter-spacing:1px;
  font-size:13px;
  line-height:38px;
  height:40px;
  padding:0 15px;
  border-radius:0;
  text-align:center;
  margin-top:7px !important;
  text-transform:uppercase;
}

.media .media-left {
  padding-right:1em;
}

.media-left,
.media-right,
.media-body {
  display:table-cell;
  vertical-align:top;
}

.media .thumb-1x1 {
  width:7.7rem;
}

@media (max-width:767px) {
  #myModal .close {
    color:#fff !important;
  }
}

@media (max-width:767px) {
  #myModal .modal-content,
  #myModal .modal-header {
    border-radius:0;
  }
  #myModal .modal-body {
    padding:7px;
  }
}

#myModal .media-body .product-title {
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:1.4px;
  font-weight:500;
}

#myModal .media-body .product-new-price span {
  color:#1ba0e2;
}

.awe-section-1 {
  margin-bottom:0;
}

.awe-section-2 {
  margin-bottom:0;
}

.awe-section-3 {
  margin-bottom:0;
}

.awe-section-4 {
  margin-bottom:0;
}

.awe-section-5 {
  margin-bottom:0;
}

.awe-section-6 {
  margin-bottom:0;
}

.awe-section-7 {
  margin-bottom:0;
}

.awe-section-8 {
  margin-bottom:0;
}

@keyframes placeHolderShimmer {
  0% {
    background-position:-468px 0;
  }
  100% {
    background-position:468px 0;
  }
}

.animated-background,
.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .product-image img:not(.loaded),
.search-main .evo-product-block-item .img-tour img:not(.loaded),
.search-main .products-view-grid .blog-item .blog-item-thumbnail img:not(.loaded) {
  animation-duration:1.25s;
  animation-fill-mode:forwards;
  animation-iteration-count:infinite;
  animation-name:placeHolderShimmer;
  animation-timing-function:linear;
  background:#F6F6F6;
  background:linear-gradient(to right,#F6F6F6 8%,#F0F0F0 18%,#F6F6F6 33%);
  background-size:700px 104px;
  position:relative;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index:0;
}

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

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

body {
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color:#141414;
}

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

.row {
  margin-right:-10px;
  margin-left:-10px;
}

@media (max-width:480px) {
  .row {
    margin-right:-7px;
    margin-left:-7px;
  }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24{
  padding-left:10px;
  padding-right:10px;
}

@media (max-width:480px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24{
    padding-left:7px;
    padding-right:7px;
  }
}

.container,
.container-fluid {
  padding-left:10px;
  padding-right:10px;
}

@media (max-width:480px) {
  .container,
  .container-fluid {
    padding-left:7px;
    padding-right:7px;
  }
}

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

@media (max-width:480px) {
  .col-xs-40,
  .col-sm-40,
  .col-md-40,
  .col-lg-40 {
    padding-left:7px;
    padding-right:7px;
  }
}

.col-xs-40 {
  width:40%;
  float:left;
}

@media (min-width:768px) {
  .col-sm-40 {
    width:40%;
    float:left;
  }
}

@media (min-width:992px) {
  .col-md-40 {
    -ms-flex:0 0 40%;
    flex:0 0 40%;
    max-width:40%;
  }
}

@media (min-width:1200px) {
  .col-lg-40 {
    -ms-flex:0 0 40%;
    flex:0 0 40%;
    max-width:40%;
  }
}

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

@media (max-width:480px) {
  .col-xs-60,
  .col-sm-60,
  .col-md-60,
  .col-lg-60 {
    padding-left:7px;
    padding-right:7px;
  }
}

.col-xs-60 {
  width:60%;
  float:left;
}

@media (min-width:768px) {
  .col-sm-60 {
    width:60%;
    float:left;
  }
}

@media (min-width:992px) {
  .col-md-60 {
    -ms-flex:0 0 60%;
    flex:0 0 60%;
    max-width:60%;
  }
}

@media (min-width:1200px) {
  .col-lg-60 {
    -ms-flex:0 0 60%;
    flex:0 0 60%;
    max-width:60%;
  }
}

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

@media (max-width:480px) {
  .col-xs-15,
  .col-sm-15,
  .col-md-15,
  .col-lg-15 {
    padding-left:7px;
    padding-right:7px;
  }
}

.col-xs-15 {
  width:20%;
  float:left;
}

@media (min-width:768px) {
  .col-sm-15 {
    width:20%;
    float:left;
  }
}

@media (min-width:992px) {
  .col-md-15 {
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%;
  }
}

@media (min-width:1200px) {
  .col-lg-15 {
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%;
  }
}

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

header.header .evo-main-nav {
  padding:5px 0;
  background: #1B5850;
}

@media (max-width:991px) {
  header.header .evo-main-nav {
    padding:5px 0;
  }
}

@media (max-width:569px) {
  header.header .evo-main-nav {
    padding-bottom:0;
  }
}

header.header .evo-main-nav .evo-header-mobile .logo-wrapper img {
  max-height:70px;
  padding: 0;
  display: inline;
}

@media (max-width:991px) {
  header.header .evo-main-nav .evo-header-mobile .logo-wrapper img {
    max-height:60px;
    min-height:40px;
  }
}

@media (max-width:569px) {
  header.header .evo-main-nav .evo-header-mobile .logo-wrapper img {
    max-width:150px;
    max-height:inherit;
    padding: 0;
  }
}

@media (max-width:480px) {
  header.header .evo-main-nav .evo-header-mobile .logo-wrapper img {
    min-height:39px;
    padding: 0;
  }
}

@media (max-width:376px) {
  header.header .evo-main-nav .evo-header-mobile .logo-wrapper img {
    min-height:39px;
  }
}

@media (max-width:321px) {
  header.header .evo-main-nav .evo-header-mobile .logo-wrapper img {
    min-height:39px;
  }
}

@media (max-width:991px) {
  header.header .evo-main-nav .evo-header-mobile .evo-cart {
        margin-left: 10px;
    position: absolute;
    float: left;
    margin-top: 20px;
    left: 0;
    top: 0;
  }
}

@media (max-width:991px) and (max-width:569px) {
  header.header .evo-main-nav .evo-header-mobile .evo-cart {
    margin-top:15px;
  }
}

@media (max-width:991px) {
  header.header .evo-main-nav .evo-header-mobile .evo-cart>a {
    position:relative;
    height:34px;
    width:34px;
    border-radius:50%;
    text-align:center;
    background-color:#fff;
    line-height:42px;
    display:inline-block;
  }
  header.header .evo-main-nav .evo-header-mobile .evo-cart>a span {
    display: none;
}
}

@media (max-width:991px) and (max-width:569px) {
  header.header .evo-main-nav .evo-header-mobile .evo-cart>a {
    height:27px;
    width:27px;
    line-height:37px;
  }
  header.header .evo-main-nav .evo-header-mobile .evo-cart>a span{
    display: none;
  }
}

@media (max-width:991px) {
  header.header .evo-main-nav .evo-header-mobile .evo-cart>a svg {
    width:20px !important;
  }
}

@media (max-width:991px) and (max-width:569px) {
  header.header .evo-main-nav .evo-header-mobile .evo-cart>a svg {
    width:20px !important;
  }
}

@media (max-width:991px) {
  header.header .evo-main-nav .evo-header-mobile .evo-cart>a svg g {
    fill:#303846 !important;
  }
  header.header .evo-main-nav .evo-header-mobile .evo-cart>a .count_item_pr {
    position:absolute;
    height:20px;
    width:20px;
    border-radius:50%;
    text-align:center;
    line-height:20px;
    color:#333;
    background-color:#febd69;
    top:-10px;
    right:-10px;
  }
  header.header .evo-main-nav .evo-header-mobile .evo-wish-list {
    margin-left:10px;
    position:relative;
    float:right;
    margin-top:20px;
  }
}

@media (max-width:991px) and (max-width:569px) {
  header.header .evo-main-nav .evo-header-mobile .evo-wish-list {
    margin-top:20px;
  }
}

@media (max-width:991px) {
  header.header .evo-main-nav .evo-header-mobile .evo-wish-list>a {
    position:relative;
    height:34px;
    width:34px;
    border-radius:50%;
    text-align:center;
    background-color:#fff;
    line-height:30px;
    display:inline-block;
  }
}

@media (max-width:991px) and (max-width:569px) {
  header.header .evo-main-nav .evo-header-mobile .evo-wish-list>a {
    height:27px;
    width:27px;
    line-height:23px;
  }
}

@media (max-width:991px) {
  header.header .evo-main-nav .evo-header-mobile .evo-wish-list>a svg {
    width:20px !important;
  }
}

@media (max-width:991px) and (max-width:569px) {
  header.header .evo-main-nav .evo-header-mobile .evo-wish-list>a svg {
    width:20px !important;
  }
}

@media (max-width:991px) {
  header.header .evo-main-nav .evo-header-mobile .evo-wish-list>a svg g {
    fill:#303846 !important;
  }
  header.header .evo-main-nav .evo-header-mobile .evo-wish-list>a .js-wishlist-count {
    position:absolute;
    height:20px;
    width:20px;
    border-radius:50%;
    text-align:center;
    line-height:20px;
    color:#333;
    background-color:#febd69;
    top:-10px;
    right:-5px;
  }
  header.header .evo-main-nav .evo-header-mobile #trigger-mobile {
    width:35px;
    float:right;
    margin:0;
    padding:0;
    text-align:left;
    margin-left:20px;
    background-color:transparent;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px;
    margin-top:25px;
    position: absolute;
    right: 10px;
    top: 0;
  }
}

@media (max-width:991px) and (max-width:569px) {
  header.header .evo-main-nav .evo-header-mobile #trigger-mobile {
    margin-top:15px;
    margin-left:5px;
  }
}

@media (max-width:991px) {
  header.header .evo-main-nav .evo-header-mobile #trigger-mobile .icon-bar {
    background-color:#ffffff;
    display:block;
    width:22px;
    height:2px;
    border-radius:1px;
  }
  header.header .evo-main-nav .evo-header-mobile #trigger-mobile .icon-bar.icon-bar {
    margin-top:5px;
  }
}

@media (max-width:991px) and (max-width:569px) {
  header.header .evo-main-nav .evo-header-mobile #trigger-mobile .icon-bar {
    float:right;
  }
}

@media (max-width:991px) {
  header.header .evo-main-nav .evo-search {
    margin-top:10px;
  }
}

@media (max-width:569px) {
  header.header .evo-main-nav .evo-search {
    padding:0;
    margin-top:5px;
  }
}

header.header .evo-main-nav .evo-search .headerSearch {
  margin-bottom: 0;
    border: 1px solid #1ba0e2;
    color: #333;
    font-size: 14px;
    border-radius: 40px;
    border-right: none;
    padding: 8px 10px 2px;
    width: 100%;
    font-weight: bold;
    background: #fff;
}

@media (max-width:569px) {
  header.header .evo-main-nav .evo-search .headerSearch {
    background-color:#ffffff;
    border-radius: 0px;
  }
}

header.header .evo-main-nav .evo-search .headerSearch input {
  border:1px solid #1ba0e2;
  color:#333;
  font-size:14px;
  border-radius:40px;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  border-right:none;
  padding: 19px;
}

@media (max-width:569px) {
  header.header .evo-main-nav .evo-search .headerSearch input {
    border:none;
    background-color:transparent;
    font-size:13px;
    padding-left:7px;
    padding-right:7px;
  }
}

header.header .evo-main-nav .evo-search .headerSearch button {
  border:1px solid #1ba0e2;
  background-color:#fff;
  border-left:none;
  border-top-right-radius:40px;
  border-bottom-right-radius:40px;
}

@media (max-width:569px) {
  header.header .evo-main-nav .evo-search .headerSearch button {
    border:none;
    background-color:transparent;
  }
}

header.header .evo-main-nav .evo-search .headerSearch button svg {
  position:relative;
  top:3px;
}

header.header .evo-main-nav .evo-search .headerSearch button svg g {
  fill:#1ba0e2 !important;
}

header.header .evo-main-nav .evo-search .headerSearch button:hover,
header.header .evo-main-nav .evo-search .headerSearch button:focus {
  outline:none;
  box-shadow:none;
  background-color:#fff;
  border-color:#1ba0e2;
}

header.header .evo-main-nav .evo-search .headerSearch button:hover svg g,
header.header .evo-main-nav .evo-search .headerSearch button:focus svg g {
  fill:#1680b4 !important;
}

header.header .evo-main-nav .evo-account-and-cart {
  float:right;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  align-items:center;
  text-align:right;
}

header.header .evo-main-nav .evo-account-and-cart .evo-account {
  display:inline-block;
  position:relative;
  z-index:999;
  margin-left:0;
  float:right;
}

@media (max-width:1024px) {
  header.header .evo-main-nav .evo-account-and-cart .evo-account {
    margin-left:20px;
  }
}

header.header .evo-main-nav .evo-account-and-cart .evo-account:before {
  content:"";
  position:absolute;
  right:-20px;
  bottom:-22px;
  width:70px;
  height:30px;
  background:0 0;
  display:none;
  z-index:99;
}

header.header .evo-main-nav .evo-account-and-cart .evo-account>a {
  position:relative;
  color:#dcdcdc;
  font-weight:600;
  line-height:34px;
}

header.header .evo-main-nav .evo-account-and-cart .evo-account>a svg g path {
  fill:#dcdcdc !important;
}

header.header .evo-main-nav .evo-account-and-cart .evo-account ul {
  position:absolute;
  top:50px;
  right:-20px;
  min-width:180px;
  padding:5px;
  background-color:#fff;
  -webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.1);
  box-shadow:0 0 15px 0 rgba(0,0,0,0.1);
  display:none;
}

header.header .evo-main-nav .evo-account-and-cart .evo-account ul li a {
  display:block;
  color:#333f48;
  padding:5px 0;
  position:relative;
  padding-left:7px;
  text-align: center;
}

header.header .evo-main-nav .evo-account-and-cart .evo-account ul li a::after {
  position:absolute;
  content:'';
  height:100%;
  width:3px;
  left:-5px;
  -webkit-transition:0.5s;
  transition:0.5s;
  opacity:0;
  visibility:hidden;
  top:0;
  -webkit-transform:scale(0);
  transform:scale(0);
}

header.header .evo-main-nav .evo-account-and-cart .evo-account ul li a:hover,
header.header .evo-main-nav .evo-account-and-cart .evo-account ul li a:focus {
  color:#1ba0e2;
}

header.header .evo-main-nav .evo-account-and-cart .evo-account ul li a:hover:after,
header.header .evo-main-nav .evo-account-and-cart .evo-account ul li a:focus:after {
  opacity:1;
  visibility:visible;
  -webkit-transform:scale(1);
  transform:scale(1);
  background-color:#1ba0e2;
}

header.header .evo-main-nav .evo-account-and-cart .evo-account ul li+li {
  border-top:1px solid #f5f5f5;
}

header.header .evo-main-nav .evo-account-and-cart .evo-account:hover:before {
  display:block;
}

header.header .evo-main-nav .evo-account-and-cart .evo-account:hover ul {
  display:block;
}

header.header .evo-main-nav .evo-account-and-cart .evo-cart {
  display:inline-block;
  margin-left:31px;
  position:relative;
  float:right;
}

@media (max-width:1024px) {
  header.header .evo-main-nav .evo-account-and-cart .evo-cart {
    margin-left:20px;
  }
}

header.header .evo-main-nav .evo-account-and-cart .evo-cart:before {
  content:"";
  position:absolute;
  left:0;
  bottom:-29px;
  width:110%;
  height:35px;
  background:0 0;
  display:none;
  z-index:99;
}

header.header .evo-main-nav .evo-account-and-cart .evo-cart>a {
  position:relative;
  line-height:30px;
  height:34px;
  width:34px;
  border-radius:50%;
  background-color:#fff;
  display:inline-block;
  text-align:center;
}

header.header .evo-main-nav .evo-account-and-cart .evo-cart>a .count_item_pr {
  position:absolute;
  height:20px;
  width:20px;
  border-radius:50%;
  text-align:center;
  line-height:20px;
  color:#333;
  background-color:#febd69;
  top:-10px;
  right:-5px;
}

@media (max-width:991px) {
  header.header .evo-main-nav .evo-account-and-cart .evo-cart>a .count_item_pr {
    right:2px;
  }
}

header.header .evo-main-nav .evo-account-and-cart .evo-cart>a svg {
  width:20px !important;
}

header.header .evo-main-nav .evo-account-and-cart .evo-cart>a svg g {
  fill:#303846 !important;
}

header.header .evo-main-nav .evo-account-and-cart .evo-wish-list {
  display:inline-block;
  position:relative;
  z-index:9992;
  margin-left:31px;
  float:right;
}

@media (max-width:1024px) {
  header.header .evo-main-nav .evo-account-and-cart .evo-wish-list {
    margin-left:20px;
  }
}

header.header .evo-main-nav .evo-account-and-cart .evo-wish-list:before {
  content:"";
  position:absolute;
  left:0;
  bottom:-29px;
  width:110%;
  height:35px;
  background:0 0;
  display:none;
  z-index:99;
}

header.header .evo-main-nav .evo-account-and-cart .evo-wish-list>a {
  position:relative;
  color:#333;
  font-weight:600;
  line-height:34px;
}

header.header .evo-main-nav .evo-account-and-cart .evo-wish-list>a svg {
  width:22px;
  height:22px;
  margin-right:3px;
}
header.header .evo-main-nav .evo-account-and-cart .evo-wish-list>a{
    font-size: 20px;
    color: #F79321;
}
header.header .evo-main-nav .evo-account-and-cart .evo-wish-list>a svg path {
  fill:#f79321 !important;
}

header.header .evo-main-nav .evo-account-and-cart .evo-wish-list>a .js-wishlist-count {
  position:absolute;
  height:20px;
  width:20px;
  border-radius:50%;
  text-align:center;
  line-height:20px;
  color:#333;
  background-color:#febd69;
  top:-10px;
  left:4px;
  font-size:13px;
}

header.header .evo-main-nav .evo-account-and-cart .evo-wish-list:hover:before {
  display:block;
}

header.header .evo-main-nav .evo-account-and-cart .evo-wish-list:hover .top-wish-list-content {
  display:block;
}

header.header .evo-main-menu {
  background-color:#F6F6F6;
  position:relative;
  border-top:1px solid rgba(255,255,255,0.2);
}

@media (min-width:992px) {
  header.header .evo-main-menu {
    margin-top:0;
  }
}

header.header .evo-main-menu:after {
  content:"";
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  height:2px;
  background:linear-gradient(rgba(48,56,70,0.2),rgba(48,56,70,0));
  pointer-events:none;
  z-index:99;
}

header.header .evo-main-menu .mega-content {
  position:absolute;
  left:0;
  top:100%;
  width:100%;
  border:1px solid #98a5b9;
  border-top:0;
  z-index:99;
  display:none;
  background:#fff;
  transition:.3s;
}

header.header .evo-main-menu .mega-content .level0 {
  width:100%;
  border-right:1px solid #98a5b9;
  background:#f3f5f7;
  padding:10px 0;
  min-height:300px;
}

header.header .evo-main-menu .mega-content .level0 .level1 {
  position:static;
}

header.header .evo-main-menu .mega-content .level0 .level1>a {
  display:block;
  align-items:center;
  padding:6px 14px;
  font-size:14px;
  color:#303846;
  transition:.3s;
  position:relative;
}

header.header .evo-main-menu .mega-content .level0 .level1>a span {
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

header.header .evo-main-menu .mega-content .level0 .level1>a:before {
  content:"";
  background-color:transparent;
  height:35px;
  width:17px;
  position:absolute;
  right:-17px;
  top:50%;
  margin-top:-17px;
  border-radius:0 40px 40px 0;
  transition:.3s;
}

header.header .evo-main-menu .mega-content .level0 .level1 .evo-sub-cate-1 {
  position:absolute;
  top:0;
  left:100%;
  width:300%;
  overflow-y:auto;
  overflow-x:hidden;
  display:none;
}

header.header .evo-main-menu .mega-content .level0 .level1 .evo-sub-cate-1::-webkit-scrollbar-track {
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  border-radius:0;
  background-color:#F5F5F5;
}

header.header .evo-main-menu .mega-content .level0 .level1 .evo-sub-cate-1::-webkit-scrollbar {
  width:5px;
  background-color:#F5F5F5;
}

header.header .evo-main-menu .mega-content .level0 .level1 .evo-sub-cate-1::-webkit-scrollbar-thumb {
  border-radius:0;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  background-color:#e5e5e5;
}

header.header .evo-main-menu .mega-content .level0 .level1 .evo-sub-cate-1 .fix-padding {
  padding:15px 15px 15px 20px;
}

header.header .evo-main-menu .mega-content .level0 .level1 .evo-sub-cate-1 .level2>a {
  color:#303846;
  font-weight:600;
  margin-bottom:8px;
}

header.header .evo-main-menu .mega-content .level0 .level1 .evo-sub-cate-1 .level2>a:hover,
header.header .evo-main-menu .mega-content .level0 .level1 .evo-sub-cate-1 .level2>a:focus {
  color:#1ba0e2;
}

header.header .evo-main-menu .mega-content .level0 .level1 .evo-sub-cate-1 .level2 .level3 a {
  margin-bottom:6px;
  color:#505f77;
  display:block;
  font-size:13px;
}

header.header .evo-main-menu .mega-content .level0 .level1 .evo-sub-cate-1 .level2 .level3 a:hover,
header.header .evo-main-menu .mega-content .level0 .level1 .evo-sub-cate-1 .level2 .level3 a:focus {
  color:#1ba0e2;
}

header.header .evo-main-menu .mega-content .level0 .level1.active>a {
  color:#fff;
  background-color:#1ba0e2;
}

header.header .evo-main-menu .mega-content .level0 .level1.active>a:before {
  background-color:#1ba0e2;
}

header.header .evo-main-menu .mega-content .level0 .level1.active .evo-sub-cate-1 {
  display:block;
}

footer.footer {
  background-color:#333;
  color:#888;
  padding-top:20px;
}

footer.footer a{
  color:#888;
}

footer.footer a:hover{
  color:#fff;
}
@media (max-width:569px) {
  footer.footer {
    padding-top:20px;
  }
}

footer.footer .subscribe-area {
  padding-bottom:15px;
  border-bottom:0.5px dashed rgba(255,255,255,0.2);
}

footer.footer .subscribe-area .social li {
  display:inline-block;
  margin-right:3px;
}
.hidden{
    display: none;
}
footer.footer .subscribe-area .social li a {
  display:inline-block;
  background-color:#b8b8b8;
  width:35px;
  font-size:15px;
  height:35px;
  line-height:35px;
  border-radius:50%;
  text-align:center;
  position:relative;
}

footer.footer .subscribe-area .social li a svg {
  height:20px;
  width:20px;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}

footer.footer .subscribe-area .social li a svg path {
  fill:#333 !important;
}

footer.footer .subscribe-area .social li a:hover {
  opacity:0.8;
}

@media (max-width:991px) {
  footer.footer .subscribe-area .social {
    text-align:center;
    margin-bottom:10px;
  }
}

@media (max-width:991px) {
  footer.footer .subscribe-area .subscribe-content {
    text-align:center;
    margin-bottom:20px;
  }
}

footer.footer .subscribe-area .subscribe-content h2,
footer.footer .subscribe-area .subscribe-content .h2 {
  margin-bottom:0;
  color:#888;
  font-size:18px;
  font-weight:600;
  text-transform:uppercase;
}

@media (max-width:569px) {
  footer.footer .subscribe-area .subscribe-content h2,
  footer.footer .subscribe-area .subscribe-content .h2 {
    font-size:18px;
  }
}

footer.footer .subscribe-area .subscribe-content p {
  color:#888;
  margin-bottom:0;
}

@media (max-width:569px) {
  footer.footer .subscribe-area .subscribe-content p {
    margin-top:5px;
    font-size:13px;
  }
}

footer.footer .subscribe-area .subscribe-form {
  position:relative;
  z-index:1;
}

footer.footer .subscribe-area .subscribe-form form {
  margin-bottom:0;
  position:relative;
}

footer.footer .subscribe-area .subscribe-form form input {
  display:block;
  color:#303846;
  height:40px;
  border-radius:5px;
  border:1px solid #fff;
  outline:0;
  -webkit-box-shadow:unset !important;
  box-shadow:unset !important;
  font-size:14px;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
}

@media (max-width:569px) {
  footer.footer .subscribe-area .subscribe-form form input {
    height:40px;
    padding-left:7px;
    padding-right:7px;
    font-size:13px;
  }
}

footer.footer .subscribe-area .subscribe-form form button {
  background-color:#1ba0e2;
  color:#fff;
  border:none;
  border-radius:5px;
  height:40px;
  line-height:40px;
  padding:0 15px;
  -webkit-transition:0.5s;
  transition:0.5s;
  font-size:14px;
  font-weight:600;
  z-index:99;
  border-top-left-radius:0;
  border-bottom-left-radius:0;
}

@media (max-width:569px) {
  footer.footer .subscribe-area .subscribe-form form button {
    position:relative;
    top:0;
    right:0;
    text-transform:uppercase;
    height:40px;
    line-height:40px;
    font-size:13px;
  }
}

footer.footer .subscribe-area .subscribe-form form button:hover,
footer.footer .subscribe-area .subscribe-form form button:focus {
  color:#fff;
  background-color:#1680b4;
}

footer.footer .subscribe-area .subscribe-form .mailchimp-alerts {
  margin-top:10px;
  color:#1ba0e2;
}

footer.footer .subscribe-area .subscribe-form .mailchimp-alerts a {
  color:#1ba0e2;
  font-weight:500;
}

footer.footer .subscribe-area .subscribe-form .mailchimp-alerts a:hover,
footer.footer .subscribe-area .subscribe-form .mailchimp-alerts a:focus {
  color:#1789c2;
}

footer.footer .main-footer-area .gray-footer {
  background-color:rgba(0,0,0,0.2);
  padding-top:15px;
  padding-bottom:15px;
}

footer.footer .main-footer-area .gray-footer .logo-footer {
  display:block;
  margin-bottom:15px;
}

footer.footer .main-footer-area .gray-footer .logo-footer img {
  max-width:220px;
      margin: auto;
}

footer.footer .main-footer-area .gray-footer .footer-contact-info li {
  color:#888;
  font-size:14px;
  margin-bottom:5px;
}

footer.footer .main-footer-area .gray-footer .footer-contact-info li span {
  font-weight:bold;
}

footer.footer .main-footer-area .gray-footer .footer-contact-info li a {
  color:#888;
}

footer.footer .main-footer-area .gray-footer .footer-contact-info li a:hover,
footer.footer .main-footer-area .gray-footer .footer-contact-info li a:focus {
  color:#fff;
}

footer.footer .main-footer-area .gray-footer .footer-contact-info li:last-child {
  font-size:12px;
  font-style:italic;
}

footer.footer .main-footer-area .gray-footer .footer-payment {
  margin-top:10px;
}

footer.footer .main-footer-area .gray-footer .footer-payment img {
  display:inline-block;
  margin-right:3px;
  margin-bottom:7px;
  vertical-align:middle;
}

footer.footer .main-footer-area .not-gray-footer {
  padding-top:15px;
}

footer.footer .main-footer-area .not-gray-footer .single-footer-widget {
  margin-bottom:10px;
}

@media (max-width:480px) {
  footer.footer .main-footer-area .not-gray-footer .single-footer-widget {
    margin-bottom:15px;
  }
}

footer.footer .main-footer-area .not-gray-footer .single-footer-widget h3,
footer.footer .main-footer-area .not-gray-footer .single-footer-widget .h3 {
  margin-bottom:15px;
  color:#fff;
  font-weight:500;
  font-size:16px;
  line-height:20px;
}

footer.footer .main-footer-area .not-gray-footer .single-footer-widget .footer-quick-links {
  padding-left:0;
  list-style-type:none;
  display:-ms-flexbox;
  display:-webkit-box;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px;
  margin-bottom:0;
  margin-top:-6px;
}

@media (max-width:767px) {
  footer.footer .main-footer-area .not-gray-footer .single-footer-widget .footer-quick-links {
    margin-left:-7px;
    margin-right:-7px;
  }
}

footer.footer .main-footer-area .not-gray-footer .single-footer-widget .footer-quick-links li {
  -ms-flex:0 0 100%;
  -webkit-box-flex:0;
  flex:0 0 100%;
  max-width:100%;
  padding-left:15px;
  padding-right:15px;
  padding-top:5px;
}

@media (max-width:767px) {
  footer.footer .main-footer-area .not-gray-footer .single-footer-widget .footer-quick-links li {
    padding-left:7px;
    padding-right:7px;
  }
}

footer.footer .main-footer-area .not-gray-footer .single-footer-widget .footer-quick-links li a {
  display:inline-block;
  color:#888;
  font-size:14px;
}

@media (max-width:569px) {
  footer.footer .main-footer-area .not-gray-footer .single-footer-widget .footer-quick-links li a {
    font-size:13px;
  }
}

footer.footer .main-footer-area .not-gray-footer .single-footer-widget .footer-quick-links li a:hover,
footer.footer .main-footer-area .not-gray-footer .single-footer-widget .footer-quick-links li a:focus {
  color:#fff;
}

footer.footer .copyright {
  padding:10px 0;
  color:rgba(255,255,255,0.8);
  font-size:12px;
  border-top:1px solid rgba(255,255,255,0.1);
}

footer.footer .copyright a {
  color:rgba(255,255,255,0.8);
}

footer.footer .copyright a:hover,
footer.footer .copyright a:focus {
  color:#1ba0e2;
}

.page-404 h1,
.page-404 .h1 {
  color:#333;
  font-size:28px;
}

.page-404 .land {
  color:#888;
}

.page-404 .mt-5 .btn-success {
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color:#1ba0e2;
  border-color:#1ba0e2;
  color:#fff;
  border-radius:2px;
  text-transform:uppercase;
}

.page-404 .mt-5 .btn-success:hover,
.page-404 .mt-5 .btn-success:focus {
  color:#fff;
  background-color:#1890cb;
  border-color:#1890cb;
}

.btn-blues,
#btnnewreview,
.evo-button {
  position:relative;
  display:inline-block;
  padding:8px 28px;
  line-height:normal;
  border:1px solid #1ba0e2;
  text-transform:uppercase;
  font-size:14px;
  text-align:center;
  font-weight:400;
  font-style:normal;
  background-color:#1ba0e2;
  color:#fff;
  border-radius:4px;
}

@media (max-width:480px) {
  .btn-blues,
  #btnnewreview,
  .evo-button {
    padding:7px 15px;
  }
}

.btn-blues strong,
#btnnewreview strong,
.evo-button strong {
  font-weight:400;
}

.btn-blues:hover,
.btn-blues:focus,
#btnnewreview:hover,
#btnnewreview:focus,
.evo-button:hover,
.evo-button:focus {
  color:#fff;
  background-color:#1789c2;
  border-color:#1789c2;
  box-shadow:none;
  outline:none;
}

.table-order p {
  margin-bottom:0;
}

.search-main form.evo-search-form {
  z-index:1;
  position:relative;
}

.search-main form.evo-search-form input {
  border:1px solid #e5e5e5;
  border-radius:0;
}

.search-main form.evo-search-form button {
  color:#fff;
  background-color:#1ba0e2;
  border-radius:3px;
}

.search-main form.evo-search-form button:hover,
.search-main form.evo-search-form button:focus {
  color:#fff;
  background-color:#1680b4;
}

.search-main .title-head {
  font-size:22px;
  line-height:28px;
  margin:0;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:2px;
}

@media (max-width:480px) {
  .search-main .products-view-grid .row .col-6:nth-child(2n+1) {
    padding-right:3.5px;
  }
  .search-main .products-view-grid .row .col-6:nth-child(2n+2) {
    padding-left:3.5px;
  }
}

.search-main .evo-product-block-item .img-tour {
  height:177px;
}

@media (max-width:1024px) {
  .search-main .evo-product-block-item .img-tour {
    height:147px;
  }
}

@media (max-width:991px) {
  .search-main .evo-product-block-item .img-tour {
    height:147px;
  }
}

@media (max-width:767px) {
  .search-main .evo-product-block-item .img-tour {
    height:165px;
  }
}

@media (max-width:668px) {
  .search-main .evo-product-block-item .img-tour {
    height:165px;
  }
}

@media (max-width:569px) {
  .search-main .evo-product-block-item .img-tour {
    height:320px;
  }
}

@media (max-width:480px) {
  .search-main .evo-product-block-item .img-tour {
    height:267px;
  }
}

@media (max-width:376px) {
  .search-main .evo-product-block-item .img-tour {
    height:241px;
  }
}

@media (max-width:321px) {
  .search-main .evo-product-block-item .img-tour {
    height:204px;
  }
}

.search-main .evo-product-block-item .img-tour img {
  width:auto !important;
  max-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}

.search-main .evo-product-block-item .img-tour img:not(.loaded) {
  width:100% !important;
  height:100% !important;
  opacity:0.2;
}

.search-main .products-view-grid .blog-item {
  margin-bottom:40px;
}

@media (max-width:767px) {
  .search-main .products-view-grid .blog-item {
    margin-bottom:20px;
  }
}

.search-main .products-view-grid .blog-item .blog-item-thumbnail {
  margin-bottom:10px;
  overflow:hidden;
  position:relative;
  border-radius:5px;
  position:relative;
  height:240px;
}

.search-main .products-view-grid .blog-item .blog-item-thumbnail img {
  -webkit-transition:all .4s ease;
  -o-transition:all .4s ease;
  transition:all .4s ease;
}

@media (max-width:1024px) {
  .search-main .products-view-grid .blog-item .blog-item-thumbnail {
    height:200px;
  }
}

@media (max-width:991px) {
  .search-main .products-view-grid .blog-item .blog-item-thumbnail {
    height:147px;
  }
}

@media (max-width:767px) {
  .search-main .products-view-grid .blog-item .blog-item-thumbnail {
    height:167px;
  }
}

@media (max-width:668px) {
  .search-main .products-view-grid .blog-item .blog-item-thumbnail {
    height:167px;
  }
}

@media (max-width:569px) {
  .search-main .products-view-grid .blog-item .blog-item-thumbnail {
    height:365px;
  }
}

@media (max-width:480px) {
  .search-main .products-view-grid .blog-item .blog-item-thumbnail {
    height:267px;
  }
}

@media (max-width:376px) {
  .search-main .products-view-grid .blog-item .blog-item-thumbnail {
    height:241px;
  }
}

@media (max-width:321px) {
  .search-main .products-view-grid .blog-item .blog-item-thumbnail {
    height:204px;
  }
}

.search-main .products-view-grid .blog-item .blog-item-thumbnail img {
  width:auto !important;
  max-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}

.search-main .products-view-grid .blog-item .blog-item-thumbnail img:not(.loaded) {
  width:100% !important;
  height:100% !important;
  opacity:0.2;
}

.search-main .products-view-grid .blog-item .blog-item-mains .post-time {
  font-size:12px;
  display:block;
  padding:5px 0;
  line-height:1;
  color:#777;
}

.search-main .products-view-grid .blog-item .blog-item-mains .post-time img {
  width:17px;
  height:17px;
  margin-right:5px;
}

@media (max-width:767px) {
  .search-main .products-view-grid .blog-item .blog-item-mains .post-time {
    padding-bottom:7px;
    font-size:12px;
  }
}

.search-main .products-view-grid .blog-item .blog-item-mains .blog-item-name {
  font-size:18px;
  margin-bottom:0;
}

@media (min-width:768px) and (max-width:991px) {
  .search-main .products-view-grid .blog-item .blog-item-mains .blog-item-name {
    font-size:15px;
  }
}

@media (max-width:767px) {
  .search-main .products-view-grid .blog-item .blog-item-mains .blog-item-name {
    font-size:15px;
  }
}

.search-main .products-view-grid .blog-item .blog-item-mains .blog-item-name a {
  color:#000;
}

.search-main .products-view-grid .blog-item .blog-item-mains .blog-item-name a:hover,
.search-main .products-view-grid .blog-item .blog-item-mains .blog-item-name a:focus {
  color:#1ba0e2;
}

.search-main .products-view-grid .blog-item .blog-item-mains .blog-item-summary {
  color:#777;
  line-height:1.8;
  margin:10px 0;
}

@media (min-width:768px) and (max-width:991px) {
  .search-main .products-view-grid .blog-item .blog-item-mains .blog-item-summary {
    font-size:13px;
  }
}

.search-main .products-view-grid .blog-item .blog-item-mains .readmore {
  text-transform:uppercase;
  font-size:13px;
  font-weight:500;
  color:#1ba0e2;
  margin-bottom:30px;
}

.search-main .products-view-grid .blog-item .blog-item-mains .readmore:hover,
.search-main .products-view-grid .blog-item .blog-item-mains .readmore:focus {
  color:#1680b4;
}

.search-main .products-view-grid .blog-item:hover .blog-item-thumbnail img {
  -webkit-transform:scale3d(1.05,1.05,1.05);
  -moz-transform:scale3d(1.05,1.05,1.05);
  -ms-transform:scale3d(1.05,1.05,1.05);
  -o-transform:scale3d(1.05,1.05,1.05);
  transform:scale3d(1.05,1.05,1.05);
}

.search-main .pagination {
  justify-content:center;
}

.bread-crumb {
  margin:0;
  background:#ececec;
}

.bread-crumb .breadcrumb {
  color:#000;
  text-align:left;
  background-color:transparent;
}

.bread-crumb .breadcrumb a {
  color:#9e9fa1;
}

.bread-crumb .breadcrumb a:hover,
.bread-crumb .breadcrumb a:focus {
  color:#1ba0e2;
}

.search-more {
  margin-top:0;
}

.grecaptcha-badge {
  display:none !important;
}

.total_address a {
  color:#1ba0e2;
}

.backdrop__body-backdrop___1rvky {
  visibility:hidden;
  position:fixed;
  opacity:0;
  width:100%;
  left:0;
  top:0 !important;
  right:0;
  bottom:0;
  background-color:rgba(0,0,0,0.55);
  z-index:999;
  transition:opacity .5s ease;
}

@media (max-width:480px) {
  .backdrop__body-backdrop___1rvky {
    z-index:999;
  }
}

.backdrop__body-backdrop___1rvky.active {
  transition:opacity .5s ease;
  visibility:visible;
  opacity:1;
}

.mobile-main-menu {
  height:100%;
  overflow-y:auto;
  width:290px;
  position:fixed;
  background-color:#fff;
  -webkit-transition:-webkit-transform 0.5s;
  transition:transform 0.5s;
  z-index:999999 !important;
  top:0 !important;
  left:0;
  -webkit-transform:translateX(-290px);
  -ms-transform:translateX(-290px);
  transform:translateX(-290px);
}

.mobile-main-menu::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 0 transparent;
  -moz-box-shadow:inset 0 0 0 transparent;
  border-radius:0;
  background-color:#fff;
}

.mobile-main-menu::-webkit-scrollbar {
  width:0;
  background-color:#fff;
}

.mobile-main-menu::-webkit-scrollbar-thumb {
  border-radius:0;
  -webkit-box-shadow:inset 0 0 0 transparent;
  -moz-box-shadow:inset 0 0 0 transparent;
  background-color:#e5e5e5;
}

.mobile-main-menu.active {
  -webkit-transform:translateX(0);
  -ms-transform:translateX(0);
  transform:translateX(0);
}

.mobile-main-menu .drawer-header {
  background-color:#1ba0e2;
}

.mobile-main-menu .drawer-header .drawer-header--auth {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  margin:0 16px;
  margin-top:0;
  padding:15px 0;
}

.mobile-main-menu .drawer-header .drawer-header--auth ._object {
  width:40px;
  height:40px;
  margin-right:16px;
  border-radius:50%;
  overflow:hidden;
}

.mobile-main-menu .drawer-header .drawer-header--auth ._body {
  color:#fff;
  font-size:12px;
}

.mobile-main-menu .ul-first-menu {
  background-color:#1ba0e2;
  padding:24px 5px;
  text-align:center;
  position:relative;
}

.mobile-main-menu .ul-first-menu:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:100%;
  background:url(../images/cover-waving-bg.svg) top;
  background-repeat:no-repeat;
  background-blend-mode:overlay;
}

.mobile-main-menu .ul-first-menu div {
  display:inline-block;
  width:50%;
  text-align:center;
  float:left;
  height:40px;
  line-height:40px;
  position:relative;
}

.mobile-main-menu .ul-first-menu div a {
  color:#fff;
  display:block;
  border:1px solid #fff;
  border-radius:25px;
  margin:0 5px;
  font-weight:500;
}

.mobile-main-menu .ul-first-menu div a:hover,
.mobile-main-menu .ul-first-menu div a:focus {
  color:#1ba0e2;
  background-color:#fff;
}

.mobile-main-menu .mobile-support {
  height:40px;
  background-color:#f3f5f7;
  color:#505f77;
  line-height:40px;
  text-align:center;
  border-top:1px solid #eaedf1;
}

.mobile-main-menu .mobile-support svg path {
  fill:red !important;
}

.mobile-main-menu .mobile-support img {
  width:30px;
  margin-right:10px;
}

.mobile-main-menu .mobile-support a {
  color:#505f77;
  font-weight:600;
}

.mobile-main-menu .mobile-support a:hover,
.mobile-main-menu .mobile-support a:focus {
  color:#1ba0e2;
}

.mobile-main-menu .la-scroll-fix-infor-user {
  height:calc(100% - 130px);
  height:-moz-calc(100% - 130px);
  height:-webkit-calc(100% - 130px);
  height:-o-calc(100% - 130px);
  overflow:auto;
  padding:10px 0;
}

.mobile-main-menu .la-scroll-fix-infor-user::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 0 transparent;
  -moz-box-shadow:inset 0 0 0 transparent;
  border-radius:0;
  background-color:#fff;
}

.mobile-main-menu .la-scroll-fix-infor-user::-webkit-scrollbar {
  width:0;
  background-color:#fff;
}

.mobile-main-menu .la-scroll-fix-infor-user::-webkit-scrollbar-thumb {
  border-radius:0;
  -webkit-box-shadow:inset 0 0 0 transparent;
  -moz-box-shadow:inset 0 0 0 transparent;
  background-color:#e5e5e5;
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope {
  position:relative;
  display:block;
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a {
  padding:6.5px 7.5px;
  padding-right:25px;
  text-decoration:none;
  color:#383838;
  display:block;
  border-bottom:0.5px solid #CCD2DB;
  text-transform:uppercase;
  position:relative;
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a svg {
  height:17px !important;
  width:17px !important;
  position:absolute;
  right:10px;
  top:50%;
  transform:translate(0,-50%);
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a svg.active {
  -moz-transform:rotate(-180deg);
  -webkit-transform:rotate(-180deg);
  -o-transform:rotate(-180deg);
  -ms-transform:rotate(-180deg);
  transform:rotate(-180deg);
  top:10px;
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a:hover,
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a:focus {
  color:#1ba0e2;
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope .ul-has-child1 {
  display:none;
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope .ul-has-child1 li a {
  padding-left:15px;
  text-transform:none;
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope .ul-has-child1 li .ul-has-child2 {
  display:none;
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope .ul-has-child1 li .ul-has-child2 li a {
  padding-left:22.5px;
}

.evo-product-block-item {
  position:relative;
  background-color:#fff;
  transition:all 300ms;
  border-radius:3px;
  overflow:hidden;
  margin-bottom:20px;
  box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);
  top:0;
}

@media (max-width:569px) {
  .evo-product-block-item {
    margin-bottom:10px;
  }
}

.evo-product-block-item .img-tour {
  position:relative;
}

.evo-product-block-item .img-tour .favorites-btn {
  width:35px;
  height:35px;
  border:0.5px solid #e5e5e5;
  outline:none;
  box-shadow:none;
  background-color:rgba(255,255,255,0.8);
  float:left;
  border-radius:4px;
  position:absolute;
  top:5px;
  right:5px;
}

@media (max-width:1024px) {
  .evo-product-block-item .img-tour .favorites-btn {
    padding:0;
  }
}

.evo-product-block-item .img-tour .favorites-btn svg.evo-added {
  fill:#e53935;
}

@media (max-width:1024px) {
  .evo-product-block-item .img-tour .favorites-btn svg {
    height:22px !important;
    width:22px !important;
  }
}

.evo-product-block-item .info-tour {
  padding:10px;
}

.evo-product-block-item .info-tour h3,
.evo-product-block-item .info-tour .h3 {
  font-size:14px;
  font-weight:500;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  white-space:unset;
  max-height:39px;
}

.evo-product-block-item .info-tour h3 a,
.evo-product-block-item .info-tour .h3 a {
  color:#333;
}

.evo-product-block-item .info-tour h3:hover,
.evo-product-block-item .info-tour .h3:hover,
.evo-product-block-item .info-tour h3:focus,
.evo-product-block-item .info-tour .h3:focus {
  color:#1ba0e2;
}

.evo-product-block-item .info-tour h3:hover a,
.evo-product-block-item .info-tour .h3:hover a,
.evo-product-block-item .info-tour h3:focus a,
.evo-product-block-item .info-tour .h3:focus a {
  color:#1ba0e2;
}

.evo-product-block-item .info-tour .vote-box {
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.evo-product-block-item .info-tour .vote-box .saleoff {
  text-decoration:line-through;
  font-size:12px;
  color:#999;
  padding-top:5px;
}

@media (max-width:569px) {
  .evo-product-block-item .info-tour .vote-box .saleoff {
    font-size:14px;
  }
}

.evo-product-block-item .info-tour .vote-box .meta-vote .ct_course_list li {
  display:inline-block;
}

.evo-product-block-item .info-tour .vote-box .meta-vote .ct_course_list li img {
  max-width:18px;
  display:inline-block;
}

.evo-product-block-item .info-tour .vote-box .meta-vote .ct_course_list li+li {
  margin-left:3px;
}

.evo-product-block-item .info-tour .date-go {
  font-size:12px;
  color:#666;
  margin-top:7px;
}

@media (max-width:569px) {
  .evo-product-block-item .info-tour .date-go {
    font-size:14px;
  }
}

.evo-product-block-item .info-tour .date-go .ct_course_list li {
  padding:3px 0;
  line-height:20px;
  overflow:hidden;
  display:block;
  align-items:center;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.evo-product-block-item .info-tour .date-go .ct_course_list li img {
  max-width:18px;
  flex:1;
  margin-right:2px;
  display:inline-block;
}

.evo-product-block-item .info-tour .date-go .ct_course_list li span {
  color:#ff5722;
  font-weight:500;
}

.evo-product-block-item .info-tour .action-box {
  margin-top:5px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.evo-product-block-item .info-tour .action-box .price-box {
  color:#ff5722;
  font-weight:600;
  font-size:18px;
  display:flex;
  align-items:center;
}

@media (max-width:569px) {
  .evo-product-block-item .info-tour .action-box .price-box {
    font-size:22px;
  }
}

.evo-product-block-item .info-tour .action-box .booking-box .btn-sm {
  height:30px;
  line-height:30px;
  padding:0 10px;
  background-color:#ff5722;
  color:#fff;
  font-size:13px;
  transition:all 300ms;
  -webkit-appearance:none;
  -moz-appearance:none;
}

.evo-product-block-item .info-tour .action-box .booking-box .btn-sm:hover,
.evo-product-block-item .info-tour .action-box .booking-box .btn-sm:focus {
  background-color:#ee3900;
  color:#fff;
  border-radius:4px;
}

@media (min-width:1025px) {
  .evo-product-block-item:hover {
    opacity: 0.5;
  }
}

@media (min-width:768px) {
  .my-account .dashboard .recent-orders .thead-default {
    border-top:1px solid #e1e1e1;
  }
}

@media (max-width:480px) {
  .s480-f {
    display:block;
    font-size:0;
    clear:both;
  }
  .col-full {
    width:100%;
  }
}

.form-signup .errors {
  color:red;
}

@media (min-width:768px) {
  #popup-cart .modal-dialog {
    width:500px;
    margin:30px auto;
  }
}

#popup-cart .modal-dialog button.close {
  position:absolute;
  right:10px;
  top:2px;
  opacity:1;
}

#popup-cart .modal-dialog button.close:hover {
  color:#1ba0e2;
}

#popup-cart .modal-dialog .modal-left {
  text-align:left;
}

#popup-cart .modal-dialog .modal-left .title {
  font-size:16px;
  font-weight:500;
  color:#292929;
  padding:15px 10px;
  margin:0;
  display:block;
  border-bottom:solid 1px #ebebeb;
  margin-bottom:10px;
}

@media (max-width:767px) {
  #popup-cart .modal-dialog .modal-left .title {
    padding:10px;
  }
}

#popup-cart .modal-dialog .modal-left .title i {
  font-style:normal;
  color:#292929;
}

#popup-cart .modal-dialog .modal-body {
  position:relative;
  padding:0 10px 10px;
  border-bottom:solid 1px #ebebeb;
  margin-bottom:10px;
}

#popup-cart .modal-dialog .modal-body .media {
  display:none;
}

#popup-cart .modal-dialog .modal-body .media.active {
  display:flex;
  align-items:center;
}

#popup-cart .modal-dialog .modal-body .media .thumb_img {
  width:70px;
  display:block;
  float:left;
  padding:0;
}

#popup-cart .modal-dialog .modal-body .media .thumb_img .thumb-1x1 {
  width:70px;
  text-align:center;
  border:solid 1px #ebebeb;
  border-radius:4px;
}

#popup-cart .modal-dialog .modal-body .media .thumb_img .thumb-1x1 img {
  border-radius:4px;
}

#popup-cart .modal-dialog .modal-body .media .body_content {
  padding-left:15px;
}

#popup-cart .modal-dialog .modal-body .media .body_content .product-title {
  font-size:14px;
  color:#292929;
  font-weight:500;
  line-height:20px;
}

#popup-cart .modal-dialog .modal-body .media .body_content .product-new-price {
  color:#ff5722;
  margin-top:0;
  font-size:16px;
  font-weight:400;
  display:block;
}

#popup-cart .modal-dialog .modal-body .media .body_content .variant_title span {
  color:#bbb;
}

#popup-cart .modal-dialog .modal-right {
  text-align:left;
  padding:0 10px 10px 10px;
}

#popup-cart .modal-dialog .modal-right .right_title {
  font-size:15px;
  color:#292929;
}

@media (max-width:767px) {
  #popup-cart .modal-dialog .modal-right .right_title {
    font-size:14px;
  }
}

#popup-cart .modal-dialog .modal-right .right_title a {
  color:#292929;
}

#popup-cart .modal-dialog .modal-right .right_title a:hover,
#popup-cart .modal-dialog .modal-right .right_title a:focus {
  color:#1ba0e2;
}

#popup-cart .modal-dialog .modal-right .checkout_button {
  height:45px;
  line-height:43px;
  width:100%;
  background:#1ba0e2;
  border-radius:5px;
  padding:0;
  text-align:center;
  display:inline-block;
  font-size:14px;
  color:#fff;
  font-weight:400;
  border:solid 1px #1ba0e2;
}

#popup-cart .modal-dialog .modal-right .checkout_button:hover,
#popup-cart .modal-dialog .modal-right .checkout_button:focus {
  color:#fff;
  background-color:#1680b4;
  border-color:#1680b4;
}

#popup-cart.modal.in .modal-dialog {
  -webkit-transform:translate(0,50%);
  -ms-transform:translate(0,50%);
  -o-transform:translate(0,50%);
  transform:translate(0,50%);
}

.slick-slider {
  position:relative;
  display:block;
  box-sizing:border-box;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-touch-callout:none;
  -khtml-user-select:none;
  -ms-touch-action:pan-y;
  touch-action:pan-y;
  -webkit-tap-highlight-color:transparent;
}

.slick-list {
  position:relative;
  display:block;
  overflow:hidden;
  margin:0;
  padding:0;
}

.slick-list:focus {
  outline:none;
}

.slick-list.dragging {
  cursor:pointer;
  cursor:hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0);
  -o-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
}

.slick-track {
  position:relative;
  top:0;
  left:0;
  display:block;
  margin-left:auto;
  margin-right:auto;
}

.slick-track:before,
.slick-track:after {
  display:table;
  content:'';
}

.slick-track:after {
  clear:both;
}

.slick-loading .slick-track {
  visibility:hidden;
}

.slick-slide {
  display:none;
  float:left;
  height:100%;
  min-height:1px;
}

[dir='rtl'] .slick-slide {
  float:right;
}

.slick-slide img {
  display:block;
}

.slick-slide.slick-loading img {
  display:none;
}

.slick-slide.dragging img {
  pointer-events:none;
}

.slick-initialized .slick-slide {
  display:block;
}

.slick-loading .slick-slide {
  visibility:hidden;
}

.slick-vertical .slick-slide {
  display:block;
  height:auto;
  border:1px solid transparent;
}

.slick-arrow.slick-hidden {
  display:none;
}

.main-widge .img svg {
  width:100%;
  height:100%;
}

.main-widget .img {
  width:25px;
  height:25px;
}

.main-icon svg {
  width:30px;
  height:30px;
  fill:#fff;
}

.main-widget {
  position:fixed;
  left:10px;
  bottom:10px;
  z-index:1000;
  top:auto !important;
}

.out-circle {
  overflow:hidden;
  padding:17px;
  border-radius:100%;
  background:#1ba0e2;
  width:60px;
  height:60px;
}

.main-icon {
  line-height:0;
  color:#fff;
  width:100%;
  height:100%;
}

.main-icon i {
  width:26px;
  height:26px;
  transform:translateX(2px);
}

.ser-icon {
  display:inline-flex;
  position:absolute;
  font-size:30px;
  top:0;
  left:0;
  padding:10%;
  background:#fff;
  max-width:100%;
  overflow:hidden;
  border-radius:100%;
  color:#1ba0e2;
  width:70%;
  height:70%;
  margin:15%;
  transition:.2s all;
}

.unsee {
  opacity:0;
  transform:scale(0);
}

.process {
  display:inline-flex;
  transform:translateX(0px);
  transition:0.15s linear transform;
  line-height:0;
}

.ser-icon .item {
  margin-right:40px;
  width:30px;
  height:30px;
}

.ser-icon i:nth-child(2n) {
  color:#000;
}

.def-content {
  position:absolute;
  bottom:70px;
  left:0;
  width:270px;
  background:#fff;
  border-radius:5px;
  transition:.2s all;
  box-shadow:0 0 15px 0 #333;
}

.def-content .item {
  width:100%;
  line-height:0;
  padding:5px 10px;
  transition:.3s linear all;
}

.def-content .item:last-child {
  margin-bottom:0;
}

.def-content .item>a>* {
  float:left;
  line-height:1;
}

.def-content .item a {
  display:inline-block;
  font-size:15px;
  width:100%;
  transition:.3s linear all;
}

.def-content .item div {
  height:45px;
  line-height:45px;
  width:calc(100% - 55px);
}

.def-content .item .img {
  margin-right:10px;
}

.close-icon {
  position:absolute;
  font-size:25px;
  top:0;
  padding:15px;
  left:0;
  width:60px;
  height:60px;
  line-height:1;
  text-align:center;
  color:#fff;
  background:#464fff;
  border-radius:100%;
  transition:.2s all;
  transform:rotate(0);
  cursor:pointer;
}

.close-icon.unsee {
  transform:rotate(180deg);
}

.pregan {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:#1789c2;
  z-index:-2;
  border-radius:100%;
  animation:zoomzoom 3s linear .2s infinite;
}

.item svg {
  fill:#1ba0e2;
}

.def-content .item svg {
  fill:#fff;
}

.def-content .img {
  width:45px;
  height:45px;
  padding:10px;
  border-radius:100%;
  cursor:pointer;
  transition:.3s linear all .0s;
}

.def-content .item:hover {
  box-shadow:0 0 5px -1px #000;
}

.def-content .item:hover a {
  color:red;
}

.def-content .item:hover .img {
  transition-delay:.3s;
  box-shadow:0 0 5px 0 #333;
}

@keyframes zoomzoom {
  from {
    transform:scale(0);
  }
  to {
    transform:scale(1.2);
  }
}

.pregan:nth-child(1) {
  animation-delay:.5s;
}

.def-content .item.phone .img {
  background:#4eb625;
}

.def-content .item.skype .img {
  background:#24a6cd;
}

.def-content .item.zalo .img {
  background:#3B5998;
}

.def-content .item.messenger .img {
  background:#2c01ff;
}

.def-content .item.mail .img {
  background:#d5493c;
}
@keyframes placeHolderShimmer {
  0% {
  background-position:-468px 0;
}
100% {
  background-position:468px 0;
}
}

.animated-background,
.evo-relative-product-article .evo-product-block-item .img-tour img:not(.loaded) {
  animation-duration:1.25s;
  animation-fill-mode:forwards;
  animation-iteration-count:infinite;
  animation-name:placeHolderShimmer;
  animation-timing-function:linear;
  background:#F6F6F6;
  background:linear-gradient(to right,#F6F6F6 8%,#F0F0F0 18%,#F6F6F6 33%);
  background-size:700px 104px;
  position:relative;
}

label {
  font-weight:500;
}

#article_comments {
  margin-bottom:15px;
}

.evo-article .title-head {
  display:block;
  line-height:1.3em;
  font-size:24px;
  color:#000;
  font-weight:bold;
  margin:0;
}

@media (max-width:767px) {
  .evo-article .title-head {
    font-size:22px;
  }
}

.evo-article .article-details {
  margin-top:30px;
}

.evo-article .article-details p {
  word-wrap:break-word;
}

@media (max-width:767px) {
  .evo-article .article-details {
    margin-top:20px;
  }
}

.evo-article .article-details h2 {
  font-size:20px;
  font-weight:500;
  margin-top:5px;
}

.evo-article .article-details h3 {
  font-size:18px;
  font-weight:500;
  margin-top:15px;
  margin-bottom:10px;
}

.evo-article .article-details a {
  color:#1ba0e2;
}

.evo-article .article-details a:hover,
.evo-article .article-details a:focus {
  color:#1c1c1c;
  font-weight:500;
}

.evo-article .article-details img {
  max-width:100%;
  height:auto !important;
  margin-left:auto;
  margin-right:auto;
}

@media (min-width:768px) {
  .evo-article .article-details img {
    max-width:600px;
    display:block;
  }
}

@media (max-width:480px) {
  .evo-article .article-details img {
    margin-left:-7px;
    width:100vw !important;
    max-width:unset !important;
  }
}

.evo-article .article-details .evo-owl-product img {
  max-width:100% !important;
  width:auto !important;
  margin:auto !important;
}

.evo-article .article-details iframe {
  max-width:100% !important;
}

.article-summary {
  font-size:15px;
  margin:20px auto;
  font-style:italic;
  color:#333;
  text-align:justify;
}

.tag_article .inline {
  font-weight:500;
  font-size:15px;
}

@media (max-width:480px) {
  .tag_article .inline {
    display:block !important;
    font-size:14px;
    margin-bottom:3px;
  }
}

.tag_article a {
  background:#fff;
  color:#777;
  display:inline-block;
  height:30px;
  line-height:28px;
  padding:0 20px 0 23px;
  position:relative;
  margin:0 10px 10px 0;
  text-decoration:none;
  border:1px dashed #eee;
}

.tag_article a:hover {
  background-color:#1ba0e2;
  color:#fff;
  border-color:#1ba0e2;
}

.evo-article-toolbar {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width:100%;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding:10px;
  color:#333;
  background-color:#fff;
  border:1px dashed #eee;
}

@media (max-width:767px) {
  .evo-article-toolbar {
    display:block;
    margin-bottom:20px;
  }
}

.evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-head {
  color:#1ba0e2;
  font-weight:500;
  display:inline-block;
  float:left;
  margin-right:5px;
}

@media (max-width:767px) {
  .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-head {
    width:100%;
    margin-right:0;
  }
}

.evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-title {
  max-width:400px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  display:inline-block;
  float:left;
}

@media (max-width:991px) {
  .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-title {
    max-width:300px;
  }
}

@media (max-width:767px) {
  .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-title {
    max-width:unset;
    width:100%;
  }
}

@media (max-width:767px) {
  .evo-article-toolbar .evo-article-toolbar-left {
    width:100%;
  }
}

@media (max-width:767px) {
  .evo-article-toolbar .evo-article-toolbar-right {
    width:100%;
    text-align:center;
    margin-top:10px;
  }
}

.evo-article-toolbar .evo-article-toolbar-right a {
  font-size:12px;
  letter-spacing:2px;
  color:#1ba0e2;
  font-weight:500;
}

.evo-article-toolbar .evo-article-toolbar-right a svg {
  color:#1ba0e2;
  vertical-align:-2px;
  height:12px;
}

.evo-article-toolbar .evo-article-toolbar-right a:first-child svg {
  margin-right:6px;
}

.evo-article-toolbar .evo-article-toolbar-right a:last-child {
  margin-left:15px;
}

.evo-article-toolbar .evo-article-toolbar-right a:last-child svg {
  margin-left:6px;
}

.evo-article-toolbar .evo-article-toolbar-right a:hover {
  color:#333;
}

.evo-article-toolbar .evo-article-toolbar-right a:hover svg {
  color:#333;
}

.evo-article-toolbar .evo-article-toolbar-right .separator {
  display:inline-block;
  position:relative;
  content:'';
  width:1px;
  height:12px;
  margin:0 18px;
  background:rgba(255,255,255,0.8);
  vertical-align:middle;
}

#article-comments {
  margin-top:0 !important;
}

#article-comments .user-name-comment strong {
  font-weight:500;
}

#article_comments button {
  padding-top:0;
  padding-bottom:0;
}

.blog_related {
  margin-bottom:15px;
  margin-top:15px;
  background:#fefefe;
  border:1px solid #1ba0e2;
  border-radius:4px;
  padding:10px;
}

.blog_related h2 {
  color:#222;
  margin:0;
  font-size:18px;
  margin-bottom:5px;
  font-weight:500;
  text-transform:uppercase;
}

@media (max-width:480px) {
  .blog_related h2 {
    font-size:16px;
  }
}

.blog_related .blog_entry {
  margin-bottom:7px;
}

@media (max-width:767px) {
  .blog_related .blog_entry {
    margin-bottom:7px;
  }
}

.blog_related .blog_entry h3 {
  margin:0;
  font-size:14px;
  font-weight:normal;
}

@media (max-width:767px) {
  .blog_related .blog_entry h3 {
    margin-top:0;
  }
}

.blog_related .blog_entry h3 a {
  font-size:14px;
  color:#135841;
}

.blog_related .blog_entry h3 a:hover,
.blog_related .blog_entry h3 a:focus {
  color:#1ba0e2;
  text-decoration:none;
}

.blog_related .blog_entry h3 a:hover i,
.blog_related .blog_entry h3 a:focus i {
  color:#1ba0e2;
}

.aside-item.collection-category .aside-title {
  margin:0 0 10px;
  font-size:18px;
  position:relative;
  color:#2d2a2a;
  text-transform:uppercase;
}

.aside-item.collection-category .aside-title .title-head {
  font-size:18px;
  font-weight:600;
  color:#2d2a2a;
  margin-bottom:0;
}

.aside-item.collection-category .aside-content .navbar-pills .nav-item a {
  font-size:14px;
  padding-left:0;
  padding-right:25px;
  color:#727272;
  white-space:normal;
  position:relative;
  display:table;
  width:100%;
  padding-top:3px;
  padding-bottom:3px;
}

.aside-item.collection-category .aside-content .navbar-pills .nav-item a:hover,
.aside-item.collection-category .aside-content .navbar-pills .nav-item a:focus {
  color:#1ba0e2;
  background-color:transparent;
}

.aside-item.collection-category .aside-content .navbar-pills .nav-item a i.fa-caret-right {
  display:table-cell;
  width:10px !important;
}

.aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus {
  position:absolute;
  right:7px;
  top:calc(50% - (20px / 2));
  width:20px;
  height:20px;
}

.aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus::before,
.aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus::after {
  position:absolute;
  content:'';
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%) rotate(-90deg);
  transform:translate(-50%,-50%) rotate(-90deg);
  background-color:currentColor;
  -webkit-transition:opacity 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out;
  transition:opacity 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out;
  transition:transform 0.4s ease-in-out,opacity 0.4s ease-in-out;
  transition:transform 0.4s ease-in-out,opacity 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out;
}

.aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus::before {
  width:11px;
  height:1px;
  opacity:1;
}

.aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus::after {
  width:1px;
  height:11px;
}

.aside-item.collection-category .aside-content .navbar-pills .nav-item.active>.Collapsible__Plus::after {
  -webkit-transform:translate(-50%,-50%) rotate(90deg);
  transform:translate(-50%,-50%) rotate(90deg);
}

.aside-item.collection-category .aside-content .navbar-pills .nav-item.active>.Collapsible__Plus::before {
  opacity:0;
}

.aside-item.collection-category .aside-content .navbar-pills .nav-item .dropdown-menu {
  margin:0;
  padding:0;
  -webkit-transition:left 0.3s ease 0s,opacity 0.3s;
  transition:left 0.3s ease 0s,opacity 0.3s;
}

.aside-item.collection-category .aside-content .navbar-pills .nav-item .dropdown-menu .nav-item a {
  padding:5px 10px;
  padding-right:25px;
}

.aside-item.collection-category .aside-content .navbar-pills .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
  padding:5px 20px;
}

.aside-item.collection-category .aside-content .navbar-pills .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
  padding:5px 30px;
}

.aside-item.top-news .aside-title {
  margin:0 0 10px;
  font-size:18px;
  position:relative;
  color:#2d2a2a;
  text-transform:uppercase;
}

.aside-item.top-news .aside-title .title-head {
  font-size:18px;
  font-weight:600;
  color:#2d2a2a;
  margin-bottom:0;
}

.aside-item.top-news .item {
  margin-bottom:20px;
}

.aside-item.top-news .item .thumb {
  float:left;
  overflow:hidden;
  position:relative;
  width:80px;
  margin-right:15px;
}

.aside-item.top-news .item .info {
  padding-left:95px;
}

.aside-item.top-news .item .info .title {
  margin-bottom:0;
  line-height:1.5;
  font-size:14px;
  font-weight:400;
}

.aside-item.top-news .item .info .title a {
  color:#727272;
}

.aside-item.top-news .item .info .title a:hover,
.aside-item.top-news .item .info .title a:focus {
  color:#1ba0e2;
}

.evo-relative-product-article .slick-slide {
  margin:5px;
}

.evo-relative-product-article .slick-slide:hover,
.evo-relative-product-article .slick-slide:focus {
  outline:none;
  box-shadow:none;
  border:none;
}

.evo-relative-product-article .slick-arrow {
  font-size:0;
  line-height:0;
  position:absolute;
  top:50%;
  display:block;
  width:30px;
  height:30px;
  padding:0;
  -webkit-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  transform:translate(0,-50%);
  cursor:pointer;
  color:transparent;
  border:none;
  outline:none;
  background:transparent;
  line-height:30px;
  text-align:center;
  z-index:2;
}

@media (max-width:991px) {
  .evo-relative-product-article .slick-arrow {
    display:none !important;
  }
}

.evo-relative-product-article .slick-arrow.slick-prev {
  left:0;
  -webkit-transition:all .25s ease;
  transition:all .25s ease;
}

.evo-relative-product-article .slick-arrow.slick-prev:before {
  content:"";
  background-image:url(../images/back.svg);
  height:30px;
  width:30px;
  display:block;
}

.evo-relative-product-article .slick-arrow.slick-next {
  right:0;
  -webkit-transition:all .25s ease;
  transition:all .25s ease;
}

.evo-relative-product-article .slick-arrow.slick-next:before {
  content:"";
  background-image:url(../images/right-arrow.svg);
  height:30px;
  width:30px;
  display:block;
}

.evo-relative-product-article .slick-dots {
  text-align:center;
}

.evo-relative-product-article .slick-dots li {
  display:inline-block;
}

.evo-relative-product-article .slick-dots li button {
  border-radius:0;
  height:10px;
  width:10px;
  border:1px solid #e5e5e5;
  background-color:#fff;
  padding:0;
  font-size:0;
}

.evo-relative-product-article .slick-dots li+li {
  margin-left:5px;
}

.evo-relative-product-article .slick-dots li.slick-active button {
  border-color:#1ba0e2;
  background-color:#1ba0e2;
  border-radius:0;
  width:10px;
}

.evo-relative-product-article .slick-slide {
  margin:5px;
}

.evo-relative-product-article .evo-product-block-item {
  margin-bottom:0;
}

.evo-relative-product-article .evo-product-block-item .img-tour {
  height:179px;
}

@media (max-width:1024px) {
  .evo-relative-product-article .evo-product-block-item .img-tour {
    height:150px;
  }
}

@media (max-width:991px) {
  .evo-relative-product-article .evo-product-block-item .img-tour {
    height:149px;
  }
}

@media (max-width:767px) {
  .evo-relative-product-article .evo-product-block-item .img-tour {
    height:167px;
  }
}

@media (max-width:668px) {
  .evo-relative-product-article .evo-product-block-item .img-tour {
    height:167px;
  }
}

@media (max-width:569px) {
  .evo-relative-product-article .evo-product-block-item .img-tour {
    height:175px;
  }
}

@media (max-width:480px) {
  .evo-relative-product-article .evo-product-block-item .img-tour {
    height:260px;
  }
}

@media (max-width:376px) {
  .evo-relative-product-article .evo-product-block-item .img-tour {
    height:234px;
  }
}

@media (max-width:321px) {
  .evo-relative-product-article .evo-product-block-item .img-tour {
    height:197px;
  }
}

.evo-relative-product-article .evo-product-block-item .img-tour img {
  width:auto !important;
  max-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}

.evo-relative-product-article .evo-product-block-item .img-tour img:not(.loaded) {
  width:100% !important;
  height:100% !important;
  opacity:0.2;
}

.evo-relative-product-article .slick-slider .slick-list {
  -webkit-transform:none;
  -moz-transform:none;
  -ms-transform:none;
  -o-transform:none;
  transform:none;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
  padding-top:6px;
  padding-left:0;
  padding-right:0;
}

@media (max-width:1024px) {
  .evo-relative-product-article .slick-slider .slick-list {
    padding:0;
  }
}

@media (min-width:1025px) {
  .evo-relative-product-article:hover .slick-slider {
    z-index:1;
  }
  .evo-relative-product-article:hover .slick-slider .slick-list {
    padding:0 0 70px;
    margin:0 0 -70px;
    padding-top:6px;
    padding-left:0;
    padding-right:0;
  }
}

.evo-product-block-item .info-tour h3 {
  font-size:14px !important;
  font-weight:500 !important;
  margin-top:0 !important;
  margin-bottom:8px !important;
  width:100%;
}

.evo-product-block-item .info-tour .vote-box .meta-vote .ct_course_list li img {
  max-width:18px !important;
}

.evo-product-block-item .info-tour .date-go .ct_course_list li img {
  max-width:18px !important;
}

@media (min-width:1025px) {
  .evo-product-block-item:hover {
    opacity: 0.5;
  }
}

header {
	border-top: 4px solid #1ba0e2;
}
body {
  background-color:#f3f5f7;
}

@keyframes placeHolderShimmer {
  0% {
    background-position:-468px 0;
  }
  100% {
    background-position:468px 0;
  }
}

.animated-background,
.section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour img:not(.loaded),
.evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour img:not(.loaded),
.section_banner a img:not(.loaded),
.section_tour_destination .pos-relative .destination-image img:not(.loaded),
.section_blogs .evo-item-blogs .evo-article-image a img:not(.loaded) {
  animation-duration:1.25s;
  animation-fill-mode:forwards;
  animation-iteration-count:infinite;
  animation-name:placeHolderShimmer;
  animation-timing-function:linear;
  background:#F6F6F6;
  background:linear-gradient(to right,#F6F6F6 8%,#F0F0F0 18%,#F6F6F6 33%);
  background-size:700px 104px;
  position:relative;
}

.home-slider .slick-slide {
  margin:5px;
}

.home-slider .slick-slide:hover,
.home-slider .slick-slide:focus {
  outline:none;
  box-shadow:none;
  border:none;
}

.home-slider .slick-arrow {
  font-size:0;
  line-height:0;
  position:absolute;
  top:50%;
  display:block;
  width:30px;
  height:30px;
  padding:0;
  -webkit-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  transform:translate(0,-50%);
  cursor:pointer;
  color:transparent;
  border:none;
  outline:none;
  background:transparent;
  line-height:30px;
  text-align:center;
  z-index:2;
}

@media (max-width:1024px) {
  .home-slider .slick-arrow {
    display:none !important;
  }
}

.home-slider .slick-arrow.slick-prev {
  left:-35px;
  opacity:0;
  -webkit-transition:all .25s ease;
  transition:all .25s ease;
  -webkit-transform:translateX(-30px);
  transform:translateX(-30px);
}

.home-slider .slick-arrow.slick-prev:before {
  content:"";
  background-image:url(../images/back.svg);
  height:30px;
  width:30px;
  display:block;
}

.home-slider .slick-arrow.slick-next {
  right:-35px;
  opacity:0;
  -webkit-transition:all .25s ease;
  transition:all .25s ease;
  -webkit-transform:translateX(30px);
  transform:translateX(30px);
}

.home-slider .slick-arrow.slick-next:before {
  content:"";
  background-image:url(../images/right-arrow.svg);
  height:30px;
  width:30px;
  display:block;
}

.home-slider .slick-dots {
  text-align:center;
}

.home-slider .slick-dots li {
  display:inline-block;
}

.home-slider .slick-dots li button {
  border-radius:0;
  height:10px;
  width:10px;
  border:1px solid #e5e5e5;
  background-color:#fff;
  padding:0;
  font-size:0;
}

.home-slider .slick-dots li+li {
  margin-left:5px;
}

.home-slider .slick-dots li.slick-active button {
  border-color:#1ba0e2;
  background-color:#1ba0e2;
  border-radius:0;
  width:10px;
}

.home-slider:hover .slick-arrow.slick-next {
  right:-15px;
  visibility:visible;
  opacity:1;
  -webkit-transform:translateY(0);
  transform:translateY(0);
}

.home-slider:hover .slick-arrow.slick-prev {
  left:-15px;
  visibility:visible;
  opacity:1;
  -webkit-transform:translateY(0);
  transform:translateY(0);
}

.home-slider .slick-slide {
  margin:0;
}

.home-slider .slick-dots {
  position:absolute;
  bottom:10px;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  width:100px;
  border-radius:15px;
  height:24px;
  align-items:center;
  display:flex !important;
  justify-content:center;
}

.home-slider .slick-dots li button {
  border-radius:0;
  height:10px;
  width:10px;
  border:1px solid #e5e5e5;
  background-color:#fff;
}

.home-slider .slick-dots li.slick-active button {
  border-color:#1ba0e2;
  background-color:#1ba0e2;
  border-radius:0;
  width:10px;
}

.section_tour_policy {
  background-color:#fff;
  border-bottom:1px solid #dee2e6;
}

@media (max-width:991px) {
    .section_tour_policy .loop_policy {
        border-left: 0 !important;
        border-bottom: 0.5px solid #dee2e6;
    }
    .section_tour_policy .loop_policy:last-child {
        border-bottom: 0;
    }
}

.section_tour_policy .evo-tour-policy-item {
  margin:20px 0;
}

.section_tour_policy .evo-tour-policy-item a {
  display:flex;
  align-items:center;
}

.section_tour_policy .evo-tour-policy-item a .icon {
  width:65px;
  height:65px;
  border-radius:50%;
  background-color:#1ba0e2;
  margin-right:15px;
  position:relative;
}

@media (max-width:1024px) {
  .section_tour_policy .evo-tour-policy-item a .icon {
    width:55px;
    height:55px;
    margin-right:10px;
  }
}

.section_tour_policy .evo-tour-policy-item a .icon img {
  max-width:40px;
  position:absolute;
  margin:auto;
  left:0;
  top:0;
  right:0;
  bottom:0;
}

@media (max-width:1024px) {
  .section_tour_policy .evo-tour-policy-item a .icon img {
    max-width:35px;
  }
}

.section_tour_policy .evo-tour-policy-item a .caption {
  flex:1;
}

.section_tour_policy .evo-tour-policy-item a .caption h3 {
  color:#333;
  font-size:15px;
  font-weight:500;
  margin:0;
}

@media (max-width:1024px) {
  .section_tour_policy .evo-tour-policy-item a .caption h3 {
    font-size:14px;
  }
}

.section_tour_policy .evo-tour-policy-item a .caption div {
  font-size:13px;
  color:#888;
  line-height:1.3;
  margin-top:5px;
}

.section_tour_policy .evo-tour-policy-item a:hover .icon {
  background-color:#1789c2;
}

.section_tour_policy .evo-tour-policy-item a:hover .caption h3 {
  color:#1ba0e2;
}

.section_tour_policy .loop_policy {
  border-left:0.5px solid #dee2e6;
}
.section_tour_policy .loop_policy:first-child {
  border-left: 0;
}

.section_tour_last_hour {
  padding:30px 0 0 0;
}

.section_tour_last_hour.evo-index-tour {
  padding-bottom:0;
}

.section_tour_last_hour .section_tour_last_hour_title {
  text-align:center;
  margin-bottom:20px;
}

.section_tour_last_hour .section_tour_last_hour_title h2 {
  font-size:30px;
  font-weight:600;
  text-transform:uppercase;
  margin-bottom:0;
}

@media (max-width:480px) {
  .section_tour_last_hour .section_tour_last_hour_title h2 {
    font-size:25px;
  }
}

.section_tour_last_hour .section_tour_last_hour_title h2 a {
  color:#212529;
}

.section_tour_last_hour .section_tour_last_hour_title h2 a span {
  color:#ff5722;
}

.section_tour_last_hour .section_tour_last_hour_title h2 a:hover {
  color:#1ba0e2;
}

.section_tour_last_hour .section_tour_last_hour_title h2 a:hover span {
  color:#1ba0e2;
}

.section_tour_last_hour .section_tour_last_hour_title p {
  margin-bottom:0;
  color:#888;
}

@media (max-width:991px) {
  .section_tour_last_hour .evo-tour-scroll {
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    flex-wrap:unset;
  }
  .section_tour_last_hour .evo-tour-scroll::-webkit-scrollbar {
    display:none;
  }
}

@media (max-width:569px) {
  .section_tour_last_hour .evo-tour-scroll .col-12 {
    -ms-flex:0 0 60%;
    flex:0 0 60%;
    max-width:60%;
  }
}

@media (max-width:480px) {
  .section_tour_last_hour .evo-tour-scroll .col-12 {
    -ms-flex:0 0 80%;
    flex:0 0 80%;
    max-width:80%;
  }
}

@media (max-width:321px) {
  .section_tour_last_hour .evo-tour-scroll .col-12 {
    -ms-flex:0 0 90%;
    flex:0 0 90%;
    max-width:90%;
  }
}

.section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour {
  height:177px;
}

@media (max-width:1024px) {
  .section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour {
    height:147px;
  }
}

@media (max-width:991px) {
  .section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour {
    height:147px;
  }
}

@media (max-width:767px) {
  .section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour {
    height:167px;
  }
}

@media (max-width:668px) {
  .section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour {
    height:167px;
  }
}

@media (max-width:569px) {
  .section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour {
    height:214px;
  }
}

@media (max-width:480px) {
  .section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour {
    height:211px;
  }
}

@media (max-width:376px) {
  .section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour {
    height:191px;
  }
}

@media (max-width:321px) {
  .section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour {
    height:183px;
  }
}

.section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour img {
  width:auto !important;
  max-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}

.section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour img:not(.loaded) {
  width:100% !important;
  height:100% !important;
  opacity:0.2;
}

.evo-index-tour {
  padding:15px 0 15px 0;
}

.evo-index-tour .section_tour_last_hour_title {
  text-align:center;
  margin-bottom:20px;
}

.evo-index-tour .section_tour_last_hour_title h2 {
  font-size:30px;
  font-weight:600;
  text-transform:uppercase;
  margin-bottom:0;
}

@media (max-width:480px) {
  .evo-index-tour .section_tour_last_hour_title h2 {
    font-size:25px;
  }
}

.evo-index-tour .section_tour_last_hour_title h2 a {
  color:#212529;
}

.evo-index-tour .section_tour_last_hour_title h2 a:hover {
  color:#1ba0e2;
}

.evo-index-tour .section_tour_last_hour_title p {
  margin-bottom:0;
  color:#888;
}

@media (max-width:991px) {
  .evo-index-tour .evo-tour-scroll {
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    flex-wrap:unset;
  }
  .evo-index-tour .evo-tour-scroll::-webkit-scrollbar {
    display:none;
  }
}

@media (max-width:569px) {
  .evo-index-tour .evo-tour-scroll .col-12 {
    -ms-flex:0 0 60%;
    flex:0 0 60%;
    max-width:60%;
  }
}

@media (max-width:480px) {
  .evo-index-tour .evo-tour-scroll .col-12 {
    -ms-flex:0 0 80%;
    flex:0 0 80%;
    max-width:80%;
  }
}

@media (max-width:321px) {
  .evo-index-tour .evo-tour-scroll .col-12 {
    -ms-flex:0 0 90%;
    flex:0 0 90%;
    max-width:90%;
  }
}

.evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {
  height:177px;
}

@media (max-width:1024px) {
  .evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {
    height:147px;
  }
}

@media (max-width:991px) {
  .evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {
    height:147px;
  }
}

@media (max-width:767px) {
  .evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {
    height:167px;
  }
}

@media (max-width:668px) {
  .evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {
    height:167px;
  }
}

@media (max-width:569px) {
  .evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {
    height:214px;
  }
}

@media (max-width:480px) {
  .evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {
    height:211px;
  }
}

@media (max-width:376px) {
  .evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {
    height:191px;
  }
}

@media (max-width:321px) {
  .evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {
    height:183px;
  }
}

.evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour img {
  width:auto !important;
  max-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}

.evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour img:not(.loaded) {
  width:100% !important;
  height:100% !important;
  opacity:0.2;
}

.evo-index-tour .evo-index-tour-more {
  margin-top:0;
  text-align:center;
}

.evo-index-tour .evo-index-tour-more a {
  display:inline-block;
  height:40px;
  line-height:38px;
  padding:0 25px;
  border:1px solid #ff5722;
  color:#ff5722;
  font-weight:500;
  border-radius:4px;
}

.evo-index-tour .evo-index-tour-more a:hover,
.evo-index-tour .evo-index-tour-more a:focus {
  color:#fff;
  background-color:#ff5722;
}

.section_banner {
  padding-bottom:15px;
}

@media (max-width:569px) {
  .section_banner {
    padding-bottom:10px;
  }
  .section_banner .banner-top {
    padding-bottom:7px;
  }
}

.section_banner a {
  display:block;
  position:relative;
  max-height:207px;
  min-height:206px;
  overflow:hidden;
}

@media (max-width:1024px) {
  .section_banner a {
    max-height:174px;
    min-height:173px;
  }
}

@media (max-width:991px) {
  .section_banner a {
    max-height:129px;
    min-height:128px;
  }
}

@media (max-width:767px) {
  .section_banner a {
    max-height:95px;
    min-height:94px;
  }
}

@media (max-width:668px) {
  .section_banner a {
    max-height:95px;
    min-height:94px;
  }
}

@media (max-width:569px) {
  .section_banner a {
    max-height:207px;
    min-height:206px;
  }
}

@media (max-width:480px) {
  .section_banner a {
    max-height:151px;
    min-height:150px;
  }
}

@media (max-width:376px) {
  .section_banner a {
    max-height:137px;
    min-height:136px;
  }
}

@media (max-width:321px) {
  .section_banner a {
    max-height:116px;
    min-height:115px;
  }
}

.section_banner a img {
  width:auto !important;
  max-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}

.section_banner a img:not(.loaded) {
  width:100% !important;
  height:100% !important;
  opacity:0.2;
}

.section_banner img:hover {
  opacity:0.8;
}

.section_tour_destination {
  padding:15px 0 15px 0;
}

.section_tour_destination .section_tour_last_hour_title {
  text-align:center;
  margin-bottom:20px;
}

.section_tour_destination .section_tour_last_hour_title h2 {
  font-size:30px;
  font-weight:600;
  text-transform:uppercase;
  margin-bottom:0;
}

@media (max-width:480px) {
  .section_tour_destination .section_tour_last_hour_title h2 {
    font-size:25px;
  }
}

.section_tour_destination .section_tour_last_hour_title p {
  margin-bottom:0;
  color:#888;
}

.section_tour_destination .pos-relative {
  position:relative;
  overflow:hidden;
}

.section_tour_destination .pos-relative .destination-image img {
  width:100%;
  height:320px;
  object-fit:cover;
  -webkit-transition:all .4s ease;
  -o-transition:all .4s ease;
  transition:all .4s ease;
}

@media (max-width:1024px) {
  .section_tour_destination .pos-relative .destination-image img {
    height:290px;
  }
}

@media (max-width:991px) {
  .section_tour_destination .pos-relative .destination-image img {
    height:220px;
  }
}

.section_tour_destination .pos-relative .destination-image img:not(.loaded) {
  width:100% !important;
  height:100% !important;
  opacity:0.2;
}

.section_tour_destination .pos-relative .frame-destination {
  background-image:url(../images/evo-tour-destinate.png);
  position:absolute;
  bottom:0;
  padding:50px 10px 10px 10px;
  width:100%;
  color:#fff;
  z-index:999;
}

.section_tour_destination .pos-relative .frame-destination .destination-name {
  margin:0 auto;
  color:#fff;
  text-transform:uppercase;
  font-size:15px;
  font-weight:600;
  text-align:left;
}

.section_tour_destination .pos-relative .frame-destination .destination-like {
  font-size:12px;
  text-align:center;
}

.section_tour_destination .pos-relative .frame-destination .destination-like span {
  color:#ff5722;
  font-weight:600;
}

@media (min-width:1025px) {
  .section_tour_destination .pos-relative:hover .destination-image img {
    -webkit-transform:scale3d(1.05,1.05,1.05);
    -moz-transform:scale3d(1.05,1.05,1.05);
    -ms-transform:scale3d(1.05,1.05,1.05);
    -o-transform:scale3d(1.05,1.05,1.05);
    transform:scale3d(1.05,1.05,1.05);
  }
  .section_tour_destination .pos-relative:hover .frame-destination .destination-name {
    color:#1ba0e2;
  }
}

.section_tour_destination .out-bound {
  margin-top:20px;
}

.section_tour_destination .out-bound .col-lg-6{
  margin-bottom:20px;
}

@media (max-width:480px) {
  .section_tour_destination .out-bound {
    margin-top:0;
  }
.section_tour_destination .out-bound .col-lg-6{
  margin-bottom:0;
}
}

@media (min-width:570px) and (max-width:991px) {
  .section_tour_destination .out-bound {
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    flex-wrap:unset;
  }
  .section_tour_destination .out-bound::-webkit-scrollbar {
    display:none;
  }
}

.section_tour_destination .out-bound .pos-relative .destination-image img {
  width:100%;
  height:160px;
}

@media (max-width:1024px) {
  .section_tour_destination .out-bound .pos-relative .destination-image img {
    height:160px;
  }
}

@media (max-width:991px) {
  .section_tour_destination .out-bound .pos-relative .destination-image img {
    height:140px;
  }
}

.section_tour_destination .out-bound .pos-relative .frame-destination {
  background-image:none;
  background:linear-gradient(to bottom,rgba(0,0,0,0.01),rgba(0,0,0,0.9));
}

.section_tour_destination .out-bound .pos-relative .frame-destination .destination-name {
  text-align:left;
}
.modal-open .modal.show{
    opacity: 1;
}
.section_tour_destination .pos-relative .frame-destination .destination-like {
  text-align:left;
  color:#ff5722;
  font-weight:600;
}

.section_tour_destination .pos-relative .frame-destination .destination-like svg {
  width:15px !important;
  height:15px !important;
}

.section_tour_destination .pos-relative .frame-destination .destination-like svg path {
  fill:#ff5722 !important;
}

@media (min-width:1025px) {
  .section_tour_destination .out-bound .pos-relative:hover .destination-image img {
    -webkit-transform:scale3d(1.05,1.05,1.05);
    -moz-transform:scale3d(1.05,1.05,1.05);
    -ms-transform:scale3d(1.05,1.05,1.05);
    -o-transform:scale3d(1.05,1.05,1.05);
    transform:scale3d(1.05,1.05,1.05);
  }
  .section_tour_destination .out-bound .pos-relative:hover .frame-destination .destination-name {
    color:#1ba0e2;
  }
}

@media (max-width:480px) {
  .section_tour_destination .row .col-xs-12:nth-child(2n+1) {
    padding-right:3.5px;
    padding-bottom:7px;
  }
  .section_tour_destination .row .col-xs-12:nth-child(2n+2) {
    padding-left:3.5px;
    padding-bottom:7px;
  }
}

.section_blogs {
  padding:15px 0 15px 0;
}

.section_blogs .section_tour_last_hour_title {
  text-align:center;
  margin-bottom:20px;
}

.section_blogs .section_tour_last_hour_title h2 {
  font-size:30px;
  font-weight:600;
  text-transform:uppercase;
  margin-bottom:0;
}

@media (max-width:480px) {
  .section_blogs .section_tour_last_hour_title h2 {
    font-size:25px;
  }
}

.section_blogs .section_tour_last_hour_title h2 a {
  color:#212529;
}

.section_blogs .section_tour_last_hour_title h2 a:hover {
  color:#1ba0e2;
}

.section_blogs .section_tour_last_hour_title p {
  margin-bottom:0;
  color:#888;
}

.section_blogs .evo-item-blogs .evo-article-image {
  margin-bottom:10px;
  position:relative;
}

@media (max-width:767px) {
  .section_blogs .evo-item-blogs .evo-article-image {
    margin-bottom:5px;
  }
}

.section_blogs .evo-item-blogs .evo-article-image a {
  display:block;
  height:240px;
  position:relative;
}

@media (max-width:1024px) {
  .section_blogs .evo-item-blogs .evo-article-image a {
    height:200px;
  }
}

@media (max-width:991px) {
  .section_blogs .evo-item-blogs .evo-article-image a {
    height:147px;
  }
}

@media (max-width:767px) {
  .section_blogs .evo-item-blogs .evo-article-image a {
    height:173px;
  }
}

@media (max-width:668px) {
  .section_blogs .evo-item-blogs .evo-article-image a {
    height:167px;
  }
}

@media (max-width:569px) {
  .section_blogs .evo-item-blogs .evo-article-image a {
    height:214px;
  }
}

@media (max-width:480px) {
  .section_blogs .evo-item-blogs .evo-article-image a {
    height:211px;
  }
}

@media (max-width:376px) {
  .section_blogs .evo-item-blogs .evo-article-image a {
    height:191px;
  }
}

@media (max-width:321px) {
  .section_blogs .evo-item-blogs .evo-article-image a {
    height:183px;
  }
}

.section_blogs .evo-item-blogs .evo-article-image a img {
  width:auto !important;
  max-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}

.section_blogs .evo-item-blogs .evo-article-image a img:not(.loaded) {
  width:100% !important;
  height:100% !important;
  opacity:0.2;
}

.section_blogs .evo-item-blogs h3 {
  font-size:16px;
  margin-bottom:7px;
  word-break:break-word;
}

@media (max-width:991px) {
  .section_blogs .evo-item-blogs h3 {
    font-size:14px;
    margin-bottom:10px;
  }
}

.section_blogs .evo-item-blogs h3 a {
  color:#3f3f3f;
}

.section_blogs .evo-item-blogs h3 a:hover,
.section_blogs .evo-item-blogs h3 a:focus {
  color:#1ba0e2;
}

.section_blogs .evo-item-blogs p {
  color:#777;
  line-height:1.5;
  word-break:break-word;
  margin-bottom:10px;
}

@media (max-width:991px) {
  .section_blogs .evo-item-blogs p {
    display:none;
  }
}

.section_blogs .evo-item-blogs .line-clamp {
  position:relative;
  height:44px;
  overflow:hidden;
  display:block;
}

@media (max-width:991px) {
  .section_blogs .evo-item-blogs .line-clamp {
    height:39px;
  }
}

.section_blogs .evo-item-blogs .line-clamp:after {
  content:"";
  text-align:right;
  position:absolute;
  bottom:0;
  right:0;
  width:20%;
  height:22px;
  background:linear-gradient(to right,rgba(255,255,255,0),#fff 50%);
}

@media (max-width:991px) {
  .section_blogs .evo-item-blogs .line-clamp:after {
    height:19px;
  }
}

@supports (-webkit-line-clamp:2) {
  .section_blogs .evo-item-blogs .line-clamp {
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  max-height:44px;
  height:auto;
  min-height:44px;
}

@media (max-width:991px) {
  .section_blogs .evo-item-blogs .line-clamp {
    max-height:39px;
    min-height:39px;
  }
}

.section_blogs .evo-item-blogs .line-clamp:after {
  display:none;
}
}

.section_blogs .evo-index-tour-more {
  margin-top:0;
  text-align:center;
}

.section_blogs .evo-index-tour-more a {
  display:inline-block;
  height:40px;
  line-height:38px;
  padding:0 25px;
  border:1px solid #ff5722;
  color:#ff5722;
  font-weight:500;
  border-radius:4px;
}

.section_blogs .evo-index-tour-more a:hover,
.section_blogs .evo-index-tour-more a:focus {
  color:#fff;
  background-color:#ff5722;
}

@media (max-width:767px) {
  .section_blogs .evo-blog-scroll {
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    flex-wrap:unset;
  }
  .section_blogs .evo-blog-scroll::-webkit-scrollbar {
    display:none;
  }
}

@media (max-width:569px) {
  .section_blogs .col-xs-24 {
    -ms-flex:0 0 60%;
    flex:0 0 60%;
    max-width:60%;
  }
}

@media (max-width:480px) {
  .section_blogs .col-xs-24 {
    -ms-flex:0 0 80%;
    flex:0 0 80%;
    max-width:80%;
  }
}

@media (max-width:321px) {
  .section_blogs .col-xs-24 {
    -ms-flex:0 0 90%;
    flex:0 0 90%;
    max-width:90%;
  }
}

.awe-section-1 {
  position:relative;
}

.evo-tour-search-index {
  position:absolute;
  top:auto !important;
  left:0;
  z-index:9;
  width:100%;
  bottom:50px;
}

@media (max-width:767px) {
  .evo-tour-search-index {
    bottom:20px;
  }
}

@media (max-width:569px) {
  .evo-tour-search-index {
    position:relative;
    bottom:0;
    padding-top:15px;
    background-color:#fff;
  }
}

@media (min-width:570px) {
  .evo-tour-search-index .evo-tour-search-title {
    text-shadow:0 1px 1px #333;
  }
}

.evo-tour-search-index .evo-tour-search-title h2 {
  font-size:40px;
  margin-bottom:15px;
  height:38px;
  color:#fff;
  font-weight:700;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-tour-search-title h2 {
    font-size:30px;
    height:auto;
    margin-bottom:0;
    line-height:1.1;
  }
}

@media (max-width:569px) {
  .evo-tour-search-index .evo-tour-search-title h2 {
    color:#ff5722;
    font-size:25px;
  }
}

.evo-tour-search-index .evo-tour-search-title p {
  font-size:20px;
  margin-bottom:15px;
  color:#fff;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-tour-search-title p {
    font-size:14px;
    margin-bottom:5px;
  }
}

@media (max-width:569px) {
  .evo-tour-search-index .evo-tour-search-title p {
    color:#ff5722;
  }
}

.evo-tour-search-index .evo-main-search {
  background:rgba(0,0,0,0.3);
  border-radius:5px;
  padding:15px;
  max-width:700px;
}

@media (min-width:992px) {
  .evo-tour-search-index .evo-main-search .fix-ipad1 {
    padding-right:7.5px;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad2 {
    padding-left:7.5px;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad {
    padding-left:5px;
  }
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search {
    padding:10px;
    max-width:500px;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad1 {
    padding-right:5px;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad2 {
    padding-left:5px;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad {
    padding-left:0;
  }
}

@media (max-width:569px) {
  .evo-tour-search-index .evo-main-search {
    background:rgba(0,0,0,0.2);
    max-width:100%;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad1 {
    padding-right:10px;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad2 {
    padding-left:10px;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad {
    padding-left:10px;
  }
}

@media (max-width:480px) {
  .evo-tour-search-index .evo-main-search .fix-ipad1 {
    padding-right:7px;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad2 {
    padding-left:7px;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad {
    padding-left:7px;
  }
}

.evo-tour-search-index .evo-main-search .group_a {
  height:60px;
  display:flex;
  align-items:center;
  vertical-align:middle;
  border-radius:4px;
  cursor:pointer;
  background:#fff;
  transition:all .3s linear;
  user-select:none;
  color:#494b55;
  box-shadow:0 1px 1px rgba(0,0,0,0.1);
  padding-left:10px;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group_a {
    height:50px;
    padding-left:5px;
  }
}

.evo-tour-search-index .evo-main-search .group_a img {
  width:35px;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group_a img {
    width:30px;
  }
}

.evo-tour-search-index .evo-main-search .group_a input {
  margin-bottom:0;
  border:none;
  font-size:17px;
  color:#494b55;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group_a input {
    font-size:15px;
    padding-left:10px;
    padding-right:10px;
  }
}

.evo-tour-search-index .evo-main-search .group-search {
  height:60px;
  display:flex;
  align-items:center;
  vertical-align:middle;
  border-radius:4px;
  cursor:pointer;
  background:#fff;
  transition:all .3s linear;
  user-select:none;
  color:#494b55;
  box-shadow:0 1px 1px rgba(0,0,0,0.1);
  padding-left:10px;
  margin-top:15px;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group-search {
    margin-top:10px;
    height:50px;
    padding-left:5px;
  }
}

.evo-tour-search-index .evo-main-search .group-search .group-search-icon {
  width:35px;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group-search .group-search-icon {
    width:30px;
  }
}

.evo-tour-search-index .evo-main-search .group-search .group-search-icon img {
  width:35px;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group-search .group-search-icon img {
    width:30px;
  }
}

.evo-tour-search-index .evo-main-search .group-search .group-search-content {
  padding-left:20px;
  padding-right:10px;
  width:100%;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group-search .group-search-content {
    padding-left:10px;
  }
}

.evo-tour-search-index .evo-main-search .group-search .group-search-content p {
  margin-bottom:0;
  font-size:16px;
  color:#494b55;
  line-height:1.1;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group-search .group-search-content p {
    font-size:14px;
  }
}

.evo-tour-search-index .evo-main-search .group-search .group-search-content select {
  padding-left:0;
  border:none;
  min-height:25px;
  font-size:15px;
  color: #333333;
  width: 100%;
    font-weight: bold;
    background: transparent;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group-search .group-search-content select {
    min-height:25px;
    font-size:14px;
  }
}

.evo-tour-search-index .evo-main-search .group-search .group-search-content select option {
  color:#6c707e;
  font-size:15px;
  margin:0 10px;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group-search .group-search-content select option {
    font-size:14px;
  }
}

.evo-tour-search-index .evo-main-search .group-search .group-search-content .tourmaster-datepicker {
  padding-left:0;
  border:none;
  min-height:25px;
  color:#6c707e;
  font-size:15px;
  margin-bottom:0;
  padding-right:7px;
    color: #333333;
    font-weight: bold;width: 100%;
  background: transparent;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group-search .group-search-content .tourmaster-datepicker {
    min-height:25px;
    font-size:14px;
  }
}

.evo-tour-search-index .evo-main-search button {
  width:100%;
  height:60px;
  margin-top:15px;
  font-size:16px;
  color:#fff;
  background-color:#ff5722;
  border:none;
  box-shadow:none;
  outline:none;
  font-weight:600;
  padding-left:7px;
  padding-right:7px;
  text-align:center;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search button {
    margin-top:10px;
    font-size:15px;
    padding-left:7px;
    padding-right:7px;
    height:50px;
  }
}

@media (min-width:1025px) {
  .evo-tour-search-index .evo-main-search button:hover,
  .evo-tour-search-index .evo-main-search button:focus {
    background-color:#ee3900;
    border:none;
    box-shadow:none;
    outline:none;
  }
}

.group-search.disabled_css{
    background: #ddd !important;
}
.btn-group {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #1ba0e2;
    border: 5px solid #1ba0e2;
    border-radius: 20px;
}
.btnAnimated {
    background-color: #1ba0e2;
    color: #777;
    border: none;
    padding: 8px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin-top: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    cursor: pointer;
    float: left;
    border-radius: 20px;
    color: #fff;
}
.btnAnimated.active {
    background-color: #fff;
    color: rgba(221, 50, 40, 1);
    cursor: not-allowed!important;
}
.btn-group .btnAnimated strong {
    color: #fff;
}
.btnAnimated.active strong {
    color: rgba(221, 50, 40, 1);
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 3px !important;
}
.ui-datepicker-buttonpane::before{
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background: yellow;
    border: 1px solid #333;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    position: absolute;
    top: 0;
}
.ui-datepicker-buttonpane::after{
    display: block;
    margin-top: 5px;
    float: left;
    position: absolute;
    top: 0;
    left: 30px;
}
.ui-datepicker .ui-datepicker-buttonpane {
    padding-top: 30px !important;
    position: relative;
}
.panel-default {
    box-shadow: 0 0 4px 0 rgba(152,165,185,0.2);
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
}
.panel-body{
    padding: 10px;
}
.insLoading {
    position: fixed;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(255 255 255 / 80%);
    z-index: 10000;
    display: flex;
    align-items: center;
    text-align: center;
}
.fluentform .group-search {
    height: 60px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
    transition: all .3s linear;
    user-select: none;
    color: #494b55;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding-left: 10px;
    margin-top: 15px;
}
.fluentform .group-search .group-search-icon {
    width: 35px;
}
.fluentform .group-search .group-search-content {
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
}
.fluentform .group-search .group-search-content p {
    margin-bottom: 0;
    font-size: 16px;
    color: #494b55;
    line-height: 1.1;
}
.fluentform .group-search .group-search-content select {
    padding-left: 0;
    border: none;
    min-height: 25px;
    color: #6c707e;
    font-size: 15px;
    color: #333333;
    width: 100%;
    font-weight: bold;
    background: transparent;
}
.fluentform .group-search .group-search-content .tourmaster-datepicker {
    padding-left: 0;
    border: none;
    min-height: 25px;
    color: #6c707e;
    font-size: 15px;
    margin-bottom: 0;
    padding-right: 7px;
    color: #333333;
    font-weight: bold;
    background: transparent;
}
.fluentform button {
    width: 100%;
    height: 40px;
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
    background-color: #ff5722;
    border: none;
    box-shadow: none;
    outline: none;
    font-weight: 600;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
}
.wpb_wrapper .btnAnimated{
    padding: 0px 15px
}
.wpb_wrapper form {
    margin-bottom: 0;
}
.statistics img{
    height: 20px;
}

.mnv-subdate {
	margin: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 5px;
}
.mnv-subdate::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
} 
.mnv-subdate::-webkit-scrollbar-thumb {
    background-color: #d5c4f0;
}
.mnv-subdate::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.mnv-subdate li {
	width: auto;
    padding: 0 10px;
    margin-right: 1px;
	display: inline-block;
	float: left;
	text-align: center;
    position: relative;
}

.mnv-subdate li span {
	color: #fff !important;
	font-size: 12px;
	display: block;
	line-height: 13px;
	padding: 5px 3px;
}
.mnv-subdate li.active:after {
    position: absolute;
    content: "";
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateX(-50%);
    border-bottom: 2px solid #9d66f4;
    border-right: 2px solid #9d66f4;
    bottom: -6px;
    right: calc(50% - 6px);
    background-color: #9d66f4;
}
.mnv-subdate li.active span
{
    color: #fff !important;
}
.mnv-subdate li {
	background: #88b2ac;
}
.mnv-subdate li.active {
	background: #9d66f4;
}

.mnv-subdate li.active a {
	color: #2483b3;
}
@media (max-width:991px) {
    .coach_title{
        font-size: 11px;
        padding-right: 30px !important;
    }
    #lich-chay-tau #route_id{
        max-width: 150px;
    }
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
        overflow: hidden;
    }
}
.price {
    color: red;
    font-weight: bold;
}
a.btn-default{
    color: #333333;
}
#nen-tang-ket-noi-nguoi-dung-voi-hang-tau{
    background: #fff;
    padding: 15px 0 0 0;
    margin-bottom: 15px;
}
#nen-tang-ket-noi-nguoi-dung-voi-hang-tau .section_tour_last_hour_title h2{
    font-size: 20px;
}
@media (max-width: 480px)
{
#nen-tang-ket-noi-nguoi-dung-voi-hang-tau .section_tour_last_hour_title h2 {
    font-size: 12px;
}
#nen-tang-ket-noi-nguoi-dung-voi-hang-tau .section_tour_last_hour_title {
    margin-bottom: 0px;
}
}

.product_recent {
  margin-top:15px;
}

@media (min-width:570px) {
  .product_recent .product-bg-white {
    padding-left:0;
    padding-right:0;
  }
}

.product_recent .related-product .home-title {
  margin-bottom:20px;
  margin-top:10px;
}

@media (max-width:569px) {
  .product_recent .related-product .home-title {
    margin-top:0;
    margin-bottom:0;
  }
}

.product_recent .related-product .home-title h2 {
  font-size:26px;
  line-height:28px;
  margin:0;
  font-weight:600;
  text-transform:uppercase;
}

@media (max-width:767px) {
  .product_recent .related-product .home-title h2 {
    font-size:22px;
    margin-top:0;
    margin-bottom:10px;
  }
}

.product_recent .related-product .home-title h2 a {
  color:#000;
}

.product_recent .related-product .home-title h2 a strong {
  font-weight:500;
}

.product_recent .related-product .home-title h2 a:hover,
.product_recent .related-product .home-title h2 a:focus {
  color:#1ba0e2;
}

.product_recent .related-product .home-title h2 a:hover span,
.product_recent .related-product .home-title h2 a:focus span {
  color:#1ba0e2;
}

.product_recent .related-product .home-title h2 span {
  color:#ff5722;
}

.product_recent .related-product .evo-owl-product .slick-slide {
  margin:5px;
}

.product_recent .related-product .evo-owl-product .slick-slide:hover,
.product_recent .related-product .evo-owl-product .slick-slide:focus {
  outline:none;
  box-shadow:none;
  border:none;
}

.product_recent .related-product .evo-owl-product .slick-arrow {
  font-size:0;
  line-height:0;
  position:absolute;
  top:50%;
  display:block;
  width:30px;
  height:30px;
  padding:0;
  -webkit-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  transform:translate(0,-50%);
  cursor:pointer;
  color:transparent;
  border:none;
  outline:none;
  background:transparent;
  line-height:30px;
  text-align:center;
  z-index:2;
}

@media (max-width:991px) {
  .product_recent .related-product .evo-owl-product .slick-arrow {
    display:none !important;
  }
}

.product_recent .related-product .evo-owl-product .slick-arrow.slick-prev {
  left:0;
  -webkit-transition:all .25s ease;
  transition:all .25s ease;
}

.product_recent .related-product .evo-owl-product .slick-arrow.slick-prev:before {
  content:"";
  background-image:url(../images/back.svg);
  height:30px;
  width:30px;
  display:block;
}

.product_recent .related-product .evo-owl-product .slick-arrow.slick-next {
  right:0;
  -webkit-transition:all .25s ease;
  transition:all .25s ease;
}

.product_recent .related-product .evo-owl-product .slick-arrow.slick-next:before {
  content:"";
  background-image:url(../images/right-arrow.svg);
  height:30px;
  width:30px;
  display:block;
}

.product_recent .related-product .evo-owl-product .slick-dots {
  text-align:center;
}

.product_recent .related-product .evo-owl-product .slick-dots li {
  display:inline-block;
}

.product_recent .related-product .evo-owl-product .slick-dots li button {
  border-radius:0;
  height:10px;
  width:10px;
  border:1px solid #e5e5e5;
  background-color:#fff;
  padding:0;
  font-size:0;
}

.product_recent .related-product .evo-owl-product .slick-dots li+li {
  margin-left:5px;
}

.product_recent .related-product .evo-owl-product .slick-dots li.slick-active button {
  border-color:#1ba0e2;
  background-color:#1ba0e2;
  border-radius:0;
  width:10px;
}

.product_recent .related-product .evo-owl-product .slick-slide {
  margin:5px;
}

.product_recent .related-product .evo-owl-product .evo-product-block-item {
  margin-bottom:0;
}

.product_recent .related-product .evo-owl-product .evo-product-block-item .img-tour {
  height:auto;
}

.product_recent .related-product .evo-owl-product .evo-product-block-item .img-tour img {
  width:auto !important;
  max-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}

.product_recent .related-product .slick-slider .slick-list {
  -webkit-transform:none;
  -moz-transform:none;
  -ms-transform:none;
  -o-transform:none;
  transform:none;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
  padding-top:6px;
  padding-left:5px;
  padding-right:5px;
}

@media (max-width:1024px) {
  .product_recent .related-product .slick-slider .slick-list {
    padding:0;
  }
}
body {
  background-color:#f3f5f7;
}

@media (max-width:569px) {
  body {
    background-color:#fff;
  }
}

.product-bg-white {
  background-color:#fff;
}

@media (min-width:570px) {
  .product-bg-white {
    box-shadow:0 0 4px 0 rgba(152,165,185,0.2);
    padding:10px;
  }
}

@media (max-width:569px) {
  .product-bg-white {
    padding:10px 0;
  }
}

.product-bg-white .product-bottom {
  margin-left:0;
  margin-right:0;
}

.product-bg-white.evo-tour-program {
  margin-top:10px;
  padding:0;
}

@media (max-width:991px) {
  .product-bg-white.evo-tour-program {
    position:fixed;
    top:50% !important;
    right:0;
    z-index:999;
  }
}

@media (max-width:991px) {
  .product-bg-white.evo-tour-program .tour-program {
    border:1px solid #f1f1f2;
  }
}

.product-bg-white.evo-tour-program .tour-program li+li {
  border-top:1px solid #f1f1f2;
}

.product-bg-white.evo-tour-program .tour-program li .scroll-content {
  color:#4e4e4e;
  margin:0;
  padding:15px;
  border-radius:0;
  border:none;
  border-left:2px solid transparent;
  cursor:pointer;
  text-transform:uppercase;
  font-weight:500;
  display:flex;
  align-items:center;
}

@media (max-width:991px) {
  .product-bg-white.evo-tour-program .tour-program li .scroll-content {
    padding:10px;
    border:none;
  }
}

.product-bg-white.evo-tour-program .tour-program li .scroll-content img {
  width:22px;
  margin-right:10px;
}

@media (max-width:991px) {
  .product-bg-white.evo-tour-program .tour-program li .scroll-content img {
    margin-right:0;
  }
}

.product-bg-white.evo-tour-program .tour-program li .scroll-content:hover {
  background:rgba(148,151,163,0.1);
}

.product-bg-white.evo-tour-program .tour-program li .scroll-content.active {
  border-left-color:#1ba0e2;
}

@media (max-width:991px) {
  .product-bg-white.evo-tour-program .tour-program li .scroll-content.active {
    background-color:#1ba0e2;
  }
  .product-bg-white.evo-tour-program .tour-program li .scroll-content.active img {
    -webkit-filter:brightness(900%);
    filter:brightness(900%);
  }
}

@media (max-width:991px) {
  .product-bg-white.evo-tour-program .tour-program li .scroll-content span {
    display:none;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position:-468px 0;
  }
  100% {
    background-position:468px 0;
  }
}

.animated-background,
.details-product .support-block .item_service a img:not(.loaded),
.product_recent .related-product .evo-owl-product .evo-product-block-item .img-tour img:not(.loaded) {
  animation-duration:1.25s;
  animation-fill-mode:forwards;
  animation-iteration-count:infinite;
  animation-name:placeHolderShimmer;
  animation-timing-function:linear;
  background:#F6F6F6;
  background:linear-gradient(to right,#F6F6F6 8%,#F0F0F0 18%,#F6F6F6 33%);
  background-size:700px 104px;
  position:relative;
}

#btnnewreview {
  background:#1ba0e2 !important;
}

.bizweb-product-reviews-form input,
.bizweb-product-reviews-form input[type="text"],
.bizweb-product-reviews-form input[type="email"],
.bizweb-product-reviews-form textarea {
  border-radius:3px !important;
  outline:none !important;
  box-shadow:none !important;
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
  border:1px solid #ebebeb !important;
}

.bizweb-product-reviews-form input:focus,
.bizweb-product-reviews-form input[type="text"]:focus,
.bizweb-product-reviews-form input[type="email"]:focus,
.bizweb-product-reviews-form textarea:focus {
  outline:none !important;
  box-shadow:none !important;
}

.bizweb-product-reviews-form .bpr-button-submit {
  background:#1ba0e2 !important;
  border-color:#1ba0e2 !important;
  min-width:100px;
  text-transform:uppercase;
}

@media (max-width:991px) {
  .details-product .no-padding-right {
    padding-right:10px !important;
  }
}

@media (max-width:480px) {
  .details-product .no-padding-right {
    padding-right:7px !important;
  }
}

@media (min-width:768px) {
  .details-product .product-image-block {
    padding-top:10px;
    padding-bottom:10px;
  }
}

@media (max-width:767px) {
  .details-product .product-image-block {
    margin-bottom:10px;
  }
}

.details-product .product-image-block .slider-big-video .slick-dots {
  text-align:center;
  position:absolute;
  bottom:10px;
  width:100%;
}

.details-product .product-image-block .slider-big-video .slick-dots li {
  display:inline-block;
}

.details-product .product-image-block .slider-big-video .slick-dots li button {
  border-radius:0;
  height:6px;
  width:6px;
  border:0.5px solid #e5e5e5;
  background-color:#fff;
  font-size:0;
  padding:0;
}

.details-product .product-image-block .slider-big-video .slick-dots li+li {
  margin-left:3px;
}

.details-product .product-image-block .slider-big-video .slick-dots li.slick-active button {
  border-color:#1ba0e2;
  background-color:#1ba0e2;
  border-radius:0;
  width:6px;
}

.details-product .product-image-block .slider-big-video .slick-slide {
  border:none;
  margin:0 !important;
}

.details-product .product-image-block .slider-big-video .slick-slide {
  margin:5px;
}

.details-product .product-image-block .slider-big-video .slick-slide:hover,
.details-product .product-image-block .slider-big-video .slick-slide:focus {
  outline:none;
  box-shadow:none;
  border:none;
}

.details-product .product-image-block .slider-big-video .slick-arrow {
  font-size:0;
  line-height:0;
  position:absolute;
  top:50%;
  display:block;
  width:30px;
  height:30px;
  padding:0;
  -webkit-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  transform:translate(0,-50%);
  cursor:pointer;
  color:transparent;
  border:none;
  outline:none;
  background:transparent;
  line-height:30px;
  text-align:center;
  z-index:2;
}

@media (max-width:991px) {
  .details-product .product-image-block .slider-big-video .slick-arrow {
    display:none !important;
  }
}

.details-product .product-image-block .slider-big-video .slick-arrow.slick-prev {
  left:0;
  -webkit-transition:all .25s ease;
  transition:all .25s ease;
}

.details-product .product-image-block .slider-big-video .slick-arrow.slick-prev:before {
  content:"";
  background-image:url(../images/back.svg);
  height:30px;
  width:30px;
  display:block;
}

.details-product .product-image-block .slider-big-video .slick-arrow.slick-next {
  right:0;
  -webkit-transition:all .25s ease;
  transition:all .25s ease;
}

.details-product .product-image-block .slider-big-video .slick-arrow.slick-next:before {
  content:"";
  background-image:url(../images/right-arrow.svg);
  height:30px;
  width:30px;
  display:block;
}

.details-product .product-image-block .slider-big-video .slick-dots {
  text-align:center;
}

.details-product .product-image-block .slider-big-video .slick-dots li {
  display:inline-block;
}

.details-product .product-image-block .slider-big-video .slick-dots li button {
  border-radius:0;
  height:10px;
  width:10px;
  border:1px solid #e5e5e5;
  background-color:#fff;
  padding:0;
  font-size:0;
}

.details-product .product-image-block .slider-big-video .slick-dots li+li {
  margin-left:5px;
}

.details-product .product-image-block .slider-big-video .slick-dots li.slick-active button {
  border-color:#1ba0e2;
  background-color:#1ba0e2;
  border-radius:0;
  width:10px;
}

.details-product .product-image-block .slider-has-video .slider-nav .slick-arrow {
  font-size:0;
  line-height:0;
  position:absolute;
  top:50%;
  display:block;
  width:30px;
  height:30px;
  padding:0;
  -webkit-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  transform:translate(0,-50%);
  cursor:pointer;
  color:transparent;
  border:none;
  outline:none;
  background:transparent;
  line-height:30px;
  text-align:center;
}

@media (max-width:767px) {
  .details-product .product-image-block .slider-has-video .slider-nav .slick-arrow {
    display:none !important;
  }
}

.details-product .product-image-block .slider-has-video .slider-nav .slick-arrow.slick-prev {
  left:-15px;
}

.details-product .product-image-block .slider-has-video .slider-nav .slick-arrow.slick-prev:before {
  content:"";
  background-image:url(../images/back.svg);
  height:30px;
  width:30px;
  display:block;
}

.details-product .product-image-block .slider-has-video .slider-nav .slick-arrow.slick-next {
  right:-15px;
}

.details-product .product-image-block .slider-has-video .slider-nav .slick-arrow.slick-next:before {
  content:"";
  background-image:url(../images/right-arrow.svg);
  height:30px;
  width:30px;
  display:block;
}

.details-product .product-image-block .slider-has-video .slider-nav .slick-slide {
  height:73px;
  position:relative;
}

@media (max-width:1024px) {
  .details-product .product-image-block .slider-has-video .slider-nav .slick-slide {
    height:58px;
  }
}

@media (max-width:991px) {
  .details-product .product-image-block .slider-has-video .slider-nav .slick-slide {
    height:68px;
  }
}

@media (max-width:480px) {
  .details-product .product-image-block .slider-has-video .slider-nav .slick-slide {
    height:90px;
  }
}

@media (max-width:376px) {
  .details-product .product-image-block .slider-has-video .slider-nav .slick-slide {
    height:81px;
  }
}

@media (max-width:321px) {
  .details-product .product-image-block .slider-has-video .slider-nav .slick-slide {
    height:67px;
  }
}

.details-product .product-image-block .slider-has-video .slider-nav .slick-slide img {
  width:auto !important;
  max-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  border:2px solid transparent;
  border-radius:3px;
}

.details-product .product-image-block .slider-has-video .slider-nav .slick-slide:hover,
.details-product .product-image-block .slider-has-video .slider-nav .slick-slide:focus {
  box-shadow:none;
  outline:none;
}

.details-product .product-image-block .slider-nav {
  min-height:70px;
}

@media (min-width:768px) {
  .details-product .product-image-block .slider-nav {
    padding-left:15px;
    padding-right:15px;
  }
}

@media (max-width:1024px) {
  .details-product .product-image-block .slider-nav {
    min-height:82px;
  }
}

@media (max-width:991px) {
  .details-product .product-image-block .slider-nav {
    min-height:72px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .details-product .product-image-block .slider-nav {
    margin-bottom:10px;
  }
}

@media (min-width:768px) {
  .details-product .details-pro {
    padding-top:10px;
    padding-bottom:10px;
  }
}

.details-product .details-pro .product-with-wish-list {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:start;
  align-items:flex-start;
}

.details-product .details-pro .product-with-wish-list .title-head {
  -ms-flex:1;
  flex:1;
  margin-top:0;
  font-size:20px;
  line-height:1.3;
  font-weight:500;
  margin-bottom:10px;
  color:#000;
}

@media (max-width:1024px) {
  .details-product .details-pro .product-with-wish-list .title-head {
    font-size:18px;
  }
}

@media (max-width:767px) {
  .details-product .details-pro .product-with-wish-list .title-head {
    font-size:17px;
  }
}

.details-product .details-pro .product-with-wish-list .product-wish {
  margin-left:10px;
  -ms-flex-align:center;
  align-items:center;
  display:-ms-flexbox;
  display:flex;
}

.details-product .details-pro .product-with-wish-list .product-wish button {
  border:none;
  padding:0;
  box-shadow:none;
  outline:none;
  background-color:transparent;
}

.details-product .details-pro .product-with-wish-list .product-wish button svg {
  height:20px !important;
  width:20px !important;
}

.details-product .details-pro .product-with-wish-list .product-wish button svg path {
  fill:#bec0c8 !important;
}

.details-product .details-pro .product-with-wish-list .product-wish button svg.evo-added path {
  fill:red !important;
}

@media (min-width:1024px) {
  .details-product .details-pro .product-with-wish-list .product-wish button:hover,
  .details-product .details-pro .product-with-wish-list .product-wish button:focus {
    box-shadow:none;
    outline:none;
    background-color:transparent;
  }
  .details-product .details-pro .product-with-wish-list .product-wish button:hover svg path,
  .details-product .details-pro .product-with-wish-list .product-wish button:focus svg path {
    fill:#000 !important;
  }
}

.details-product .details-pro .sku-product {
  color:#333;
  font-size:14px;
  font-weight:500;
  margin:5px 0;
}

.details-product .details-pro .sku-product .variant-sku,
.details-product .details-pro .sku-product .vendor {
  color:#1ba0e2;
  font-weight:600;
  text-transform:none;
}

.details-product .details-pro .sku-product .item-sku {
  display:block;
  float:left;
  width:100%;
  font-size:13px;
}

.details-product .details-pro .sku-product .item-sku .item-title {
  min-width:100px;
  display:inline-block;
}

.details-product .details-pro .sku-product .item-sku+.item-sku {
  margin-top:5px;
}

@media (max-width:767px) {
  .details-product .details-pro .panel-product-rating {
    line-height:1.1;
    margin-top:10px;
  }
}

.details-product .details-pro .panel-product-rating .bizweb-product-reviews-badge {
  display:inline-block;
  float:left;
  margin-right:10px;
}

@media (max-width:767px) {
  .details-product .details-pro .panel-product-rating .bizweb-product-reviews-badge {
    float:none;
  }
}

.details-product .details-pro .panel-product-rating .bizweb-product-reviews-badge .bizweb-product-reviews-star {
  padding:0;
}

.details-product .details-pro .panel-product-rating .bizweb-product-reviews-badge .bizweb-product-reviews-star i {
  font-size:14px;
  color:#edc419 !important;
}

.details-product .details-pro .panel-product-rating .bizweb-product-reviews-badge div:nth-child(2),
.details-product .details-pro .panel-product-rating .bizweb-product-reviews-badge div:nth-child(3) {
  display:none;
}

.details-product .details-pro .panel-product-rating .iddanhgia {
  float:left;
  color:#bfbfbf;
}

@media (max-width:767px) {
  .details-product .details-pro .panel-product-rating .iddanhgia {
    float:none;
    display:inline-block;
  }
}

.details-product .details-pro .panel-product-rating .iddanhgia:hover {
  cursor:pointer;
  color:#1ba0e2;
}

.details-product .details-pro .price-box {
  position:relative;
}

.details-product .details-pro .price-box .special-price {
  display:block;
  font-size:24px;
  font-weight:700;
  color:#ff5722;
}

@media (max-width:480px) {
  .details-product .details-pro .price-box .special-price {
    font-size:16px;
  }
}

.details-product .details-pro .price-box .special-price .product-price {
  font-size:24px;
  font-weight:700;
  color:#ff5722;
  display:inline-block;
}

.details-product .details-pro .price-box .old-price {
  display:block;
}

.details-product .details-pro .price-box .old-price .product-price-old {
  font-size:15px;
  color:#666;
}

.details-product .details-pro .price-box .save-price {
  position:absolute;
  right:0;
  top:0;
  background:#f00;
  color:#fff;
  text-align:center;
  padding:3px 15px;
  font-size:13px;
  line-height:1.3;
}

@media (max-width:1024px) {
  .details-product .details-pro .price-box .save-price {
    top:-15px;
  }
}

@media (max-width:991px) {
  .details-product .details-pro .price-box .save-price {
    top:0;
  }
}

@media (max-width:767px) {
  .details-product .details-pro .price-box .save-price {
    top:-10px;
  }
}

.details-product .details-pro .price-box .save-price:before {
  position:absolute;
  top:2px;
  left:2px;
  height:calc(100% - 4px);
  width:calc(100% - 4px);
  content:"";
  border:1px dashed #fff;
}

.details-product .details-pro .price-box .save-price .product-price-save {
  font-size:20px;
  display:block;
  width:100%;
  font-weight:700;
}

.details-product .details-pro .orange-btn {
  display:inline-block;
  background-color:#ff5722;
  color:#fff;
  height:35px;
  line-height:35px;
  padding:0 20px;
  text-align:center;
  border-radius:4px;
  margin:5px 0;
}

.details-product .details-pro .orange-btn img {
  width:25px;
  margin-right:5px;
}

.details-product .details-pro .orange-btn:hover,
.details-product .details-pro .orange-btn:focus {
  color:#fff;
  background-color:#ee3900;
}

.details-product .details-pro .journey {
  font-size:13px;
  padding:5px 0;
  border-bottom:1px rgba(0,0,0,0.05) solid;
}

.details-product .details-pro .ct_course_list {
  font-size:13px;
}

.details-product .details-pro .ct_course_list li {
  padding:5px 0;
  line-height:20px;
  overflow:hidden;
  display:block;
  align-items:center;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.details-product .details-pro .ct_course_list li .tag-color {
  color:#ff5722;
  font-weight:500;
}

.details-product .details-pro .ct_course_list li img {
  max-width:18px;
  flex:1;
  margin-right:2px;
}

.details-product .details-pro .ct_course_list li+li {
  border-top:1px rgba(0,0,0,0.05) solid;
}

.details-product .details-pro .evo-product-summary p {
  margin-bottom:5px;
}

.details-product .details-pro .call-me-back {
  margin-top:10px;
}

@media (min-width:569px) {
  .details-product .details-pro .call-me-back .col-lg-6:nth-child(1) {
    padding-right:5px;
  }
  .details-product .details-pro .call-me-back .col-lg-6:nth-child(2) {
    padding-left:5px;
  }
}

@media (max-width:480px) {
  .details-product .details-pro .call-me-back .col-lg-6:nth-child(1) {
    padding-right:3.5px;
  }
  .details-product .details-pro .call-me-back .col-lg-6:nth-child(2) {
    padding-left:3.5px;
  }
}

.details-product .details-pro .call-me-back a,
.details-product .details-pro .call-me-back button {
  height:45px;
  line-height:43px;
  background-color:#1ba0e2;
  color:#fff;
  font-size:15px;
  font-weight:600;
  display:block;
  text-transform:uppercase;
  border:1px solid #1ba0e2;
  padding:0 15px;
  text-align:center;
  border-radius:4px;
  width:100%;
}

@media (max-width:480px) {
  .details-product .details-pro .call-me-back a,
  .details-product .details-pro .call-me-back button {
    font-size:14px;
    padding:0 8px;
    height:35px;
    line-height:33px;
  }
}

.details-product .details-pro .call-me-back a:hover,
.details-product .details-pro .call-me-back a:focus,
.details-product .details-pro .call-me-back button:hover,
.details-product .details-pro .call-me-back button:focus {
  color:#1ba0e2;
  border-color:#1ba0e2;
  background-color:#fff;
}

.details-product .details-pro .form-product form {
  margin-bottom:0;
}

.details-product .details-pro .form-product form .select-swatch {
  margin-bottom:15px;
}

.details-product .details-pro .form-product form .select-swatch .swatch {
  margin:0;
}

.details-product .details-pro .form-product form .select-swatch .swatch+.swatch {
  margin-top:15px;
}

.details-product .details-pro .form-product form .select-swatch .swatch .header {
  font-weight:500;
  color:#333f48;
  letter-spacing:0.5px;
}

@media (max-width:480px) {
  .details-product .details-pro .form-product form .select-swatch .swatch .header {
    width:100%;
    margin-bottom:7px;
  }
}

.details-product .details-pro .form-product form .form-group {
  width:100%;
}

.details-product .details-pro .form-product form .form-group .qty-ant {
  display:flex;
  align-items:center;
  height:45px;
  margin-right:15px;
}

@media (min-width:768px) and (max-width:991px) {
  .details-product .details-pro .form-product form .form-group .qty-ant {
    margin-right:5px;
  }
}

@media (max-width:767px) {
  .details-product .details-pro .form-product form .form-group .qty-ant {
    width:100%;
    margin-right:0;
    margin-bottom:10px;
  }
}

.details-product .details-pro .form-product form .form-group .qty-ant label {
  font-weight:500;
  color:#333f48;
  float:left;
  letter-spacing:0.5px;
  margin-right:10px;
}

@media (min-width:768px) and (max-width:991px) {
  .details-product .details-pro .form-product form .form-group .qty-ant label {
    margin-right:5px;
  }
}

.details-product .details-pro .form-product form .form-group .qty-ant .custom-btn-numbers {
  float:left;
  box-shadow:none;
  padding:0;
  border-radius:0;
  border:1px solid #ebebeb;
  min-height:unset;
  width:auto;
  background-color:transparent;
  height:auto;
}

.details-product .details-pro .form-product form .form-group .qty-ant .custom-btn-numbers .btn-cts {
  font-size:20px;
  line-height:0;
  border:none;
  display:inline-block;
  width:45px;
  height:45px;
  background:#fff;
  float:left;
  color:#000;
  text-align:center;
  padding:0;
  border-radius:0;
}

@media (min-width:768px) and (max-width:991px) {
  .details-product .details-pro .form-product form .form-group .qty-ant .custom-btn-numbers .btn-cts {
    width:40px;
  }
}

.details-product .details-pro .form-product form .form-group .qty-ant .custom-btn-numbers #qty {
  height:45px;
  font-size:1em;
  margin:0;
  width:45px;
  padding:0 2px;
  text-align:center;
  background:#fff;
  min-height:unset;
  display:block;
  float:left;
  box-shadow:none;
  border-radius:0;
  border:none;
  color:#000;
}

@media (min-width:768px) and (max-width:991px) {
  .details-product .details-pro .form-product form .form-group .qty-ant .custom-btn-numbers #qty {
    width:35px;
  }
}

.details-product .details-pro .form-product form .form-group .btn-mua {
  display:inline-block;
}

@media (max-width:767px) {
  .details-product .details-pro .form-product form .form-group .btn-mua {
    width:100%;
    display:block;
  }
}

.details-product .details-pro .form-product form .form-group .btn-mua button {
  color:#fff;
  background-color:#1ba0e2;
  font-size:14px;
  text-transform:uppercase;
  font-weight:500;
  height:auto;
  line-height:inherit;
  box-shadow:none;
  border:1px solid #1ba0e2;
  padding:0 20px;
  border-radius:0;
  min-width:250px;
  height:45px;
  line-height:43px;
}

@media (min-width:992px) and (max-width:1024px) {
  .details-product .details-pro .form-product form .form-group .btn-mua button {
    min-width:210px;
  }
}

@media (max-width:991px) {
  .details-product .details-pro .form-product form .form-group .btn-mua button {
    width:100%;
    min-width:unset;
  }
}

@media (min-width:992px) {
  .details-product .details-pro .form-product form .form-group .btn-mua button:hover,
  .details-product .details-pro .form-product form .form-group .btn-mua button:focus {
    color:#fff;
    background-color:#1789c2;
    border-color:#1789c2;
  }
}

.details-product .support-block {
  padding-right:0;
  border-left:1px solid rgba(0,0,0,0.08);
  padding-left:0;
}

.details-product .support-block .title_box_giaohang {
  padding:16px;
  background:#e6f2ff;
  border-radius:0 6px 0 0;
  border-bottom:1px dashed #b3d9ff;
  position:relative;
  margin-bottom:10px;
}

.details-product .support-block .title_box_giaohang h2 {
  margin:0;
  font-size:14px;
  color:#39f;
  text-transform:uppercase;
}

.details-product .support-block .evo-has {
  margin-bottom:10px;
  padding:0 10px;
  color:#505f77;
}

.details-product .support-block .item_service {
  padding:0 10px;
  position:relative;
}

.details-product .support-block .item_service a {
  display:flex;
  align-items:center;
}

.details-product .support-block .item_service a .service-content {
  flex:1;
}

.details-product .support-block .item_service a .service-content p {
  font-size:13px;
  font-weight:500;
  margin:0;
  color:#505f77;
  line-height:1.3;
}

.details-product .support-block .item_service a img {
  max-width:30px;
  flex:1;
  margin-right:10px;
  height:30px;
}

.details-product .support-block .item_service a img:not(.loaded) {
  width:100% !important;
  height:100% !important;
  opacity:0.2;
}

.details-product .support-block .item_service a:hover .service-content p,
.details-product .support-block .item_service a:focus .service-content p {
  color:#1ba0e2;
}

.details-product .support-block .item_service+.item_service {
  margin-top:10px;
}

.details-product .support-block .module-news-promotion {
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid rgba(0,0,0,0.08);
  padding-bottom:15px;
}

.details-product .support-block .module-news-promotion p {
  text-align:center;
  margin-bottom:0;
  padding:0 10px;
  font-weight:500;
  text-transform:uppercase;
}

.details-product .support-block .module-news-promotion p a {
  color:red;
}

.details-product .support-block .module-news-promotion p a:hover,
.details-product .support-block .module-news-promotion p a:focus {
  color:#1ba0e2;
}

.details-product .support-block .module-news-promotion ul {
  margin-top:5px;
  padding:0 10px;
}

.details-product .support-block .module-news-promotion ul li {
  line-height:1.3;
  position:relative;
  padding-left:15px;
}

.details-product .support-block .module-news-promotion ul li:after {
  content:"";
  width:5px;
  height:5px;
  border-radius:50%;
  background:#6d6d6d;
  left:0;
  position:absolute;
  top:8px;
}

.details-product .support-block .module-news-promotion ul li a {
  color:#303846;
  font-size:13px;
  line-height:1.3;
  word-break:break-word;
}

.details-product .support-block .module-news-promotion ul li a:hover,
.details-product .support-block .module-news-promotion ul li a:focus {
  color:#1ba0e2;
}

.details-product .support-block .module-news-promotion ul li+li {
  margin-top:5px;
}

.details-product .evo-tour-main-content {
  padding-top:0;
}

.details-product .evo-tour-main-content .evo-tour-block .tour-schedule-title {
  margin-left:-10px;
  margin-right:-10px;
  padding:10px;
  background-color:rgba(27,160,226,0.15);
  text-transform:uppercase;
  font-weight:500;
  border-left:3px solid #1ba0e2;
  font-size:18px;
  margin-bottom:10px;
}

@media (max-width:480px) {
  .details-product .evo-tour-main-content .evo-tour-block .tour-schedule-title {
    margin-left:-7px;
    margin-right:-7px;
    font-size:15px;
  }
}

.details-product .evo-tour-booking {
  margin-top:10px;
  padding-top:0;
}

.details-product .evo-tour-booking form {
  margin-bottom:0;
}

.details-product .evo-tour-booking .tour-schedule-title {
  margin-left:-10px;
  margin-right:-10px;
  padding:10px;
  background-color:rgba(27,160,226,0.15);
  text-transform:uppercase;
  font-weight:500;
  border-left:3px solid #1ba0e2;
  font-size:18px;
  margin-bottom:10px;
}

@media (max-width:480px) {
  .details-product .evo-tour-booking .tour-schedule-title {
    margin-left:-7px;
    margin-right:-7px;
    font-size:15px;
  }
}

.details-product .evo-tour-booking .pd_variants_title {
  border-bottom:2px solid #e5e5e5;
  padding-bottom:5px;
  margin-bottom:10px;
  font-size:15px;
  font-weight:500;
}

@media (max-width:767px) {
  .details-product .evo-tour-booking .pd_variants_title {
    font-size:14px;
  }
}

.details-product .evo-tour-booking .pd_variants_content {
  margin-bottom:20px;
}

.details-product .evo-tour-booking .pd_variants_content ul {
  clear:both;
  margin-bottom:10px;
  overflow:hidden;
}

.details-product .evo-tour-booking .pd_variants_content ul li.subtotal {
  font-weight:600;
  color:#333;
}

.details-product .evo-tour-booking .pd_variants_content ul li.variant_title .stock-multiple {
  font-size:11px;
  color:#999;
  line-height:1.1;
}

.details-product .evo-tour-booking .pd_variants_content ul li.variant_title .stock-multiple strong {
  color:#1ba0e2;
}

.details-product .evo-tour-booking .pd_variants_content .quantity {
  width:80px;
  position:relative;
  float:left;
  height:35px;
}

.details-product .evo-tour-booking .pd_variants_content .quantity .plus,
.details-product .evo-tour-booking .pd_variants_content .quantity .minus {
  width:20px;
  height:18px;
  right:0;
  position:absolute;
  line-height:18px;
  color:#ccc;
  display:block;
  float:left;
  cursor:pointer;
  border:1px #ddd solid;
  padding:0;
  text-align:center;
  background-color:transparent;
  font-size:16px;
  font-weight:bold;
  transition:background-color .2s linear;
  -webkit-transition:background-color .2s linear;
  -o-transition:background-color .2s linear;
}

.details-product .evo-tour-booking .pd_variants_content .quantity .plus img,
.details-product .evo-tour-booking .pd_variants_content .quantity .minus img {
  width:12px;
  height:12px;
  position:relative;
  top:-2px;
}

.details-product .evo-tour-booking .pd_variants_content .quantity .plus {
  top:0;
}

.details-product .evo-tour-booking .pd_variants_content .quantity .minus {
  bottom:0;
}

.details-product .evo-tour-booking .pd_variants_content .quantity .qty {
  height:35px;
  line-height:35px;
  width:100%;
  padding-right:20px;
  border:1px solid #ddd;
  border-radius:0;
  padding-left:0;
  float:left;
  background-color:#fff;
  text-align:center;
  margin-bottom:0;
  color:#ccc;
  min-height:10px;
  -webkit-text-fill-color:#ccc;
  -webkit-opacity:1;
  color:#ccc;
}

.details-product .evo-tour-booking .pd_variants_content .totalPrice {
  padding:5px 0;
  font-size:16px;
  font-weight:600;
  line-height:30px;
  background-color:#f3f5f7;
}

.details-product .evo-tour-booking .pd_variants_content .totalPrice strong {
  color:#ff5722;
  font-size:18px;
}

.details-product .evo-tour-booking .contact_btn_group .line-item-property__field img {
  width:30px;
}

@media (max-width:569px) {
  .details-product .evo-tour-booking .contact_btn_group .line-item-property__field img {
    width:25px;
  }
}

.details-product .evo-tour-booking .contact_btn_group .line-item-property__field .tourmaster-datepicker {
  margin-bottom:0;
  height:50px;
}

@media (max-width:569px) {
  .details-product .evo-tour-booking .contact_btn_group .line-item-property__field .tourmaster-datepicker {
    height:40px;
  }
}

@media (max-width:569px) {
  .details-product .evo-tour-booking .contact_btn_group .line-item-property__field {
    margin-bottom:15px;
  }
}

.details-product .evo-tour-booking .contact_btn_group #submit-table {
  width:100%;
  background-color:#1ba0e2;
  color:#fff;
  font-size:18px;
  font-weight:600;
  text-transform:uppercase;
  border:1px solid #1ba0e2;
  line-height:48px;
  height:50px;
  border-radius:4px;
  outline:none;
  box-shadow:none;
}

@media (max-width:569px) {
  .details-product .evo-tour-booking .contact_btn_group #submit-table {
    height:40px;
    line-height:38px;
  }
}

.details-product .evo-tour-booking .contact_btn_group #submit-table:hover,
.details-product .evo-tour-booking .contact_btn_group #submit-table:focus {
  color:#1ba0e2;
  background-color:#fff;
  border-color:#1ba0e2;
}

.line-clamp {
  position:relative;
  max-height:37px;
  overflow:hidden;
  display:block;
}

.line-clamp:after {
  content:"";
  text-align:right;
  position:absolute;
  bottom:0;
  right:0;
  width:20%;
  height:18px;
  background:linear-gradient(to right,rgba(255,255,255,0),#fff 50%);
}

.product_recent {
  margin-top:15px;
}

@media (min-width:570px) {
  .product_recent .product-bg-white {
    padding-left:0;
    padding-right:0;
  }
}

.product_recent .related-product .home-title {
  margin-bottom:20px;
  margin-top:10px;
}

@media (max-width:569px) {
  .product_recent .related-product .home-title {
    margin-top:0;
    margin-bottom:0;
  }
}

.product_recent .related-product .home-title h2 {
  font-size:26px;
  line-height:28px;
  margin:0;
  font-weight:600;
  text-transform:uppercase;
}

@media (max-width:767px) {
  .product_recent .related-product .home-title h2 {
    font-size:22px;
    margin-top:0;
    margin-bottom:10px;
  }
}

.product_recent .related-product .home-title h2 a {
  color:#000;
}

.product_recent .related-product .home-title h2 a strong {
  font-weight:500;
}

.product_recent .related-product .home-title h2 a:hover,
.product_recent .related-product .home-title h2 a:focus {
  color:#1ba0e2;
}

.product_recent .related-product .home-title h2 a:hover span,
.product_recent .related-product .home-title h2 a:focus span {
  color:#1ba0e2;
}

.product_recent .related-product .home-title h2 span {
  color:#ff5722;
}

.product_recent .related-product .evo-owl-product .slick-slide {
  margin:5px;
}

.product_recent .related-product .evo-owl-product .slick-slide:hover,
.product_recent .related-product .evo-owl-product .slick-slide:focus {
  outline:none;
  box-shadow:none;
  border:none;
}

.product_recent .related-product .evo-owl-product .slick-arrow {
  font-size:0;
  line-height:0;
  position:absolute;
  top:50%;
  display:block;
  width:30px;
  height:30px;
  padding:0;
  -webkit-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  transform:translate(0,-50%);
  cursor:pointer;
  color:transparent;
  border:none;
  outline:none;
  background:transparent;
  line-height:30px;
  text-align:center;
  z-index:2;
}

@media (max-width:991px) {
  .product_recent .related-product .evo-owl-product .slick-arrow {
    display:none !important;
  }
}

.product_recent .related-product .evo-owl-product .slick-arrow.slick-prev {
  left:0;
  -webkit-transition:all .25s ease;
  transition:all .25s ease;
}

.product_recent .related-product .evo-owl-product .slick-arrow.slick-prev:before {
  content:"";
  background-image:url(../images/back.svg);
  height:30px;
  width:30px;
  display:block;
}

.product_recent .related-product .evo-owl-product .slick-arrow.slick-next {
  right:0;
  -webkit-transition:all .25s ease;
  transition:all .25s ease;
}

.product_recent .related-product .evo-owl-product .slick-arrow.slick-next:before {
  content:"";
  background-image:url(../images/right-arrow.svg);
  height:30px;
  width:30px;
  display:block;
}

.product_recent .related-product .evo-owl-product .slick-dots {
  text-align:center;
}

.product_recent .related-product .evo-owl-product .slick-dots li {
  display:inline-block;
}

.product_recent .related-product .evo-owl-product .slick-dots li button {
  border-radius:0;
  height:10px;
  width:10px;
  border:1px solid #e5e5e5;
  background-color:#fff;
  padding:0;
  font-size:0;
}

.product_recent .related-product .evo-owl-product .slick-dots li+li {
  margin-left:5px;
}

.product_recent .related-product .evo-owl-product .slick-dots li.slick-active button {
  border-color:#1ba0e2;
  background-color:#1ba0e2;
  border-radius:0;
  width:10px;
}

.product_recent .related-product .evo-owl-product .slick-slide {
  margin:5px;
}

.product_recent .related-product .evo-owl-product .evo-product-block-item {
  margin-bottom:0;
}

.product_recent .related-product .evo-owl-product .evo-product-block-item .img-tour {
  height:auto;
}

.product_recent .related-product .evo-owl-product .evo-product-block-item .img-tour img {
  width:auto !important;
  max-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}

.product_recent .related-product .evo-owl-product .evo-product-block-item .img-tour img:not(.loaded) {
  width:100% !important;
  height:100% !important;
  opacity: 1;
}

.product_recent .related-product .slick-slider .slick-list {
  -webkit-transform:none;
  -moz-transform:none;
  -ms-transform:none;
  -o-transform:none;
  transform:none;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
  padding-top:6px;
  padding-left:5px;
  padding-right:5px;
}

@media (max-width:1024px) {
  .product_recent .related-product .slick-slider .slick-list {
    padding:0;
  }
}

@media (min-width:1025px) {
  .product_recent .related-product:hover .slick-slider {
    z-index:1;
  }
  .product_recent .related-product:hover .slick-slider .slick-list {
    padding:0 0 70px;
    margin:0 0 -70px;
    padding-top:6px;
    padding-left:5px;
    padding-right:5px;
  }
}

@supports (-webkit-line-clamp:2) {
  .line-clamp {
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  max-height:37px;
  height:auto;
}

.line-clamp:after {
  display:none;
}
}

@media (max-width:1024px) {
  #pbZoomBtn {
    display:none;
  }
}

@media (max-width:767px) {
  #pbZoomBtn {
    display:none;
  }
}

@media (max-width:569px) {
  .hidden-xss {
    display:none;
  }
}

@media (max-width:480px) {
  .bizweb-product-reviews-form {
    min-width:230px !important;
  }
  #pbZoomBtn {
    display:none !important;
  }
}

.product-reviews-summary-actions #btnnewreview:hover,
.product-reviews-summary-actions #btnnewreview:focus {
  color:#fff;
  background-color:#1680b4 !important;
}

.product-margin {
  margin-bottom:20px;
}

@media (max-width:569px) {
  .product-margin {
    margin-bottom:10px;
  }
}

.bread-crumb {
  margin-bottom:0 !important;
}

@media (min-width:768px) {
  #myCallBack .modal-dialog {
    max-width:700px;
  }
}

@media (max-width:569px) {
  #myCallBack .modal-dialog {
    margin:0;
    width:100%;
  }
}

@media (max-width:569px) {
  #myCallBack .modal-dialog .modal-content {
    border-radius:0;
    min-height:100vh;
  }
}

#myCallBack .modal-dialog .modal-content .modal-header {
  background-color:#1ba0e2;
  padding:10px;
  border-bottom:none;
}

@media (max-width:569px) {
  #myCallBack .modal-dialog .modal-content .modal-header {
    border-radius:0;
  }
}

#myCallBack .modal-dialog .modal-content .modal-header .modal-title {
  min-height:unset;
  padding:0;
}

#myCallBack .modal-dialog .modal-content .modal-header .close {
  margin-top:-15px;
}

#myCallBack .modal-dialog .modal-content .modal-body {
  padding:10px;
}

#myCallBack .modal-dialog .modal-content .modal-body .cta-name-pro {
  margin-top:10px;
  font-size:14px;
}

#myCallBack .modal-dialog .modal-content .modal-body form {
  margin-bottom:0;
}

#myCallBack .modal-dialog .modal-content .modal-body form .btn-blues {
  width:100%;
}

.sticky-top {
  z-index:9;
}

.progress {
  height:6px !important;
}

.progress .progress-bar-success {
  height:6px !important;
}
.prodetail__box__content_collapse {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5rem;
    transition: max-height 1s ease;
}
.content-show .prodetail__box__content_collapse {
    max-height: none !important;
}
.prodetail__box__content_collapse::after {
    content: " ";
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255)) repeat scroll 0% 0%;
    position: absolute;
    bottom: 0px;
    height: 40px;
    width: 100%;
}
.prodetail__box__content_action {
    border: 1px solid #d70018;
    background: #FFF;
    display: inline-block;
    padding: 0.5rem 1rem;
    min-width: 160px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    text-transform: capitalize;
    color: #d70018;
    border-radius: 0.5rem;
}
.prodetail__box__content_action span::after {
    margin-left: 6px;
    font-size: 13px;
    position: relative;
    top: 1px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Fontawesome';
    font-weight: 900;
    content: "\f150";
}
.prodetail__box__content_action .show-min {
    display: none;
}
.content-show .prodetail__box__content_action .show-max {
    display: none;
}
.content-show .prodetail__box__content_action .show-min {
    display: inline-block;
}
.product-bg-white {
    box-shadow: 0 0 4px 0 rgba(152,165,185,0.2);
    padding: 10px;
}
.content-show .prodetail__box__content_action span::after {
    content: "\f151";
}
@media (min-width: 768px)
{
.is_dektop{
    display: none;
}
}
@keyframes popoverTheLookDot {
  from {
    opacity:0.6;
    transform:scale(0.6);
  }
  to {
    opacity:0;
    transform:scale(1.2);
  }
}
.muave-fix {
    position: fixed;
    top: initial !important;
    bottom: 100px;
    right: 12px;
    width: 80px;
    height: 80px;
    z-index: 99999;
    cursor: pointer;
    transition: all .3s;
}
.muave-fix a{
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
}
.muave-fix:after {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    top: -5px;
    left: 0;
    background: #0eafff;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: 1.2s popoverTheLookDot ease-in-out infinite;
    animation: 1.2s popoverTheLookDot ease-in-out infinite;
    z-index: 1;
}
.input-group-addon {
    padding: 3px 12px;
    background-color: #9d66f4;
    color: #fff;
}
.form-group .form-control {
    min-height: 30px;
    padding: 3px;
}

.lang_block_mobile{
    width: 70px;
    float: right;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-right: 20px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 14px;
    position: absolute;
    right: 10px;
    top: 0;
}






