#main_dm_product{
    display: flex;
    flex-direction: column;
}
.yeucau_baogia {
    background: #fff;
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}
.show-pro-info
{
	margin: 15px auto;
}
.show-pro-info1
{
	display: flex;
    flex-wrap: wrap;
}
.col_detail{
    display: flex;
    justify-content: space-between;
}
.col_left_detail{
    width: 70%;
}
.col_right_detail{
    width: 29%;
}
.box-detail-product {
    background: #fff;
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    width:100%;
}
.left_sp {
	width: 450px;
	float: left;
    position: sticky;
    top: 75px;
}
.video-thumbnail{
    min-width: 450px;
    min-height: 330px;
    position: relative;
    display: none;
    cursor: pointer;
    width: 100%;
}
.video-thumbnail.active{
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-thumbnail img{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    max-width: 100%;
    max-height: 100%;
}
.video_show img {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin: 5px;
}
.video_show .youtube-icon {
    width: 30px;
    opacity: 1;
}
.video_show {
    width: 23%;
    float: left;
    position: relative;
    cursor: pointer;
}
.list_carousel.video{
    width: 75%;
    float: right;
}
.youtube-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: url('/images/youtube-icon.png') no-repeat center center;
    background-size: contain;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.video-thumbnail:hover .youtube-icon {
    opacity: 1; /* Khi hover vào thì logo hiện rõ */
}
.right-pro-info
{
	margin-left:15px;
	float: right;
    width: calc(100% - 465px);
}
.qualaty {
    display:none;
}
/*detail rating*/
.detail-rate{
    border-bottom: 1px solid #c5cbd5;
    padding: 5px 0 10px;
    margin-bottom: 5px;
}
.detail-rate div{
    display: flex;
    gap: 10px;
    align-items: center;
}
.doanh-so{
    font-size: 13px;
    color: #1b1b1b;
    margin-top: 8px;
}
.tag-hotsale{
    color: #fff;
    background-color: #f59100;
    display: inline-flex;
    align-items: center;
    padding: 5px 0.5rem;
}
.luot-comment{
    border-left: 2px solid #c5cbd5;
    padding-left: 10px;
    color: #000dff;
    cursor: pointer;
}
.luot-comment span{
    color: #f00;
}
.luot-xem{
    border-left: 2px solid #c5cbd5;
    padding-left: 10px;
    color: #6d6d6d;
}
.du-an {
    border-left: 2px solid #c5cbd5;
    padding-left: 10px;
    cursor: pointer;
    margin-top: 10px;
    display: block;
}
.du-an span {
    color: #000dff;
}
.luot-xem span{
    font-weight: bold;
}
.so_sanh{
    border-left: 2px solid #c5cbd5;
    padding-left: 10px;
    color: #2f80ed;
    display: flex;
    cursor: pointer;
}
.so_sanh .icondetail-sosanh{
    background-image: url(../images/compare-icon.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 5px;
}
.so_sanh span{
    font-weight: bold;
}
/*detail rating*/

/*Pagination Review*/
#pagination{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
#pagination span.active {
    background: #b11116;
    border: 1px solid #b11116;
    color: #FFF;
}
#pagination span {
    float: left;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    text-align: center;
    border: 1px solid #CCC;
    background: #f9f9f9;
    border-radius: 3px;
    color: #000;
    font-weight: bold;
    cursor:pointer;
}
/*End Pagination Review*/

