/* ***** Products ***** */
#section-all-product {}
.row-box-product {
	position:relative;
	width:calc( 100% + 20px );
	margin-left:-10px;
	margin-right:-10px;
}
.row-box-product > .inside {
	position:relative;
	display:table;
	width:100%;
	clear:both;
	padding:0 !important;
}
.row-box-product > .inside > .box-product {
	display:inline-block;
	float:left;
	width:calc( 100% / 3 );
}

.box-product {
	position:relative;
	display:block;
	width:100%;
	padding:10px;
}
.box-product > .inside {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	padding:30px 30px 0 30px;
	border:1px solid rgba(40,40,40,0.1);
	height:520px;
	/*top:0;
	box-shadow:0 0 0 rgba(0,0,0,0);*/
	cursor:pointer !important;
	
}
.box-product > .inside:hover {
	/*top:-5px;
	box-shadow:0 10px 40px rgba(0,0,0,0.15);*/
	border-color:rgba(40,40,40,0.7);
}
.box-product > .inside, .box-product > .inside:hover {
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
}
.box-product > .inside > .cover {}
.box-product > .inside > .detail {
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	padding:20px 50px 50px 50px;
	text-transform:uppercase !important;
}
.box-product > .inside > .detail > .title {
	height:40px;
	overflow: hidden
}
.box-product > .inside > .detail > .title,
.box-product > .inside > .detail > .cate {
	font-size:13px;
	line-height:20px;
	font-weight:600;
}
.box-product > .inside > .detail > .cate {
	font-size:12px;
	line-height:20px;
	font-weight:600;
	opacity:0.9;
	margin:5px auto 15px auto;
}
.box-product > .inside > .detail > .tag-mini {
    color: rgb(40, 64, 134);
    border: 1px solid rgb(40, 64, 134);
}

.row-select-cate {
	position:absolute;
	width:100%;
	height:100px;
	left:0;
	right:0;
	bottom:0;
	background-color:#ededed !important;
	z-index:5;
}
.row-select-cate > .container,
.row-select-cate .row-group-input,
.row-select-cate .row-group-input > .group-select,
.row-select-cate .box-select {
	height:100% !important;
}
.row-select-cate .row-group-input > .group-select, .row-select-cate .row-group-input > .group-btn {
	margin:0 !important;
	float:left;
}
.row-select-cate .row-group-input > .group-select {
	width:calc( ( 100% - 210px ) / 3 );
}
.row-select-cate .row-group-input > .group-select,
.row-select-cate .row-group-input > .group-btn {
	height:100%;
}
.row-select-cate .row-group-input > .group-select:before,
.row-select-cate .row-group-input > .group-btn:before{
	position:absolute;
	content:"";
	top:15px;
	left:0;
	height:calc( 100% - 30px );
	width:1px;
	/*background-color:rgba(0,0,0,0.1);*/
}
.row-select-cate .row-group-input > .group-btn {
	width:210px;
	display:inline-block;
	clear:none;
	padding-top:25px;
	padding-left:25px;
}
.row-select-cate .row-group-input > .group-btn > .default-btn {
	min-width:0;
	width:100%;
}
.row-select-cate .box-select {
	border: none !important;
	background-color:rgba(0,0,0,0);
}
.row-select-cate .box-select.focus,
.row-select-cate .box-select:hover {
	background-color:rgba(0,0,0,0.01);
}
.row-select-cate .box-select > .placeholder,
.row-select-cate .box-select > .input {
	display:block !important;
	float:none !important;
}
.row-select-cate .box-select > .placeholder {
	position:absolute;
	top:32px;
	left:30px;
	height:auto !important;
	width:auto !important;
	text-transform:uppercase;
	font-size:12px !important;
	line-height:15px !important;
	letter-spacing:0.5px !important; 
	font-weight:400;
	padding:0 !important;
}
.row-select-cate .box-select > .input {
	height:100% !important;
	width:100% !important;
	padding-left:30px !important;
	padding-top:38px !important;
	font-size:15px !important;
	letter-spacing:0.3px !important; 
	font-weight:500;
	text-transform:uppercase !important;
}
.row-select-cate .box-select > .arrow {
	height:100%;
	line-height:100px;
	padding-right:10px;
}
.row-select-cate .box-select > .arrow:before {
	display: none;
}
.row-select-cate + .text-on-banner {
	padding-bottom:100px;
}




