:root{
	--main-color: #9c1e22;
	--second-color: #57803c;
	--grey1: #808080;
	--white: #fff;
}
			body{
	background-color: #f1e2cb;
}

.line-cap2 div{
	background-color: #f1e2cb !important;
}

.line-cap div{
	background-color: #f1e2cb !important;
}
/*.line-cap3 div{
	background-color: #f1e2cb !important;
}*/

.line-caplv-left div{
	background-color: #f1e2cb !important;
}




.fs-g-o-none{
	display: none;
}
body{
	font-family: "Bitter", serif;
}
#header .row-1{
	background-color: #171717;
	color: #fff;
	padding: 10px 0px;
}

.mrpd{
	padding-left: 0px;
	padding-right: 0px;
}

#header .row-1-content-sub .main-logo img{
	max-width: 100%;
	max-height: 100%;
}

#header .row-1-content-sub {
	display: flex;
	align-items: center;
}
#header .row-1-content-sub .flex-sub{
	display: flex;
	justify-content: space-between;
}

#header .row-1-content-sub .main-logo .logo{
	height: 70px;
}

#header .row-1-content-sub .group-search{
	display: flex;
	align-items: center;
}

#header .row-1-content-sub .box-logo{

}
#header .row-1-content-sub .box-search{

	width: 40%;
}

#header .row-1-content-sub .box-search .form-group{
	width: 100%;
}

#header .row-1-content-sub .box-search .qd-nav-search{
	width: 100%;
}

#header .row-1-content-sub .box-search input{
	width: 100%;
}

#header .row-1-content-sub .box-search .fa-search {
	padding-top: 9px;
}

.box-info{
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-info .fa{
	margin-right: 12px;
	font-size: 20px;
}

.box-info img{
	max-width: 100%;
	max-height: 100%;
	margin-right: 5px;
	height: 40px;
}

.box-info a{
	color: #fff;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.box-info a:hover{
	color: #f60;
}

.img-box-info{
	height: 32px;
	position: relative;
}

#header .row-2{
	padding: 10px 0px;
	padding-bottom: 0px;
}

#header .row-2 .col-menu-flex{
	display: flex;
	/*justify-content: space-between;*/
	justify-content: center;
	align-items: center;
	padding: 10px 0px;
	border-bottom: 1px solid #3333;
}

#header .row-2 .box-cate-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 58px;
}

#header .row-2 .box-cate-head a{
	color: #000;
	text-decoration: none;
}

#header .row-2 .box-cate-head .fa{
	font-size: 20px;
}

#header .row-2 .box-cate-image{
	height: 35px;
}

#header .row-2 .box-cate-head:last-child{
	margin-right: 0px !important;
}

#header .row-2 .box-cate-image img{
	max-width: 100%;
	max-height: 100%;
	margin-right: 5px;
}

#header .row-2 .box-cate-head .box-content span{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}

.slider{
	margin-top: 20px;
}

.slider .slider-left img{
	max-width: 100%;
	max-height: 100%;

}
.slider .slider-right img{
	max-width: 100%;
	max-height: 100%;
}
.prodct-home .prodct-tilte{
	font-size: 28px;
	font-family: UTMCafeta,Arial,sans-serif;
}

.prodct-home .prodct-tilte span {
    border-bottom: 2px solid #7970708c;
    padding-bottom: 5px;
}

.line-bot span {
    border-bottom: 2px solid #7970708c;
    padding-bottom: 5px;
}

.prodct-home .row-1-prodct-home{
	margin-bottom: 20px;
}
.item-prodct{
	padding: 20px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.item-prodct .img-prodct{
	position: relative;
	padding: 25px;
}
.item-prodct .img-prodct .sale{
	position: absolute;
	top: 0px;
	left: 0px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	font-size: 11px;
}
.item-prodct .img-prodct img{
	max-width: 100%;
	max-height: 100%;
	transition: all .5s ease;
}
a:hover{
	text-decoration: none;
}
.item-prodct .content-prodct h3{
	margin-top: 0px;
	/*text-align: left;*/
    margin-bottom: 5px;
    font-size: 14px;
    height: 36px;
    line-height: 1.2;
    overflow: hidden;
    padding: 5px 10px 0;
    display: block;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 300;
    color: #222;
}

.item-prodct .content-prodct h3 a{
	color: #000;
}

.item-prodct .content-prodct .price{
	color: red;
}

.item-prodct .content-prodct .price span{
	text-decoration: line-through;
    font-size: 13px;
    line-height: 1.2;
    margin-left: 10px;
    color: #000;
}

.item-prodct .img-prodct img:hover{
	width: auto;
    max-width: 100%;
    height: auto;
    -webki-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.prodct-list-home{
	margin-bottom: 20px;
}

.row-2-video{
	margin-top: 25px;
}

.row-video-content .img-video{
	/*height: 250px;*/
	padding: 15px 0px;

}

.row-video-content .img-video img{
	max-width: 100%;
	max-height: 100%;
	transition: all .5s ease;
}
.item-video{
	padding-bottom: 15px;
}

.item-video .content-video h3{
	margin-top: 0px;
	/*text-align: left;*/
    margin-bottom: 5px;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;

    display: block;
    /*font-family: 'Roboto Condensed',sans-serif;*/
    font-weight: 300;
    color: #222;
    margin-top: 15px;
}

.item-video .content-video h3 a{
	color: #000;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.item-video .content-video h3 a:hover{
	color: #f60;
}
.item-video .box-item{
	/*padding: 15px 20px;*/
}

.item-video .img-video img:hover{
	width: auto;
    max-width: 100%;
    height: auto;
    -webki-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

#footer .bg-footer{
	background-color: #000;
	color: #fff;
	padding: 15px 0px;
}

#footer .bg-footer .logo-footer img{
	max-width: 100%;
	max-height: 100%;
}

#footer .bg-footer .logo-footer{
	height: 50px;
	margin-bottom: 10px;
}

