iframe{
	width: 100%;
}
svg {
	height: 20px;
}
.wrap-list-product {
    padding-top: 10px;
}
.template-detail {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}
.news-related-title {
    line-height: 1.35;
    font-size: 28px;
    font-weight: 500;
    position: relative;
	margin-bottom: 10px;
}
.news-related-title:before{
    content: "";
    width: 70px;
    position: absolute;
    left: 0;
    bottom: -3px;
    border-bottom: 3px solid #0f7cc1;
}
.title-template-news {
    margin: 10px 0 20px 0;
    font-size: 17px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    color: #fff;
    padding: 0;
    border-bottom: solid 2px #febd17;
}
.title-template-news span a {
    background: #fff;
    padding: 8px 0px;
    text-transform: none;
    font-size: 17px;
    text-align: right;
    color: #333;
    font-weight: 500;
}
.title-template-news span a {
	background: #febd17 !important;
    color: #fff !important;
}

h1.title-template-news span a {
    background: none;
}

h1.title-template-news span {
    background: none;
}
.title-sider-bar {
    font-size: 16px;
    margin: 0;
    color: #000;
    font-weight: 500;
    padding: 7px 20px 7px;
    background: #dfdfdf;
    line-height: 26px;
    text-transform: uppercase;
}
.title-template-news >* {
    background: #000;
    padding: 8px 20px;
    display: inline-block;
	color: white;
}
.title-template-news a:hover {
    color: #fff;
}
.title-template-news span {
    float: right;
}
.title-template-news span a {
    background: #fff;
    padding: 8px 0px;
    text-transform: none;
    font-size: 17px;
    text-align: right;
    color: #333;
    font-weight: 500;
}
.title-template-news span a:hover {
    color: #febd17;
}
.pd-section-bottom{
	padding: 20px 0;
}
.side-bar {
    background-color: #ffffff;
    box-shadow: 0 0px 2px #d9dadb;
    margin: 10px 0 15px 0;
}

.side-bar:last-child {
    margin-bottom: 0;
}

.side-bar-search {
    padding: 10px 20px 20px;
}

.side-bar-search input {
    /* margin-top:7px; */
    margin-right: 5px;
}

.side-bar-search label {}

.side-bar-search label a {}

.side-bar-search .checkbox {
    margin-bottom: 20px
}

.side-bar-search h4 {
    font-size: 14px;
    display: block;
    max-width: 100%;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 400;
    color: #333333;
}

.list-category {}

.list-category.slider{
    padding-bottom: 20px;
}

.list-category .item{
    width: 100%;
}

.list-category .box{
    display: block;
    padding: 10px;
}

.list-category .box .image{
    position: relative;
    overflow: hidden;
}

.list-category .box .image a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(
-25deg);
    transform: skewX(
-25deg);
}

.list-category .box:hover .image a::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.list-category .image img{
    object-fit: cover;
    height: auto;
    transition: all 1s;
	width: 100%;
}
.image img{
	width: 100%;
}

.list-category .box h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0 0;
    height: auto;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-category .box h3 a {
    color: #333;
}

svg.minus-navs {
    display: none;
}
ul.menu-side-bar-leve-2 .item-nav-plus-c2 .minus-navs {
    display: none !important;
}

ul.menu-side-bar-leve-2 .item-nav-plus-c2 svg {
    display: block;
}
ul.menu-side-bar-leve-2.active .item-nav-plus-c2 .minus-navs {
     display: block !important;
}
ul.menu-side-bar-leve-2 .item-nav-plus-c2 svg {
     display: none;
}




li.nav_item.active svg.minus-navs {
    display: block;
}

li.nav_item.active svg {
    display: none;
}

li.nav_item.active .menu-side-bar-leve-2 {
    display: block !important;
}

.menu-side-bar li.nav_item ul.menu-side-bar-leve-2 {
    display: none;
}
.item-nav-plus {
    position: absolute;
    top: 4px;
    right: 0;
}

.item-nav-plus-c2{
    position: absolute;
    top: 4px;
    right: 0;
}


li.nav_item1 {
    position: relative;
}

.item-nav-plus-c2 svg {
    width: 30px;
    height: 30px;
    fill: #adadad;
}

.item-nav-plus-c2 svg path{
    width: 30px;
    height: 30px;
    fill: #adadad;
    stroke: #adadad;
}
.menu-side-bar li.nav_item {
    position: relative;
}

.item-nav-plus svg {
    width: 30px;
    height: 30px;
    fill: #adadad;
}