/* ***** Product Detail ***** */

/* header */
#page-product-detail header {
	background:none !important;
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
}
#page-product-detail main {
	padding-top:0 !important;
}

/* detail */
#section-product-detail {}
#section-product-detail + #section-all-product {
	margin-top:80px;
}
#section-product-detail > .inside {
	position:relative;
	display:table;
	clear:both;
	width:100%;
	height:500px;
	padding:0 !important;
	background-color:#fff;
}
#section-product-detail > .inside > [ class*="col-" ] {
	position:relative;
	display:table-cell;
	height:100%;
}
#section-product-detail > .inside > .col-img,
#section-product-detail > .inside > .col-detail {
	width:50%;
}
#section-product-detail > .inside > .col-img {
	background-color:rgba(255,255,255,1);
}
#section-product-detail > .inside > .col-img .section-img {
	position: absolute;
	width:100% !important;
	max-width:100% !important;
	height:100vh;
	left:0;
	right:0;
	top:0;
	bottom:0;
	/*background-color:rgba(255,255,0,0.5);*/
	display:block;
	opacity:0;
}
#section-product-detail > .inside > .col-img .section-img.on {
	opacity:1;
}
#section-product-detail > .inside > .col-img .section-img,
#section-product-detail > .inside > .col-img .section-img.on {
	transition:opacity 0.5s ease;
	-webkit-transition:opacity 0.5s ease;
	-moz-transition:opacity 0.5s ease;
}
#section-product-detail > .inside > .col-img .section-img.fixed {
	position:fixed;
	top:0;
	bottom:0;
}
#section-product-detail > .inside > .col-img .section-img.moveup {
	position:absolute;
	top:auto;
	bottom:0;
}
#section-product-detail > .inside > .col-detail {
	background: linear-gradient(to bottom, rgba(235,235,235,1) 30%, rgba(235,235,235,1) 50%, rgba(255,255,255,0) 90%);
/*	background: linear-gradient(to bottom, rgba(10,154,196,1) 30%, rgba(6,0,153,0.5) 80% , rgba(6,0,153,1));*/
    background-position: 0 0;
    background-size: cover;
	/*background-color:rgba(235,235,235,1);*/
	padding:100px 0 80px 0;
}
#section-product-detail > .inside > .col-detail > .container {
	width:100%;
	padding:0 150px;
}
#section-product-detail > .inside > .col-more {
	display:none !important;
	clear:both;
	width:100%;
}

/* slider img */
#slide-img-product,
#slide-img-product .owl-stage-outer,
#slide-img-product .owl-stage,
#slide-img-product .owl-item,
#slide-img-product .img-product {
	width:100%;
	height:100%;
}
#slide-img-product {
	position:relative;
	width:100%;
	height:100%;
	left:0;
	top:0;
	bottom:0;
}
#slide-img-product .owl-stage-outer {
	position:absolute;
}
#slide-img-product .img-product {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
#slide-img-product .img-product > img {
	position:relative;
	display:block;
	width:auto;
	height:100%;
	margin:0 auto;
	opacity:0;
}

#slide-img-product .owl-nav,
#slide-img-product #counter-slide {
	position:absolute;
	bottom:30px;
}
#slide-img-product .owl-nav {
	top:auto;
	width:190px;
	left:50%;
	margin-left:-95px;
	height:45px;
	z-index:5;
}
#slide-img-product .owl-nav .owl-prev, #slide-img-product .owl-nav .owl-next {
	border-radius: 0 !important;
}
#slide-img-product .owl-nav .owl-prev { left:0; }
#slide-img-product .owl-nav .owl-next { right:0; }
#slide-img-product #counter-slide {
	width:100px;
	text-align:center;
	left:50%;
	margin-left:-50px;
	line-height:45px;
	z-index:4;
}