.box-footer .h3-footer{
	font-size: 26px;
	font-family: UTMCafeta,Arial,sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
}

.box-footer .h3-footer .border{
	border-bottom: 1px solid #F6871E;
}
.item-cate-prodct{
	padding: 20px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
}

.item-cate-prodct .img-cate-prodct{
	padding: 10px 10px;
	/*height: 250px;*/

}
.item-cate-prodct .img-cate-prodct img{
	max-width: 100%;
	max-height: 100%;
	transition: all .5s ease;
}
.item-cate-prodct .content-cate-prodct h3{
	font-size: 14px;
	height: 22px;
	overflow: hidden;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.item-cate-prodct .content-cate-prodct h3 a{
	color:#000;
}

.item-cate-prodct .img-cate-prodct img:hover{
	width: auto;
    max-width: 100%;
    height: auto;
    -webki-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.prodct-list-cate-home .item-cate-prodct:nth-child(3){
	border-right: none;
}
.prodct-list-cate-home .item-cate-prodct:nth-child(4){
	border-bottom: none;
}
.prodct-list-cate-home .item-cate-prodct:nth-child(5){
	border-bottom: none;
}
.prodct-list-cate-home .item-cate-prodct:nth-child(6){
	border-right: none;
	border-bottom: none;
}

.row-footer2{
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 1px solid #fff;
	padding-top: 20px;
}

.row-footer2 ul{
	padding-left: 0px;
	text-align: center;
}

.row-footer2 ul li{
	border-right: 1px solid #fff;
	padding: 0px 10px;
	list-style-type: none;
	display: inline-block;
}

.row-footer2 ul li:list-child{
	padding-left: 0px;
}

.row-footer2 ul li:last-child{
	border-right: none;
	padding-right: 0px;
}

.row-footer2 ul li a{
	color: #fff;
}

.footer-socical{
	padding-top: 15px;
	padding-bottom: 10px;
}

.footer-socical .fa{
	background-color: #fff;
	color: #000;
	margin-right: 5px;
	border-radius: 5px;
	padding: 10px 15px;
}

.box-footer img{
	max-width: 100%;
	max-height: 100%;
	height: 70px;
}

.box-item-bofore-footer{
	text-align: center;
	padding: 20px;
}

.bofore-footer-fa-img{
	height: 100px;
	padding: 10px;
}

.bofore-footer-fa-img img{
	max-width: 100%;
	max-height: 100%;
}

.bofore-footer{
	margin-bottom: 20px;
	/*border-top: 1px solid #ebebeb;*/

}

.row-1-prodct-all-banner .img-banner-prodct img{
	max-width: 100%;
	max-height: 100%;
}

.item-prodct-all{
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 15px;
	display: none;
}

.item-prodct-all img{
	max-width: 100%;
	max-height: 100%;
	transition: all .5s ease;
}

.box-proct-all{
	font-family: UTMCafeta,Arial,sans-serif;
}
/*.box-proct-all .img-prodct-all{
	height: 320px;
}*/

.item-prodct-all .content-prodct-all{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.price-proct-all{
	margin-right: 10px;
}
.content-head-prodct-all h3{
	font-size: 26px;
	margin-top: 10px;
}

.content-head-prodct-all a{
	color: #000;
	transition: all .5s ease;
	text-decoration: none;
}

.content-head-prodct-all a:hover{
	color: #F6871E;
}

.sub-head-content-prodct-all{
	margin-top: 20px;
	font-size: 14px;
	font-family: normal, sans-serif;
	height: 48px;
	overflow: hidden;
	line-height: 22px;
}
.col-prodct-all .item-prodct-all:nth-child(3n+0){
	border-right: none !important;
}

/*.col-prodct-all .item-prodct-all:nth-child(4){
	border-bottom: none !important;
}

.col-prodct-all .item-prodct-all:nth-child(5){
	border-bottom: none !important;
}

.col-prodct-all .item-prodct-all:nth-child(6){
	border-right: none !important;
	border-bottom: none !important;
}*/

.item-prodct-all .img-prodct-all img:hover{
	width: auto;
    max-width: 100%;
    height: auto;
    -webki-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.pagination>li>a, .pagination>li>span{
	color: #ffffff !important;
	background-color: #000;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	color: #000 !important;
}



.bg-cate-sub{
	background-color: #F2F2F2;
}

.box-cate-sub{
	padding-top: 20px;
	padding-bottom: 20px;
}

.box-cate-sub img{
	max-width: 100%;
	max-height: 100%;
}


.images-cate-sub{
	height: 40px;
}
.box-cate-sub{
	display: flex;
	justify-content: center;
	align-items: center;
}

.item-cate-sub{
	padding: 0 25px;
}

.box-cate-sub .item-cate-sub:first-child{
	padding-left: 0px;
}

.box-cate-sub .item-cate-sub:last-child{
	padding-right: 0px;
}

.box-cate-sub a{
	color:#000;
	font-size: 12px;
	text-decoration: none;
}

.fontutm-28{
    font-size: 28px;
    font-family: UTMCafeta,Arial,sans-serif;
}
.mrt-10{
	margin-top: 10px;
}

.price-prodct-all{
	color: #F6871E;
	font-size: 22px;
}

.price_sale{
	text-decoration: line-through;
    color: #777;
    font-size: 19px;
    display: inline-block;
    width: calc(35% - 5px);
}

.item-prodct-all{
	position: relative;
}

.box-proct-all-hide{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	-webkit-box-shadow: 0px 0px 3px #a1a1a1;
    -moz-box-shadow: 0px 0px 3px #a1a1a1;
    -ms-box-shadow: 0px 0px 3px #a1a1a1;
    -o-box-shadow: 0px 0px 3px #a1a1a1;
    box-shadow: 0px 0px 3px #a1a1a1;
    background: #f9f9f9;
    text-align: left;
    overflow: hidden;
    padding: 15px;
    opacity: 0;
    -webkit-transition-duration: .7s;
    -moz-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
    z-index: 9;
}

.box-proct-all-hide a{
	color: #000;
	transition: all .5 ease;
}

.box-proct-all-hide h3{
	margin-top: 10px;
	font-size: 22px;
    font-family: UTMCafeta,Arial,sans-serif;
}

.price-prodct-all-hide{
	color: #F6871E;
	font-size: 18px;
	font-family: UTMCafeta,Arial,sans-serif;
}

.price-prodct-all-hide .price_sale-hide{
	text-decoration: line-through;
    color: #777;
    font-size: 18px;
    display: inline-block;
    width: calc(35% - 5px);
}

.col-prodct-all .item-prodct-all:hover .box-proct-all-hide{
	opacity: 1;
}

.btn-load-more{
	padding: 10px 40px;
	border-radius: 5px;
	border: 1px solid #f57224;
	background-color: transparent;
	color: #f57224;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition-duration: .7s;
    -moz-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
}
.loadmorebox{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
	margin-bottom: 40px;

}

.btn-load-more i{
	margin-left: 5px;
	margin-top: -3px;
}

.btn-load-more:hover{
	background-color: #f57224;
	color: #fff;
}

.box-image-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-image-slide img{
	max-width: 100%;
	max-height: 100%;
}

.product-detail{
	padding-top: 40px;
	padding-bottom: 40px;
}

#slider3{
	max-height: 100%;
}

#slider3-pager{
	text-align: center;
	margin-top: 20px;
	padding-left: 0px;
}

#slider3-pager li{
	display: inline-block;
	list-style-type: none;
	margin-right: 10px;
}

#slider3-pager li:last-child{
	margin-right: 0px;
}

