
body {
  font-family:'Roboto',sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
header nav,
body,
input,
textarea,
button,
select {
  font-family:'Roboto',sans-serif;
}

.site-footer .footer-inner {
  border-bottom:none;
}

.grecaptcha-badge {
  display:none !important;
}

.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  background:rgba(0,0,0,0.6);
  color:#fff;
  font-size:30px;
  border:none;
  line-height:34px;
  transition:all 0.3s ease 0s;
  width:36px;
  border:1px solid rgba(0,0,0,0.6);
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width:36px;
  margin-top:-19px;
  font-size:0;
}

.owl-carousel .owl-nav .owl-prev:hover:before,
.owl-carousel .owl-nav .owl-next:hover:before {
  background:none;
  color:#003399;
}

.owl-carousel.home-slider {
  float:left;
  width:100%;
  overflow:hidden;
}

.owl-carousel.home-slider .owl-nav .owl-prev:before,
.owl-carousel.home-slider .owl-nav .owl-next:before {
  color:#fff;
}

.article-main.bg-grey {
  background:#f9f9f9;
  padding:15px;
}

.article-main .title-head {
  font-size:22px;
  color:#003399;
}

.article-main .postby {
  font-style:italic;
}

.shipping-product {
  border:1px solid #003399;
  padding:15px;
  border-radius:5px;
  display:inline-block;
  width:100%;
}

.shipping-product .item {
  padding-bottom:12px;
  margin-bottom:8px;
  border-bottom:1px solid #eee;
  display:inline-block;
  width:100%;
  position:relative;
}

.shipping-product .item:last-child {
  border-bottom:none;
  padding-bottom:0;
  margin-bottom:0;
}

.shipping-product .icon {
  display:inline-block;
  position:absolute;
  left:5px;
  top:50%;
  transform:translateY(calc(-50% - 6px));
  width:33px;
  text-align:center;
}

.shipping-product .icon .fa {
  font-size:30px;
  color:#003399;
}

.shipping-product .text {
  display:inline-block;
  width:100%;
  float:left;
  vertical-align:top;
  padding-left:50px;
}

.shipping-product h3 {
  margin:0 0 5px;
  font-size:14px;
  text-transform:uppercase;
  font-weight:700;
}

.shipping-product p {
  font-size:12px;
  color:#999;
  line-height:16px;
  margin-bottom:0;
}

.tag_article a:hover,
.related-blogs a:hover {
  color:#003399;
}

footer .copyright a:hover {
  text-decoration:underline;
}

header.header {
  width:100%;
  position:relative;
  z-index:9999;
}

header.header.stick+.main-nav {
  padding-left:0;
}

.block-content.form-signup .btn.btn-primary {
  z-index:999;
  position:relative;
}

.block-content.form-signup .btn.btn-primary:hover {
  background:#fff;
}

.middle-header {
  padding:0;
  clear:both;
  background:#e1e1e1;
}

.middle-header .text-header {
  display:inline-block;
}

.middle-header .text-header p {
  margin:0;
  font-size:13px;
}

.middle-header .text-header p .fa {
  font-size:16px;
  color:#666;
  vertical-align:-2px;
  margin-right:5px;
}

.header-category {
  position:static;
  top:112px;
  left:0;
  display:inline-block;
  width:100%;
  background:none;
  z-index:2;
  text-align:center;
  background:#422b1d;
  margin-top:10px;
}

.header-category ul {
  width:auto;
  padding:10px 0;
  margin:0 auto;
  white-space:nowrap;
}

.header-category ul li {
  display:inline-block;
  padding-right:6%;
  white-space:normal;
}

.header-category ul li:last-child {
  padding:0;
}

.header-category ul a {
  text-transform:uppercase;
  color:#003399;
  font:400 16px/20px "Quicksand";
  display:inline-block;
  width:100%;
}

.header-category ul a:hover {
  color:#fff;
}

.header-category ul a:hover .icon {
  filter:brightness(0) invert(1);
}

.header-category ul a .icon {
  display:inline-block;
  margin-right:12px;
}

.header-category ul a .icon img {
  display:inline-block;
}

.bread-crumb {
  margin-bottom:10px;
  background:#f5f5f5;
}

.header-main {
  text-align:center;
  position:relative;
  padding:6px 0 0;
  display:inline-block;
  width:100%;
}

.header-main .logo {
  display:inline-block;
  float:left;
  min-width:auto;
  text-align:center;
  line-height:0;
  position:absolute;
  left:0;
  top:6px;
}

.header-main .logo a {
  display:inline-block;
  margin:16px 0 0;
}

.header-main .logo img {
  max-height:80px;
  transition:all 0.3s ease 0s;
}

.header-main .search {
  position:relative;
  display:inline-block;
}

.header-main .search input {
  padding:0 10px 0 30px;
  width:100%;
  background:#f5f5f5;
  border:none;
  border-radius:5px;
}

.header-main .search input+.input-group-btn {
  position:absolute;
  display:inline-block;
  top:0;
  left:0;
}

.header-main .search input+.input-group-btn button {
  padding:0 10px;
  background:none;
  color:#666;
}

.header-main .topbar__right {
  display:inline-block;
  float:none;
}

.header-main .logo-wrapper a {
  display:inline-block;
}

.header-main .logo-wrapper a img {
  max-height:55px;
}

.header-main .mini-cart,
.header-main .box-user {
  display:inline-block;
  float:left;
}

.header-main .heading-cart>a {
  color:#003399;
}

.header-main .heading-cart>a:hover {
  cursor:pointer;
}

.header-main .mini-cart {
  position:relative;
}

.header-main .mini-cart .heading-cart {
  display:inline-block;
  position:relative;
  font-size:18px;
  margin: 0 10px 0 5px;
}

.header-main .mini-cart .heading-cart a {
  z-index:9;
  position:relative;
}

.header-main .mini-cart .heading-cart:before {
  content:"";
  display:none;
  background:transparent;
  width:60px;
  height:50px;
  position:absolute;
  right:-22px;
  top:10px;
}

.header-main .mini-cart .heading-cart .cartCount {
  position:absolute;
  background:#003399;
  color:#fff;
  font-size:10px;
  font-weight:700;
  display:inline-block;
  width:16px;
  height:16px;
  position:absolute;
  top:-5px;
  right:-12px;
  text-align:center;
  border-radius:50%;
  padding: 2px 2px 3px 3px;
}
/*
.header-main .mini-cart:after {
  content:"|";
  display:inline-block;
  color:#003399;
  margin:0 15px;
}
*/

.header-main .box-user:before {
  content:"|";
  display:inline-block;
  color:#003399;
  margin:0 5px;
} 
.header-main .search:after {
  content:"|";
  display:inline-block;
  color:#003399;
  margin:0 5px;
} 

.header-main .mini-cart:hover .heading-cart:before {
  display:inline-block;
}

.header-main .account-topbar {
  display:none;
  position:absolute;
  min-width:140px;
  text-align:left;
  top:40px;
  right:0;
  background:#fff;
  padding:6px 10px;
  border-radius:3px;
  z-index:9;
  margin:0;
}

.header-main .account-topbar li:after {
  display:none;
}

.header-main .account-topbar a {
  color:#555;
  line-height:26px;
  display:inline-block;
  width:100%;
}

.header-main .account-topbar a:hover {
  color:#003399;
}

.header-main .box-user {
  position:relative;
}

.header-main .box-user:before {
/*  display:inline-block;
  width:50px;
  height:40px;
  position:absolute;
  top:10px;
  background:transparent;
  content:"";
  right:-15px;
  z-index:9; */
}

.header-main .box-user>.fa {
  color:#003399;
  font-size:18px;
  line-height:30px;
}

.header-main .box-user:hover {
  cursor:pointer;
}

.header-main .box-user:hover>.fa {
  color:#003399;
}

.header-main .box-user:hover .account-topbar {
  display:inline-block;
  box-shadow:0 3px 25px 0 rgba(31,38,67,0.1);
}

.section-step-by h3 {
  text-transform:uppercase;
  font-size:18px;
  margin:15px 0 5px;
}

.section-step-by .item {
  padding:0 20px;
}

.section-step-by p {
  font-size:16px;
  margin:0;
  line-height:22px;
}

.topbar {
  background:#3e3e3e;
  color:#fff;
  height:30px;
  float:left;
  width:100%;
  font-size:13px;
  line-height:20px;
  padding-top:5px;
}

.topbar i {
  margin-right:4px;
}

.topbar a {
  color:#fff;
}

.topbar a:hover {
  color:#003399;
}

.topbar a i {
  font-size:15px;
}

.topbar .left {
  display:inline-block;
  float:left;
}

.topbar .right {
  display:inline-block;
  float:right;
}

.banner-header {
  display:inline-block;
}

.banner-header img {
  max-height:70px;
  margin-bottom:-5px;
}

.btn-checkout-cart:hover,
.form-cart-continue:hover {
  opacity:0.8;
}

.main-container .col-main .cart .cart-tbody .item-cart div .product-name a {
  display:inline-block;
}

.logo-footer a {
  display:inline-block;
  margin:0 auto;
}

.logo-footer img {
  max-width:100px;
}

.button.btn-continue:hover {
  color:#333 !important;
}

.product-box .product-thumbnail {
  padding:0;
  background:#fff;
}

.product-box .product-info {
  background:#fff;
  padding:0 10px;
}

.home-product .owl-carousel .owl-item,
.related-product .owl-carousel .owl-item {
  padding-top:0;
}

.home-product .owl-carousel .owl-item .product-box,
.related-product .owl-carousel .owl-item .product-box {
  overflow:visible;
}

#quick-view-product .qwp-name:hover>a {
  color:#333;
}

.related-product {
  margin-left:-5px;
  width:calc(100% + 10px);
}

.related-product .owl-carousel .owl-item {
  padding:5px;
}

.product-box .product-thumbnail .image_thumb {
  height:210px;
  padding:5px;
}

.home-product .owl-carousel .owl-nav .owl-next {
  right:-35px;
}

.home-product .owl-carousel .owl-nav .owl-prev {
  left:-35px;
}

.home-product .product-box {
  margin-bottom:30px;
  background:#fff;
}

@media (min-width:1200px) {
  .home-product .product-box:nth-child(4n+1) {
    clear:both;
  }
}

.product-summary .rte ul li {
  position:relative;
  display:inline-block;
  width:100%;
  padding-left:15px;
  list-style:none;
}