/* --- Banner --- */
/*.section-banner {
	position:relative;
	display:block;
	width:100%;
	height:250px;
	overflow:hidden;
	background-color:#24368d !important;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	text-align:center;
}*/
/*.section-banner#banner-product {
	background-image:url(../images/website/img/banner/banner-product-desktop.jpg);
	color:#fff !important;
}*/

/* --- Product Detail --- */

/* detail */
#section-product-detail .section-detail {
	/*margin-top:40px;*/
	margin-bottom: 100px;
}
#section-product-detail .section-detail .section-breadcrumb {
	/*max-width:600px;*/
}
#section-product-detail .section-detail .group-topic {
	margin-top:40px;
}
#section-product-detail .main-topic {
	text-transform:uppercase !important;
	/*font-weight:500 !important;*/
	margin-bottom:5px;
}
#section-product-detail .group-topic .row-slot-text {
	margin: 30px 0 70px 0;
}
#section-product-detail .group-btn {
	margin-top:40px;
}
#section-product-detail .group-btn > .default-btn {
	width:250px;
}
 
/* tab detail */
.section-tab,
.section-tab > .sec-tab-menu,
.section-tab > .sec-tab-content {
	position:relative;
}
.section-tab > .sec-tab-menu {
	display:table;
	width:100%;
	clear:both;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin:50px 0;
}
.section-tab > .sec-tab-menu > .tab-menu {
	position:relative;
	display:inline-block;
	float:left;
	width:auto;
	font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
	text-transform:uppercase !important;
	padding:7px 15px;
	cursor:pointer;
	color:rgba(44,44,44,0.3);
	z-index:1;
}
.section-tab > .sec-tab-menu > .tab-menu.active,
.section-tab > .sec-tab-menu > .tab-menu:hover {
	color:rgba(44,44,44,1);
}
.section-tab > .sec-tab-menu > .tab-menu:before {
	position:absolute;
	left:0;
	bottom:-1px;
	z-index:2;
	content:"";
	border-bottom:3px solid rgba(40,40,40,1);
	width:0;
}
.section-tab > .sec-tab-menu > .tab-menu.active:before {
	width:100%;
}
.section-tab > .sec-tab-menu > .tab-menu:before,
.section-tab > .sec-tab-menu > .tab-menu.active:before {
	transition: width 0.2s ease;
	-webkit-transition: width 0.2s ease;
	-moz-transition: width 0.2s ease;
}
.section-tab > .sec-tab-content {}
.section-tab > .sec-tab-content > .tab-content {
	display:none;
}
.section-tab > .sec-tab-content > .tab-content.active {
	display: block;
}

.section-tab > .sec-tab-menu > .tab-menu,
.section-tab > .sec-tab-menu > .tab-menu.active,
.section-tab > .sec-tab-menu > .tab-menu:hover {
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
}

.section-tab > .sec-tab-content > .tab-content > .sub-topic + .section-texteditor {
	margin-top:30px !important;
}

/* ***** BRAND ***** */
#section-all-brand {}
.row-box-brand {
    position: relative;
    width: calc( 100% + 20px );
    margin-left: -10px;
    margin-right: -10px;
}
.row-box-brand > .inside {
    position: relative;
    display: table;
    width: 100%;
    clear: both;
    padding: 0 !important;
}
.box-brand {
    display: inline-block;
    float: left;
    width: calc( 100% / 6 );
	padding:10px;
}
.box-brand > .inside {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(40,40,40,0.1);
    cursor: pointer !important;
	background-position:center;
	background-repeat:no-repeat;
	background-size:70% auto;
}
.box-brand > .inside:hover {
	border-color:rgba(40,40,40,0.3);
}
.box-brand > .inside,
.box-brand > .inside:hover {
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;	 
}

/* ***** QUOTATION *****  */
/*#page-quotation {
	background-color: rgba(0,0,0,0.05);
	background-image:url(../images/website/img/banner/banner-blogs.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-attachment:fixed;
}*/