#slider3-pager li{
	border: 1px solid #9999996e;
	border-radius: 5px;
	padding: 10px 10px;
	margin-bottom: 10px;
}

.h3-prodct-detail{
	margin-top: 0px;
	font-size: 32px;
	font-family: UTMCafeta,Arial,sans-serif;
	margin-bottom: 30px;
}

.content-descreption-detail{
	font-size: 12px;
	color:#777;
	line-height: 22px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	font-weight: 600;
}

.price-detail{
	color: #F6871E;
	font-size: 30px;
	font-family: UTMCafeta,Arial,sans-serif;
}
.price-detail span{
	font-size: 20px !important;
}

.model-detail{
	padding-left: 0px;
}

.model-detail li{
	list-style-type: none;
	display: inline-block;
	border-right: 1px solid #ebebeb;
	padding: 0px 15px;
}

.model-detail li:first-child{
	padding-left: 0px;
}

.model-detail li:last-child{
	padding-right: 0px;
	border-right: none;
}

.model-detail li .active{
	text-decoration: underline;
}

.tawcvs-swatches{
	padding: 0px;
	overflow: visible !important;
}

.tawcvs-swatches .swatch{
	margin-bottom: 10px;
    margin-right: 10px;
    opacity: 1;
}

.tawcvs-swatches .swatch-color {
    text-indent: -9999px;
    border: 2px solid #ccc;
}

.tawcvs-swatches .swatch {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
    opacity: 0.5;
}