.product-summary .rte ul li:before {
  content:"";
  display:inline-block;
  width:4px;
  height:4px;
  border-radius:50%;
  position:absolute;
  left:0;
  top:10px;
  background:#000;
  border-radius:50%;
}

.filter-item--check-box .fa {
  vertical-align:-1px;
}

div.pp_pic_holder.pp_woocommerce {
  position:fixed;
  top:0 !important;
}

.product-box {
  position:relative;
  box-shadow:1px 2px 4px #ccc;
  overflow:visible;
  overflow:hidden;
}

.product-box .product-thumbnail {
  position:static;
}

.product-box .product-thumbnail .quick-view {
  bottom:inherit !important;
  top:0;
  width:60px;
  height:60px;
  margin-top:0;
  text-align:left;
  clip-path:polygon(100% 0,0 0,0 100%);
  font-size:16px;
  padding-left:9px;
}

.product-box .product-thumbnail .product-action .btn-cart,
.product-box .product-thumbnail .product-action .btn_view {
  font-size:16px;
  width:60px;
  height:60px;
  text-align:right;
  padding-right:8px;
  padding-top:16px;
  clip-path:polygon(100% 0,0 100%,100% 100%);
}

.product-box .product-info .product-name {
  margin-bottom:8px;
  margin-top:8px;
  overflow:hidden;
  max-height:26px;
}

.product-box .product-info .product-name a {
  display:-webkit-box;
  line-height:22px;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
}

.product-box .product-info .price-box .special-price .price {
  color:#ef0505;
}

.product-box .product-info .price-box .old-price .price {
  font-size:15px;
  color:#999;
}

.product-box .price-box {
  display:inline-block;
  width:100%;
  transition:all 0.5s ease 0s;
}

.products-view-list .product-box .product-name {
  height:auto;
  margin-top:0;
}

.products-view-list .product-box .product-name a {
  font-size:16px;
  font-weight:700;
}

.bizweb-product-reviews-badge .bizweb-product-reviews-star i {
  letter-spacing:-2px;
}

.products-view-list .product-box .product-info {
  text-align:left !important;
}

.products-view-list .product-box .price-box {
  box-shadow:none;
  position:static;
  transform:translate(0,0);
  padding:0;
}

.products-view-list .product-box:hover .price-box {
  background:none;
}

.product-box .product-summary ul,
.product-box .product-summary ol {
  list-style-position:inside;
}