/* lg more */
@media (min-width:1200px) and (max-width:1649px) {
#section-product-detail > .inside > .col-detail > .container {
    padding: 0 80px;
}
#section-product-detail .group-btn > .default-btn {
	width:calc( 50% - 7.5px );
}
#section-product-detail .section-detail .group-topic {
    margin-top: 20px;
}
#section-product-detail .group-topic .row-slot-text {
    margin-bottom:40px;
}
#section-product-detail ul.group-slot-text > li {
	display:block !important;
	float:none;
	margin:0 !important;
	padding:0 !important;
}
#section-product-detail ul.group-slot-text > li:before {
	display:none;
}
#section-product-detail ul.group-slot-text > li  + li {
	margin-top:5px !important;
}
}


/* md - sm - xs  */
/*@media (max-width:1199px) {
#section-product-detail > .inside {
    display: block;
    clear: none;
    height: auto;
	background:none !important;
}
#section-product-detail > .inside > [ class*="col-" ] {
	display:block;
	width:100% !important;
	height:auto !important;
}
#section-product-detail > .inside > .col-img .section-img {
	position:relative !important;
	left:auto;
	right:auto;
	top:auto;
	bottom:auto;
	width:100% !important;
	height:auto !important;
}
#slide-img-product .owl-stage-outer {
	position:relative;
}
}*/

/* md */
@media (min-width:992px) and (max-width:1199px) {
/* *** product *** */

/* all product */
.row-box-product > .inside > .box-product {
    width: calc( 100% / 2 );
}
.box-product > .inside > .detail > .title {
    font-size: 12px;
}
.box-product > .inside > .detail > .cate {
    font-size: 11px;
}

/* select cate */
.row-select-cate + .text-on-banner {
    padding-bottom: 80px;
}
.row-select-cate {
    height:80px;
}
.row-select-cate .row-group-input > .group-select {
    width: calc( ( 100% - 130px ) / 3 );
}
.row-select-cate .row-group-input > .group-btn {
    width: 130px;
	padding-top: 15px;
    padding-left: 15px;
}
.row-select-cate .box-select > .placeholder {
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 10px !important;
    letter-spacing: 0.5px !important;
    font-weight: 500;
}
.row-select-cate .box-select > .input {
	padding-top: 25px !important;
    padding-left: 20px !important;
	font-size: 13px !important;
	padding-right: 40px !important;
}
.row-select-cate .box-select > .arrow {
	padding-right:0;
}

/* *** product detail *** */
#page-product-detail main {
    padding-top: 80px !important;
}
#section-product-detail > .inside {
	width:800px !important;
	height:auto !important;
	padding-left:15px !important;
	padding-right:15px !important;
}
#section-product-detail > .inside > [ class*="col-" ] {
	display:inline-block;
	float:left;
}
#section-product-detail > .inside > .col-more {
	display: block !important;
	float:none;
}
#section-product-detail > .inside > .col-img,
#section-product-detail > .inside > .col-img .section-img,
#slide-img-product {
	width:450px !important;
}
#section-product-detail > .inside > .col-img,
#section-product-detail > .inside > .col-img .section-img { height:auto; }
#slide-img-product {
	height:450px !important;
}
#section-product-detail > .inside > .col-img .section-img {
	position:relative !important;
}
#section-product-detail > .inside > .col-detail {
	width:calc( 100% - 450px ) !important;
	background:none !important;
	padding:0 !important;
}
#section-product-detail > .inside > .col-detail > .container {
	padding:0 0 0 40px !important;
}
#section-product-detail .section-detail .group-btn > .default-btn {
	width:100%;
}
#section-product-detail .section-detail .group-btn > .default-btn + .default-btn {
	margin-left:0;
	margin-top:15px;
}

#slide-img-product {
	margin-bottom:100px;
}
#slide-img-product .owl-stage-outer {
	border:1px solid rgba(10,10,10,0.1);
}
#slide-img-product .owl-nav,
#slide-img-product #counter-slide {
    bottom: -50px;
}

/* ***** brand ***** */
.box-brand {
    width: calc( 100% / 4 );
}
}

/* sm - xs */
@media (max-width:991px) {
#section-product-detail > .inside {
    display: block;
    clear: none;
    height: auto;
	background:none !important;
}
#section-product-detail > .inside > [ class*="col-" ] {
	display:block;
	width:100% !important;
	height:auto !important;
}
#section-product-detail > .inside > .col-img .section-img {
	position:relative !important;
	left:auto;
	right:auto;
	top:auto;
	bottom:auto;
	width:100% !important;
	height:auto !important;
}
#slide-img-product .owl-stage-outer {
	position:relative;
}

}