.tawcvs-swatches .swatch.selected {
    -webkit-box-shadow: 0 0 5px;
    -moz-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
    border-color: #999;
    opacity: 1;
}

.tawcvs-swatches .swatch-color.selected:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #000;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 8px;
    left: 11px;
}
.color-detail-select{
	/*display: flex;
	justify-content: flex-start;
	align-items: center;*/
}

.color-textx{
	font-weight: bold;
	color:#777;
}

#internal_memory{
	margin: 10px 0px;
}


#internal_memory .box_internal_memory {
    text-align: center;
    display: block;
    border: 1px solid #bdbcbc;
    border-radius: 5px;
    padding: 7px 2px;
    transition: all .5 ease;
}

/*#internal_memory .box_internal_memor:first-child{
	padding-left: 0px;
}*/
#internal_memory a:first-child{
	/*padding-left: 0px;*/
}

#internal_memory span {
    font-size: 13px;
}

#internal_memory .price_of_memory {
    color: #F6871E;
    font-weight: 600;
}

#internal_memory a{
	padding: 5px;
	color: #000;
	text-decoration: none;
}

#internal_memory a:hover .box_internal_memory{
	border: 1px solid #F6871E;
	-webkit-transition-duration: .7s;
    -moz-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
}

#internal_memory .active .box_internal_memory{
	border: 1px solid #F6871E;
}

.qd-btn-full-order button{
	text-transform: uppercase;
    line-height: 1.2;
    font-size: 16px;
    width: 100%;
    vertical-align: middle;
    float: left;
    padding: 5px 10px 7px 10px;
    background-color: #ff6600 !important;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.23);
    position: relative;
    font-weight: 600;
    overflow: hidden;
    border: 1px solid #ff6600;
    cursor: pointer;
        color: #fff;
    -webkit-font-smoothing: antialiased;
    transition: all 0.5s;

}
.qd-btn-full-order span{
	display: block;
    font-size: 12px;
    color: #fff;
    text-transform: none;
    margin-top: 5px;
}

.bg-blue-style button{
	background-color: #288ad6 !important;
	border: 1px solid #288ad6;
	margin-top: 15px;
}

.qd-btn-full-order button:after{
	/*content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, .5);
    opacity: 1;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;*/
}

.qd-btn-full-order button:hover::after{
	/*background-color: #ffffff4a;
    text-decoration: none;
    background-image: none;
    color: #fff;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
        transform: scale(1, 1) translate(0%);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
*/
}