.quickview-product .product-description .rte ul li,
.quickview-product .product-description .rte li {
  margin-bottom:0;
  line-height:22px;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup>div:nth-child(2) {
  width:40% !important;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup>div:last-child {
  position:absolute;
  right:0;
  top:0;
}

.article-main .article-content iframe {
  max-width:100%;
}

.products-view-grid .product-box {
  margin-bottom:20px;
}

.products-view-list .product-box .btn-cart,
.action-box-list-item a.btn.btn-white {
  padding:0 12px;
  width:45px;
  height:35px;
  font-size:18px;
  background:#003399;
  border:none;
  color:#fff;
  line-height:33px;
}

.products-view-list .product-box .btn-cart:hover,
.action-box-list-item a.btn.btn-white:hover {
  background:#53a973 !important;
}

.owl-carousel.style-dots {
  overflow:visible;
}

.owl-carousel.style-dots .owl-dots {
  margin-top:0;
  bottom:0;
  text-align:center;
}

.owl-carousel.style-dots .owl-dots .owl-dot {
  background:#eae7de;
  border-radius:10px;
  transition:all 0.3s ease 0s;
  width:10px;
  height:10px;
}

.owl-carousel.style-dots .owl-dots .owl-dot.active {
  background:#003399;
  width:36px;
}

.bg-grey {
  background-color:#cacaca;
  background-image:radial-gradient(#fff,#dbdbdb,#ddd,#cacaca);
}

span.vendor_.frist .vendor a {
  color:#003399;
}

.list-blogs.blog-main .blog-item .blog-item-info .blog-item-summary {
  word-break:break-all;
}

.product-box .product-thumbnail .image_thumb picture {
  height:100%;
  display:flex;
  align-items:center;
  margin:0 auto;
}

.header_search headerSearch {
  margin-bottom:0;
  display:inline-block;
  width:100%;
}

.product-tab ul.tabs.tabs-title {
  margin-bottom:0;
}

.product-tab {
  text-align:left;
  border:none;
}

.product-tab ul.tabs.tabs-title {
  margin-bottom:-7px;
  border:none;
}

.product-tab .tab-content {
  background:#fff;
  text-align:left;
  border:1px solid #e8e8e8;
  display:none;
}

.product-tab .tab-content.current {
  padding:20px;
  display:block;
}

.e-tabs2 .product-box .product-thumbnail .image_thumb {
  height:275px;
}

@media (max-width:1199px) {
  .e-tabs2 .product-box .product-thumbnail .image_thumb {
    height:225px;
  }
}

@media (max-width:380px) {
  .e-tabs2 .product-box .product-thumbnail .image_thumb {
    height:160px;
    min-height:160px;
  }
}

.effect-fade {
  height:100%;
  width:100%;
  z-index:99999999;
  top:0 !important;
  left:0;
  position:fixed;
  background:#564733;
  display:flex;
  align-items:center;
  justify-content:center;
}

.header-main .box-relative {
  position:relative;
  z-index:99;
}

.header-main .box-right {
  display:inline-block;
  float:right;
  margin-top:0;
  transition:all 0.3s ease 0s;
}

.header-main .main-nav {
  float:left;
  display:inline-block;
  margin-top:0;
  transition:all 0.3s ease 0s;
  font-family:"Quicksand";
}

.section-brand .owl-carousel {
  padding:0 40px;
}

.section-brand a {
  display:inline-block;
  width:100%;
  text-align:center;
  height:60px;
  position:relative;
}

.section-brand img {
  max-height:60px;
  margin:0 auto;
  max-width:100%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

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

.mini-cart:hover .heading-cart a {
  color:#003399;
}

.mini-cart:hover .top-cart-content {
  display:block;
}

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

.icon-dat-ban {
  position:fixed;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  display:inline-block;
  text-align:center;
  z-index:999;
}

.icon-dat-ban a {
  padding:0 54px 0 20px;
  display:inline-block;
  position:relative;
  border-radius:25px;
  background:#003399;
  height:48px;
  line-height:48px;
  box-shadow:0 1px 5px 3px #f3f3f3;
}

.icon-dat-ban span {
  text-transform:uppercase;
  color:#fff;
  font-size:16px;
  font-weight:700;
  margin-right:10px;
  z-index:9;
  position:relative;
  display:inline-block;
}

.icon-dat-ban i {
  color:#fff;
  font-size:18px;
  display:inline-block;
  line-height:40px;
  width:40px;
  height:40px;
  border-radius:30px;
  background:#003399;
  transition:all 0.5s ease 0s;
  position:absolute;
  right:0;
  top:4px;
  left:calc(100% - 44px);
  z-index:2;
  padding:0 10px;
  opacity:0.8;
  border:1px solid #fff;
}

.icon-dat-ban:hover a {
  padding-left:54px;
  padding-right:20px;
}

.icon-dat-ban:hover i {
  left:4px;
  right:inherit;
  width:calc(100% - 8px);
  text-align:left;
}

@media (max-width:991px) {
  .icon-dat-ban a {
    padding:0 24px;
  }
  .icon-dat-ban span {
    display:none;
  }
}

.search {
  position:relative;
  display:inline-block;
  float:left;
}

.search:before {
  content:"";
  display:inline-block;
  position:absolute;
  top:20px;
  right:-15px;
  width:60px;
  background:transparent;
  height:50px;
}

.search>.fa {
  font-size:18px;
  color:#003399;
  line-height:30px;
}

.search:hover {
  cursor:pointer;
}

.search:hover>.fa {
  color:#003399;
}

.search:hover .search_form {
  display:inline-block;
}

.search .search_form {
  display:none;
  position:absolute;
  min-width:260px;
  right:-40px;
  top:40px;
}

.banner-mega-content img {
  margin:0 auto;
}

.banner-mega-content {
  margin-bottom:10px;
  float:left;
  width:100%;
}

.top-cart-contain {
  color:#333;
  padding:0;
  right:0;
  z-index:1000;
  float:left;
  position:relative;
}

@media (max-width:1199px) and (min-width:992px) {
  .top-cart-contain {
    right:0 !important;
  }
}

@media (max-width:767px) {
  .top-cart-contain {
    width:35px;
  }
}

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

.top-cart-contain .mini-cart a {
  text-decoration:none;
}

.top-cart-contain .mini-cart .background_cart {
  position:relative;
}

.top-cart-contain .mini-cart .background_cart .icons {
  color:#333;
  font-size:18px;
}

.top-cart-contain .mini-cart .background_cart .icons:before {
  content:"";
  width:20px;
  height:20px;
  background-repeat:no-repeat;
  position:absolute;
  top:22px;
  left:10px;
}

@media (min-width:768px) and (max-width:991px) {
  .top-cart-contain .mini-cart .background_cart .icons:before {
    top:38px;
  }
}

.top-cart-contain .mini-cart .cart_num {
  color:#adadad;
}

.top-cart-contain .mini-cart .cart_num .color_ {
  color:#fff;
}

.top-cart-contain .mini-cart .price {
  margin-right:5px;
  font-size:14px;
  color:#333;
}

.top-cart-contain .product-details .price {
  color:#003399;
  width:auto;
  float:none;
  padding-left:0;
  font-size:14px;
}

@media (max-width:1199px) {
  .top-cart-content {
    display:none !important;
  }
}

img.basic {
  margin-left:auto;
  margin-right:auto;
}

.top-cart-content {
  display:none;
  position:absolute;
  top:40px;
  right:0;
  background:#fff;
  padding:0;
  text-align:left;
  box-shadow:0 3px 25px 0 rgba(31,38,67,0.1);
  -o-box-shadow:0 3px 25px 0 rgba(31,38,67,0.1);
  -moz-box-shadow:0 3px 25px 0 rgba(31,38,67,0.1);
  -webkit-box-shadow:0 3px 25px 0 rgba(31,38,67,0.1);
  z-index:10000;
}

.top-cart-content .mini-products-list {
  position:relative;
}

.top-cart-content .quaty {
  display:inline-block;
  height:25px;
  color:#959595 !important;
  text-align:center;
  font-size:13px !important;
  font-weight:bold;
  line-height:26px;
}

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

.top-cart-content .product-name {
  margin:0;
  font-weight:400;
  width:160px;
  line-height:16px;
  padding-right:12px;
  text-overflow:ellipsis;
  font-weight:400;
  overflow:hidden;
}

.top-cart-content .product-name a {
  font-size:14px;
  line-height:normal;
  line-height:16px !important;
  font-weight:400;
  color:#333;
}

.top-cart-content .product-name:hover>a {
  text-decoration:none;
  color:#003399;
}

.top-cart-content .product-details-bottom {
  line-height:38px;
}

.top-cart-content .product-details-bottom span {
  font-size:14px;
  font-weight:700;
  color:#003399;
}

.top-cart-content .list-item-cart {
  padding:0 15px;
}

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

.top-cart-content li.item {
  overflow:hidden;
  padding:0;
  position:relative;
}

.top-cart-content li.item .border_list {
  width:100%;
  float:left;
  margin-bottom:15px;
  border-bottom:solid 1px #ebebeb;
  padding-bottom:15px;
}

.top-cart-content li.item:first-child .border_list {
  border-top:none;
  padding-top:0;
  margin-top:0;
}

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

.top-cart-content li.item .wrap_item {
  overflow:hidden;
  padding:10px 20px 10px 0;
  border-bottom:solid 1px #ebebeb;
  width:100%;
  float:left;
}

.top-cart-content li.item .product-image {
  float:left;
  display:block;
  width:65px;
  position:relative;
  margin-right:15px;
  padding:5px;
}

.top-cart-content li.item .product-image img {
  vertical-align:top;
}

.top-cart-content li.item .detail-item {
  display:block;
  float:left;
  width:calc(100% - 85px);
  -o-width:calc(100% - 85px);
  -moz-width:calc(100% - 85px);
  -webkit-width:calc(100% - 85px);
}

.top-cart-content li.item .detail-item a:hover {
  text-decoration:none;
}

.top-cart-content li.item .detail-item .remove-item-cart {
  position:absolute;
  right:10px;
  font-size:13px;
  color:#333;
  text-align:center;
  padding:0;
  width:20px;
  height:20px;
  line-height:20px;
}

.top-cart-content li.item .detail-item .remove-item-cart:hover {
  color:#003399;
}

.top-cart-content li.item .detail-item .remove-item-cart:before {
  margin-left:4px;
}

.top-cart-content li.item .detail-item input {
  display:inline-block;
  width:40px;
  padding:0;
  text-align:center;
}

.top-cart-content li.item .detail-item button.items-count {
  display:inline-block;
}

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

.top-cart-content .actions .btn-checkout {
  font-size:14px;
  width:100%;
  float:left;
  display:block;
  height:38px;
  margin-top:0;
  border-radius:0;
  line-height:38px;
  padding:0;
  font-weight:700;
  background:#003399;
  text-transform:uppercase;
}

.top-cart-content .actions .btn-checkout.pink {
  background:#003399;
}

.top-cart-content .actions .btn-checkout:hover {
  color:#fff;
  opacity:0.8;
  background:#003399;
  border-color:#003399;
}

.top-cart-content .actions .btn-cart-page {
  font-size:14px;
  width:100%;
  display:block;
  float:left;
  margin-left:0;
  height:38px;
  border-radius:0;
  padding:0;
  line-height:38px;
  font-weight:400;
  background:#fff;
  border:solid 1px #7f7f7f;
}

.top-cart-content .actions .btn-cart-page.pink {
  background:#fff;
  border:solid 1px #003399;
  color:#003399;
}

.top-cart-content .actions .btn-cart-page:hover {
  color:#003399;
  background:#fff;
  border-color:#003399;
}

.space-20 {
  margin-bottom:20px;
}

.space-40 {
  margin-bottom:40px;
}

.space-50 {
  margin-bottom:50px;
}

.space-80 {
  margin-bottom:80px;
}

.page-gallery {
  margin-left:-10px;
  width:calc(100% + 20px);
  display:inline-block;
  margin-bottom:0;
}

.page-gallery .item-gallery {
  display:inline-block;
  float:left;
  width:calc(33.33% - 20px);
  margin:10px;
}

.page-gallery .item-gallery img {
  max-width:100%;
}

.main-nav nav {
  flex-grow:1;
}

.main-nav nav .nav {
  position:static;
  margin-bottom:0;
}

.main-nav nav .nav-item {
  display:inline-block;
  position:relative;
}

.main-nav nav .nav-item:first-child>a:after,
.main-nav nav .nav-item:first-child>a:before {
  display:none;
}

.main-nav nav .nav-item>a {
  border:1px solid transparent;
}

@media (max-width:1199px) {
  .main-nav nav .nav-item {
    width:100%;
  }
}

.main-nav nav .nav-item:last-child>a:after {
  display:none;
}

.main-nav nav .nav-item.has-dropdown:hover>a:before {
  display:block;
}

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

.main-nav nav .nav-item.has-mega:hover>a {
  z-index:3;
  color:#6ec1fe;
}

.main-nav nav .nav-item>a {
  line-height:32px;
  color:#333;
  font-weight:500;
}

.main-nav nav .nav-item>a:hover {
  color:#6ec1fe;
  background:none;
}

.main-nav nav .nav-item.active>a {
  color:#6ec1fe;
}

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

.main-nav nav .nav-item .nav-item-lv2 {
  padding:0;
  border-bottom:1px dashed #fff;
}

.main-nav nav .nav-item .nav-item-lv2:last-child {
  border-bottom:none;
}

.main-nav nav .nav-item .nav-item-lv2 a {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px;
  color:#fff;
  padding-left:24px;
  position:relative;
}

.main-nav nav .nav-item .nav-item-lv2 a:before {
  content:"";
  display:inline-block;
  width:20px;
  height:20px;
  position:absolute;
  left:4px;
  top:14px;
}

.main-nav nav .nav-item .nav-item-lv2 a:hover {
  color:#fff;
  background:#433f6c;
}

.main-nav nav .nav-item .nav-item-lv3 {
  padding:0;
  border-bottom:1px dashed #fff;
}

.main-nav nav .nav-item .nav-item-lv3:last-child {
  border-bottom:none;
}

.main-nav nav .nav-item>.dropdown-menu {
  border-radius:0;
  padding:0;
  margin:0;
  width:250px;
  background:#003399;
  display:block;
  visibility:hidden;
  opacity:0;
  transform:translateY(20px);
  transition:all 0.3s ease 0s;
}

.main-nav nav .nav-item .dropdown-menu {
  width:220px;
}

.main-nav nav .nav-item:hover>.dropdown-menu {
  display:block;
  margin-top:0;
  box-shadow:0 0 16px -3px #999;
  z-index:10;
  top:100%;
  visibility:visible;
  opacity:1;
  transform:translateY(0px);
}

.main-nav nav .nav-item:hover>.mega-content {
  display:block;
  visibility:visible;
  opacity:1;
  transform:translateY(0px);
}

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

.main-nav nav .nav-item li.dropdown-submenu .dropdown-menu {
  left:100%;
  top:-1px;
  border-radius:0;
  margin:0;
  background:#003399;
  padding:0;
  display:block;
  visibility:hidden;
  opacity:0;
  transform:translateY(20px);
  transition:all 0.3s ease 0s;
}

.main-nav nav .nav-item li.dropdown-submenu:hover>.dropdown-menu {
  display:block;
  visibility:visible;
  opacity:1;
  transform:translateY(0px);
}

.main-nav nav .mega-content {
  transition:all 0.3s ease 0s;
  z-index:2;
  border:1px solid #003399;
  border-top:none;
  position:absolute;
  width:100%;
  padding:10px 10px 0;
  box-shadow:0 0 16px -3px #999;
  left:0;
  text-align:left;
  display:block;
  min-height:250px;
  visibility:hidden;
  opacity:0;
}

.main-nav nav .mega-content .level0-wrapper2 {
  padding:10px 10px 0;
}

.main-nav nav .mega-content__right {
  width:calc(100%/3*1);
}

.main-nav nav .mega-content__right .mini-item:last-child .product-box {
  border-bottom:none;
}

.main-nav nav .mega-content__right .product-box {
  display:flex;
  border:none;
  border-bottom:1px solid #eee;
  padding-bottom:10px;
}

.main-nav nav .mega-content__right .product-box .sale-flash {
  width:120px;
  font-size:12px;
  top:-31px;
  left:-60px;
}

.main-nav nav .mega-content__right .product-box .product-thumbnail {
  width:50%;
}

.main-nav nav .mega-content__right .product-box .product-thumbnail>a {
  height:100%;
}

.main-nav nav .mega-content__right .product-box .product-info {
  width:50%;
}

.main-nav nav .mega-content__right .product-box .product-info .price-box {
  align-items:flex-start;
  flex-direction:column;
}

.main-nav nav .mega-content__right .product-box .product-info .price-box .price {
  line-height:1;
}

.main-nav nav .mega-content__right .product-box .product-info .price-box .product-price-old {
  margin:0;
}

.main-nav nav .mega-content__right .product-box .product-name {
  margin:0;
  padding-bottom:10px;
}

.main-nav nav .mega-content__right .product-box .product-name a {
  white-space:initial;
  text-overflow:initial;
  font-size:15px;
  color:#666;
  font-weight:bold;
  line-height:1;
}

.main-nav nav .mega-content .level0 {
  display:flex;
  flex-wrap:wrap;
}

.main-nav nav .mega-content .level1.item {
  width:calc(100%/4);
  padding:0 15px;
  margin-bottom:15px;
}

.main-nav nav .mega-content .level1.item h2 {
  margin-top:0;
  padding-bottom:0;
  position:relative;
}

.main-nav nav .mega-content .level1.item h2 a {
  text-transform:uppercase;
  font-weight:700;
  font-size:18px;
  color:#003399;
  font-family:"Oswald";
}

.main-nav nav .mega-content .level1.item h2 a:hover {
  color:#6ec1fe;
}

.main-nav nav .mega-content .level1.item a {
  font-size:16px;
  font-weight:500;
}

.main-nav nav .mega-content .level1.item ul li {
  border-bottom:1px dashed #fff;
}

.main-nav nav .mega-content .level1.item ul li:last-child {
  border-bottom:none;
}

.main-nav nav .mega-content .level1.item ul li a {
  font-size:14px;
  color:#333;
  font-weight:normal;
  padding:4px 0;
  padding-left:0;
  display:block;
  position:relative;
}

.main-nav nav .mega-content .level1.item ul li a:before {
  content:"";
  display:inline-block;
  width:20px;
  height:20px;
  position:absolute;
  left:0;
  top:15px;
  background:none;
}

.main-nav nav .mega-content .level1.item ul li a:hover {
  color:#003399;
}

.main-nav {
  background:#003399;
  position:sticky;
  z-index:999;
  top:0;
  left:0;
}

.main-nav nav {
  position:relative;
  padding-left:180px;
}

.main-nav nav>ul {
  text-align:left;
}

.main-nav nav .nav-item>a {
  color:#fff;
  padding:0 32px;
  line-height:64px;
  max-height:64px;
  transition:all 0.3s ease 0s;
  display:block;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  font-family:"Oswald";
}

.main-nav nav .nav-item>a:before {
  content:"";
  display:block;
  position:absolute;
  height:100%;
  width:1px;
  left:0;
  top:0;
  transform:rotate(45deg);
  z-index:-1;
  border-right:1px solid #3983c2;
  height:90px;
  top:-14px;
}

.main-nav nav .nav-item>a:after {
  content:"";
  display:block;
  position:absolute;
  width:13px;
  height:13px;
  left:-9px;
  top:50%;
  transform:translate(0,-50%);
}

.main-nav nav .nav-item>a:focus {
  background:none;
}

@media (max-width:1199px) {
  .main-nav nav .nav-item>a {
    color:#000;
  }
}

@media (max-width:1199px) {
  .main-nav nav .active>a {
    color:#fff;
  }
}

.main-nav nav .search {
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
}

@media (max-width:991px) {
  .main-nav nav .search {
    position:initial;
    transform:initial;
    margin-bottom:15px;
  }
}

.main-nav nav .search .header_search {
  padding:initial;
}

.main-nav nav .search .header_search .input-group-btn {
  background:#003399;
}

header.header.stick+.main-nav nav {
  padding-left:0;
}

section {
  clear:both;
}

.btn.btn-primary {
  background:#003399;
  border:1px solid #003399;
  border-radius:3px;
}

.btn.btn-primary:hover {
  color:#003399;
  background:none;
  border-color:#003399;
}

.fixed-right {
  position:fixed;
  z-index:9999;
  right:5px;
  transform:translateY(-50%);
  top:50%;
  width:50px;
  text-align:center;
  overflow:hidden;
}

.fixed-right a {
  margin-bottom:10px;
  width:40px;
  height:40px;
  display:inline-block;
}

.fixed-right a.phone {
  border-radius:50%;
  background:#64bc46;
  padding:6px;
  animation:quick-alo-circle-img-anim 1s infinite ease-in-out;
}

@-moz-keyframes quick-alo-circle-img-anim {
  0% {
    transform:rotate(0) scale(1) skew(1deg);
  }
  10% {
    -moz-transform:rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -moz-transform:rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -moz-transform:rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -moz-transform:rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -moz-transform:rotate(0) scale(1) skew(1deg);
  }
  100% {
    -moz-transform:rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes quick-alo-circle-img-anim {
  0% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform:rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform:rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
  }
}

@-o-keyframes quick-alo-circle-img-anim {
  0% {
    -o-transform:rotate(0) scale(1) skew(1deg);
  }
  10% {
    -o-transform:rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -o-transform:rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -o-transform:rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -o-transform:rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -o-transform:rotate(0) scale(1) skew(1deg);
  }
  100% {
    -o-transform:rotate(0) scale(1) skew(1deg);
  }
}

.section_blogs {
  background:none;
  padding-bottom:20px;
}

.title-text {
  position:relative;
}

.title-text:before {
  content:"";
  display:inline-block;
  width:125px;
  height:7px;
  position:absolute;
  bottom:-5px;
  left:0;
}

.title-text h2 {
  text-transform:uppercase;
  font-weight:400;
  font-size:30px;
  line-height:38px;
  font-family:"Oswald";
  border-bottom:1px solid #ccc;
  padding-bottom:6px;
  font-weight: 500;
}

.title-text.size-small h2 {
  font-size:22px;
  color:#003399;
}

.title-text.bg-grey {
  background:#f5f5f5;
  text-align:center;
}

.title-text.bg-grey.text-left {
  text-align:left;
}

.title-text.bg-grey.text-left:after {
  left:0;
  right:initial;
}

.title-text.bg-grey:before {
  content:"";
  display:block;
  position:absolute;
  width:100%;
  height:1px;
  top:initial;
  left:0;
  bottom:0;
  background:linear-gradient(90deg,#f5f5f5 0%,#e1e1e1 10%,#e1e1e1 10%,#e1e1e1 90%,#e1e1e1 90%,#f5f5f5 100%);
}

.title-text.bg-grey:after {
  content:"";
  display:block;
  position:absolute;
  width:125px;
  height:7px;
  top:initial;
  bottom:-5px;
  left:0;
  right:0;
  margin:0 auto;
}

.title-text a.read-more {
  display:inline-block;
  position:absolute;
  right:0;
  top:8px;
  color:#999;
}

.title-text a.read-more:hover {
  color:#003399;
}

.title-text.text-center:before {
  left:50%;
  transform:translateX(-50%);
}

.title-text2 {
  text-align:center;
}

.title-text2.pos-ab {
  margin-top:-30px;
}

.title-text2 h2 {
  display:inline-block;
  background:#003399;
  color:#fff;
  text-transform:uppercase;
  font-family:"Oswald";
  min-width:280px;
  margin-top:0;
  height:60px;
  line-height:60px;
  position:relative;
}

.title-text2 h2:hover a {
  color:#cdcdcd;
}

.title-text2 h2 a {
  color:#fff;
}

.title-text2 h2:after,
.title-text2 h2:before {
  content:"";
  display:inline-block;
  height:60px;
  width:43px;
  position:absolute;
  left:-43px;
  top:0;
}

.title-text2 h2:after {
  right:-43px;
  left:initial;
  transform:rotateY(-180deg);
}

.section-abouts {
  padding:30px 0;
  background: #f5f5f5;
}

.section-abouts h2 {
  margin-top:0;
  border-bottom:1px solid #ccc;
  padding-bottom:6px;
  font-family:"Oswald";
  text-transform:uppercase;
}

.section-abouts h2 b {
  color:#003399;
  display:inline-block;
  width:100%;
}

.section-abouts a {
  display:inline-block;
  position:relative;
}

.section-abouts .content p {
  margin-bottom:5px;
  font-size:13px;
  line-height:20px;
}

.home-box-lightbox {
  margin-left:-15px;
}

.home-box-lightbox a {
  display:inline-block;
  width:calc(50% - 15px);
  float:left;
  margin-bottom:15px;
  overflow:hidden;
  margin-left:15px;
  position:relative;
}

.home-box-lightbox a:after,
.home-box-lightbox a:before {
  content:"";
  display:inline-block;
  background:#fff;
  width:40px;
  height:40px;
  clip-path:polygon(100% 0,0 0,0 100%);
  position:absolute;
  left:-1px;
  top:-1px;
  z-index:9;
}

.home-box-lightbox a:after {
  left:initial;
  right:-1px;
  top:initial;
  bottom:-1px;
  clip-path:polygon(100% 0,0 100%,100% 100%);
}
.thuvien a{
    display: none;
}
.thuvien a:nth-child(1),
.thuvien a:nth-child(2),
.thuvien a:nth-child(3),
.thuvien a:nth-child(4)
{
    display: block;
}
.home-box-lightbox a:nth-last-child(1),
.home-box-lightbox a:nth-last-child(2) {
  margin-bottom:0;
}

.home-box-lightbox a img {
  transition:all 0.3s ease 0s;
}

.home-box-lightbox a:hover img {
  transform:scale(1.1);
}

.home-blog .item {
  float:left;
  width:100%;
  display:inline-block;
  margin-bottom:20px;
  padding-bottom:15px;
  border-bottom:1px dashed #ccc;
}

.home-blog .item:last-child {
  padding-bottom:0;
  border-bottom:none;
}

.home-blog .item .thumb {
  display:inline-block;
  width:calc(30% - 15px);
  float:left;
  margin-right:15px;
}

.home-blog .item .text {
  width:66%;
  float:left;
}

.home-blog .item .text h3 {
  font:700 16px/20px "Roboto";
  margin-top:-4px;
}

.home-blog .item .text h3 a {
  color:#222;
  word-break:break-word;
}

.home-blog .item .text h3 a:hover {
  color:#003399;
}

.home-blog .item .text .date {
  display:inline-block;
  width:50px;
  height:60px;
  background:#eaeaea;
  margin-right:10px;
  float:left;
  text-align:center;
  font-size:24px;
  padding-top:3px;
  position:relative;
}

.home-blog .item .text .date span {
  background:#999;
  color:#fff;
  font-size:10px;
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  display:inline-block;
}

.home-blog .item .text .date+p {
  display:inline-block;
  width:calc(100% - 60px);
  float:left;
  font-size:14px;
  line-height:20px;
  margin-top:-4px;
  margin-bottom:6px;
  word-break:break-word;
}

.home-project {
  position:relative;
  background-size:100%;
  background-color:#f5f5f5;
  background-repeat:repeat-x;
  background-position:left bottom;
  padding:30px 0 130px 0;
}

.home-project h2 {
  margin-top:0;
  margin-bottom:20px;
}

.home-project .content {
  text-align:justify;
}

.home-project .content p {
  color:#fff;
  font-size:12px;
  line-height:20px;
}

.owl-project.owl-carousel {
  display:inline-block;
}

.owl-project .item {
  /*background:#fff;*/
  position:relative;
  overflow:hidden;
}

.owl-project .item:before,
.owl-project .item:after {
  content:"";
  display:inline-block;
  background:#f5f5f5;
  width:30px;
  height:30px;
  clip-path:polygon(100% 0,0 0,0 100%);
  position:absolute;
  left:-1px;
  top:-1px;
  z-index:9;
}

.owl-project .item:after {
  left:initial;
  right:-1px;
  top:initial;
  bottom:-1px;
  clip-path:polygon(100% 0,0 100%,100% 100%);
}

@media (min-width:992px) {
  .owl-project .item {
    display:inline-block;
    width:calc(25% - 20px);
    margin:0 10px 20px;
    float:left;
  }
}

.owl-project .item .thumb {
  display:inline-block;
  width:100%;
  border:none;
  padding:0;
}

.owl-project .item:hover h3 {
  opacity:1;
  transform:translateY(-10px);
}

.owl-project .item h3 {
  display:inline-block;
  width:100%;
  margin:0;
  padding:0 10px;
  text-align:center;
  color:#fff;
  background:rgba(0,0,0,0.5);
  height:40px;
  position:absolute;
  bottom:0;
  left:0;
  transition:all 0.5s ease 0s;
  opacity:0;
  transform:translateY(30px);
}

.owl-project .item h3 a {
  color:#fff;
  font-size:14px;
  display:inline-block;
  width:100%;
  line-height:20px;
  padding:0 0 16px;
}

@-webkit-keyframes imgShine {
  100% {
    left:125%;
  }
}

@-moz-keyframes imgShine {
  100% {
    left:125%;
  }
}

@keyframes imgShine {
  100% {
    left:125%;
  }
}

.img-shine {
  overflow:hidden;
  position:relative;
}

.img-shine:before {
  position:absolute;
  content:"";
  top:0;
  left:-75%;
  z-index:100;
  width:50%;
  height:100%;
  background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
  transform:skewX(-25deg);
}

.img-shine:hover:before {
  animation:imgShine .75s ease-in-out;
}

.pd-tb-30 {
  padding-top:30px;
  padding-bottom:30px;
}

.pd-tb-40 {
  padding-top:40px;
  padding-bottom:40px;
}

.pd-tb-50 {
  padding-top:50px;
  padding-bottom:50px;
}

.pb-30 {
  padding-bottom:30px;
}

.pb-40 {
  padding-bottom:40px;
}

.pb-50 {
  padding-bottom:50px;
}

.pt-10 {
  padding-top:10px;
}

.pt-20 {
  padding-top:20px;
}

.pt-30 {
  padding-top:30px;
}

.pt-40 {
  padding-top:40px;
}

.pt-50 {
  padding-top:50px;
}

.bg-cover {
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-size:cover;
}

.wrap-product-hot .list-product-slidebar {
  margin-top:0;
  border:1px solid #cdcdcd;
  padding-top:20px;
  border-top:none;
}

.aside-filter .filter-container {
  padding:10px 10px 0;
  border:1px solid #cdcdcd;
  border-top:none;
}

.btn-readmore {
  border:2px solid #fff;
  min-width:170px;
  text-align:center;
  font-size:16px;
  transition:all 0.5s ease 0s;
  display:inline-block;
  border-radius:25px;
  color:#fff;
  line-height:34px;
  padding:0 35px;
}

.btn-readmore:hover {
  border-color:#003399;
  background:#003399;
  color:#fff;
}

.section-chuyen-khoa .owl-carousel a {
  display:inline-block;
  padding:40px 5px 0;
  position:relative;
  transition:all 0.3s ease 0s;
}

.section-chuyen-khoa .owl-carousel a img {
  transform:scale(0.85);
  transition:all 0.3s ease 0s;
}

.section-chuyen-khoa .owl-carousel a:before {
  display:inline-block;
  content:attr(title);
  position:absolute;
  font-size:13px;
  left:50%;
  top:0;
  background:#003399;
  z-index:999;
  color:#fff;
  border-radius:5px;
  padding:0 20px;
  line-height:28px;
  text-transform:uppercase;
  transform:translate(-50%,20px);
  transition:all 0.3s ease 0s;
  opacity:0;
  white-space:nowrap;
  font-weight:700;
}

.section-chuyen-khoa .owl-carousel a:hover {
  opacity:0.65;
}

.section-chuyen-khoa .owl-carousel a:hover img {
  transform:scale(1);
}

.section-chuyen-khoa .owl-carousel a:hover:before {
  opacity:1;
  transform:translate(-50%,0px);
}

.section-chuyen-khoa .owl-carousel .owl-nav .owl-next,
.section-chuyen-khoa .owl-carousel .owl-nav .owl-prev {
  margin:0;
}

.owl-carousel.hover-nav .owl-nav .owl-next,
.owl-carousel.hover-nav .owl-nav .owl-prev {
  opacity:0;
  transition:all 0.3s ease 0s;
  transform:translateX(-20px);
}

.owl-carousel.hover-nav .owl-nav .owl-prev {
  transform:translateX(20px);
}

.owl-carousel.hover-nav:hover .owl-nav .owl-next,
.owl-carousel.hover-nav:hover .owl-nav .owl-prev {
  opacity:1;
  transform:translateX(0px);
}

.btn-xemthem {
  font:700 13px/24px "Roboto";
  background:#003399;
  color:#fff;
  border-radius:3px;
  padding:0 20px;
  text-transform:uppercase;
  display:inline-block;
  border:2px solid #003399;
}

.btn-xemthem:hover {
  color:#003399;
  background:#fff;
}

.bg-grey-gradient {
  background:#e3e3e3;
}

.section-thanhtuu {
  padding-top:20px;
}

.section-thanhtuu p {
  font-size:12px;
  line-height:20px;
  text-align:justify;
}

.section-thanhtuu .title-text:before {
  background-color:#e3e3e3;
}

.details-product .details-pro .title-head {
  font-weight:700;
}

.details-pro .form-product {
  clear:both;
  display:inline-block;
  width:100%;
}

button.btn.btn-lg.btn-gray.btn-cart.add_to_cart.btn_buy.add_to_cart {
  border-width:2px;
  border-style:outset;
  border-color:buttonface;
  font-size:16px;
  text-transform:uppercase;
  font-weight:700;
  padding:0 40px;
  border-image:initial;
  height:40px;
  background:#003399;
  transition:all 0.3s ease 0s;
  border:none;
}

button.btn.btn-lg.btn-gray.btn-cart.add_to_cart.btn_buy.add_to_cart:hover {
  opacity:1;
  background:#372727;
}

.details-product .details-pro .custom-btn-number #qty,
.details-product .details-pro .custom-btn-number .qtyplus,
.details-product .details-pro .custom-btn-number .qtyminus {
  border-color:#bababa;
  line-height:37px;
}

.details-product .details-pro .custom-btn-number #qty {
  font-weight:700;
  font-size:16px;
}

.item_wrap_blog .time_post {
  position:absolute;
  top:10px;
  right:10px;
  background:#003399;
  color:#fff;
  padding:3px 10px;
  border-radius:5px;
  font-size:12px;
}

.jas-sale-pop {
  background:#fff;
  bottom:-100%;
  left:20px;
  right:20px;
  padding:10px 30px 10px 10px;
  box-shadow:0 0 20px rgba(0,0,0,0.1);
  border-radius:3px;
  opacity:0;
  visibility:hidden;
  transition:all 2s;
  z-index:99999;
  position:fixed;
  right:auto;
  top:auto !important;
  border-radius:7px;
}

.jas-sale-pop .mr__20 {
  margin-right:10px;
}

.jas-sale-pop h4 {
  color:#cdcdcd;
  margin:0;
  font-size:14px;
  font-weight:normal;
  margin-bottom:5px;
}

.jas-sale-pop h3 {
  margin:0;
  font-size:15px;
  max-width:255px;
  overflow:hidden;
  font-weight:700;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#cdcdcd;
}

.jas-sale-pop h3 a {
  color:#fff;
  margin:0;
  font-weight:700;
  font-size:16px;
}

.jas-sale-pop .jas-sale-pop-timeago {
  color:#003399;
  font-size:12px;
}

.jas-sale-pop .pe-7s-close {
  right:5px;
  top:0;
  cursor:pointer;
  position:absolute;
  font-family:FontAwesome;
  color:#cdcdcd;
}

.jas-sale-pop .pe-7s-close:before {
  content:"\f00d";
}

.jas-sale-pop.slideUp {
  bottom:20px;
  opacity:1;
  visibility:visible;
}

.jas-sale-pop.middle-xs {
  -webkit-box-align:center;
  -ms-flex-align:center;
}

.jas-sale-pop.flex {
  box-sizing:border-box;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  background-image:url("../images/coffee-bg.jpg");
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  border:none;
  box-shadow:0 1px 5px 3px #795f45;
}

@media (max-width:480px) {
  .jas-sale-pop {
    left:10px;
    right:10px;
    max-width:300px;
  }
  .jas-sale-pop .jas-sale-pop-content {
    max-width:180px;
    width:180px;
  }
  .jas-sale-pop .jas-sale-pop-timeago {
    font-size:10px;
  }
}

.box-dat-ban {
  background:#10a442;
  padding:20px 15px;
  border-radius:0;
  text-shadow:0 2px 2px #333;
  background-image:linear-gradient(to top,#62bb43,#10a442);
  position:relative;
}

.box-dat-ban .title-dangky {
  margin-bottom:30px;
  position:relative;
  z-index:9;
}

.box-dat-ban .title-dangky h3 {
  font-size:26px;
  text-transform:uppercase;
  color:#fff;
  line-height:32px;
  margin-bottom:6px;
}

.box-dat-ban .title-dangky p {
  color:#fff;
  font-size:16px;
  color:#fff;
}

.box-dat-ban .title-dangky a {
  display:inline-block;
  color:#fff;
}

.box-dat-ban .title-dangky a:hover {
  color:#75c963;
}

.box-dat-ban:before {
  content:'';
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  right:0;
  bottom:0;
  z-index:0;
}

.box-dat-ban form {
  margin-bottom:0;
  position:relative;
  z-index:2;
}

.box-dat-ban .form-control {
  padding:5px 15px;
  background-color:rgba(255,255,255,0.6);
}

.box-dat-ban .form-group {
  margin-bottom:6px;
}

footer {
  background:#c4c5c5;
  margin-top:-1px;
  padding-top:0;
}

footer .logo-wrapper {
  margin:10px 0;
  display:inline-block;
}

footer form {
  width:100%;
  position:relative;
  margin-bottom:10px;
}

footer form input[type="email"] {
  width:100%;
  padding-right:50px;
  border: 1px solid #e1e1e1;
    padding: 0 20px;
    max-width: 100%;
    display: block;
    color: #1c1c1c;
    margin: 0 0 19px;
    min-height: 40px;
}

footer form button#subscribe.subscribe {
  position: absolute;
    right: 0;
    top: 1px;
    border: none;
    height: 40px;
    border: none;
    background: transparent;
}

footer form button#subscribe.subscribe:hover {
  background:none;
  color:#003399;
}

.footer-social ul li {
  display:inline-block;
  margin-right:5px;
}

.footer-social a {
  display:inline-block;
  width:40px;
  height:40px;
  background:#1da1f2;
  border-radius:50%;
  line-height:40px;
  text-align:center;
  color:#fff;
  font-size:16px;
}

.footer-social a.facebook {
  background:#3b5998;
}

.footer-social a.instagram {
  background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.footer-social a.youtube {
  background:#c4302b;
}

footer .site-footer h4 {
  font-family:"Oswald";
  border-bottom:1px solid #cccccc;
  padding-bottom:5px;
  margin-bottom:10px;
}

footer .site-footer h4 span {
  display:inline-block;
  position:relative;
}

footer .site-footer h4 span:before {
  content:"";
  display:block;
  position:absolute;
  width:100%;
  height:2px;
  background:#d5d5d5;
  top:initial;
  bottom:-6px;
  left:0;
}

footer .list-menu {
  font-size:13px;
}

footer .list-menu li {
  padding-left:15px;
  position:relative;
}

footer .list-menu li:before {
  content:"";
  display:inline-block;
  width:5px;
  height:5px;
  position:absolute;
  left:0;
  top:7px;
  background:#fff;
  transform:rotate(45deg);
}

footer .list-menu.infomation li:before {
  display:none;
}

footer .list-menu.infomation li {
  padding-left:25px;
}

footer .list-menu.infomation i {
  position:absolute;
  left:2px;
  top:3px;
}

footer .list-menu.infomation li {
  margin-bottom:5px;
}

footer .site-footer {
  padding:20px 0;
}

footer .footer-widget p {
  color:#fff;
  max-width:450px;
  font-size:14px;
}

footer .copyright {
  padding: 6px;
  background:#003399;
}

footer .copyright .list-menu {
  margin-bottom:0;
}

footer .copy-right-text {
  float:none;
  font-size:14px;
}

footer .copyright .list-menu {
  float:right;
  display:inline-block;
  margin-right:0;
}

footer .back-to-top {
  position:fixed;
  margin:0;
  right:20px;
  bottom:20px;
  top:initial !important;
  transform:rotate(45deg);
  border-radius:2px;
  font-size:20px;
  width:40px;
  height:40px;
  line-height:40px;
  background:#003399;
  background-size:100% auto;
  overflow:hidden;
  opacity:0;
  transition:all 0.3s ease 0s;
}

footer .back-to-top.show {
  display:inline-block;
  opacity:1;
}

footer .back-to-top.show:hover {
  background:#003399;
  background-size:100% auto;
  opacity:0.8;
}

footer .back-to-top i {
  transform:rotate(-45deg);
}

footer .list-menu.social-media-footer li {
  margin-right:0;
}

footer .list-menu.social-media-footer a {
  width:30px;
  height:30px;
  border:none;
}

footer .list-menu.social-media-footer a:hover i {
  color:#fff;
}

footer .list-menu.social-media-footer a i {
  color:#cdcdcd;
}

.d-block-100 {
  clear:both;
  display:inline-block;
  width:100%;
}
.header-main:before {
    content: "";
    display: inline-block;
    background: #fff;
    left: 0px;
    width: 200px;
    height: 120px;
    position: absolute;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 40% 100%, 0% 100%);
}
.header-main:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 37px;
    position: absolute;
    background: #e1e1e1;
    left: 124px;
    top: 0px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
header.header:before {
    content: "";
    display: inline-block;
    width: calc(50% - 570px);
    left: 0px;
    top: 0px;
    position: absolute;
    height: 120px;
    background: #fff;
}
@media (max-width:1199px) and (min-width:992px) {
  .section-service .item {
    min-height:300px;
  }
  .shipping-product {
    padding:10px;
  }
  .shipping-product .icon {
    transform:translateY(calc(-50% - 5px));
    width:23px;
  }
  .shipping-product .icon .fa {
    font-size:20px;
  }
  .shipping-product .text {
    padding-left:40px;
  }
  .shipping-product h3 {
    font-size:12px;
  }
  .shipping-product p {
    font-size:10px;
    line-height:12px;
  }
}

@media (max-width:1199px) and (min-width:768px) {
  .fb_iframe_widget {
    display:inline-block !important;
    transform:scale(0.83);
    margin:-19px -23px 0;
  }
}

.box-khuyenmai {
  display:inline-block;
  width:100%;
  background:#fdefd5;
  padding:20px 15px 20px;
  border:1px dashed #003399;
}

.box-khuyenmai .title {
  margin:-21px 0 15px -16px;
  padding:10px;
  line-break:40px;
  text-transform:uppercase;
  background:#e0b222;
  color:#fff;
  width:calc(100% + 32px);
  font-size:20px;
  font-weight:700;
}

.box-khuyenmai p,
.box-khuyenmai ul li {
  margin-bottom:5px;
  padding-left:20px;
  color:#f52722;
  position:relative;
  font-size:14px;
  font-weight:400;
}

.box-khuyenmai p:before,
.box-khuyenmai ul li:before {
  content:"\f046";
  font:normal normal normal 14px/1 FontAwesome;
  display:inline-block;
  position:absolute;
  left:0;
  top:5px;
}

.box-khuyenmai .btn-modal {
  display:inline-block;
  margin:0 auto;
  text-transform:uppercase;
  background:linear-gradient(to right,#edbc23 0%,#f5dcac 100%);
  font-weight:700;
  padding:0 20px;
  border-radius:3px;
  line-height:42px;
  color:#a94442;
  border:1px solid #003399;
  position:relative;
  z-index:991;
}

.box-khuyenmai .btn-modal:hover {
  cursor:pointer;
}

.title-product-cart-mobile a {
  display:inline-block;
}

.details-product #gallery_01 .item a.active {
  border-color:#003399;
}

#register_khuyen_mai .logo {
  display:inline-block;
}

#register_khuyen_mai .logo img {
  height:80px;
}

#register_khuyen_mai h3 {
  margin:0;
  text-transform:uppercase;
  font-size:22px;
  font-weight:700;
  color:#fff;
  text-shadow:0 2px 3px #666;
}

#register_khuyen_mai .modal-footer {
  background:#fff;
  border-top:none;
  padding:0;
}

