.button{
    background: #007DB5 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
    padding: 5px 10px;
    text-align: center;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    cursor: pointer;
    border-radius: 4px;
}

.button:hover {
    background: #222222;
    color: #fff;
}
/*---------Common Class-------*/
.table {
	padding-bottom: 0px;
	margin-bottom: 0px;
	background: #000;
}
.table tr:nth-child(n) {
	background-color: #eff5f9;
}
.table tr:nth-child(2n) {
	background-color: #fff;
}
.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-pad-left {
    padding-left: 0 !important;
}

.no-pad-right {
    padding-right: 0 !important;
}
.input-text
{
	padding: 5px !important;
}
.h1title
{
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}
.button_menu
{
	text-align: right; 
	position: absolute;
	right: 10px;
}
.button_menu a
{
	margin-left: 5px;
}
.form-control:input
{
	padding: 0px;
}
.no-padding-top
{
	padding-top: 0px;
}
.no-padding-bottom
{
	padding-bottom: 0px;
}
.no-padding-left
{
	padding-left: 0px;
}
.no-padding-right
{
	padding-right: 0px;
}
.no-padding-left-right
{
	padding-left: 0px;
	padding-right: 0px;
}
.min-width20
{
	min-width:20px;
}
.min-width30
{
	min-width:30px;
}
.min-width40
{
	min-width:40px;
}
.min-width50
{
	min-width:50px;
}
.min-width60
{
	min-width:60px;
}
.min-width80
{
	min-width: 80px;
}
.min-width90
{
	min-width: 90px;
}
.min-width100
{
	min-width: 100px;
}
.min-width110
{
	min-width: 110px;
}
.min-width120
{
	min-width: 120px;
}
.min-width130
{
	min-width: 130px;
}
.min-width140
{
	min-width: 140px;
}
.min-width150
{
	min-width: 150px;
}
.w100
{
	width: 100%;
}
.w10
{
	width: 10px;
}
.w20
{
	width: 20px;
}
.w40
{
	width: 40px;
}
.w50
{
	width: 50px;
}
.w60
{
	width: 60px;
}
.w65
{
	width: 65px;
}
.w70
{
	width: 70px;
}
.w80
{
	width: 80px;
}
.w90
{
	width: 90px;
}
.w110
{
	width: 110px;
}
.w120
{
	width: 120px;
}
.w140
{
	width: 140px;
}
.w150
{
	width: 150px;
}
.w200
{
	width: 200px;
}

.mt-0
{
	margin-top: 0px;
}
.mb-0
{
	margin-bottom: 0px;
}
.ml-0
{
	margin-left: 0px;
}
.mr-0
{
	margin-right: 0px;
}

.mt-5
{
	margin-top: 5px;
}
.mb-5
{
	margin-bottom: 5px;
}
.ml-5
{
	margin-left: 5px;
}
.mr-5
{
	margin-right: 5px;
}


.mt-10
{
	margin-top: 10px;
}
.mb-10
{
	margin-bottom: 10px;
}
.ml-10
{
	margin-left: 10px;
}
.mr-10
{
	margin-right: 10px;
}
.mt-15
{
	margin-top: 15px;
}
.mb-15
{
	margin-bottom: 15px;
}
.ml-15
{
	margin-left: 15px;
}
.mr-15
{
	margin-right: 15px;
}

.mt-20
{
	margin-top: 20px;
}
.mb-20
{
	margin-bottom: 20px;
}
.ml-20
{
	margin-left: 20px;
}
.mr-20
{
	margin-right: 20px;
}
.pt-0
{
	padding-top: 0px;
}
.pb-0
{
	padding-bottom: 0px;
}
.pl-0
{
	padding-left: 0px;
}
.pr-0
{
	padding-right: 0px;
}

.pt-5
{
	padding-top: 5px;
}
.pb-5
{
	padding-bottom: 5px;
}
.pl-5
{
	padding-left: 5px;
}
.pr-5
{
	padding-right: 5px;
}