.product-uudai{
	padding-bottom: 20px;
}
.text-h3-title{
	font-size: 23.5px;
	font-family: UTMCafeta,Arial,sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.product-mota{
	padding-bottom: 20px;
}
.text-h3-title-box{
	font-size: 23.5px;
	font-family: UTMCafeta,Arial,sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
	border: 1px solid #e6e6e6;
    padding: 10px;
    border-left: 5px solid #f60;
    text-transform: uppercase;
}

.clear-padleft{
	padding-left: 0px;
}

.css-slice-more {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 20;
    height: 500px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.more-button-tiki-same {
    margin-top: 30px;
    text-align: center;
}

.more-button-tiki-same button {
    background-color: #fff;
    border: 1px solid #F6871E;
    border-radius: 5px;
    padding: 10px 20px;
    transition: all 0.4s;
}


.item-prodct-lienquan{
	/*border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;*/
	padding: 15px;
}

.item-prodct-lienquan img{
	max-width: 100%;
	max-height: 100%;
	transition: all .5s ease;
}

.box-proct-lienquan{
	font-family: UTMCafeta,Arial,sans-serif;
}


.item-prodct-lienquan .content-prodct-lienquan{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.price-proct-lienquan{
	margin-right: 10px;
}
.content-head-prodct-lienquan h3{
	font-size: 22px;
    margin-top: 10px;
}

.content-head-prodct-lienquan a{
	color: #000;
	transition: all .5s ease;
	text-decoration: none;
}

.content-head-prodct-lienquan a:hover{
	color: #F6871E;
}

.sub-head-content-prodct-lienquan{
	margin-top: 20px;
	font-size: 13px;
	font-family: normal, sans-serif;
	height: 48px;
	overflow: hidden;
	line-height: 22px;
}


.item-prodct-lienquan .img-prodct-lienquan img:hover{
	width: auto;
    max-width: 100%;
    height: auto;
    -webki-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    transform: translate(0, -5px);
}


.price-prodct-lienquan{
	color: #F6871E;
	font-size: 20px;
}

.price_sale_lienquan{
	text-decoration: line-through;
    color: #777;
    font-size: 16px;
    display: inline-block;
    width: calc(38% - 5px);
}

.item-prodct-lienquan{
	position: relative;
}

.box-proct-lienquan-hide{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	-webkit-box-shadow: 0px 0px 3px #a1a1a1;
    -moz-box-shadow: 0px 0px 3px #a1a1a1;
    -ms-box-shadow: 0px 0px 3px #a1a1a1;
    -o-box-shadow: 0px 0px 3px #a1a1a1;
    box-shadow: 0px 0px 3px #a1a1a1;
    background: #f9f9f9;
    text-align: left;
    overflow: hidden;
    padding: 15px;
    opacity: 0;
    -webkit-transition-duration: .7s;
    -moz-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
    z-index: 9;
}

.box-proct-lienquan-hide a{
	color: #000;
	transition: all .5 ease;
}

.box-proct-lienquan-hide h3{
	margin-top: 10px;
	font-size: 22px;
    font-family: UTMCafeta,Arial,sans-serif;
}

.price-prodct-lienquan-hide{
	color: #F6871E;
	font-size: 20px;
	font-family: UTMCafeta,Arial,sans-serif;
}

.price-prodct-lienquan-hide .price_sale-hide-lienquan{
	text-decoration: line-through;
    color: #777;
    font-size: 16px;
    display: inline-block;
    width: calc(39% - 5px);
}

.col-prodct-lienquan .item-prodct-lienquan:hover .box-proct-lienquan-hide{
	opacity: 1;
}
.product-lienquan{
	padding-top: 20px;
	padding-bottom: 40px;
}

/* comment */

.stat-rating {
    display: table;
    width: 100%;
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
}

.dst-dtrt {
    text-align: center;
    font-size: 12px;
    color: #4a4a4a;
    padding: 10px;
    border-right: 1px solid #d8d8d8;
    display: table-cell;
    vertical-align: middle;
}
.dstars {
    width: 200px;
}

.dst-mk {
    display: block;
    padding-bottom: 5px;
    font-size: 18px;
}

.dstar {
    display: block;
    width: 100%;
}

.dst-rstar>li {
    display: table;
    width: 100%;
    margin-bottom: 5px;
    font-size: 13px;
    color: #9a9a9a;
    line-height: 1.5;
}

.dst-dtrt-l {
    border-right: 0px solid #d8d8d8;
    width: 250px;
}

.dst-dtrt-l a {
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    padding: 9px 35px;
    color: #fff;
    background: #ff6600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
}

.dst-rstar>li>span {
    display: inline-block;
    position: relative;
}
.dst-msr {
    width: 20%;
}

.stat-rating .progress {
    height: 6px;
    margin-bottom: 0px;
}
.dst-rstar>li>span {
    display: inline-block;
    position: relative;
}
.progress {
    width: 60%;
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.stat-rating .progress-bar {
    background-color: #ff6600;
}

.dst-rstar>li>span {
    display: inline-block;
    position: relative;
}
.dst-mpl {
    width: 20%;
}

}
.star-rating::before {
    content: '\f005';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.dstar .star-rating span::before {
    letter-spacing: 2px;
}

.dstar .star-rating span::before {
    letter-spacing: 2px;
}
/*.star-rating span::before {
    content: "\f005";
    top: 0;
    position: absolute;
    left: 0;
}
.star-rating span::before {
    color: #ffa541;
}*/

.txt-warning{
	color: #ff6600;
}
.txt-gsrey{
	color: #a1a1a1bd;
}

.dstars a{
	color: #000 !important;
}

.review-form{
	border: 1px solid #ebebeb;
	padding: 20px 20px;
	background-color: #f8f8f8;
	transition: all .5 ease;
}
.font-20px{
	font-size: 20px;
}
.mrt-20{
	margin-top: 20px;
}

.mrt-10{
	margin-top: 10px;
}

.bg-warning-button{
	background-color: #ff6600;
	border: 1px solid #ff6600;
}

.bg-warning-button:hover{
	background-color: #ff6600;
}

.hide-click{
	display: none;
}

.show-click{
	display: block;
}

.view-comment-tag{
    margin-top: 20px;
}

.view-comment-tag .col-left-tag{
    float: left;
    width: 15%;
    text-align: center;
}

.view-comment-tag .col-right-tag{
    float: left;
    width: 80%;
}

.view-comment-tag .box-cricle-name{
    border-radius: 50%;
    background: #d3d2d3;
    color: #919090;
    font-weight: 500;
    width: 65px;
    height: 65px;
    display: inline-block;
    text-align: center;
    line-height: 65px;
    font-size: 18px;
    font-family: Roboto;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.col-left-tag .box-name{
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.col-left-tag .box-date{
    font-size: 12px;
    color: #999;
    margin: -2px 0 0;
    text-align: center;
}
.col-right-tag span{
    margin-right: 8px;
}

.col-right-tag .rating-box-view .fa-star{
    color: #dedddc;
}
.col-right-tag .view-color .fa-star{
    /*color: #FFBE2A;*/
}

.col-right-tag .content-tag-box{
    margin-top: 15px;
}
.color-red{
    color: red;
}

.color-blue{
    color: #369084;
}
.send-comment-tag{
    display: none;
}

.bg-bot-line{
    margin-bottom: 30px;
}
.col-right-tag{
    padding-right: 15px;
}

.rating-lib{
    margin-top: 10px;
}
.rating-box-choose i{
    cursor: pointer;
}

.rating-box-choose i:hover{
    color: #FFBE2A;
}

.yelow{
    color: #FFBE2A !important;
}


.view-comment-tag .box-cricle-name-sub{
    border-radius: 50%;
    background: #d3d2d3;
    color: #919090;
    font-weight: 500;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    font-family: Roboto;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.col-left-tag-sub{

}

.view-comment-tag .col-left-tag-sub{
    float: left;
    width: 15%;
    text-align: center;
}

.col-left-tag-sub .box-name{
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.col-left-tag-sub .box-date{
    font-size: 12px;
    color: #999;
    margin: -2px 0 0;
    text-align: center;
}

.icon-box-commnet span{
    cursor: pointer;
}
.displaynone{
    display: none;
}
.btn-send-commnet-rating{
    background-color: #FDDB59;
    color: #4a4a4a;
    border:1px solid #FDDB59;
    border-radius: 5px;
    padding: 8px 25px;
}
.btn-cancel-commnent{
    background-color: #FDDB59;
    color: #4a4a4a;
    border:1px solid #FDDB59;
    border-radius: 5px;
    padding: 8px 25px;
}

.admin-answer .fa-reply{
	color: #a1a1a1;
}

#comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
}


#comments ol.commentlist li {
    padding: 0;
    margin: 0 0 0px;
}
#comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
}

#comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
}


#comments ol.commentlist > li > div > .comment-text {
    border: 0px;
    padding: 0px;
}
#comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
}
#comments ol.commentlist li .comment-text {
    margin: 0 0 0 60px;
    border: 0px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
}
.star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

#comments ol.commentlist li .comment-text p.meta {
    font-size: .83em;
}
#comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;
}
#comments ol.commentlist li .meta {
    color: #777;
    font-size: .75em;
}
#comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px;
}
#comments ol.commentlist li .children {
    margin: 10px 20px; !important;
    padding-left: 0px;
}
#comments ol.commentlist .children li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    background: #f8f8f8;
    border: 1px solid #e4e1e3 !important;
}

 #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    background: #f8f8f8;
    border: 1px solid #e4e1e3;
}