#register_khuyen_mai .modal-footer img {
  width:100%;
}

#register_khuyen_mai .modal-footer .text-center {
  font-weight:600;
  font-style:italic;
  font-size:20px;
  text-transform:uppercase;
  font-family:"Roboto";
  color:#003399;
}

#register_khuyen_mai .modal-footer a {
  color:#555;
}

#register_khuyen_mai .modal-footer a:hover {
  color:#003399;
}

#register_khuyen_mai .box-row {
  margin-bottom:10px;
}

#register_khuyen_mai .modal-dialog {
  border-radius:15px;
  overflow:hidden;
  border:1px solid #003399;
}

#register_khuyen_mai .modal-content {
  padding:15px;
  text-align:center;
  border-radius:0;
  margin-bottom:-1px;
}

#register_khuyen_mai .form-control {
  border:1px solid #EAEBF3;
  box-shadow:none;
  height:42px;
}

#register_khuyen_mai textarea.form-control {
  height:auto;
}

#register_khuyen_mai button {
  display:inline-block;
  background:linear-gradient(to right,#edbc23 0%,#f5dcac 100%);
  margin:20px 0 5px;
  text-transform:uppercase;
  border-radius:20px;
  font-weight:700;
  min-width:150px;
  font-size:16px;
}

.product-tab .tab-content {
  border-radius:0;
}

