.thecontsp{
	max-width: 1070px;
	margin: 0 auto;
    margin-bottom: 30px;
	text-align: center;
}
.thecontsp .decssp{
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 23px;
}
.thecontsp .decssp p{
    padding: 0;
}
.thecontsp .viewtxt a{
    color: #057d40;
    display: inline-block;
	font-weight: 600;
}
.thecontsp .viewtxt a span{
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.thecontsp .viewtxt a span::before{
    content: "\f0d7";
        font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 16px;
}
.thecontsp .viewtxt a.hideSty span::before{
    content: "\f0d8";
}

.thefillte{
	padding-top: 20px;
	border-top: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.thefillte .grfill{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -10px;
}
.thefillte .grfill > div{
	padding: 0 10px;
}
.vhsortall{
	position: relative;
}
.vhsortall .icon {
	cursor: pointer;
	padding-right: 15px;
	position: relative;
	font-size: 15px;
	line-height: 23px;
}
.vhsortall .icon:before{
	content: "\f0d7";
        font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 0px;
	font-size: 14px;
}
.vhsortall.active .icon:before{
	content: "\f0d8";
}
.vhsortall .list{
	position: absolute;
	right:0px;
	top: calc(100% + 10px);
	min-width: 170px;
	background: #ffffff;
	z-index: 11;
	opacity: 0;
	pointer-events: none;
	border:solid 1px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	display: block;
    max-height: 210px;
    overflow: hidden;
    overflow-y: auto;
}
.vhsortall.vleft .list{
	left: 0;
}
.vhsortall .list::-webkit-scrollbar{
    width: 4px;
    background-color: #F5F5F5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhsortall .list::-webkit-scrollbar-thumb {
    background-color: #333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhsortall.active .list{
	opacity: 1;
	pointer-events: auto;
}
.vhsortall .list ul{
	width:100%;
}
.vhsortall .list ul li{
	display: block;
}
.vhsortall .list ul li:nth-child(1){
	border-top: none;
}
.vhsortall .list ul li a {
    display: block;
    font-size: 13px;
    line-height: 21px;
    padding: 8px 15px;
    position: relative;
	color: #333333;
}
.vhsortall .list ul li:hover a{
	background-color: #e5e5e5;
}

.hpdetailmm .grrow{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.hpdetailmm .grrow > div{
    padding: 0 20px;
    width: 50%;
}
.tpthumbnailmm{
    position: relative;
    padding-left: 110px;
}
.tpthumbnailmm .slick-list{
    margin: -10px 0;
}
.tpthumbnailmm .slick-slide {
    padding: 10px 0;
}
.vhthumbnavdt{
    max-height: 80%;
}
.vhthumbnavdt .img{
    padding-top: 125.52%;
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0.3;
    cursor: pointer;
}
.vhthumbnavdt .slick-current .img{
    opacity: 1;
}
.vhthumbnavdt .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vhthumbnavdt{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    overflow: hidden;
} 
.vhthumbfordt .img a{
    padding-top: 125.52%;
    position: relative;
    display: block;
    overflow: hidden;
}
.vhthumbfordt .img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpdecsinfomm .dscode{
    color: #999999;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
}
.tpdecsinfomm .dstitle{
    margin-bottom: 10px;
}
.tpdecsinfomm .dstitle, .tpdecsinfomm .dstitle h1, .tpdecsinfomm .dstitle h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.tpdecsinfomm .dstends{
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 23px;
}
.tpdecsinfomm .dsinfos{
    margin-bottom: 25px;
}
.tpdecsinfomm .dsinfos li{
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 23px;
}
.tpdecsinfomm .dsinfos li .tm{
    width: 85px;
    font-weight: 700;
    padding-right: 10px;
}
.tpdecsinfomm .dsinfos li .th{
    width: calc(100% - 85px);
}
.tpdecsinfomm .dsconts{
    margin-bottom: 20px;
}
.tpdecsinfomm .dsconts a{
    display: inline-block;
    font-size: 15px;
    line-height: 23px;
    padding: 11px 75px;
    border: 1px solid #057d40;
    background-color: #057d40;
    color: #fff;
    border-radius: 5px;
}
.tpdecsinfomm .dsconts a:hover{
    background-color: #fff;
    color: #057d40;
}
.tpdecsinfomm .dsshare{
    display: flex;
    align-items: center;
    align-content: center;
}
.tpdecsinfomm .dsshare .txts{
    font-size: 15px;
    line-height: 23px;
    margin-right: 15px;
}
.tpdecsinfomm .dsshare .shas ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tpdecsinfomm .dsshare .shas li{
    margin-right: 10px;
}
.tpdecsinfomm .dsshare .shas li:last-child{
    margin-bottom: 0;
}
.tpdecsinfomm .dsshare .shas li a{
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 100%;
    color: #fff;
}
.tpdecsinfomm .dsshare .shas li a:hover{
    border-radius: 10%;
}
.tpdecsinfomm .dsshare .shas li a .icon-zalo1{
    font-size: 13px;
    font-weight: bold;
}

.hpdetailhh .inner{
    max-width: 840px;
    margin: 0 auto;
}
.hpdetailhh .hhtitle{
    margin-bottom: 10px;
    text-align: center;
}
.hpdetailhh .hhtitle, .hpdetailhh .hhtitle h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.hpdetailbb .bbtitle{
    text-align: center;
    margin-bottom: 25px;
}
.hpdetailbb .bbtitle, .hpdetailbb .bbtitle h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}

@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
	.hpdetailhh .hhtitle, .hpdetailhh .hhtitle h2,
    .hpdetailbb .bbtitle, .hpdetailbb .bbtitle h2{
        font-size: 25px;
        line-height: 37px;
    }

    .slorther .itproductall{
        width: 250px;
    }
    .slorther .slick-disabled{
        opacity: 0;
        pointer-events: none;
    } 
    .hpdetailmm .grrow > div{
        width: 100%;
    }
    .hpdetailmm .grrow .lcol{
        margin-bottom: 20px;
    }
}
@media all and (max-width: 767px){
	.tpthumbnailmm{
        padding-left: 60px;
    }
    .vhthumbnavdt{
        width: 50px;
    }
    .tpthumbnailmm .slick-list{
        margin: -5px 0;
    }
    .tpthumbnailmm .slick-slide{
        padding: 5px 0;
    }
    .tpdecsinfomm .dstitle, .tpdecsinfomm .dstitle h1, .tpdecsinfomm .dstitle h2{
        font-size: 25px;
        line-height: 37px;
    }
    .tpdecsinfomm .dstends{
        font-size: 14px;
        line-height: 22px;
    }
    .tpdecsinfomm .dsinfos li{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .tpdecsinfomm .dsconts a{
        width: 100%;
        text-align: center;
    }
}