#comments ol.commentlist li {
	 border: none !important;
	 background-color: transparent;
}
#comments ol.commentlist .children li:before {
    border-color: rgba(238,238,238,0);
    border-bottom-color: #e4e1e3;
    border-width: 11px;
    margin-left: -11px;
    z-index: 1;
}

#comments ol.commentlist .children li:after{
    top: -20px;
    left: 16px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#comments .children li:before {
    top: -20px;
    left: 16px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#comments .children li:after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: ##f8f8f8;
    border-width: 10px;
    margin-left: -10px;
}
#comments .children li:after{
    top: -20px;
    left: 16px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#comments .children li:before {
    top: -22px;
    left: 16px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.commentlist{
	padding-left: 0px;
}

.depth-2{
	padding: 10px;
}

#comments ol.commentlist .children li img.avatar {
    float: left;
    position: absolute;
    top: 15px;
    left: 15px;
}

#comments .commentlist>li::before {
    content: '';
}

.item-prodct-sosanh{
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	padding: 10px;
}

.box-sosanh h3{
	font-size: 26px;
	font-family: UTMCafeta,Arial,sans-serif;
	margin: 0px 0px;
	padding: 10px;
}

.img-sosanh img{
	max-width: 100%;
	max-height: 100%;
}

.box-sosanh{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 10px;
}

.box-img{
	border: 1px solid #ebebeb;
	border-radius: 5px;
	margin: 0px;
	padding: 10px;
	margin-right: 10px;
}

.box-img:last-child{
	margin-right: 0px;
}

.box-img span{
	font-size: 12px;
}

.box-img .img-sosanh{
	height: 50px;
}

.col-prodct-sosanh{
	margin-bottom: 20px;
}

.col-prodct-sosanh .item-prodct-sosanh:nth-child(1){
	border-top: none;
	border-left: none;
	border-bottom: none;
}

.col-prodct-sosanh .item-prodct-sosanh:nth-child(2){
	border-top: none;
	border-bottom: none;
}

.col-prodct-sosanh .item-prodct-sosanh:nth-child(3){
	border-top: none;
	border-bottom: none;
}


.col-prodct-sosanh .item-prodct-sosanh:nth-child(4){
	border-left: none;
	border-bottom: none;
}


.col-prodct-sosanh .item-prodct-sosanh:nth-child(5){
	border-bottom: none;
}


.col-prodct-sosanh .item-prodct-sosanh:nth-child(6){
	border-bottom: none;
}

.col-prodct-sosanh .item-prodct-sosanh:nth-child(7){
	border-left: none;
	border-bottom: none;
}

.col-prodct-sosanh .item-prodct-sosanh:nth-child(8){
	border-bottom: none;
}

.col-prodct-sosanh .item-prodct-sosanh:nth-child(9){
	border-bottom: none;
}