.item-nav-plus svg path {
    stroke: #adadad;
}
.list-category ul>li>a .pt_icon_right {
    position: absolute;
    right: 0;
    top: 0px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s;
    opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right2 {
    position: absolute;
    right: 0;
    top: 2px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    transition: all 0.5s;
    opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right:before {
    content: "\f067";
}

.list-category ul>li>a .pt_icon_right2:before {
    content: "\f067";
}

.list-category ul>li.nav_item.active a .pt_icon_right:before {
    content: "\f068";
}

.list-category ul>li.nav_item1.active a .pt_icon_right2:before {
    content: "\f068";
}

.list-category ul>li.active a .pt_icon_right {

    /* transform: rotate(90deg); */
}

.list-category ul>li>a {
    position: relative;
    user-select: none;
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    clear: both;
    font-weight: 400;
    font-size: 14px;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 35px 0 20px;
    position: relative;
}

.list-category>ul>li>a {
    padding-left:10px;
    font-size: 15px;
}

.list-category ul>li>a:before {
	    content: "";
    position: absolute;
    left: 12px;
        top: 15px;
    width: 6px;
    height: 6.3px;
    border: 1px solid currentColor;
    transform: rotate(-50deg);
    border-width: 0 1px 1px 0;
}

.list-category ul>li>a>span {
    padding-left: 16px;
    /* border-left: 1px solid #e5e5e5; */
}
.list-category .menu-side-bar-leve-2>li>a {
    padding-left: 20px;
    line-height: 35px;
    height: 35px;
}
.product-card .card-top .image a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.product-card:hover .card-top .image a::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.list-item.autoplay5-doitac button svg {
    fill: #febd17;
}
@keyframes shine {
    100% {
        left: 125%
    }
}

.pagination {
    display: inline-block;
    margin: 10px 0 30px 0;
}

.pagination {
    display: flex;
    padding-left: 0;
    margin: 15px 0;
    border-radius: 4px;
    /* background: #fff; */
    justify-content: center;
}
.pagination span {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #333;
    background-color: #f5af05;
    color: #333;
    font-size: 14px;
}
.pagination a {
    height: 30px;
    padding: 0 10px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #333;
    /* background-color: #2f4b8c; */
    color: #333;
    font-size: 14px;
}
.list-category .menu-side-bar-leve-2>li>a:before {
        left: 22px;
    top: 11px;
}

.list-category .menu-side-bar-leve-3>li>a {
    padding-left: 70px;
    line-height: 35px;
    height: 35px;
}

.list-category .menu-side-bar-leve-3>li>a:before {
    left: 58px;
    top: 11px;
}


.cate-dot-1 .slick-dots {
    width: auto;
    bottom: unset;
    right: 80px;
    top: -25px;
    position: unset;
    transform: unset;
}

.cate-dot-1 .slick-dots li {
    border-radius: 100%;
    width: 12px;
    height: 12px;
    /* position: absolute; */
    background: #eee;
    /* border: 3px solid rgba(255, 255, 255, 0.9); */
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.cate-dot-1 .slick-dots li.slick-active {
    background: #353a3d;
    /* border: 3px solid rgba(0, 0, 0, 1); */
}

.cate-dot-1 .slick-dots li button {
    width: 12px;
    height: 12px;
}

.cate-dot-1 .slick-dots li button:before {
    width: 12px;
    height: 12px;
    display: none;
}
.wrap-tab-product-detail{
	margin-bottom: 40px;
	padding: 15px 10px;
}

/*Galaxy*/
.title_h1 {
	margin-bottom: 20px;
}
.title_h1 h1{
	font-size: 30px;
	color: #febd17;
}
.block-news {
	padding: 20px 0;
}
.galaxy {
	margin: 0 0 15px 0;
}
.galaxy img {
	width: 100%;
	height: 200px;
}
.galaxy h2 {
	font-size: 16px;
	text-align: center;
	margin: 10px 0;
}
.noidung_in {
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
}
.tab-box .noidung_in {
	padding: 15px;
    background-color: #fff;
	color: #333
}
.tab-box .noidung_in h2 {
	font-size: 22px;
	margin-bottom: 5px;
}
.tab-box .noidung_in h3 {
	font-size: 20px;
	margin-bottom: 5px;
}
.tab-box .noidung_in h4 {
	font-size: 16px;
	margin-bottom: 5px;
}
.tab-box .noidung_in ul li {
	list-style: disc !important;
	margin-left: 20px;
}
.tab-box .noidung_in p {
	margin-bottom: 10px;
}
.noi_dung_in {
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
}
.noi_dung_in {
	padding: 0px;
    background-color: #fff;
	color: #333
}
.noi_dung_in h2 {
	font-size: 22px;
	margin-bottom: 5px;
}
.noi_dung_in h3 {
	font-size: 20px;
	margin-bottom: 5px;
}
.noi_dung_in h4 {
	font-size: 16px;
	margin-bottom: 5px;
}
.noi_dung_in ul li {
	list-style: disc !important;
	margin-left: 20px;
}
.noi_dung_in p {
	margin-bottom: 10px;
}
.noi_dung_in table {
	width: 100% !important;
}
.noi_dung_in td {
	padding: 5px;
}
.share {
	margin: 10px 0;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end
}
.share span {
	padding: 7px 10px;
	border: solid 1px #ccc;
	border-radius:10px;
}
.share span svg {
	position: relative;
	top: 5px;
}

.product-card .card-body .card-price .old-price {
    text-align: center;
    text-decoration: line-through;
}

li.nav_item1 svg {
    display: block !important;
}

li.nav_item1.active svg.minus-navs {
    display: block;
}

li.nav_item1.active .menu-side-bar-leve-3 {
    display: block !important;
}

li.nav_item1 .menu-side-bar-leve-3 {
    display: none !important;
}

li.nav_item1.active .minus-navs {
    display: block !important;
}

li.nav_item1.active svg {
    display: none !important;
}



@media (max-width: 786px) {
	.tab-box .noidung_in{
		padding:20px 0;
	}
	.tab-box .noidung_in table{
		width: 100% !important;
	}
	.wrap-tab-product-detail {
		padding: 15px 0;
	}
}