.product-tab ul.tabs.tabs-title li {
  background:#fff;
  border-top:1px solid #eee;
  border-bottom:0.5px solid #eee;
}

.product-tab ul.tabs.tabs-title li:first-child {
  border-left:1px solid #eee;
}

.product-tab ul.tabs.tabs-title li h4 {
  color:#555;
}

.product-tab ul.tabs.tabs-title li:hover,
.product-tab ul.tabs.tabs-title li.current {
  background:#003399;
}

.product-tab ul.tabs.tabs-title li:hover h4,
.product-tab ul.tabs.tabs-title li.current h4 {
  color:#fff;
}

.breadcrumb {
  background:#e8e8e8;
  padding:10px 25px 10px 30px;
  margin:25px 0 15px;
  font-size:13px;
}

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

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

.breadcrumb li {
  display:inline;
  position:relative;
  line-height:20px;
  padding-right:0;
}

.breadcrumb li>a>span {
  font-weight:700;
}

.breadcrumb-container .breadcrumb {
  position:relative;
  overflow:hidden;
}

.breadcrumb-container .breadcrumb:before,
.breadcrumb-container .breadcrumb:after {
  content:"";
  display:inline-block;
  background:#003399;
  position:absolute;
  width:30px;
  height:30px;
  left:0;
  top:0;
  transform:rotate(45deg) translateX(-20px);
}