.col-prodct-sosanh .item-prodct-sosanh:nth-child(10){
	border-left: none;
	border-bottom: none;
}

.col-prodct-sosanh .item-prodct-sosanh:nth-child(11){
	border-bottom: none;
}

.col-prodct-sosanh .item-prodct-sosanh:nth-child(12){
	border-bottom: none;
}

.tiltle-bg-cauhinh{
	margin-top: 0px;
	background-color: #F2F2F2;
	font-size: 23.5px;
	font-family: UTMCafeta,Arial,sans-serif;
	text-transform: uppercase;
	padding: 10px 10px;
}

.table-cauhinh .table{
	margin-bottom: 0px;
}

.btn-continue{
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	padding: 7px 20px;
	border-radius: 4px;
}
.group-btn-bot{
	padding: 20px 15px;
}

.widht-200{
	width: 20%;
}
.widht-400{
	width: 40%;
}

.box-sosanh .input-group input{
	border-color: #000;
}

.box-sosanh .input-group span{
	background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.dst_alert_qd{
    margin-bottom: 15px;
    background-color: #fffffb;
    border: 1px solid #fdd835;
    color: #dfbd15;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 4px;
    border-top-color: #fdd835;
}

.content-cart{
	padding: 30px 0px;
}

.tiltle-cart{
	font-size: 28px;
	font-family: UTMCafeta,Arial,sans-serif;
}

.table-header-cart td{
	font-weight: bold;
}

.table-qd-cart i{
	color: red;
	font-size: 18px;
	transition: all .5 ease;
	opacity: 0.7;
}

.table-qd-cart i:hover{
	cursor: pointer;
	opacity: 1;
}

.cart-img-thumb{
	min-width: 32px;
}

.cart-img-thumb img{
	max-height: 100%;
	max-width: 100%;
	width: 50px;
}

.table-qd-cart td{
	vertical-align: middle !important;
}

.price-table{
	color: #f57224;
}

.title-total-bot{
	margin-top: 0px;
	font-size: 24px;
	font-family: UTMCafeta,Arial,sans-serif;
}

.table-price-total .col-title-table{
	font-weight: bold;
}

.price-table-total{
	color: #f57224;
}

.btn-warning-custom{
	width: 100%;
	background-color: #F6871E;
}

.btn-warning-custom:hover{
	background-color: #F6871E;
}

.btn-custom-sucess-qd{
	background-color: #309106;
}

.btn-custom-sucess-qd:hover{
	background-color: #309106;
}
.price-table-trade{
	color: #309106;
}
.table-qd-cart a{
	color: #000;
}

.title-tintuc{
	font-size: 28px;
	font-family: UTMCafeta,Arial,sans-serif;
	margin-bottom: 40px;
	margin-top: 35px;
	text-transform: uppercase;
}

.tin-images img{
	max-width: 100%;
	max-height: 100%;
}
.item-tintuc .tin-item-title{
	margin-top: 0px;
	font-size: 16px;
}
.item-tintuc .tin-item-title a{
	color: #000;
	font-weight: bold;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.item-tintuc .tin-item-title a:hover{
	color: #f60;
}

.item-tintuc .tin-date{
	color: #bbbbbb;
}

.item-tintuc{
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0px;
}

.col-item-tintuc .item-tintuc:last-child{
	border-bottom: none;
}

.title-tin-new{
	font-size: 28px;
	font-family: UTMCafeta,Arial,sans-serif;
	margin-top: 0px;
}

.tin-images-small img{
	max-height: 100%;
	max-width: 100%;
}

.item-tintuc-small .tin-item-title-small{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
}

.item-tintuc-small a{
	font-size: 14px;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    color: #000;
}
.tin-content-small{
	padding-right: 0px;
}

.item-tintuc-small a:hover{
	color: #f60;
}

.item-tintuc-small{
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0px;
}
.item-tintuc-small:first-child{
	padding-top: 0px;
}

.item-tintuc-small:last-child{
	/*padding-top: 0px;*/
	border-bottom: none;
}


.prodctn-images-small img{
	max-height: 100%;
	max-width: 100%;
}

.item-prodctn-small .prodctn-item-title-small{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
}

.item-prodctn-small a{
	font-size: 14px;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    color: #000;
}
.prodctn-content-small{
	padding-right: 0px;
}

.item-prodctn-small a:hover{
	color: #f60;
}

.item-prodctn-small{
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0px;
}
.item-prodctn-small:first-child{
	padding-top: 0px;
}

.item-prodctn-small:last-child{
	/*padding-top: 0px;*/
	border-bottom: none;
}

.prodctn-price{
	color: #f60;
	margin-bottom: 0px;
}

.h3-title-tin-detail{
	font-size: 18px;
	font-weight: bold;
}

.date-tin-detail{
	color: #f60;
}
.color-date-grey{
	color: #a1a1a1d4;
}

.box-tin-lienquan img{
	max-width: 100%;
	max-height: 100%;
	width: 20px;
}

.item-tin-lienquan-botx{
	margin-bottom: 4px;
}
.item-tin-lienquan-botx a{
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
	color: #000;
}

.item-tin-lienquan-botx a:hover{
	color: #f60;
}



.flex-row-head-1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #000;
	padding: 10px 15px;
}

.flex-row-head-1 img{
	max-width: 100%;
	max-height: 100%;
}

.img-cart-mobile {
	height: 30px;
	position: relative;
}

.img-logo-mobile {
	height: 52px;
}
.img-bar-mobile .fa{
	font-size: 28px;
	color: #fff;
}

.qd-owl .owl-next{
	display: none;
}
.qd-owl .owl-prev{
	display: none;
}

.pos-cart-mobile{
	position: absolute;
	background-color: #f60;
	top: -7px;
    right: -6px;
    padding: 0px 6px;
    border-radius: 50%;
    color: #fff;
}

.show-mobile{
	display: none;
}
.show-mobile-flex{
	display: none;
}

.flex-row-menu-right{
	position: absolute;
	height: 100%;
	width: 100%;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 1000;
    background-color: #000;
    opacity: 0.8;
}

.head-menu-top-mobile{
	background-color: #000;
	padding: 10px 10px;
}

.img-logo-mobile img{
	max-width: 100%;
	max-height: 100%;
}
.box-menu-mobile{
	position: absolute;
	height: 100%;
	width: 70%;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 10000;
    background-color: #fff;
}

.menu-slidedown-mobile{
	padding-left: 0px;
	padding: 10px 5px;
}

.menu-slidedown-mobile li{
	list-style-type: none;
	/*border: 1px solid #ebebeb;*/
	padding: 0px 5px;
	text-align: left;
	margin-bottom: 2px;
}

.menu-slidedown-mobile li h3{
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 10px;
	border: 1px solid #ebebeb;
}

.menu-slidedown-mobile li a{
	color: #000;
	/*font-weight: 550;*/
}

.sub-menu-mobile-h3{
	position: relative;
}

.pos-plus{
	position: absolute;
    top: 0px;
    right: 0;
    z-index: 2;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #222;
    background-color: #ddd;
    border: 0;
}


.sub-menu-hover{
	padding-left: 0px;
	padding: 5px 5px;
}

.sub-menu-hover li{
	list-style-type: none;
	/*border: 1px solid #ebebeb;*/
	padding: 0px 5px;
	text-align: left;
	margin-bottom: 2px;
}

.sub-menu-hover li a{
	color: #000;
	/*font-weight: 600;*/
}
.sub-menu-hover{
	display: none;
}

.clear-border{
	border: none !important;
}

.active .sub-menu-mobile-h3{
	background-color: #000;
}

.active .sub-menu-mobile-h3 a{
	color: #fff;
}

.scorll-mobile-contetn{
	overflow-y: scroll;
}

.close-x-bar{
	position: absolute;
    top: 10px;
    left: -30px;
    background: #fff;
    padding: 5px 10px;
}

.box-menu-mobile-bor-all{
	display: none;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.slider-right img{
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}

.slider-right{
	padding-right: 0px;
	padding-left: 10px;
}

.slider-right .col-1-right{
	margin-bottom: 10px;
}

.show-mobile-768{
	display: none;
}

.box-footer a{
	color: #fff;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.box-footer a:hover{
	color: #f60;
}
.item-video iframe{
	max-width: 100%;

	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    width: 100%;
    height: 100%;
}

.yt-hd-thumbnail img{
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    /*height: 280px !important;*/
    max-width: 100%;
    max-height: 100%;
}

.img-video{
	/*height: 300px;*/
}

.row-2-video{
	margin-bottom: 20px;
}


.vote {
	cursor: pointer;
}

.title-contact{
	margin: 20px 0px;
}

.map-contact{
	margin-bottom: 15px;
}

.input-custom input{
	margin-bottom: 20px;
}

.input-custom textarea{
	margin-bottom: 20px;
}

.hover-sacle-img img{
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.hover-sacle-img img:hover{
	width: auto;
    max-width: 100%;
    height: auto;
    -webki-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.hover-a-color a{
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    color: #000;
}

.hover-a-color a:hover{
	color: #f60 !important;
}

.active a{
	color: #f60 !important;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.img-banner-prodct img{
	width: 100%;
}

.col-banner-r{
	padding-left: 0px;
	padding-right: 0px;
}

.box-proct-all .img-prodct-all{
	text-align: center;
}

.qd-btn-full-compare button{
	background-color: #000;
	border: 1px solid #000;
	padding: 15px 25px;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.23);
	width: 100%;
	margin-bottom: -5px;
	margin-top: 10px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 600;
	float: left;
	margin-bottom: 15px;
}
.pdl-5-mobile{
	margin-bottom: 5px;
}

#slider3 li{
	display: flex !important;
	justify-content: center;
}

#slider3 li img{
	width: auto !important;
}

.slice-custom-tiki img{
	max-width: 100%;
	max-height: 100%;
}

.col-item-tintuc img{
	max-width: 100%;
	max-height: 100%;
}