.pt-10
{
	padding-top: 10px;
}
.pb-10
{
	padding-bottom: 10px;
}
.pl-10
{
	padding-left: 10px;
}
.pr-10
{
	padding-right: 10px;
}

.error
{
	color: #ff0000;
}
.alert
{
	background: #FFFED2;
	padding: 10px;
	border: 1px solid #F2BA72;
}
.alert-error
{
	color: #ff0000;
	font-weight: bold;
}
.white
{
	background: #fff;
}
.xam
{
	background: #F0F3F4;
}
.xanhnhat
{
	background: #B2B9C0;
}
.c-white
{
	color: #fff;
}
.c-red
{
	color: #ff0000;
}
.c-orange
{
	color: #D37E09;
}
.b-bottom
{
	border-bottom: 1px solid #ddd;
}
.text-upper
{
	text-transform: uppercase;
}
.text-justify
{
	text-align: justify;
}
.text-center
{
	text-align: center;
}
.text-bold
{
	font-weight: bold;
}
.bold
{
	font-weight: bold;
}
.no-padding
{
	padding: 0px;
}
.no-padding-left
{
	padding-left: 0px;
}
.no-padding-right
{
	padding-right: 0px;
}
.no-backgroud
{
	background: none;
}
.no-border
{
	border: 0px;
}
.p-top0
{
	padding-top: 0px;
}
.p-bottom0
{
	padding-bottom: 0px;
}
.p-top10
{
	padding-top: 10px;
}
.p-bottom10
{
	padding-bottom: 10px;
}
.p-top15
{
	padding-top: 15px;
}
.p-bottom15
{
	padding-bottom: 15px;
}
.p-top20
{
	padding-top: 20px;
}
.p-bottom20
{
	padding-bottom: 20px;
}
.p-top30
{
	padding-top: 30px;
}
.p-bottom30
{
	padding-bottom: 30px;
}
.p-top40
{
	padding-top: 40px;
}
.p-bottom40
{
	padding-bottom: 40px;
}
.p-top50
{
	padding-top: 50px;
}
.p-bottom50
{
	padding-bottom: 50px;
}
.m-top0
{
	margin-top: 0px;
}
.m-bottom0
{
	margin-bottom: 0px;
}
.m-top15
{
	margin-top: 15px;
}
.m-bottom15
{
	margin-bottom: 15px;
}
.m-top10
{
	margin-top: 10px;
}
.m-bottom10
{
	margin-bottom: 10px;
}
.m-top20
{
	margin-top: 20px;
}
.m-bottom20
{
	margin-bottom: 20px;
}
.m-left20
{
	margin-left: 20px;
}
.m-right20
{
	margin-right: 20px;
}
.p-left0
{
	padding-left: 0px;
}
.p-right0
{
	padding-right: 0px;
}
.h50
{
	height: 50px;
}
.h60
{
	height: 60px;
}
.h70
{
	height: 70px;
}
.h80
{
	height: 80px;
}
.h100
{
	height: 100px;
}
.h130
{
	height: 130px;
}
.h140
{
	height: 140px;
}
.h160
{
	height: 160px;
}
.h180
{
	height: 180px;
}
.h200
{
	height: 200px;
}
.h220
{
	height: 220px;
}
.h240
{
	height: 240px;
}
.w100p
{
	width: 100%;
}
.section-home .single-latest-blog
{
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.section-home .single-latest-blog li
{
	width: 100%;
	position: relative;
	text-align: justify;
}
.section-home .single-latest-blog li img{
	max-width: 100%;
	overflow: hidden;
	height: 150px;  
	margin: 0 auto;
	object-fit:cover;
}
.section-home .single-latest-blog li h4{
	font-weight: bold;
}
.section-home .single-latest-blog li p{
	text-align: justify;
}
.main-container img
{
	max-width: 100%;
	Height: auto;
}
.image-holder{overflow: hidden; width: 100%; }
/*.image-holder img{max-width: 100%; width: 100%; height: auto; margin: 0 auto}*/
.image-holder img
{
	max-height: 100%;  
	margin: 0 auto;
	object-fit:cover;
	width:100%;
	transition: all 1s ease 0s;

}
.image-holder:hover img
{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	
}
.line-clamp {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
}

.line-clamp.line-clamp-1 {
    line-height: 20px;
    height: 20px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.cause-title {
	/*
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 1.6rem;
    line-height: 2.1rem;
    height: 4.2rem;
    overflow: hidden;
    color: var(--base-color);
    font-weight: bold;
	*/
	
}
.owl-carousel p
{
	margin-top: 5px;
	text-align: center;
}
.owl-carousel .owl-item img {
  Height: 80px;
}
.tweets li{
	position: relative;
	Height: 60px;
	margin-top: 10px;
	/*border-bottom: 1px solid #ddd;*/
}
.text-red
{
	color: #ff0000;
}
.text-blue
{
	color: #1f76bd;
}
.text-bold
{
	font-weight: bold;
}
.section-news-bg {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: rgba(99,99,99,.1) 0 2px 8px 0;
}
.section-news-header {
    padding: 0px 15px;
	text-align: justify;
	border-bottom: 1px solid #1f76bd;
	
	Margin-bottom: 15px;
}
.section-news-header h2 
{
    font-weight: bold;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 24px;
	color: #1f76bd;
	
}
.section-news-header a {
    text-decoration: none;
	float: right;	
	margin-top: 0px;
}
.section-news-header ul li {
    margin-right: 22px;
    list-style-type: none;
    white-space: nowrap;
}
.section-news-header ul li a {
    font-size: 15px;
}
.section-news-header .item_frame_more {
    color: #0d6efd;
}

/* Product */
.product_list .section-news-body {
    padding: 0 6px 12px 6px;
    position: relative;
    box-sizing: border-box;
}
.product_list .section-news-body .product {
    padding: 0 6px;
}
/* prev-btn and next-btn */
.section-news-body:hover .prev-btn,
.section-news-body:hover .next-btn {
    display: block;
}
.prev-btn,
.next-btn {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    border: 0;
    background-color: #ffffff;
    box-shadow: 1px 1px 6px #898989;
    border-radius: 2px;
    padding: 12px 10px;
    z-index: 1;
    display: none;
}
.prev-btn {
    left: 4px;
}
.next-btn {
    right: 4px;
}
/* news */
.section-news .section-news-body {
    padding: 0 15px;
}
.section-news .section-news-body .image {
    width: 100%;
    border-radius: 4px;
}
/*
.section-news .section-news-body a:hover .image {
    border: 2px solid;
    border-color: var(--background-color-main);
}
*/
.section-news .section-news-body .title {
    font-weight: bold;
}
.section-news .section-news-body .main-news .title {
    font-size: 18px;
}
.section-news .section-news-body .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
}
@media (max-width: 576px) {
   /* .section-news-header {
        padding: 0 15px 0 12px;
    }
	*/
    .section-news .section-news-body .list-main-news {
		border-left: 0px;	
	}
	.section-news .section-news-body .list-main-news .content .title {
		margin-top: 10px;
	}
}

.section-news .section-news-body .main-news{
    text-decoration: none;
    color: unset;
}

.section-news .section-news-body .list-main-news {
    border-left: 1px solid #ddd;
	
}
.section-news .section-news-body .list-main-news .news-item {
    text-decoration: none;
    color: unset;
	width: 100%;
}
.section-news .section-news-body .list-main-news .news-item img
{
	margin-top: 5px;
	margin-right: 15px;
	width: 100px;
}
.section-news .section-news-body .list-main-news .news-item img:hover{
   border: 2px solid #409ED3;
}
.section-news .section-news-body .list-main-news .content {
    padding-left: 0;
	text-align: justify;
	
}
.section-news .section-news-body .list-main-news .content .title {
    font-size: 18px;
	text-align: justify;	
}
.section-news .section-news-body .list-main-news .border-bottom {
    border-bottom: 1px solid #ddd;
}
.section-news .section-news-body .list-main-news .border-bottom:last-child {
    border-bottom: 0;
}

/* footer top css */
/*
.footer-top {
    padding-bottom: 20px;
}

.footer-title {
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 0 15px;
    position: relative;
    text-transform: capitalize;
}

.footer-list li a {
  color: #212121;
  display: block;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-transform: normal;
}

.footer-list li {
    line-height: 31px;
}

.footer-list li a:hover {
    color: #E62E04;
}

.footer-list li a:hover:before {
    opacity: 0;
}

.logo-footer {
    margin-bottom: 30px;
}

.footer-content p {
    font-size: 13px;
    line-height: 23px;
}

.footer-content h5 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}

.social-footer-list a {
    color: #b2b2b1;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
}

.social-footer-list a:not(:last-child) {
    margin-right: 30px;
}

.social-footer-list a:hover {
    color: #E62E04;
}

.single-footer.style-change {
    padding-left: 40px;
}
*/
/* footer middle css */
.social-footer{
	width: 100%;
	margin-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;	
	padding-left: 0px;
	
}
.social-footer > li {
  display: inline-block;
}

.social-footer li a {
  margin-left: 0px;
  margin-right: 15px;
  text-align: left;
}
.social-footer li a i {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.social-footer li a:hover i{
  color: #000;
}
/* ScrollToTop */
a.back-to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 15px;
	text-decoration: none;
	z-index: 99999;
  }
  
  a.back-to-top i {
	display: block;
	font-size: 22px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	background: #03A9F4;
	border-radius: 30px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  }
  
  a.back-to-top:hover, a.back-to-top:focus {
	text-decoration: none;
  }
.bot-nav {
    display: none;
}
/* footer bottom css */
.footer-bottom-content p {
    color: #666;
    font-size: 14px;
}

.footer-bottom-content p a {
    color: #E62E04;
}

.footer-bottom-content p a:hover,
.tag-content a:hover {
    text-decoration: underline;
}

.footer-nav-list li {
    display: inline-block;
}

.footer-nav-list li a {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding-left: 30px;
    text-transform: uppercase;
}

.footer-nav-list li a:hover,
.tag-content a:hover {
    color: #E62E04;
}

.footer-nav-list li:first-child a {
    padding-left: 0;
}


.footer-support
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-support li
{
	display: block;
	margin-bottom: 5px;
	
	
}
#scrollUp {
    background: #333 none repeat scroll 0 0;
    bottom: 65px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    height: 40px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    z-index: 999;
}

