
body {
	font-family: Arial!important;
}

.ui-widget {
	font-family: Arial!important;
}

/** BOE Css for model oem top renew page @rcv!le.quan #201607.07 #26851 2016/08/12*/
.model-header-oem-part {
	font-weight:100;
}
.partlist-servicemanual-wrapper {
	margin-top: 0px;
}
.oem-compatible-wrapper {
	margin-top: 20px;
}
/** EOE @rcv!le.quan #201607.07 #26851 2016/08/12*/

.spec-model .spec-infor table {
	width: calc(100% - 40px);
	margin: 15px auto 0 auto;
	border-collapse: collapse;
}

.spec-model .spec-infor table td {
	padding: 5px 10px;
	border: 1px solid #ccc;
}

.spec-model .spec-infor table td.spec-title {
	background: #f1f1f1;
	width: 150px;
}

.spec-model .spec-infor table td.text {
	width: calc(50% - 172px);
    min-width: 200px;
}

.spec-model .spec-photo {
	float: left;
	width: 300px;
	height: 300px;
	position: relative;
	border: 1px solid #ccc;
}

.spec-model .spec-photo img {
	max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.spec-model .spec-text {
	float: right;
	width: calc(100% - 340px);
	padding: 10px;
	position: relative;
}

/* BOE Add Model Spec contents @rcv!doan.nhan #201706.09 2017/07/26 */
.spec-text {
	font-size: 14px;
    line-height: 1.25;
}
/* EOE Add Model Spec contents @rcv!doan.nhan #201706.09 2017/07/26 */
	
.spec-model .spec-content {
	margin: auto;
	width: calc(100% - 40px);
	padding-top: 15px;
}

.spec-button {
    float: right;
    /* BOE Add model forum block  @rcv!doan.nhan #201709.08 2017/09/20 */
    margin-left: 20px;
    /* EOE Add model forum block  @rcv!doan.nhan #201709.08 2017/09/20 */
    margin-top: 9px;
}

/* BOE Fix button label of Cart on Header @rcv!nguyen.diem #201708.03 2017/08/10 */
.spec-button a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding: 3px 12px;
    line-height: 23px;
    /*background: #004c89;*/
    cursor: pointer;
    height: 25px;
}

/*.spec-button a:HOVER {
    background: #00A651;
}*/
/* EOE Fix button label of Cart on Header @rcv!nguyen.diem #201708.03 2017/08/10 */

.block-model .spec-footer {
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff !important;
    border: solid 1px #416090;
    min-width: 230px;
    max-width: 520px;
    margin: 30px auto;
}

.block-model .spec-footer a {
    display: block;
    padding: 20px 0;
    color: #416090;
    text-decoration: none;
}

.block-model .spec-footer a:hover {
    background: #416090;
    color: #fff;
    text-decoration: none;
}
.block-model .spec-footer a:before {
    font-family: FontAwesome;
    content: "\f138";
    margin: 0 5px 0 0;
}

/* Update CSS Task JCC content #202206.02 */
.articles-block {
    margin-bottom: 16px;
}
.articles-block .new-custom-articles {
    position: relative;
    min-height: 269px;
    display: block;
}
.articles-block .new-custom-articles .title-new-custom-articles {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
}
.articles-block .new-custom-articles .title-new-custom-articles > h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #38383D;
    flex: 1;
    align-items: center;
}
.articles-block .new-custom-articles .title-new-custom-articles .btn-see-all {
    font-size: 0.875rem;
    color: #0D5BB5;
    padding-right: 4px;
}
#top_new_custom_articles {
    max-width: calc(1280px - 278px);
    border: 1px solid #EBEBF0;
    padding: 8px;
}
#top_new_custom_articles .rcc_list_block  .article-item {
    padding: 8px;
}
#top_new_custom_articles .rcc_list_block .article-item:nth-child(4n+4) {
    margin-right: 0;
}
#top_new_custom_articles .rcc_list_block > .article-item {
    width: calc((100%)/4 - 16px);
    float: left;
    display: none;
}
#top_new_custom_articles > .rcc_list_block > .article-item:nth-child(1),
#top_new_custom_articles > .rcc_list_block > .article-item:nth-child(2),
#top_new_custom_articles > .rcc_list_block > .article-item:nth-child(3),
#top_new_custom_articles > .rcc_list_block > .article-item:nth-child(4) {
    display: block;
}
#top_new_custom_articles .rcc_list_block {
    overflow: hidden;
}
#top_new_custom_articles .article-link:hover {
    text-decoration: none;
}
#top_new_custom_articles .article-link:hover .article-pic img {
    opacity: .7;
}
#top_new_custom_articles .article-pic {
    height: 158px;
}
#top_new_custom_articles .article-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #efefef;
    box-sizing: border-box;
}
#top_new_custom_articles .article-title {
    font-size: .875rem;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 6px;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#top_new_custom_articles .date-update {
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: -5px;
}
#top_new_custom_articles .date-update span {
    font-size: .875rem;
    line-height: 1.2;
    color: #808089;
  }
.icon-new {
    display: block;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    background: url(images/common/icons-new.png) 0 0 no-repeat;
    background-size: 300px 300px;
    margin-right: 5px;
}
.icon-time-16 {
    background-position: -125px 0;
    margin-right: 0;
}
#top_new_custom_articles .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -12px;
}
#top_new_custom_articles .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
}
.hidden {
    display: none;
}
.has-jcc-content {
    float: left;
}

.jcc-content-hr {
    margin-top: 20px;
    margin-bottom: 10px;
    border-top: 1px solid red;
}
aside.v2-side-bar .blc-best-brand .product {
    margin: 0;
    border: 0;
}

aside.v2-side-bar .blc-best-brand .box-brand {
    margin: 10px;
    border: 1px solid #dfdfdf;
}

aside.v2-side-bar .blc-best-brand .box-brand .item {
    overflow: hidden;
}

aside.v2-side-bar .blc-best-brand .box-brand .item .brand {
    display: flex;
}

aside.v2-side-bar .blc-best-brand .box-brand .best-product {
    margin-top: 10px;
}

aside.v2-side-bar .blc-best-brand .box-brand .product-rate {
    height: auto;
    margin: 0;
}

aside.v2-side-bar .blc-best-brand .box-brand .product-rate .cnt_rv {
    top: 2px;
}
/* End CSS Task JCC content #202206.02 */