.breadcrumb-container .breadcrumb:after {
  top:inherit;
  left:inherit;
  right:0;
  bottom:0;
  transform:rotate(45deg) translateX(21px);
}

.style-scroll::-webkit-scrollbar {
  width:4px;
}

.style-scroll::-webkit-scrollbar-track {
  background:#ebebeb;
}

.style-scroll::-webkit-scrollbar-thumb {
  background:#003399;
  border-radius:0;
}

.style-scroll::-webkit-scrollbar-thumb:hover,
.style-scroll::-webkit-scrollbar-thumb:active {
  background:#003399;
  border-radius:15px;
}

.aside-title h2 {
  background:#003399;
  color:#fff;
  font-weight:700;
  padding:12px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}

.aside-title h2 a {
  color:#fff;
}

.aside-title h2 a:hover {
  color:#fff;
}

aside.sidebar.sidebar-collection {
  width:100%;
}

aside.sidebar .categories-box,
aside.left-content .categories-box {
  background:none;
  border:1px solid #cdcdcd;
  padding:0 12px;
  border-top:none;
}

.blog-main.flex-margin-20 {
  display:flex;
  flex-wrap:wrap;
  width:calc(100% + 20px);
  margin-left:-10px;
}

.categories-box .lv1 li:last-child a {
  border-bottom:none;
}

.aside-content {
  padding-top:5px;
}

.bizweb-product-reviews-badge {
  display:inline-block !important;
}

.list-blogs.blog-main .blog-item {
  width:calc(33.33% - 20px);
  justify-content:center;
  display:inline-block;
  position:relative;
  float:left;
  margin:0 10px 20px;
}