#scrollUp:hover {
    background: #E62E04;
}

#scrollUp i {
    font-size: 25px;
    line-height: 40px;
}
.footer-list li {
  text-transform: normal;
  transition: all 0.5s ease-in-out 0s;
}
.address-content li {
  color: #212121;
  display: block;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}
.address-content li i {
  display: inline-block;
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 3px;
}
.copyright-text a {
  color: #212121;
}
.copyright-text.text-center > p {
  color: #212121;
  font-size: 14px;
}

.socials-share {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0px;
    
}

.socials-share a {
    padding: 4px 10px;
    min-width: 40px;
    text-align: center;
    color: #fff;
    line-height: 2em;
    text-decoration: none;
    border-radius: 2px;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 4px;
}

.socials-share span.fa {
    margin-right: 0px;
}

.bg-facebook {
    background: #3a5899;
}

.bg-facebook:hover, .bg-facebook:focus {
    background: #1d418d;
}

.bg-twitter {
    background: #2a99ed;
}

.bg-twitter:hover, .bg-twitter:focus {
    background: #268ad5;
}

.bg-google-plus {
    background: #db4437;
}

.bg-google-plus:hover, .bg-google-plus:focus {
    background: #bb2a1d;
}

.bg-pinterest {
    background: #cb1e26;
}

