/**
 * 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
 */
 
 /* Các tùy chỉnh CSS của giao diện nên để vào đây */
 
.sizelink{
	 font-size:16px !important;
	 color:#062fa2 !important;
	 font-weight:bold;
	 text-align:center;
	 
	 }
	 
.text-center{
	
	text-align:center;
	
	}
	
.panel-heading {
	
 font-size: 18px;
 text-transform:uppercase;
 font-weight:bold;
	
	
	}
	 

.tieude_index {
   
    font-size: 20px;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}


.tieude_index:after {
    width: 100%;
    height: 4px;
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    border-top: dotted 4px #0172c4;
}

.tieude_index span {
    padding: 8px 40px;
    display: inline-block;
    vertical-align: top;
    background: linear-gradient(to top, #062fa2 70%, #007aff 100%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
    border-radius: 25px;
    line-height: 34px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.tieude_index span:before {
    width: 15px;
    height: 19px;
    content: '';
    background: url(../images/title_before.png) no-repeat center;
    position: absolute;
    left: 15px;
    top: calc(50% - 9px);
}

.tieude_index span:after {
    width: 15px;
    height: 19px;
    content: '';
    background: url(../images/title_before.png) no-repeat center;
    position: absolute;
    right: 15px;
    top: calc(50% - 9px);
}


 
 
/* luoi san pham */

.item_product_main .image_thumb img {
  max-width:100%;
  max-height:100%;
  height:100%;
}

.item_product_main .image_thumb img.loaded {
  min-height:unset;
  height:unset;
}

.product-price {
  color:#9bd031;
  font-size:16px;
  line-height:20px;
  font-weight:700;
}

.product-box {
  text-align:left;
  margin-bottom:20px;
  background:#fff;
  position:relative;
  border:solid 2px #eeeeee;
}

.product-box .product-thumbnail {
  position:relative;
}

.product-box .product-thumbnail>a {
  display:flex;
  width:100%;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.product-box .product-thumbnail>a:before {
  content:" ";
  width:100%;
  height:100%;
  position:absolute;
  opacity:0;
  -webkit-transition:0.2s;
  -moz-transition:0.2s;
  -ms-transition:0.2s;
  transition:0.2s;
  left:0;
  z-index:9;
  background:#fff;
}

.product-box .product-thumbnail:hover .image_thumb:before {
  opacity:.4;
}

.product-box .product-thumbnail a img {
  max-height:100%;
}

.product-box .product-info {
  z-index:10;
}

.product-box .product-name {
  font-size:16px;
  line-height:20px;
  font-weight:700;
  margin:0;
  margin-bottom:10px;
  text-overflow:ellipsis;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  white-space:unset;
  height:50px;
  font-family:'Gotham',sans-serif;
  padding:0 10px 0 10px;
  text-align:justify;
}

.product-box .product-name a {
  color:#333;
  text-decoration:none;
}

.product-box .product-name a:hover {
  color:#007aff;
}

.product-box .product-price {
  color:#de4343;
  font-size:13px;
  line-height:18px;
  display:block;
  font-family:'Gotham_bold',sans-serif;
  font-weight:700;
}

.product-box .product-price-old {
  display:inline-block;
  margin-left:10px;
  font-family:'Gotham',sans-serif;
  text-decoration:line-through;
  font-size:12px;
  color:#acacac;
  line-height:18px;
  font-weight:400;
}

.product-box .sale-flash {
  position:absolute;
  z-index:8;
  display:inline-block;
  width:55px;
  height:25px;
  line-height:25px;
  text-align:center;
  border-top-right-radius:25px;
  border-bottom-right-radius:25px;
  padding:0 0;
  background:#de4343;
  color:#fff;
  font-family:'Gotham',sans-serif;
  font-size:13px;
}

.product-box .sale-flash .bf_ {
  position:relative;
  display:block;
}

.product-box .sale-flash .bf_:before {
  content:"";
  position:absolute;
  bottom:-5px;
  left:0;
  width:0;
  height:0;
  border-style:solid;
  border-width:0 5px 5px 0;
  border-color:transparent #de4343 transparent transparent;
}

.product-box .label_news {
  position:absolute;
  z-index:8;
  top:0;
  left:0;
  display:inline-block;
  width:55px;
  height:25px;
  line-height:25px;
  text-align:center;
  border-top-right-radius:25px;
  border-bottom-right-radius:25px;
  padding:0 0;
  background:#9bd031;
  color:#fff;
  font-family:'Gotham',sans-serif;
  font-size:13px;
}

.product-box .label_news.top_ {
  top:32px;
}

.product-box .label_news .bf_ {
  position:relative;
  display:block;
}

.product-box .label_news .bf_:before {
  content:"";
  position:absolute;
  bottom:-5px;
  left:0;
  width:0;
  height:0;
  border-style:solid;
  border-width:0 5px 5px 0;
  border-color:transparent #9bd031 transparent transparent;
}

.product-box .product-summary {
  font-size:14px;
  color:#acacac;
  line-height:20px;
}

.product-box.product-box-2 .product-thumbnail>a {
  height:263px;
}

@media (max-width:1199px) {
  .product-box.product-box-2 .product-thumbnail>a {
    height:210px;
  }
}

@media (max-width:991px) {
  .product-box.product-box-2 .product-thumbnail>a {
    height:220px;
  }
}

@media (max-width:767px) {
  .product-box.product-box-2 .product-thumbnail>a {
    height:260px;
  }
}

@media (max-width:543px) {
  .product-box.product-box-2 .product-thumbnail>a {
    height:184px;
  }
}

@media (max-width:320px) {
  .product-box.product-box-2 .product-thumbnail>a {
    height:130px;
  }
}

.products-view-grid .product-box {
  position:relative;
  overflow:hidden;
  -webkit-transition:0.3s;
  -moz-transition:0.3s;
  -ms-transition:0.3s;
  -o-transition:0.3s;
  transition:0.3s;
}

.products-view-grid .product-box .product-thumbnail {
  margin:0 0 10px;
  overflow:hidden;
}

.products-view-grid .product-box .btn-circle {
  width:45px;
  height:45px;
  border:none;
  background:#9bd031;
  line-height:50px;
  text-align:center;
  padding:0;
  margin:0 2px;
  font-size:14px;
  border-radius:5px;
  -webkit-transition:0.5s;
  -moz-transition:0.5s;
  -ms-transition:0.5s;
  -o-transition:0.5s;
  transition:0.5s;
}

.products-view-grid .product-box .btn-circle:hover {
  background:#9bd031;
  color:#fff;
  -webkit-box-shadow:0 0 9px 3px rgba(221,221,221,0.71);
  -moz-box-shadow:0 0 9px 3px rgba(221,221,221,0.71);
  box-shadow:0 0 9px 3px rgba(221,221,221,0.71);
}

.products-view-grid .product-box .btn-circle svg {
  width:16px;
  height:16px;
}

.products-view-grid .product-box .btn-circle svg path {
  fill:#fff;
}

.products-view-grid .product-box .btn-circle.add_to_cart svg {
  -webkit-transform:scale(-1,1);
  -ms-transform:scale(-1,1);
  transform:scale(-1,1);
}

.products-view-grid .product-box .product-action {
  position:absolute;
  bottom:8px;
  background:transparent;
  width:100%;
  width:100%;
  opacity:0;
  -webkit-transition:0.3s;
  -moz-transition:0.3s;
  -ms-transition:0.3s;
  -o-transition:0.3s;
  transition:0.3s;
  transform:translateY(100%);
  -webkit-transform:translateY(100%);
  -moz-transform:translateY(100%);
  -o-transform:translateY(100%);
  z-index:99;
}

.products-view-grid .product-box .product-action form {
  margin:0;
  text-align:left;
}

.products-view-grid .product-box .product-action .action-info {
  padding-top:20px;
  display:inline-block;
  letter-spacing:-0px;
}

.products-view-grid .product-box:hover {
  z-index:99;
}

.products-view-grid .product-box:hover .product-action {
  opacity:1;
  transform:translateY(0%);
  -webkit-transform:translateY(0%);
  -moz-transform:translateY(0%);
  -o-transform:translateY(0%);
}

.products-view-grid .product-box .product-info {
/*  padding-bottom:15px;
*/}

.products-view-grid .product-box.product-box-v2 .product-action {
  top:45%;
  bottom:auto;
}

.products-view-grid .product-box.product-box-v2 .btn-circle {
  background:#fff;
  border:solid 1px #ebebeb;
}

.products-view-grid .product-box.product-box-v2 .btn-circle:hover {
  background:#9bd031;
  border-color:#9bd031;
}

.products-view-grid .product-box.product-box-v2:hover {
  box-shadow:none;
}

.products-view-list .product-box {
  margin-bottom:30px;
  padding-bottom:30PX;
  border-bottom:1px solid #ebebeb;
}

.products-view-list .product-box .btn-circle {
  width:45px;
  height:45px;
  border:none;
  background:#9bd031;
  line-height:45px;
  text-align:center;
  padding:0;
  margin:0 2px;
  font-size:14px;
  border-radius:5px;
  -webkit-transition:0.5s;
  -moz-transition:0.5s;
  -ms-transition:0.5s;
  -o-transition:0.5s;
  transition:0.5s;
}

.products-view-list .product-box .btn-circle:hover {
  background:#de4343;
  color:#fff;
  -webkit-box-shadow:0 0 9px 3px rgba(221,221,221,0.71);
  -moz-box-shadow:0 0 9px 3px rgba(221,221,221,0.71);
  box-shadow:0 0 9px 3px rgba(221,221,221,0.71);
}

.products-view-list .product-box .btn-circle .fa-heart {
  line-height:46px;
}

.products-view-list .product-box .product-thumbnail {
  text-align:center;
  margin-bottom:0;
  width:calc(100% / 3);
  float:left;
}

.products-view-list .product-box .product-info {
  text-align:left;
  margin-left:30px;
  float:left;
  width:calc(100% / 3 * 2 - 30px);
  background:transparent;
  border-top:none;
}

.products-view-list .product-box .product-name {
  font-size:18px;
  line-height:28px;
  font-weight:400;
  margin-bottom:4px;
  color:#252525;
}

.products-view-list .product-box .product-price {
  margin-bottom:10px;
}

.products-view-list .product-box .product-summary {
  color:#636363;
  margin-bottom:5px;
}

.products-view-list .product-box .product-summary img {
  display:none;
}

.products-view-list .product-box .ion-android-cart {
  transform:translateY(1px);
  display:inline-block;
}

.product-mini-item {
  padding:30px 0;
  border-bottom:1px dotted #e1e1e1;
}

.product-mini-item:last-child {
  border-bottom:none;
}

.product-mini-item .price {
  display:inline-block;
}

.product-mini-item .product-img {
  width:100px;
  margin-right:10px;
  float:left;
}

.product-mini-item .product-info {
  width:calc(100% - 110px);
  float:right;
}

.product-mini-item .product-info .price-box {
  border:none;
}

.product-mini-item .product-info h3 {
  margin-top:0;
  font-size:14px;
}

.product-mini-item .product-info h3 a {
  color:#333;
}

.product-mini-item .product-info h3 a:hover {
  color:#9bd031;
}

.product-mini-item .product-price {
  font-size:16px;
}


/*-----san pham dich vu ------*/
.namim{
	
	display:inline-block;
	float:left !important;

	
	}


.block-heading-1{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
	margin-top:20px;
    color: #0733cb;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 3px dotted #ccc !important;
	line-height:30px;
	
}
 
.q-anwer{
    margin-bottom: 30px;
    text-align: center;
	display:inline-block;
	max-height:310px;
	max-width:270px;
	
	 
}
.q-anwer .image{
    
    margin-bottom: 20px;
	display: inline-block;
	
	
	
}
.q-anwer img{
    border-radius: 5%;
    width: 180px;
    height: 180px;
    border: 4px solid white;
    box-shadow: 2px 2px 20px #00000047;
	
}

.description-q-a{
    margin-bottom: 20px;
    text-align: center;
	font-size: 20px;
	font-weight:bold;
	    color: #0733cb;

		
}
.description-q-a h3{
    text-align: center;
    margin-bottom: 20px;
	margin-top: 90px;
}
.q-anwer h3{
    font-size: 16px;
    text-align: center;
	margin-top:90px;
	text-transform:uppercase;
	color: #fff !important;
	
	
}

.q-anwer h3:hover{
    font-size: 16px;
    text-align: center;
	margin-top: 90px;
	text-transform:uppercase;
	color:  #0733cb !important;
	
} 

.q-anwer .des{
    background: #0733cb;

    box-shadow: 0 9px 9px #00000024;
    border-top: 3px solid #0747f1;
    padding: 40px 20px 20px 20px;
    border-radius: 10px;
    margin-top: -110px;
    font-size: 16px;
	min-height: 120px;
	min-width:250px;
	text-align:center;
	
	
}
h3{
	color: #0a0a0a;
}
.q-anwer .des:hover {
	background: linear-gradient(to top, #cccccc 10%, #ffffff 70%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
	
	
}
.section-2{
    padding: 60px 0 30px 0;
}
.q-anwer-2{
    padding: 0;
    margin: 0;
}
.q-anwer-2 li{
    margin-left: 0;
    list-style: none;
    background: #c6f3ff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: 500;
    color: black;
    background-image: url(../images/warning-icon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-y: center;
    background-position-x: 10px;
    padding-left: 40px;
}
ul.q-anwer-2 li:hover {
    background-color: #22c1e9;
    color:  #0733cb;
}
.q-anwer-2 li a{
	color:#000 !important;
}

.image1>a:before{
	
  content:" ";
  width:100%;
  height:100%;
  position:absolute;
  opacity:0;
  -webkit-transition:0.2s;
  -moz-transition:0.2s;
  -ms-transition:0.2s;
  transition:0.2s;
  left:0;
  z-index:9;
  background:#fff;
	
	}
	
.image1:hover{
	
    opacity:1.4;
   -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	 max-width: 100%;
    height: auto;
	}	
	
	
.img-thumbnail1 {
    background-color: #ccc;
   border: 1px solid #fff;
   border-radius: 5%;
    max-width: 100%;
    padding: 4px;
	
}
.img-thumbnail1:hover {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #0747f1;
	border-radius: 5%;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
	
}  


.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
 
 
.section_blog_index .wrap_blog_index .swiper-slide.swiper-slide-active {
    opacity: 1;
    visibility: visible;
}


.section_blog_index .wrap_blog_index .swiper-slide {
    opacity: 0;
    visibility: hidden;
}

.section_blog_index .wrap_blog_index .swiper-slide-active {
    opacity: 1;
    visibility: visible;
}

.section_blog_index .wrap_blog_index .swiper-slide {
    opacity: 0;
    visibility: hidden;
}


.blog-item-thumbnail .imageload
Specificity: (0,2,0)
 {
    border-radius: 0px;
    height: 100%;
    width: 100%;
    margin: 10px;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
}

.section_slider {
  padding:15px 0;
  min-height:50px;
  background-repeat:no-repeat;
  background-position:top left;
  background-size:cover;
  margin-bottom:40px;
}

.section_slider .swiper-pagination-bullets {
  text-align:center;
}

.section_slider .swiper-pagination-bullets .swiper-pagination-bullet {
  box-shadow:none;
  outline:0;
  background:#fff;
  width:10px;
  height:10px;
  border:solid 2px #ebebeb;
  border-radius:50%;
  padding:0;
  font-size:0;
  opacity:1;
}

.section_slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition:all .2s;
  background:#de4343;
  border:solid 2px #de4343;
}

.section_slider .swiper-button-next {
  font-size:0;
  line-height:0;
  position:absolute;
  top:50%;
  display:block;
  width:45px;
  height:45px;
  padding:0;
  -webkit-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  transform:translate(0,-50%);
  cursor:pointer;
  color:#333;
  border:none;
  outline:none;
  background-color:#9bd031;
  opacity:1;
  line-height:45px;
  text-align:center;
  z-index:2;
  border-radius:3px;
  border:2px solid #fff;
  right:0;
  visibility:1;
  -webkit-transition:all .25s ease;
  transition:all .25s ease;
  -webkit-transform:translateX(0);
  transform:translateX(0);
  background-image:unset;
}

.section_slider .swiper-button-next:hover:after {
  color:#fff;
}

.section_slider .swiper-button-next.swiper-button-disabled {
  opacity:0.5;
}

.section_slider .swiper-button-next:after {
  font-size:11px;
  font-weight:bold;
  line-height:41px;
}

.section_slider .swiper-button-prev {
  font-size:0;
  line-height:0;
  position:absolute;
  top:50%;
  display:block;
  width:45px;
  height:45px;
  padding:0;
  -webkit-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  transform:translate(0,-50%);
  cursor:pointer;
  color:#333;
  border:none;
  outline:none;
  background-color:#9bd031;
  opacity:1;
  visibility:visible;
  line-height:30px;
  text-align:center;
  z-index:2;
  border-radius:3px;
  border:2px solid #fff;
  left:0;
  opacity:1;
  -webkit-transition:all .25s ease;
  transition:all .25s ease;
  -webkit-transform:translateX(0);
  transform:translateX(0);
  background-image:unset;
}

.section_slider .swiper-button-prev.swiper-button-disabled {
  opacity:0.5;
}

.section_slider .swiper-button-prev:after {
  font-size:11px;
  font-weight:bold;
  line-height:41px;
}

@media (max-width:767px) {
  .section_slider {
    background-image:unset !important;
  }
}

.section_slider .home-slider {
  padding:15px;
  background:#fff;
}

@media (max-width:767px) {
  .section_slider .home-slider {
    padding:0;
  }
}

.section_slider .view-about {
  background:#de4343;
  color:#fff;
  width:40px;
  height:40px;
  border-radius:0;
  padding:0;
  left:50%;
  bottom:-20px;
  z-index:99;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
}

.section_slider .view-about:hover {
  background:#9bd031;
}

.section_slider .view-about svg {
  width:13px;
  height:13px;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.swiper-container {
    margin-left: 30px;
    margin-right: auto;
    position: relative;
     overflow: hidden; 
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
	
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}