.product_info{
    overflow: hidden;
    list-style-type:none;
    display: flex;
    flex-direction: column;
}
ul.product_info li {      padding: 6px 0;}
ul.product_info li h1{
    /*color: #1a900e;*/
    margin: 0;
    /*font-size: 24px;*/
    font-weight:normal;
}
.mota_detail{
    margin: 5px 0;
    color: #555555;
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
}
.title_mota_detail {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.baohanh_detail{
    font-weight: bold;
    background: #ededed;
    border-radius: 5px;
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.baohanh_detail p {
    font-size: 14px;
    margin-left: 5px;
}
.img_baohanh {
    width: 22px;
}
.img_baohanh img {
    width: 100%;
}
.khuyenmai_detail{
    border-radius: 5px;
    margin: 5px 0;
    box-shadow: 0 0 4px rgb(13 0 255 / 85%);
}
.title_khuyenmai{
    padding: 8px 10px;
    color: #ffffff;
    font-weight: bold;
    border: 2px solid;
    border-color: #1900ff #1900ff transparent #1900ff;
    border-radius: 4px 4px 0 0;
    background: #1900ff;
}
.khung_km {
    padding: 7px;
    border: 2px solid;
    border-color: transparent #1900ff #1900ff #1900ff;
    border-radius: 0 0 4px 4px;
    line-height: 1.6em;
}
.khung_km img{
    width: 100%!important;
    height: auto!important;
    border-radius: 5px;
}
.khung_km ol { padding-left: 30px; }
.khung_km li { 
    color: #4F4F4F;
    padding-left: 10px!important;
    margin-top: 5px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
}
.khung_km li:before {
    content: '';
    display: block;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 2px solid #f00;
    position: absolute;
    top: 2px;
    left: -26px
}
.huongdan_muahang{
    display: flex;
    flex-direction: column;
}
.huongdan_muahang p{
    color:#000;
    font-size: 12px;
    font-weight:normal;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
.huongdan_muahang p:nth-child(2n+0) {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 7px;
}
.price_product{
    background: #fff;
    border: 2px solid #ff6565;
    box-shadow: 0 4px 4px rgba(255,0,0,.15), 0 -1px 1px rgba(255,0,0,.15);
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 5px;
}
.price_area{
    display: flex;
    align-items: center;
}
.product_info .price_sale{
    margin-top: 8px;
    margin-bottom: 8px;
}
.price_area .price_sale{
    display: flex;
    gap: 10px;
    align-items: center;
}
.gia_ban{
    font-size: 16px;
}
.gia_ban .price{
    color: #ec0606;
    font-weight: bold;
    font-size:25px;
}
.gia_cu{
    text-decoration: line-through;
    font-size: 15px;
    color: #868585;
}
.gia_giam{
    font-size: 14px;
    padding: 3px 6px;
    line-height: 16px;
    background-color: #ee1e25;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}
.price_hide{
    border: 2px solid #ff0000;
    padding: 10px;
    border-radius: 10px;
    background: #fefff7;
    margin: 10px 0;
}
.call_hotline {
    margin-bottom: 5px;
    display: block;
}
.product_info .call_price{
    color: #0a7700;
    font-weight: bold;
    cursor: pointer;
}
.product_info .hotline_sp{
    background: url(../images/phone.svg) no-repeat;
    background-size: 18px;
    padding-left: 20px;
    filter: invert(43%) sepia(91%) saturate(5246%) hue-rotate(200deg) brightness(103%) contrast(106%);
    font-weight: bold;
}
.vat_pro{
    margin-left:10px;
}
.gia_cu{
    text-decoration: line-through;
    font-size: 15px;
    color: #868585;
}
.button_buy{
    display:flex;
    margin: 5px 0;
}
.themvaogio a{
    border: 2px solid #e04040;
    border-radius: 10px;
    flex-direction: column;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.themvaogio img {
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 30px;
}
.themvaogio span {
    color: #e04040;
    font-size: 7.5px;
    font-weight: 600;
    margin-top: 5px;
}
.button_buy .muangay, .button_buy .baogia {
    flex: 1;
}
.muangay a{
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 11px 18px;
    cursor: pointer;
    word-spacing: 2px;
    background: linear-gradient(#f52f32,#e11b1e);
    border: solid 1px #e11b1e;
    border-radius: 5px;
    color: white;
    text-align: center;
    margin-left: 5px;
    width: calc(100% - 45px);
}
.muangay a p {
    font-size: 10px;
    margin-top: 5px;
}
.baogia a{
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 11px 18px;
    cursor: pointer;
    word-spacing: 2px;
    background: linear-gradient(#10b800,#0a7700);
    border: solid 1px #0fb500;
    border-radius: 5px;
    color: white;
    text-align: center;
    margin-left: 5px;
    width: calc(100% - 45px);
}
.baogia a p {
    font-size: 10px;
    margin-top: 5px;
}
.huongdan_detail a {
    width: 100%;
    float: left;
    padding: 5px 0px 10px 30px;
    background: url(../images/giohang.png) no-repeat 0px 5px;
    color: #333;
    font-style: italic;
}
.lienhe_muahang {
    width: 100%;
    float: left;
    padding: 5px 0px 5px 30px;
    background: url(../images/giohang.png) no-repeat 0px 5px;
    color: #333;
    font-style: italic;
    margin-top: 5px;
}
.detail_product {
	margin-top: 15px;
}
/*++++++++++JS ZOOM PRODUCT+++++++++++*/
div.jszoom-product{float: left;width:450px;}
div.thumb ul{position: relative;list-style: none; padding:0px; margin:0 auto; text-align:center;}
div.thumb ul li{/*position: absolute;*/ position:relative;z-index: 0;width: 350px;display: none;}
div.thumb ul li.active{z-index: 10;display: block;}

#container-tab
{
	margin: 15px auto;  
	width: 940px;
    float: left;
}

div#container-tab #tabs #title_tabs
{
	margin-left: 0;
    padding: 0;
    width: 100%;
    background: #E0E0E0;
    display: flex;
    position: sticky;
    top: 63px;
    z-index: 1;
}
div#container-tab #tabs #title_tabs.tab-fixed {
    position: fixed;
    top: 111px;
    z-index: 1;
    /*transform: translateY(0%);*/
    max-width: 940px
}

div#container-tab #tabs #title_tabs li
{
	list-style: none;
    flex-grow: 1;
    padding: 10px;
    text-align: center;
    border-left: 1px solid #1a900e;
    border-top: 1px solid #1a900e;
    border-bottom: 1px solid #1a900e;
    position: relative;
    background: #e9e9e9;
    cursor:pointer;
    color:#000;
	font-weight:bold;
}
div#container-tab #tabs #title_tabs li.tab_spformat:last-child
{
	border-right: 1px solid #1a900e;
}
div#container-tab #tabs #title_tabs li.tab_spformat .so_luong_att
{
    position: absolute;
    color: #fff;
    right: 1;
    top: 1;
    padding: 5px;
    background: #ff0000;
    border-radius: 50%;
    line-height: .5em;
}
div#container-tab #tabs #title_tabs li.tab_spformat.active
{
	background:#1A900E ;
	color:#fff;
}
.info-title{
    color: #1a900e;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.info-content ul
{
	margin: 10px 0 10px 15px;
}
.info-content li
{
	margin: 4px 0;
}
.info-content h2 {
    font-size: 14pt;
    line-height: 1.7em;
    margin: 10px 0;
}
.info-content h3 {
    font-size: 12pt;
    line-height: 1.7em;
    margin: 10px 0;
}
.info-content p {
    line-height: 1.7em;
    margin: 10px 0;
}
.info-content a {
    color: #0000ff;
}
.info-content img {
    max-height: 600px;
}
.info-content table {
    border-collapse: collapse;
    width: 100%;
}
.info-content td {
    padding: 5px;
    border: 1px solid #ddd;
}
#tabs .tab_info{
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    position: relative;
}
#tabs.active-fixed{
    padding-top:38px;
}
#tab_detail
{
	position: relative;
	margin: 0px auto;
	padding:0;
	border-radius: 6px 6px 0px 0px;
}

/*--new tabs--*/
#tabs .info-content {
    max-height:500px;
    overflow:hidden;
    position:relative;
}
#tabs .info-content .content-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); /* Trong suốt */
    cursor: pointer;
}
.section-tab{
    display:none;
    background-color: #fff;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transition: .5s;
    right: 0;
    left:0;
    width: 100%;
    z-index: 22;
}
#productTabContent{
    padding-top:50px;
}
#productTabContent .info-content{
    padding: 20px 50px;
}
#productTabContent .info-content ul {
    margin-left: 20px;
}
#productTabContent .info-content li {
    list-style: unset;
    line-height: 20.8px;
    margin: 5px 0;
    float: none;
}
.section-tab .scroll-tab {
    position: fixed;
    top: 0;
    width: 1200px;
    background: #fff;
    z-index: 999999;
    display: block;
}
.section-tab .scroll-tab ul {
    padding:0;
    margin:0;
    list-style:none;
    box-shadow: 0 4px 4px rgba(0,0,0,.08);
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    justify-content: center;
}
.section-tab .scroll-tab ul li {
    font-size: 17px;
    line-height: 16px;
}
.section-tab .scroll-tab ul li a {
    padding: 15px;
    display: flex;
}
.section-tab .scroll-tab ul li a.ui-btn-active {
    background: #13a416;
    color: #fff;
}
.close-section-tab {
    background-color: #f1f1f1;
    height: 46px;
    right: -100px;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 10px;
    cursor: pointer;
}
.close-section-tab::before {
    transform: rotate(-45deg);
}
.close-section-tab::after {
    transform: rotate(45deg);
}
.close-section-tab::before, .close-section-tab::after {
    background-color: #333;
    content: '';
    height: 18px;
    left: 15px;
    position: absolute;
    top: 13px;
    width: 1px;
}
#tabs .detail-btn {
    display: block;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    position: absolute;
    bottom: 10;
    max-width: 250px;
    background: #13a416;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    left: 50%;
    transform: translate(-50%, 0);
}
.bg-detail-btn {
    background: linear-gradient(to bottom,rgba(255 255 255/0),rgba(255 255 255/62.5),rgba(255 255 255/1));
    bottom: 15px;
    height: 80px;
    left: 0;
    position: absolute;
    width: 100%;
}
.responsive-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.tabs-overlay.active {
    opacity: 1;
    visibility: visible;
}
.tabs-overlay {
    background: rgba(0,0,0,.53);
    height: 100vh;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    transition: .3s;
    width: 100%;
    z-index: 22;
    top: 0;
}
/*--End new tabs--*/