/* sm */
@media (min-width:768px) and (max-width:991px) {
/* *** product *** */

/* all product */
.row-box-product > .inside > .box-product {
    width: calc( 100% / 2 );
}
.box-product > .inside > .detail > .title {
    font-size: 12px;
}
.box-product > .inside > .detail > .cate {
    font-size: 11px;
}

/* select cate */
.row-select-cate + .text-on-banner {
    padding-bottom: 150px;
}
.row-select-cate {
	padding-top:30px;
    height:205px;
}
.row-select-cate .row-group-input > .group-select {
    width:calc( 100% / 3 ) !important;
}
.row-select-cate > .container, .row-select-cate .row-group-input, .row-select-cate .row-group-input > .group-select, .row-select-cate .box-select {
    height: 80px !important;
}
.row-select-cate .box-select {
	background-color:#fff !important;
}
.row-select-cate .row-group-input > .group-select + .group-select {
	margin-top:0 !important;
	border-left:5px solid #ededed !important;
}
.row-select-cate .row-group-input > .group-btn {
    width: 100%;
	padding:0 !important;
	margin-top:15px !important;
}
.row-select-cate .row-group-input > .group-select:before, .row-select-cate .row-group-input > .group-btn:before {
	display:none !important;
}
.row-select-cate .box-select > .placeholder {
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 10px !important;
    letter-spacing: 0.5px !important;
    font-weight: 500;
}
.row-select-cate .box-select > .input {
	padding-top: 25px !important;
    padding-left: 20px !important;
	font-size: 13px !important;
	padding-right: 40px !important;
}
.row-select-cate .box-select > .arrow {
	padding-right:0;
}

/* *** product detail *** */
#page-product-detail main {
    padding-top: 80px !important;
}
#section-product-detail > .inside {
	width:700px !important;
	height:auto !important;
	padding-left:15px !important;
	padding-right:15px !important;
}
#section-product-detail > .inside > [ class*="col-" ] {
	display:block;
	float:none;
	width:100% !important;
	background: none !important;
	padding:0 !important;
}
#section-product-detail > .inside > .col-more {
	display: block !important;
	float:none;
}
#section-product-detail > .inside > .col-img .section-img {
	position:relative !important;
}
#section-product-detail > .inside > .col-detail > .container {
	padding:0 0 0 40px !important;
}
#section-product-detail .section-detail .group-btn > .default-btn {
	width:100%;
}
#section-product-detail .section-detail .group-btn > .default-btn + .default-btn {
	margin-left:0;
	margin-top:15px;
}
#section-product-detail .group-topic .row-slot-text {
	border-top: 1px solid rgba(10,10,10,0.1);
    margin: 20px 0 20px 0;
	padding-top:20px;
}

#slide-img-product {
	width:670px !important;
	height:670px !important;
	margin:0 auto;
	margin-bottom:70px;
}
#slide-img-product .owl-stage-outer {
	border:1px solid rgba(10,10,10,0.1);
}
#slide-img-product .owl-nav,
#slide-img-product #counter-slide {
    bottom: -50px;
}






/* ***** brand ***** */
.box-brand {
    width: calc( 100% / 3 );
}
}

/* xs */
@media (max-width:767px) {
#section-product-detail > .inside {
	width:100% !important;
}

/* ***** product ***** */
.row-box-product > .inside {
	display:block !important;
}
.row-box-product > .inside > .box-product {
    display: block;
    float: none;
    width: 100%;
}
.box-product > .inside {
    padding: 30px 30px 0 30px;
    height: auto;
}
.box-product > .inside > .detail {
    position: relative;
    bottom:auto;
    padding: 20px 0 40px 0;
}
.box-product > .inside > .detail > .title, .box-product > .inside > .detail > .cate {
    font-size: 12px;
}
.box-product > .inside > .detail > .cate {
    font-size: 9.5px;
}