.list-blogs.blog-main .blog-item .date {
  background:#003399;
  top:0;
  width:50px;
  padding:2px 10px;
}

.list-blogs.blog-main .blog-item .date p {
  margin:0;
  font-size:15px;
  line-height:30px;
  border-bottom:1px solid #fff;
  width:100%;
  display:inline-block;
  font-weight:700;
}

.list-blogs.blog-main .blog-item .date p:last-child {
  border-bottom:none;
  font-size:16px;
  font-weight:400;
}

.list-blogs.blog-main .blog-item .blog-item-thumbnail,
.list-blogs.blog-main .blog-item .blog-item-info {
  width:100%;
}

.list-blogs.blog-main .blog-item .blog-item-info {
  padding:10px 10px 10px;
  border:1px solid #ddd;
  border-top:none;
  text-align:left;
}

.list-blogs.blog-main .blog-item .blog-item-name {
  max-height:42px;
  overflow:hidden;
  margin-bottom:5px;
  text-transform:uppercase;
  font-size:15px;
  -webkit-line-clamp:2;
  font-size:15px;
  font-weight:700;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  color:#003399;
}

.list-blogs.blog-main .blog-item .blog-item-thumbnail a {
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:0;
  overflow:hidden;
  height:180px;
  border:1px solid #ddd;
  border-bottom:none;
}

.list-blogs.blog-main .blog-item .blog-item-thumbnail a:hover {
  background:#003399;
}

.list-blogs.blog-main .blog-item .blog-item-thumbnail a:hover img {
  opacity:0.6;
}

.list-blogs.blog-main .blog-item .blog-item-thumbnail a picture {
  height:180px;
}

.list-blogs.blog-main .blog-item .blog-item-thumbnail a img {
  max-height:100%;
  transition:all 0.3s ease 0s;
}

.list-blogs.blog-main .blog-item .blog-item-name:hover {
  color:#555;
}

.flex-wrap {
/*  display:flex;*/
  flex-wrap:wrap;
}

.sticky-top100 {
  position:sticky;
  top:100px;
  z-index:99;
}

.sticky-top60 {
  position:sticky;
  top:60px;
  z-index:99;
}

.aside-item .list-blogs {
  border:1px solid #cdcdcd;
  padding:5px 10px;
  border-top:none;
}

.page-dv-title h3 {
  background:#f1f1f1;
  font-size:20px;
  line-height:50px;
  text-transform:uppercase;
  font-weight:700;
  color:#003399;
  padding-left:6px;
  border-radius:5px;
  margin-top:0;
  display:inline-block;
  width:100%;
}

.page-dv-title h3 img {
  width:36px;
  margin-right:5px;
  vertical-align:-10px;
}

.dichvu-chucnang .inner p {
  position:relative;
  padding-left:22px;
  margin-bottom:8px;
}

.dichvu-chucnang .inner p:before {
  content:"";
  display:inline-block;
  width:15px;
  background-size:100% auto;
  position:absolute;
  left:0;
  top:4px;
  height:15px;
}

.dichvu-chuyenkhoa {
  background:#f5f5f5;
  padding:5px 10px 10px;
}

.dichvu-chuyenkhoa h3 {
  font-size:18px;
  line-height:42px;
  color:#003399;
  text-transform:uppercase;
  font-weight:700;
  margin-top:0;
}

.dichvu-chuyenkhoa h3 img {
  width:30px;
  margin-right:5px;
}

.dichvu-chuyenkhoa li {
  list-style:decimal;
  margin-left:25px;
  width:calc(100% - 25px);
  margin-bottom:6px;
}

.page-about .inner-content {
  background:#d5eadd;
  overflow:hidden;
  padding:15px 15px;
}

.page-about .inner-content img {
  float:left;
  width:30%;
  margin-right:15px;
}

.page-about .content {
  display:flex;
  flex-wrap:wrap;
}

.page-about .content .left {
  display:inline-block;
  width:30%;
}

.page-about .content .right {
  width:calc(70% - 15px);
  margin-left:15px;
  background:#d5eadd;
  padding:10px;
}

.page-about.border-radius .inner {
  background:#d5eadd;
  padding:15px;
  overflow:hidden;
  font-size:13px;
  line-height:19px;
}

.page-about.border-radius .inner img {
  width:45%;
  margin-right:15px;
  float:left;
}

.page-about.border-radius .inner ul {
  padding-left:0;
  margin-top:10px;
}

.page-about.border-radius .inner li {
  position:relative;
  padding-left:0;
  list-style:disc;
  margin-bottom:8px;
  transform:translateX(15px);
}

.products.product-search {
  padding-top:30px;
  display:inline-block;
  width:100%;
}

#carousel {
  margin-top:0;
  height:500px;
  position:relative;
  clear:both;
  overflow:hidden;
  background:#FFF;
  display:inline-block;
  width:100%;
}

#carousel #next {
  position:absolute;
  z-index:111;
  font-size:50px;
  right:10px;
  color:#555;
  top:50%;
  transform:translateY(-50%);
}

#carousel #prev {
  position:absolute;
  z-index:111;
  font-size:50px;
  color:#555;
  left:10px;
  top:50%;
  transform:translateY(-50%);
}

.owl-carousel .owl-dots .owl-dot {
  border:1px solid #ccc;
}

.owl-carousel .owl-dots .owl-dot.active {
  border-color:#003399;
  background:#003399;
}

#box-video-youtube {
  top:0 !important;
}

#box-video-youtube .modal-content {
  background:none;
  border-radius:0;
}

#box-video-youtube .modal-content iframe {
  border:none !important;
  width:100% !important;
}

#box-video-youtube.modal .modal-dialog {
  top:calc(50% - 300px);
}

@media (max-width:1500px) {
  header.header.stick .main-nav nav .nav-item>a {
    line-height:88px;
    height:88px;
  }
  .header-category ul a {
    font:400 14px/20px "Quicksand";
  }
  .header-category ul a .icon {
    transform:scale(0.8);
  }
  .header-main .logo img {
    max-height:65px;
  }
  header.header.stick .logo img {
    max-height:65px;
  }
  .header-main .main-nav {
    margin-top:0;
  }
}

@media (min-width:1200px) {
  .show-1199 {
    display:none !important;
  }
  .products-view.products-view-grid>.row {
    margin:0 -7px;
  }
  .products-view.products-view-grid>.row>.col-xs-6 {
    padding:0 7px;
  }
}

.topbar {
  display:none;
}

@media (max-width:1199px) {
  .header-main:after {
    display:none;
  }
  .header-main .box-right {
    margin-top:13px;
  }
  .section-chuyen-khoa .owl-carousel a:before {
    opacity:1;
    transform:translate(-50%,10px);
    padding:0 10px;
    font-size:10px;
    line-height:24px;
  }
  .home-product .owl-carousel .owl-nav .owl-next {
    right:-12px;
  }
  .home-product .owl-carousel .owl-nav .owl-prev {
    left:-12px;
  }
  .bg-cover-1199 {
    background-size:cover !important;
  }
  .main-nav nav .nav-item>a {
    font-size:14px;
  }
  .hidden-1199,
  .main-nav nav #nav.nav {
    display:none !important;
  }
  .header-main:before,
  .main-nav nav .nav-item>a:before,
  .main-nav nav .nav-item>a:after {
    display:none;
  }
  .main-nav nav {
    padding-left:0;
  }
  .header-main .logo img {
    max-height:55px;
  }
  header.header.stick .logo img {
    max-height:55px;
  }
  .middle-header .menu-bar {
    margin-right:15px;
    margin-top:15px;
    margin-left:0;
    display:inline-block;
    float:left;
  }
  .middle-header .menu-bar i {
    color:#003399;
    font-size:22px;
  }
  .header-main .main-nav {
    position:absolute;
    margin-top:0;
    left:0;
    top:67px;
    width:100%;
  }
  .nav-mobile .nav-item>.open-close2 {
    height:40px;
    line-height:40px;
    color:#555;
  }
  .nav-mobile .open-close2 i {
    font-size:16px;
  }
  .header-main .search {
    width:auto;
  }
  .header-main .mini-cart .heading-cart {
    padding:0;
    margin:0;
  }
  .header-main {
    text-align:center;
  }
  .header-main .logo {
    float:left;
    position:static;
    min-width:inherit;
    margin-right:0;
  }
  .main-nav {
    background:none;
    position:static;
    display:inline-block;
    width:100%;
    float:left;
  }
  .main-nav .container {
    position:relative;
  }
  .main-nav nav {
    position:absolute;
    top:0;
    left:15px;
    width:calc(100% - 30px);
    background:#fff;
    z-index:9999;
  }
  .main-nav nav .nav-item>a,
  header.header.stick .main-nav nav .nav-item>a {
    height:auto;
    line-height:40px;
    padding:0 40px 0 10px !important;
  }
  .nav-mobile {
    box-shadow:0 2px 3px #999;
  }
  .header-main .logo a {
    margin-top:0;
  }
  .middle-header {
    background:#fff;
  }
  .middle-header .text-header {
    display:none;
  }
  .topbar {
    background:#e1e1e1;
    display:inline-block;
    width:100%;
    color:#333;
  }
  .topbar a {
    color:#333;
  }
  .topbar p {
    margin-bottom:0;
  }
}

@media (max-width:1199px) and (min-width:992px) {
  .product-box .product-thumbnail .image_thumb {
    height:170px;
    min-height:170px;
  }
  .products-view-grid .col-md-3 {
    padding-left:7px;
    padding-right:7px;
  }
  .products-view-grid .row {
    margin-left:-7px;
    margin-right:-7px;
  }
}

@media (min-width:1200px) {
  .carousel-resize {
    float:left;
    width:calc(100% + 30px);
    margin-left:-30px;
    display:inline-block;
  }
  .carousel-resize>div {
    float:left;
    width:calc(25% - 30px);
    margin-left:30px;
    margin-bottom:30px;
  }
  .carousel-resize.owl-project {
    margin-left:0;
    width:100%;
  }
}

