/**
 * 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: 10px;
    margin-top: 10px;
    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;
	z-index: 0;
}

.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: 24px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.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: 50px;
    text-align: center;
	display:inline-block;
	height:200px;
	max-width:200px;
	
	 
}
.q-anwer .image{
    
    margin-bottom: 20px;
	display: inline-block;
	
	
	
}
.q-anwer img{
    border-radius: 7%;
    width: 150px;
    height: 150px;
    border: 2px solid white;
    box-shadow: 2px 2px 20px #00000047;
	
}

.description-q-a{
    margin-bottom: 20px;
    text-align: center;
	font-size: 14px;
	font-weight:bold;
	    color: #0733cb;

		
}
.description-q-a h3{
    text-align: center;
    margin-bottom: 20px;
	margin-top: 60px;
}
.q-anwer h3{
    font-size: 14px;
    text-align: center;
	margin-top:100px;
	text-transform:uppercase;
	color: #fff !important;
	
	
}

.q-anwer h3:hover{
    font-size: 14px;
    text-align: center;
	margin-top: 100px;
	text-transform:uppercase;
	color:  #0733cb !important;
	
} 

.q-anwer .des{
    background: #0733cb;

    box-shadow: 0 9px 9px #00000024;
    border-top: 3px solid #0747f1;
    padding: 20px 10px 20px 10px;
    border-radius: 10px;
    margin-top: -130px;
    font-size: 16px;
	height: 190px;
	min-width:150px;
	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%);
	
	 border: 2px solid #999;
}
.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: 7%;
    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;
}

.image>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;
	
	}
	
.image: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-thumbnail {
    background-color: #ccc;
   border: 4px solid #fff;
   border-radius: 7%;
    max-width: 100%;
    padding: 3px;
	
}
.img-thumbnail:hover {
	padding: 3px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 4px solid #0747f1;
	border-radius: 7%;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s 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;
}

.khungmax{
	
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display:flex;
    transition-property: transform;
    box-sizing: content-box;

	
	}
.khungmin{

	padding: 44px;
 	 display: flex;
    flex-direction: column;
    justify-content: space-between;

	}	
figure{
	
	
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    unicode-bidi: isolate;
	
	}
	
.khungmin figure img{
	
	width:60px;
	height:60px;
	
	}
.texticon{
	padding:10px;
	text-align:center;

	
	}

.section_service {
  padding:0 0;
  overflow:hidden;
  margin-bottom:40px;
}

@media (max-width:767px) {
  .section_service {
    margin-bottom:25px;
  }
}

@media (max-width:1199px) and (min-width:768px) {
  .section_service .col-item-srv:nth-child(1),
  .section_service .col-item-srv:nth-child(2) {
    margin-bottom:15px;
  }
}

@media (max-width:767px) {
  .section_service .col-item-srv:nth-child(1),
  .section_service .col-item-srv:nth-child(2),
  .section_service .col-item-srv:nth-child(3) {
    margin-bottom:15px;
  }
}

.section_service .service_item_ed {
  border-radius:10px;
  padding: 5px;
  height:110px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
}

.section_service .service_item_ed.a {
  background:#fff;
  border:solid 2px #0733cb;
  box-shadow: 0 9px 9px #00000024;
  
}

.section_service .service_item_ed.a:hover {
  background:#fff;
  border-color:#fff568;
  color:#0733cb !important;
}

.section_service .service_item_ed.b {
  background:#fff;
  border:solid 2px #0733cb;
  box-shadow: 0 9px 9px #00000024;
 
}

.section_service .service_item_ed.b:hover {
  background:#fff;
  border-color:#fdc689;
}

.section_service .service_item_ed.c {
  background:#fff;
  border:solid 2px #0733cb;
  box-shadow: 0 9px 9px #00000024;
  
}

.section_service .service_item_ed.c:hover {
  background:#fff;
  border-color:#b6e555;
}

@media (min-width:992px) and (max-width:1199px) {
  .section_service .service_item_ed {
    padding:0 20px;
  }
}

@media (max-width:767px) {
  .section_service .service_item_ed {
    padding:0 10px;
  }
}

.section_service .service_item_ed .iconx {
  display:inline-block;
  width:60px;
  float:left;
}

@media (max-width:1199px) and (min-width:992px) {
  .section_service .service_item_ed .iconx {
    width:60px;
  }
}

.section_service .service_item_ed .iconx img {
  max-width:100%;
  height:auto;
}

@media (max-width:560px) {
  .section_service .service_item_ed .iconx {
    width:40px;
  }
}

.section_service .service_item_ed .content_srv {
  width:calc(100% - 50px);
  -o-width:calc(100% - 50px);
  -moz-width:calc(100% - 50px);
  -webkit-width:calc(100% - 50px);
	height:calc(100% - 35px);
    -o-height:calc(100% - 35px);
    -moz-height:calc(100% - 35px);
    -webkit-height:calc(100% -35px);
  display:inline-block;
  float:left;
  margin:5px;
  padding: 5px;	
  
}

@media (min-width:992px) and (max-width:1199px) {
  .section_service .service_item_ed .content_srv {
    width:calc(100% - 50px);
    -o-width:calc(100% - 50px);
    -moz-width:calc(100% - 50px);
    -webkit-width:calc(100% - 50px);
	   height:calc(100% -35px);
    -o-height:calc(100% - 35px);
    -moz-height:calc(100% - 35px);
    -webkit-height:calc(100% -35px);
	   
  }
}

@media (max-width:560px) {
  .section_service .service_item_ed .content_srv {
    width:calc(100% - 10px);
    -o-width:calc(100% - 10px);
    -moz-width:calc(100% - 10px);
    -webkit-width:calc(100% -10px);
	  
	 height:calc(100% - 5px);
    -o-height:calc(100% - 5px);
    -moz-height:calc(100% - 5px);
    -webkit-height:calc(100% -5px);
  }
}

.section_service .service_item_ed .content_srv .title_service {
  display:block;
  font-family:'Arial';
  font-weight:500;
  font-size:15px;
  line-height:20px;
  color:#333;
  overflow: hidden;
   

	


	


  
}

@media (min-width:992px) and (max-width:1199px) {
  .section_service .service_item_ed .content_srv .title_service {
    font-size:14px;
  }
}

.section_service .service_item_ed .content_srv .content_service {
  display:block;
  font-family:'Gotham',sans-serif;
  font-size:15px;
  font-weight:500;
  line-height:20px;
  margin-top:10px;
  color:#333;
}

@media (min-width:992px) and (max-width:1199px) {
  .section_service .service_item_ed .content_srv .content_service {
    font-size:14px;
    margin-top:5px;
  }
}

.section_service .service_item_ed .content_srv .content_service a {
  font-weight:bold;
  color:#333;
  text-decoration:none;
}

.section_service .service_item_ed .content_srv .content_service a:hover {
  color:#9bd031;
}

.blog-item {
    overflow: hidden;
    padding-left:20px;
}

.blog-item-thumbnail .imageload {
    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
Specificity: (0,1,1)
 {
    display: block;
    max-width: 100%;
}

.col-lg-24, .col-lg-24, .col-md-24, .col-sm-24, .col-xs-24 {
    position: relative;
	
	
	}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.blog-item-name {
	overflow: hidden;
    font-weight: 500;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
	padding-left:10px;
	text-align:left !important;
}

.blog-item-grid .content_ar .blog-item-name {
	overflow: hidden;
    font-family: 'Gotham_bold', sans-serif;
    position: relative;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    padding: 0 5px;
}

.content_ar .summary_ {
	overflow: hidden;
    font-family: 'Gotham', sans-serif;
    font-size: 14px;
    color: #555555;
	text-align:justify;
	float:left;
	
}