#page-all-product ul.group-slot-text > li {
	float:none;
	display:block;
	width:100% !important;
	padding:0 !important;
	margin:0 !important;
}
#page-all-product ul.group-slot-text > li + li {
	margin-top:5px !important;
}
#page-all-product ul.group-slot-text > li:before {
	display:none;
}
#page-all-product .row-title > .right ul.group-slot-text {
	/*display:none;*/
	margin-top:5px !important;
}
#page-all-product .section-banner {
	height:auto !important;
}
#page-all-product .row-select-cate .box-select {
	background-color:#fff !important;
}
#page-all-product .row-group-input.inline > .group-select + .group-select  {
	margin-top:5px !important;
}
.row-select-cate > .container {
	padding-top:30px;
	padding-bottom:30px;
}
.row-select-cate .box-select > .input {
    padding-left: 20px !important;
    padding-top: 20px !important;
}
.row-select-cate .box-select > .placeholder {
    top: 20px;
	left:20px;
    font-size: 10px !important;
    line-height: 15px !important;
    letter-spacing: 0px !important;
    font-weight: 500;
}
.row-select-cate .row-group-input > .group-btn {
	padding: 0 !important;
	margin:30px 0 0 0 !important;
}

#page-all-product .row-group-input.inline > [ class*="group-" ] {
	width:100% !important;
	display:block !important;
	float:none !important;
}
#page-all-product .row-select-cate {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    bottom: auto;
}

/* *** product detail *** */
#page-product-detail header {
	background-color:#fff !important;
}
#page-product-detail main {
    padding-top: 80px !important;
}
#section-product-detail > .inside {
	width:100% !important;
	height:auto !important;
	padding-left:15px !important;
	padding-right:15px !important;
}
#section-product-detail > .inside > [ class*="col-" ] {
	display:block;
	float:none;
	width:100% !important;
	padding:0 !important;
}
#section-product-detail > .inside > .col-more {
	display: block !important;
	float:none;
}
#section-product-detail > .inside > .col-img .section-img {
	position:relative !important;
}
#section-product-detail > .inside > .col-detail > .container {
	padding:30px !important;
	min-height:0 !important;
}
#section-product-detail > .inside > .col-detail {
	margin-left:-30px;
	margin-right:-30px;
	width:calc( 100% + 60px ) !important;
	margin-top:70px !important;
}
#section-product-detail .section-detail {
    margin-bottom: 40px;
}
.section-tab > .sec-tab-menu {
    margin: 30px 0;
}
.section-tab > .sec-tab-menu > .tab-menu {
    font-size: 11px;
    line-height: 20px;
}
#section-product-detail .section-detail .group-btn > .default-btn {
	width:100%;
}
#section-product-detail .section-detail .group-btn > .default-btn + .default-btn {
	margin-left:0;
	margin-top:15px;
}
#section-product-detail .group-topic .row-slot-text {
	border-top: 1px solid rgba(10,10,10,0.1);
    margin: 20px 0 20px 0;
	padding-top:20px;
}

#slide-img-product {
	width:350px !important;
	height:350px !important;
	margin:0 auto;
	margin-bottom:70px;
}
#slide-img-product .owl-stage-outer {
	border:1px solid rgba(10,10,10,0.1);
}
#slide-img-product .owl-nav,
#slide-img-product #counter-slide {
    bottom: -60px;
}

#section-product-detail ul.group-slot-text > li {
	display:block !important;
	float:none;
	margin:0 !important;
	padding:0 !important;
}
#section-product-detail ul.group-slot-text > li:before {
	display:none;
}
#section-product-detail ul.group-slot-text > li  + li {
	margin-top:5px !important;
}

#section-product-detail > .inside {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
#section-product-detail + #section-all-product {
    margin-top: 0;
}

/* ***** brand ***** */
.row-box-brand {
	padding:0 5px;
}
.box-brand {
    width: calc( 100% / 3 );
	padding:2px;
}

#page-quotation .section-content.pd-section {
	margin-bottom:0 !important;
}
}

/* xs more */
@media (max-width:350px) {
/* ***** brand ***** */
.box-brand {
    width: calc( 100% / 2 );
}
}