/*--Review Image--*/
.review_image{
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(7,minmax(0,1fr));
}
.review_image .owl-prev{
    left: -30;
}
.review_image .owl-next{
    right: -30;
}
.review_image .image-detail{
    padding: 0 5px;
}
.review_image .image-detail img{
    width: 100%;
}
.modal-content1-image {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    height: calc(100vh - 160px);
}
.modal-dialog-image {
    max-width: 80%;
    margin: 6em auto;
}
.modal-header-image {
    display: flex;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    justify-content: space-between;
}
.modal-body-image {
    padding: 10px;
    overflow: auto;
}
.review-image-popup{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.review-image-popup .diem-sao .text-warning {
    margin-right: 3px;
    background-size: 15px;
    padding-left: 15px;
}
.review-image-popup .diem-sao {
    text-align: center;
    margin-top: 10px;
}
.all_images_review{
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding-bottom: 20px;
}
.header_review_image{
    display: flex;
    margin: 10px 0;
    align-items: center;
}
.left_header {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.right_header {
    margin-left: auto;
    cursor: pointer;
    color: #0024ff;
}
.right_header:hover {
    text-decoration: underline;
    color: #c7511f;
}
.modal-content-image-review{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    height: calc(100vh - 160px);
    width: 80%;
}
.modal-header-image-review{
    display: flex;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    justify-content: space-between;
}
.modal-body-image-review{
    display: flex;
    background-color: #fff;
    border-radius: 0.3rem;
    padding: 10px;
    height: calc(80vh - 125px);
    margin: unset;
}
.modal-body-image-review .left-modal{
    width: 100%;
    background: #f7fafa;
}
.modal-body-image-review .left-modal img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.modal-body-image-review .right-modal{
    padding-left: 25px;
    width: 500px;
    text-align: left;
    overflow: auto;
}
#myModal .next-slide {
    right: 15%;
}
#myModal .prev-slide {
    left: 16%;
}
#myModal .next-slide, #myModal .prev-slide {
    color: #000;
    border: 1px solid #000;
    background: rgb(255 255 255 / 36%) !important;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 0;
}
/*--End Review Image--*/