.bg-pinterest:hover, .bg-pinterest:focus {
    background: #ae0e15;
}

.bg-email {
    background: #dd5348;
}

.bg-email:hover, .bg-email:focus {
    background: #ce3f34;
}
.bg-zalo {
    background: #00B6FE;
}

.bg-zalo:hover, .bg-email:focus {
    background: #268AD5;
}
.zalo-icon
{
	
	width: 16px;
	height: 16px;
	margin-right: 5px;
}


.Product_forU{font-size:20px;font-weight:500;border-bottom:2px solid;}
.product-detail-img{border:solid 1px #ddd;}
.product-detail-img-2{border:solid 1px #ddd;padding:10px;}
 .product-detail-img ul li p{margin:0;font-weight:500;color:#2d2d2d;margin:25px 0 10px 0;}
 .product-detail-img ul li img{margin:10px 0;}
.Small-img span.shape-top{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:10px solid transparent;position:absolute;top:15px;left:50%;transform:translate(-50%);}
.Small-img.active img ,.Small-img:hover img{}
.Small-img:hover span.shape-top{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:7px solid #335494;}
.Small-img img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%);}
.Small-img a{}
.Small-img.active, .Small-img:hover{border:2px solid #335494;}
.Product_detail_name{border-bottom:1px solid #d4d4d4;font-weight:500;padding-bottom:5px; margin-bottom: 15px;}
.Product_detail_name ul li{padding:5px;}
.Product_detail_name ul li a{color:#335494;}
.Product_detail_name .sku{font-size:14px;font-style:italic;display:inline-block;vertical-align:middle;margin-top:5px}
.Product_detail_name .sku strong{font-style:normal}
.Product_detail_price p{}
.Product_detail_price .p-detail-marketPrice .percent{display:inline-block;margin-left:10px;font-size:12px;padding:2px 5px;background-color:#cc372b;color:#fff;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.Product_detail_price p .old_Price{color:#919191;text-decoration:line-through; margin-left: 10px;}
.Product_detail_price p .Price{color:#d70909;font-size:25px;font-weight:500;margin-left: 50px;}
.Product_detail_price p .Price.greyText{color:#c7c7c7;font-size:16px;}
.Product_detail_price .soluong-mua{display:block;align-items:center;justify-content:space-between;}
.Product_detail_price .soluong-mua .btn-cart-quantity{border-radius:0px;padding:0 10px !important;outline:none !important;float:left;background:#ffffff;border:1px solid #ddd;width:30px;text-align:center;height:40px;font-weight:bold;color:#888888;line-height:40px;}
.Product_detail_price .soluong-mua .quantity-cart-header{font-size:15px;width:60px;text-align:center;float:left;outline:none;background:#fff;border:1px solid #ddd;padding:2px 0px;height:40px;}
.Product_detail_price .pd_action{display:block;align-items:center;justify-content:space-between;}
.btn-outline{position:relative;z-index:0;border:1px solid #00a651;white-space:nowrap;padding:10px 40px;margin-bottom:0;font-weight:800;text-align:center;text-transform:uppercase;vertical-align:middle;display:inline-block;background:#00a651;color:#fff;transition:all .3s ease-in-out;margin-right:20px;border-radius:50px}
.btn-outline:hover,.btn-outline:focus,.btn-outline.btn-buyNow,.btn-outline.btn-style-2{background:#fff;color:#00a651}
a.button.btn-outline.btn-buyNow:hover,.btn-outline.btn-style-2:hover{background:#00a651;color:#fff}

.Product_detail_price .MuaNgay{border: 0px;background:#ff0000;color:#fff;font-weight:500;font-size:15px;padding:10px;text-align:center;display:inline-block;width:48%;}
.Product_detail_price .Chovaogio{border: 0px;background:#00a3e6;color:#fff;font-weight:500;font-size:15px;padding:10px;display:inline-block;text-align:center;width:48%;}
.Product_detail_price .MuaNgay-2{background:#cc372b;color:#fff;font-weight:500;font-size:15px;padding:8px 13px;margin-left:7px;}
.Product_detail_price .Chovaogio-2{background:#335494;color:#fff;font-weight:500;font-size:15px;padding:8px 13px;margin-left:7px;}
.Product_detail_price .Banner-thongtin .Uudai{background:#fed835;height:40px;line-height:40px;font-weight:500;text-align:center;}
.Product_detail_price .Banner-thongtin .Uudai a{color:#000;}
.Product_detail_price .Banner-thongtin .Uudai-2{background:#ededed;text-align:center;line-height:24px;font-weight:500;padding:0 5px;}
.Product_detail_price .Banner-thongtin .Uudai-2 a{color:#cc372b;}
.Product_detail_price .border-khuyenmai{border:1px solid #fe0000;padding:24px 0 10px 11px;line-height:32px;border-radius:3px;}
.Product_detail_price .border-khuyenmai .khuyenmai-img{background:#fe0000;line-height:35px;border-radius:10px;color:#fff;text-align:center;position:absolute;top:-20px;padding:0px 20px;}
.Product_detail_price .UudaiThanhvien{border:1px solid #ededed;}
.Product_detail_price .UudaiThanhvien p{padding:0 15px;}
.Product_detail_price .UudaiThanhvien .UudaiThanhvien_title{font-weight:bold;background:#ededed;line-height:40px;}
.Product_detail_price .Ticket{flex-wrap:wrap;flex-direction:row;}
.Product_detail_price .Ticket > div{width:33%;padding:0 5px;}
.Product_detail_price .Ticket > div > img{width:80px;max-height:80px;}
.Product_detail_price .Ticket > div > p{font-size:12px;}

.box-promise{padding:10px;background:#fff;border:1px solid #ddd;border-radius:5px; font-size: 15px;}
.box-promise .promise .title{font-size:15px;font-weight:700;text-align:center;text-transform:uppercase;display:inline-block;color:#335494;}
.box-promise img{width: 100%;}
ul.list-promise{position:relative;overflow:hidden;}
ul.list-promise li{margin:10px 0;overflow:hidden;display:flex;align-items:center;}
ul.list-promise li>span{flex:1;margin-right:2px;padding:3px;width:40px;max-width:40px;}
ul.list-promise li>p{flex:1;margin:0;}
ul.list-promise li>span>i{width:30px;height:30px;display:block;line-height:32px;vertical-align:middle;background-size:auto;}
ul.policy{display:block;padding:5px 0 10px;border-radius:4px;margin-top:0;}
ul.policy>li{display:block;overflow:hidden;font-size:14px;color:#333;padding:5px 0;border-top:solid 1px #f0f0f0;}
ul.policy>li:first-child{border-top:0;}
ul.policy>li>i{font-size:13px;float:left;margin-right:5px;color:#335494;line-height:20px;}
.list-promise .icon-new1{background-image:url('../img/icon-new1.png');background-repeat:no-repeat;}
.list-promise .icon-new2{background-image:url('../img/icon-new2.png');background-repeat:no-repeat;}
.list-promise .icon-new3{background-image:url('../img/icon-new3.png');background-repeat:no-repeat;}


.product-detail-box{padding-right:20px}
.product-detail-box .product-subtitle{font-size:14px;line-height:18px;margin-bottom:5px;color:#949494;font-weight:400;margin-top:10px;text-transform:uppercase}
.product-detail-box .product-title-detail{font-size:20px;margin:10px 0 0;line-height:1.2;margin-bottom:5px;color:#3d3d3d;font-weight:400;text-transform:uppercase}
.product-title-detail.p-title h1{font-size:20px;padding:5px 0;font-weight:700;margin:0;line-height:normal}
.product-detail-box .sku{font-size:14px;font-style:italic;display:inline-block;vertical-align:middle;margin-bottom:10px}
.product-detail-box .sku strong{font-style:normal}
.product-description{font-size:14px;max-height:400px;overflow-x:auto;line-height:1.3;color:gray;font-weight:300;margin-bottom:20px !important}
.price{font-size:15px;line-height:25px}
.product-detail-box .price{line-height:1.3;letter-spacing:0}
.detail-info-entry{margin-bottom:10px}
.product-detail-box .price .prev{font-size:18px;color:#999;font-weight:400;display:block;vertical-align:middle;margin-left:0;margin-bottom:0;text-decoration:line-through;font-style:italic}
.product-detail-box .price .current{font-size:25px;color:#00a651;font-weight:700;display:inline-block;vertical-align:middle}
.product-detail-box .right_box{padding:10px 0 0 20px;border-left:1px #dfdfdf solid}
.serv-1{background:url("../img/icon-serv-1.png") top left no-repeat}
.serv-2{background:url("../img/icon-serv-2.png") top left no-repeat}
.serv-3{background:url("../img/sanphamchinhhang.png") top left no-repeat}
.serv-4{background:url("../img/giatot.png") top left no-repeat}
.serv-5{background:url("../img/haumaichudao.png") top left no-repeat}
.pd_policy .serv{color:#000;display:block;padding-left:40px;width:100%;padding-bottom:20px}
.pd_policy .serv:last-child{padding-bottom:0}
.pd_policy .serv span{color:#727272}
.pd_policy h3,.pd_saler h3{font-size:17px;color:#5a5a5a;padding-bottom:10px}
.quantity-selector{font-size:0}
.detail-info-entry-title{font-size:14px;color:#313131;line-height:18px;font-weight:600;margin-bottom:7px}
.quantity-selector .entry{border:1px #d1d1d1 solid;height:30px;line-height:30px;width:30px;margin-left:-1px;display:inline-block;cursor:pointer;position:relative;font-size:12px;color:#4c4c4c;text-align:center;user-select:none;-webkit-user-select:none;-moz-user-select:none}
.quantity-selector .entry.number-minus:before,.quantity-selector .entry.number-plus:before{content:"";width:11px;height:1px;background:#4d4d4d;left:50%;margin-left:-5.5px;top:50%;margin-top:-.5px;position:absolute}
.quantity-selector .entry.number-plus:after{content:"";height:11px;width:1px;background:#4d4d4d;left:50%;margin-left:-.5px;top:50%;margin-top:-5.5px;position:absolute}
.quantity-selector .entry.number{cursor:default;width:44px;padding:0 5px;width:auto;min-width:44px}
.detail-info-entry.pd_action{margin-top:20px}
.btn-outline{position:relative;z-index:0;border:1px solid #00a651;white-space:nowrap;padding:10px 40px;margin-bottom:0;font-weight:800;text-align:center;text-transform:uppercase;vertical-align:middle;display:inline-block;background:#00a651;color:#fff;transition:all .3s ease-in-out;margin-right:20px;border-radius:50px}
.btn-outline:hover,.btn-outline:focus,.btn-outline.btn-buyNow,.btn-outline.btn-style-2{background:#fff;color:#00a651}
a.button.btn-outline.btn-buyNow:hover,.btn-outline.btn-style-2:hover{background:#00a651;color:#fff}
.pd_saler{margin-top:20px}.pd_saler p{display:block;width:100%;padding-left:25px;background:url('/tp/T0199/img/check-ser.png') left 4px no-repeat;padding-bottom:8px}.product_socaial .box_social>div{display:inline-block;vertical-align:top;margin-right:5px}.sale{position:absolute;right:10px;top:10px;z-index:10;padding:5px;border:1px solid #00a651;color:#00a651;font-size:12px}.sold{position:absolute;left:10px;top:10px;z-index:10;padding:5px;border:1px solid #323232;color:#323232;font-size:12px}div#thumb_img{margin:20px 0}div#thumb_img ul.slide_thumb_img{padding:0 30px}.slide_thumb_img li.product-thumb.active{border-color:#00a651}.slide_thumb_img li.product-thumb{margin:5px;padding:5px;border:1px solid transparent}
.information-entry .title_chir{margin-top:10px}
.inline-product-entry.new .image{width:85px;float:left;border:1px transparent solid}
.inline-product-entry.new .content{margin-left:90px;padding-right:10px}
.cell-view{display:table-cell;vertical-align:middle;height:inherit}
.inline-product-entry.new .content .cell-view{height:55px}
.inline-product-entry.new .title{display:block;max-height:35px;overflow:hidden;line-height:1.4}
.information-entry .new .price{font-size:13px;margin-top:10px}
.information-entry .new .price .prev{font-size:11px;text-decoration:line-through;font-style:italic}