@media (max-width:991px) {
  .shipping-product {
    margin-top:20px;
  }
  .filter-price .filter-group ul {
    max-height:inherit;
  }
  .logo-wrapper {
    margin:0 auto;
    display:inline-block;
  }
  .site-footer .footer-inner {
    padding-top:0;
  }
  .home-box-lightbox {
    margin-bottom:5px;
    display:inline-block;
  }
  .aside-banner-991 {
    display:none;
  }
  aside.left-content {
    width:calc(100%);
    display:inline-block;
  }
  aside.left-content.sidebar {
    width:256px;
    margin:0 !important;
    border:none;
    box-shadow:3px 5px 5px #000;
  }
  .home-blog .item {
    margin-bottom:15px;
  }
  .home-product .product-box {
    margin-bottom:0;
  }
  .header-category {
    display:none;
  }
  .section-thanhtuu .col-md-7 {
    margin:30px 0;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .modal-dialog.modal-lg {
    width:calc(100% - 40px);
  }
}

.list-blogs.blog-main.wrap-blog-chuye-khoa .blog-item {
  box-shadow:1px 1px 15px -4px rgba(0,0,0,0.64);
}

.list-blogs.blog-main.wrap-blog-chuye-khoa .blog-item .blog-item-info {
  border:none;
}

.list-blogs.blog-main.wrap-blog-chuye-khoa .blog-item .blog-item-name {
  height:22px;
  -webkit-line-clamp:1;
}

@media (min-width:992px) {
  .modal-dialog.modal-lg {
    width:950px;
  }
  .list-blogs.blog-main.wrap-blog-chuye-khoa .blog-item {
    width:calc(25% - 20px);
  }
  .products-view.products-view-grid .col-md-3:nth-child(4n+1) {
    clear:both;
  }
  .sidebar-collection .aside-title {
    display:none;
  }
  .sidebar-collection .filter-item {
    display:inline-block;
    min-width:inherit;
    width:20%;
  }
  .sidebar-collection .aside-item {
    margin-bottom:0;
  }
  .sidebar-collection .title-head {
    margin-bottom:0;
  }
  .sidebar-collection .aside-filter .filter-container {
    border:none;
    background:#f5f5f5;
    margin-bottom:0;
    position:relative;
    overflow:hidden;
  }
  .sidebar-collection .aside-filter .filter-container:before {
    content:"";
    display:inline-block;
    background:#003399;
    position:absolute;
    width:30px;
    height:30px;
    right:-30px;
    top:0;
    transform:rotate(45deg) translateX(-20px);
  }
}

@media (max-width:767px) {
  .section-abouts .col-sm-6:first-child {
    margin-bottom:20px;
  }
  .section-abouts .col-md-4:nth-child(2) {
    padding:0 15px;
    margin-bottom:20px;
  }
  .title-text h2 {
    font-size:22px;
    line-height:28px;
  }
  div.pp_woocommerce {
    top:50% !important;
    transform:translateY(-50%);
  }
  .title-text2 h2 {
    min-width:250px;
    transform:scale(0.8);
    font-size:22px;
  }
  .page-about .content .left,
  .page-about .content .right,
  .page-about.border-radius .content .left,
  .page-about.border-radius .content .right {
    width:100%;
    margin:0;
    border-radius:0;
  }
  .page-dv-title h3 {
    font-size:15px;
  }
  .dichvu-chuyenkhoa h3 {
    font-size:15px;
  }
  .topbar .left {
    display:none;
  }
  .section_blogs .full-width .item {
    width:100%;
    margin-left:0;
  }
  .section_blogs .full-width .item:nth-child(2n+1) {
    margin-right:0;
  }
  .section_blogs .full-width .item:nth-last-child(2) {
    border-bottom:1px dotted #999;
  }
  .section_blogs {
    padding-bottom:30px;
  }
  .site-footer {
    padding-top:0;
  }
  .owl-carousel .owl-nav .owl-next:before,
  .owl-carousel .owl-nav .owl-prev:before {
    font-size:30px;
  }
  .title-text p {
    font-size:12px;
  }
  .pd-tb-50 {
    padding-bottom:25px;
    padding-top:20px;
  }
  .space-50,
  .space-40 {
    margin-bottom:20px;
  }
  .title-text {
    padding-bottom:0;
    margin-bottom:10px;
  }
  .header-main .logo {
    min-width:50px;
  }
  .bg-cover .title-text.space-30 {
    margin-bottom:0 !important;
  }
  body.body_index {
    padding-top:78px;
  }
  .product-box .product-info .price-box .old-price .price {
    font-size:12px;
  }
  .product-box .product-info .price-box .special-price .price {
    font-size:16px;
  }
  .product-box .product-info .product-name {
    font-size:16px;
    margin-bottom:4px;
    line-height:20px;
  }
  .search .search_form {
    right:-52px;
    min-width:290px;
  }
  .section-about .box-right {
    text-align:center;
  }
  .section-about .box-right img {
    margin:15px auto 0;
  }
  .home-product .pd-tb-40 {
    padding-top:10px;
    padding-bottom:30px;
  }
  .product-box .product-thumbnail .image_thumb {
    height:185px;
  }
}

@media (max-width:600px) {
  .section_blogs .item .thumb {
    width:120px;
  }
  .section_blogs .item .thumb+div {
    width:calc(100% - 120px);
  }
  .section_blogs .title {
    font-size:14px;
    line-height:20px;
  }
  .section_blogs .left .item .text .title {
    font-size:16px;
    line-height:20px;
  }
}

.details-product .large-image {
  position:relative;
}

.details-product .large-image>a {
  display:flex;
  align-items:center;
  justify-content:center;
  height:270px;
  border:1px solid #ebebeb;
  text-align:center;
  padding:5px;
}

.details-product .large-image>a div {
  width:100% !important;
  height:100% !important;
  display:flex;
  align-items:center;
  justify-content:center;
}

.details-product .large-image>a img {
  width:auto !important;
  max-height:100%;
  max-width:100%;
  display:inline-block;
  position:static !important;
  height:auto !important;
}

@media (max-width:991px) {
  .details-product .large-image>a {
    height:270px;
  }
  .banner-header {
    display:none;
  }
}

@media (max-width:767px) {
figure img, .image-center img{
  width: 100%!important;
  height: auto !important;
}
.item a.btn-readmore{
    min-width: 95px;
    font-size: 11px;
    line-height: 13px;
    left: 7% !important
}
.owl-carousel .owl-dots {
    width: 39% !important;
    right: 139px !important;
}
.product-box .product-thumbnail img {
    max-height: 141px;
}
  .topbar p {
    font-size:0;
  }
  .topbar p a:before {
    content:"\f098";
    font:normal normal normal 14px/1 FontAwesome;
    margin-right:5px;
  }
  .topbar p a {
    margin-right:15px;
  }
  .topbar p a:last-child() {
    display:none;
  }
  .home-project {
    padding:30px 0 40px 0;
  }
  .section-abouts.pt-40 {
    padding-top:20px;
  }
  .section-chuyen-khoa .owl-carousel a:before {
    font-size:6px;
    line-height:10px;
    width:90px;
    white-space:normal;
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
  }
  .header-main .logo img {
    max-height:35px;
    margin-top:10px;
  }
  .section-chuyen-khoa.pb-40 {
    padding-bottom:10px;
  }
  header.header.stick .logo img {
    max-height:24px;
  }
  .header-main {
    padding:0;
  }
  .list-blogs.blog-main .blog-item {
    width:calc(50% - 20px);
  }
  .section_blogs .left .item .thumb img {
    height:inherit;
  }
  .details-product .large-image>a {
    height:270px;
  }
  .product-tab .tab-content {
    border-radius:0;
  }
  .product-tab .tab-content.current {
    border-top:none;
  }
  .product-tab ul.tabs.tabs-title {
    width:100%;
  }
  .product-tab ul.tabs.tabs-title li:nth-child(n) {
    border-radius:0;
    margin:0;
    border-top:none;
    border-left:1px solid #eee;
  }
  .product-tab ul.tabs.tabs-title li.tab-link:first-child {
    border-top:1px solid #eee;
  }
  .products-view.products-view-grid>.row {
    margin:0 -7px;
  }
  .products-view.products-view-grid>.row>.col-xs-6 {
    padding:0 7px;
  }
  .products-view.products-view-grid>.row>.col-xs-6:nth-child(2n+1) {
    clear:both;
  }
  .product-box .price-box {
    height:33px;
    line-height:33px;
  }
  .product-box .product-info .price-box .special-price .price {
    font-size:14px;
  }
  .product-box .product-info .price-box .old-price .price {
    font-size:10px;
  }
  button.btn.btn-lg.btn-gray.btn-cart.add_to_cart.btn_buy.add_to_cart {
    padding:0 30px;
  }
  .home-blog .item .text h3 {
    font-size:14px;
    line-height:18px;
  }
  .home-blog .item .text .date+p {
    font-size:12px;
    line-height:18px;
  }
  .home-product .container.space-30 {
    margin-bottom:10px !important;
  }
}

@media (max-width:580px) {
  .product-box .product-thumbnail .image_thumb {
    height:160px;
    min-height:inherit;
  }
  .section_blogs .left,
  .section_blogs .right {
    width:100%;
  }
  .section_blogs .left {
    padding-right:0;
  }
  .page-about .inner-content img {
    width:45%;
  }
  .owl-project .item h3 {
    height:41px;
  }
  .owl-project .item h3 a {
    font-size:10px;
    line-height:16px;
  }
}

@media (min-width: 500px)
{
.nv-infodie {
    width: 500px;
    left: 50%;
    margin-left: -250px;
}
.nv-infodie {
    height: 500px;
    top: 50%;
    margin-top: -250px;
}
}
@media (max-width: 499px)
{
.nv-infodie {
    width: 100%;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
}
@media (max-width:460px) {
  .list-blogs.blog-main .blog-item {
    width:calc(100% - 20px);
  }
}

@media (max-width:450px) {
  .home-blog .item .thumb {
    width:100%;
    margin:0;
    margin-bottom:15px;
  }
  .home-blog .item .text {
    width:100%;
  }
}

@media (max-width:425px) {
  .product-box .product-thumbnail .image_thumb {
    height:140px;
    min-height:inherit;
  }
}

footer .list-menu.social-media-footer a:hover i {
  color:#003399;
}
.owl-theme .owl-nav{
    display: none !important;
}
#news-bodyhtml h3{
    margin: 15px 0;
    padding: 5px 10px;
    background: #538135;
    color: #fff;
    border: 1px solid #92D050;
    line-height: 1;
}
.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 .btn, .input-group input[type="submit"], .input-group .input-group-field {
    height: 40px;
}