.other-pro
{
	border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
}

.pdl-info-content {
    line-height: 18px;
    background:url(../images/form-thongtin.jpg) no-repeat;
    width:698px;
    height:336px;
}
.title_thongtin {
    line-height: 40px;
    color: #fff;
    padding: 7px;
    font-size: 18px;
    font-weight: bold;
    text-align: CENTER;
}
.contactform{ color:#333333; padding:5px 0 0 10px; width:400px; float:left;}

.hotline{ font-size:14px; float:left; margin-left:10px; width:260px; line-height:20px; margin-top:10px;    color: #F00;}


.contactform ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.contactform ul li.fieldlabel {
    display: inline;
    float: left;
    padding-right: 5px;
    padding-top: 5px;
    width: 80px;
}

.contactform ul li.fieldinput {
    padding: 5px 0 0;
}

* +html .contactform ul li.fieldinput {
    padding: 0px 0 0;
}

.contactform .textfield {
	height: 20px;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color -moz-use-text-color #999999;
    border-style: none none dotted;
    border-width: 0 0 1px;
    color: #666666;
    font-size: 11px;
    width: 300px;
}

.contactform .textarea {
	
    border: 0 none;
    color: #666666;
    font-size: 11px;
    height: 100px;
    line-height: 23px;
    width: 210px;
}
.line {
    height: 10px;
}
.redstar {
    color: #FF3333;
    padding-left: 2px;
}

.btnsubmit{ background:#FF7326; width:52px; height:26px;color: #fff; cursor: pointer; }
.btncancel{ background:#FF7326; width:52px; height:26px; color: #fff; cursor: pointer;}

input { border:none; }

#list-du-an, #list-tin-tuc{
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    position:relative;
    margin-bottom: 10px;
}
.items_duan, .items_tintuc{
    padding: 10px;
    display: flex;
    width: 100%;
}
.image_duan, .image_tintuc{
    border-radius: 10px;
    height: 64px;
    margin-right: 10px;
    max-width: 100px;
    min-width: 100px;
    overflow: hidden;
}
.title_duan, .title_tintuc{
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #444;
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
}
.items_duan img, .items_tintuc img{
    width: 100%;
}
.view_all_duan, .view_all_tintuc {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 12px 0;
    width: 100%;
    display: block;
    border: 1px solid #0000ff;
    transition: all .2s ease;
    border-radius: 4px;
}
#hinh-thuc-te{
    border: 1px solid #ccc;
    padding: 10px;
}
.gallery-thucte img{
    height: 200px;
}
.gallery-thucte {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    cursor: pointer;
}

.gallery-thucte::-webkit-scrollbar {
  height: 1px;
}

.gallery-thucte.active {
    background: rgba(255,255,255,0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
}
.gallery-thucte a {
    display: inline-block;
    background: skyblue;
    margin: 2px;
}

/*Review*/
.review-sp {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 10px 20px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
}
.rep-box{
    display:none;
    margin-top: 10px;
}
.rep-box .textarea{
    margin-bottom: 10px;
}
.rep-review{
    margin-right: 10px;
    cursor: pointer;
    font-size: 13px;
    color: #0001ff;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: 17px;
    font-weight: bold;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}
.review-header .txtname {
    font-weight: bold;
    margin-right: 8px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
}
.review-header .txtname span{
    font-weight: normal;
    color: #828282;
}
.review-body{
    display: flex;
    flex-direction: column;
}
.review-body .diem-sao{
    margin: 3px 0;
}
.review-body .diem-sao .verified-purchase{
    background: url(../images/verified.svg) no-repeat 10px 0px;
    background-size: 17px;
    padding-left: 32px;
    color: #10a64a;
    margin-left: 5px;
    border-left: 2px solid #cacaca85;
}
.review-body .diem-sao .text-warning{
    margin-right: 3px;
    background-size: 15px;
    padding-left: 15px;
}
/*.review-body .diem-sao{
    margin-top:5px;
}*/
.review-body .noidung-review, .comment-detail .comment-body{
    margin:5px 0;
}
.review-body .noidung-review p, .comment-detail .comment-body p{
    padding:unset;
    line-height: 1.5em;
}
.review-footer {
    width: 100%;
    float: left;
    margin-top: 5px;
}
.review-footer .helpful{
    background: url(../images/liked.svg) no-repeat 0px 0px;
    background-size: 15px;
    padding-left: 20px;
    color: #3688ff;
    font-size: 13px;
    margin-right: 2px;
    border-right: 2px solid #cacaca85;
    padding-right: 8px;
    cursor:pointer;
}
.comment-footer {
    margin-top: 5px;
}
.review-footer .time-review, .comment-footer .time-review{
    color: #999;
    font-size: 13px;
    position: relative;
}
.review-footer .time-review:hover .real-time, .comment-footer .time-review:hover .real-time{
    display: block;
}
.real-time {
    background-color: #ebebeb;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    border-radius: 4px;
    color: #333;
    display: none;
    padding: 5px;
    position: absolute;
    left: 0px;
    width:130px;
}
.row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.text-center {
    text-align: center!important;
}
.text-warning {
    color: #ffc107!important;
}
.diem-so{
    font-size: 25px;
}
.diem-so,.so-sao,.sl-review{
    margin-bottom: 10px;
}
.sao-detail:not(:last-child){
    margin-bottom: 10px;
}
.sao-detail{
    display: flex;
}
.review-detail {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
}
.ava-review {
    width: 3%;
    float: left;
}
.cont-review {
    width: calc(100% - 6.2%);
    float: left;
    margin-left: 10px;;
}
.cont-review .img-review, .cont-review .comment-review{
    width: 100%;
    float: left;
    margin-top: 5px;
}
.cont-review .img-detail{
    width: 100px;
    height: 100px;
    float: left;
    border: 1px solid #d8d8d8;
    margin-right: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.cont-review .img-review img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-white {
    color: #fff!important;
    font-weight: bold;
}
.col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.rounded-circle {
    border-radius: 20%;
    background-color: #1a900e;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fdff00;
    font-weight: bold;
    text-transform: uppercase;
}
.progress-label-left {
    float: left;
    margin-right: 0.5em;
    line-height: 1em;
    width:10%;
}
.progress-label-left .text-warning {
    background-size: 15px;
    padding-left: 15px;
    margin-left: 5px;
}
.progress-label-right {
    float: right;
    margin-left: 0.3em;
    line-height: 1em;
    width:10%;
}
.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    width: 80%;
}
.bg-warning {
    background-color: #ffc107!important;
}
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-primary {
    color: #fff;
    background-color: #ff0000;
    border-color: #007bff;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#review_content{
    margin-top: 10px;
}
.comment-detail {
    padding: 8px;
    background-color: #f7f7f7;
    margin-top: 5px;
}
.comment-detail .comment-name{
    color: #da251c;
    font-weight: bold;
    word-break: break-word;
}
.comment-detail .comment-name span{
    background-color: #eebc49;
    color: #222;
    font-size: 12px;
    padding: 5px;
    border-radius: 2px;
    margin-left: 5px;
    display: inline-block;
}
.comment-detail .comment-name img{
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    background-size: 200px 150px;
    height: 25px;
    width: 25px;
    margin-right: 5px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    outline: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #000000a3;
}
.modal.show {
    display: block;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-dialog {
    max-width: 500px;
    margin: 6.75rem auto;
}
.modal-content1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
}
.close1 {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close1:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.modal-header .close1 {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
button.close1 {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 40px;
    max-height: 500px;
    overflow: auto;
}
.box-cmt-popup {
    display: block;
    overflow: hidden;
    padding: 12px 0;
}
.box-cmt-popup .info-pro {
    display: flex;
    overflow: hidden;
    align-items: center;
}
.box-cmt-popup .info-pro .img-cmt {
    width: 65px;
    height: 65px;
    margin: 0 19px 0 0;
    display: flex;
    align-items: center;
}
.box-cmt-popup .info-pro .img-cmt img {
    width: 100%;
}
.box-cmt-popup .info-pro .text-pro {
    display: block;
    overflow: hidden;
    width: calc(100% - 84px);
}
.box-cmt-popup .info-pro .text-pro h3 {
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.select-star {
    display: flex;
    margin: 20px 0 0;
    justify-content: center;
}
.ul-star {
    display: flex;
    justify-content: center;
    margin-block-end: unset!important;
    padding-inline-start: unset!important;
}
.ul-star li {
    cursor: pointer;
    margin: 0 6px;
    text-align: center;
    width: 45px;
    list-style-type: none!important;
}
.ul-star li .star-light, .ul-star li .text-warning {
    font-size: 30px;
}
.ul-star li .star-light, .ul-star li .text-warning {
    background-size: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.so-sao .star-light, .so-sao .text-warning {
    background-size: 20px;
    padding-left: unset;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.star-light{
    background: url(../images/star-grey.svg) no-repeat 0px 0px;
}
.text-warning{
    background: url(../images/star-yellow.svg) no-repeat 0px 0px;
}
.star-light {
    color: #e9ecef;
}
.box-content{
    display:none;
}
.box-content .textarea {
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    margin-bottom:10px;
}
.box-content textarea {
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    resize: none;
    border: 0;
    color: #323232;
    height: 67px;
    padding: 10px;
    width: 100%;
}
.image-area {
    border: 1px solid #bdbdbd;
    font-size: 0;
    padding: 11px 10px;
    border-radius: 4px;
}
.image-area .upload__btn {
    color: #2f80ed;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
}
.image-area .upload__btn:hover {
    background-color: unset;
    color: #ff0000;
    transition: all .3s ease;
}
.image-area .upload__btn span {
    color: #323232;
    margin-left: 5px;
}
.image-area li{
    list-style-type: none!important;
}
.input-assess {
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    color: #666;
    height: 40px;
    line-height: 20px;
    margin-right: 12px;
    padding: 10px;
    flex: auto;
}
/*.button-send{
    margin: 10px 0;
}*/
.list-error span{
    display: block;
    color: red;
}
.upload__box {
    padding: 40px;
}
#multiple_files {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload__btn-box {
    margin-bottom: 10px;
}
  
.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
    
.upload__img-box {
    width: 30%;
    padding: 10px;
    border: 1px solid #dddddd;
    margin: 5px;
    border-radius: 10px;
}
    
.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}
.upload__img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}
/*End Review*/
/*Comment*/
.comment-sp{
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 10px 20px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
}
.comment-footer {
    margin-top: 5px;
}
.review-footer .time-review:hover .real-time, .comment-footer .time-review:hover .real-time{
    display: block;
}
.col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.comment-detail {
    padding: 8px;
    background-color: #f7f7f7;
    margin-top: 5px;
}
.comment-detail .comment-name{
    color: #da251c;
    font-weight: bold;
    word-break: break-word;
}
.comment-detail .comment-name span{
    background-color: #eebc49;
    color: #222;
    font-size: 12px;
    padding: 5px;
    border-radius: 2px;
    margin-left: 5px;
    display: inline-block;
}
.comment-detail .comment-name img{
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    background-size: 200px 150px;
    height: 25px;
    width: 25px;
    margin-right: 5px;
}

.box-cmt-popup {
    display: block;
    overflow: hidden;
    padding: 12px 0;
}


.list-input {
    font-size: 0;
    margin-bottom: 10px;
    display: flex;
}
.input-assess {
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    color: #666;
    height: 40px;
    line-height: 20px;
    margin-right: 12px;
    padding: 10px;
    flex: auto;
}
.list-error span{
    display: block;
    color: red;
}

.comment-count p{
    padding: 10px 0;
    border-bottom: 1px solid #c7c7c7;
    font-weight: 500;
}
.box-content1{
    display:none;
}
.box-content1 .textarea {
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    margin-bottom:10px;
}
.box-content1 textarea {
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    resize: none;
    border: 0;
    color: #323232;
    height: 67px;
    padding: 10px;
    width: 100%;
}
/*End Comment*/
/*San pham cung thuong hieu*/
.options {
    border-bottom: 1px solid #d6d6d6;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.detail-options a {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    color: #333;
    display: inline-block;
    font-size: 15px;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 2px;
    vertical-align: top;
    position: relative;
}
.detail-options{
    margin: 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
    margin-bottom: 10px;
}
.detail-options.more{
    height: 220px;
    overflow: hidden;
    overflow-y: auto;
}
.detail-options div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.detail-options .giacu {
    text-decoration: line-through;
    font-size: 12px;
    color: #868585;
    margin-right: 5px;
    font-weight:100;
}
.detail-options img{
    float:left;
}
.detail-options .tienich {
    color: #848484;
    font-size: 13px;
}
.detail-options .price_other {
    color: #dc0021;
}
.detail-options a.active, .detail-options a:hover {
    border: 1px solid #1c9b10;
    background: #f4fff2;
}
.detail-options a.active p:first-child {
    font-weight: 700;
    color: #3f3f3f;
}
.detail-options a.active .tienich {
    font-weight: 100;
    color: #0600ff;
}
.detail-options a.active p.price_other {
    color: #dc0021;
    font-weight: 700;
}
#more-option {
    position: relative;
    font-size: 15px;
    line-height: 140%;
    color: #0c8d00;
    display: inline-block;
    padding-top: 0;
    cursor: pointer;
    padding-right: 15px;
    padding-bottom: 10px;
}
#more-option.active:after {
    border-top: 6px solid #0c8d00;
    border-bottom: 0;
}
#more-option:after {
    border-bottom: 6px solid #0c8d00;
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
}
/*End san pham cung thuong hieu*/


#tabs .info-content .thongso {
    display:flex;
}
#tabs .info-content .img_thongso{
    width: 53%;
}
#tabs .info-content .detail_thongso{
    width: 45%;
    margin-left:auto;
}
#tabs .info-content .img_thongso img {
    width: 100%;
}
.info-content .detail_thongso tr > td{
    border: 1px solid #fff;
    border-bottom: 1px solid #dedede;
    font-size: 15px;
    padding: 15px;
}
.info-content .detail_thongso tr > td[colspan]{
    background: #f2f4f7;
    padding: 15px 10px;
    color: #000;
    line-height: 20px;
    font-weight: 600;
    position: relative;
    border-radius: 8px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
}
.info-content .detail_thongso tr > td:first-child {
    width: 170px;
    vertical-align: top;
    text-align: left;
}
.info-content .detail_thongso tr > td > div{
    margin-bottom:5px;
}

/*--So sánh sp--*/
.so_sanh_sp{
    display:flex;
}
.first_so_sanh{
    width:25%;
}
.second_so_sanh{
    width:75%;
}
.second_so_sanh .detail_so_sanh.background-grey{
    background-color: #f9fafb;
}
.detail_so_sanh .image_sosanh{
    width: 70%;
    padding-top: 15px
}
.detail_so_sanh h3{
    font-weight: normal;
    margin: 10px 0;
}
.info_product_ss{
    height:270px;
    position:relative;
    padding: 0 10px;
}
.info_product_ss .item-rating{
    position: absolute;
    top: 0;
    background: #f7ffc4;
    padding: 2px 5px;
}
.info_product_ss .item-rating-total {
    padding-top: 2px;
    color:#000;
}
.info_product_ss .price_disc {
    text-decoration: line-through;
    font-size: 14px;
    color: #868585;
}
.info_product_ss .price_sale {
    padding: 5px 0;
}
.info_product_ss .price_sale .gia_ban {
    font-size: 19px;
}
.info_product_ss .price_sale span {
    color: #ec0606;
    font-weight: bold;
    font-size: 15px;
}
#table .column-1{
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 20px;
}
#table .column-1 p{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.flex-grow{
    flex: 1;
    border-top-width: 1px;
    color: inherit;
    height: 0;
}
#table .column-2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 0.125rem;
    padding-top: 0.125rem;
    padding-left: 0;
    padding-right: 0;
    min-height: 2.5rem;
}
#table .row:nth-child(11) .column-2 {
    height: 190px;
    overflow-y: auto;
    margin-right: 5px;
    margin-bottom: 20px;
}
#table .row:nth-child(11) .column-2 div {
    margin-bottom: 5px;
}
#table .row:nth-child(11) .column-2::-webkit-scrollbar {
    width: 5px;
}
#table .row:nth-child(11) .column-2::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}
#table .row:nth-child(11) .column-2::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #d55959;
}
#table .column-2.pad-left {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.so_sanh_sp .owl-prev {
    width: 35px;
    height: 35px;
    top: 30%;
    left: -260px;
    background: url(/images/prev-new.png);
    background-size: 35px;
    border: 1px solid #c2c2c2;
    border-radius: 50%;
    opacity: 0.7!important;
}
.so_sanh_sp .owl-next {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 30%;
    right: -30px;
    background: url(/images/next-new.png);
    background-size: 35px;
    border: 1px solid #c2c2c2;
    border-radius: 50%;
    opacity: 0.7!important;
}
/*--End so sánh sản phẩm--*/