.vnt-mod-brand {}

.vnt-brand-focus {
	margin-bottom: 30px;
}
.vnt-brand-focus .vnt-brand-focus__title {
	margin-bottom: 15px;
	text-align: center;
}
.vnt-brand-focus .vnt-brand-focus__title h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}
.vnt-brand-focus .vnt-brand-focus__content {}
.vnt-brand-slide {
	height: 150px;
	overflow: hidden;
}
.vnt-brand-slide.slick-slider {
	overflow: unset;
}

.vnt-brand-slide .item {
	float: left;
	padding: 0 15px;
	min-height: 150px;
}
.vnt-brand-slide .brand-item {
	min-width: 170px;
}
.brand-item .i-img {
	padding: 5px;
	margin-bottom: 10px;
}
.brand-item .i-img a {
	display: block;
	padding-top: 65%;
	position: relative;
	overflow: hidden;
}
.brand-item .i-img a img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 95%;
	max-width: 95%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.brand-item .i-img {
	border: 2px solid transparent;
	transition: border 0.3s ease;
}

.brand-item:hover .i-img {
	border: 2px solid #cccccc;
}

.brand-item .i-title {
	text-align: center;
}
.brand-item .i-title a {}
.brand-item:hover .i-title a {
	color: var(--web-color);
}


.vnt-brand-slide .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #cdcdcd;
	font-size: 0;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	z-index: 1;
	color: #ffffff;
	box-shadow: 0 0 8px 0 rgba(0,0,0, 0.25);


	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.vnt-brand-slide:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.vnt-brand-slide .slick-arrow::before{
	font-family: 'FontAwesome';
	/*font-family: 'Font Awesome 5 Free';
	font-weight: 900;*/
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 25px;
	line-height: 35px;
}
.vnt-brand-slide .slick-prev{
	left: -45px;
}
.vnt-brand-slide .slick-next{
	right: -45px;
}
.vnt-brand-slide .slick-prev::before{
	content: '\f104';
}
.vnt-brand-slide .slick-next::before{
	content: '\f105';
}

.vnt-brand-slide .slick-arrow:hover {
	background: var(--web-color);
}





.vnt-brand {
	background: #f6f6f6;
	padding:  20px;
}
.vnt-brand__title {
	margin-bottom: 15px;
}
.vnt-brand__title h1 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;

}
.vnt-brand__content {}

.vnt-brand-alpha-list {
	padding-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.vnt-alpha__list {
	display: flex ;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.vnt-alpha__list li {
	padding: 0 5px;
	margin-bottom: 5px;
}
.vnt-alpha__list li a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	text-transform: uppercase;
	padding: 5px 10px;
	color: #333333;
}
.vnt-alpha__list li.current a, .vnt-alpha__list li:hover a{
	background-color: var(--web-color);
	color: #ffffff;
}

.vnt-brand-list {}
.vnt-alphaG {
	padding-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}
.vnt-brand-list .vnt-alphaG:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.vnt-alphaG .vnt-alphaG__title {
	font-size: 32px;
	line-height: 35px;
	font-weight: bold;

	color: var(--web-color);
}
.vnt-alphaG .vnt-alphaG__cotnent {
	padding-top: 15px;
}
.vnt-alphaG__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
}
.vnt-alphaG__grid .i-brand {}
.vnt-alphaG__grid .i-brand .i-title {}
.vnt-alphaG__grid .i-brand .i-title a {
	color: #333333;
	text-decoration: none;
	display: block;
	transition: color 0.3s;
}
.vnt-alphaG__grid .i-brand .i-title a:hover {
	color: var(--web-color);
}








	/* <=== hptrademmm ===> */
.tptrademmm .mmtitle{
	padding: 15px 20px;
	border-bottom: 1px solid #eeeeee;
}
.tptrademmm .vnttitle{
	margin-bottom: 0;
}
.tptrademmm .mmconts{
	padding: 10px 20px 5px 20px;
}
.ittrademmm ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3px;
}
.ittrademmm ul li{
	padding: 0 3px;
	margin-bottom: 5px;
}
.ittrademmm li a{
	display: block;
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	padding: 4px 12px;
	border-radius: 25px;
	color: #333333;
}
.ittrademmm li.current a, .ittrademmm li:hover a{
	background-color: #ffc200;
}
/* <=== hptrademmm ===> */

/* <=== hptrademhh ===> */
.tptrademhh{
	margin-bottom: 10px;
}
.tptrademhh .hhtitle{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 40px 10px 20px;
	position: relative;
	pointer-events: none;
	margin-bottom: 10px;
}
.tptrademhh .hhgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.tptrademhh .hhgrip > div{
	padding: 0 5px;
	width: calc(100% / 6);
	margin-bottom: 10px;
}
.ittrademhh{
	border-radius: 15px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ittrademhh:hover{
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}
.ittrademhh .thumb{
	border-bottom: 1px solid #eeeeee;
}
.ittrademhh .thumb a{
	display: block;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
}
.ittrademhh .thumb a img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	backface-visibility: hidden;
}
.ittrademhh .decss{
	text-align: center;
	padding: 9px 10px;
}
.ittrademhh .dstitle{
	text-transform: uppercase;
}
.ittrademhh .dstitle, .ittrademhh .dstitle h3{
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
.ittrademhh .dstitle a{
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
/* <=== hptrademhh ===> */

/* <=== hptradembb ===> */
.tptradembb .bbtitle{
	padding: 15px 20px;
	border-bottom: 1px solid #eeeeee;
}
.tptradembb .bbtitle .ttgrip{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-items: center;
	justify-content: space-between;
	margin: 0 -10px;
}
.tptradembb .bbtitle .ttgrip > div{
	padding: 0 10px;
}
.tptradembb .bbtitle .tname, .tptradembb .bbtitle .tname h1, .tptradembb .bbtitle .tname h2{
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
}
.tptradembb .bbtitle .tview a{
	display: flex;
	align-items: center;
	align-content: center;
	font-size: 15px;
}
.tptradembb .bbtitle .tview a i{
	margin-right: 10px;
	color: #ffc200;
}
.tptradembb .bbtitle .tview a span{
	border-bottom: 1px solid #333333;
	display: inline-block;
	line-height: 16px;
}
.tptradembb .bbconts{
	padding: 20px 20px 25px;
}
.tpdetailnn .nngrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.tpdetailnn .nngrip > div{
	padding: 0 10px;
}
.tpdetailnn .nngrip .mcol{
	width: 200px;
}
.tpdetailnn .nngrip .hcol{
	width: calc(100% - 200px);
}
.tpdetailnn .decss{
	font-size: 14px;
	line-height: 25px;
}
.tpdetailnn .decss p{
	padding: 0;
}
.tpdetailnn .dsview{
	margin-top: 5px;
}
.vhviewtt > div{
	display: none;
}
.vhviewtt a{
	display: inline-block;
	font-weight: bold;
	color: #333333;
}
.vhviewtt a span{
	display: inline-block;
	padding-right: 12px;
	position: relative;
}
.vhviewtt a span::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ffc200;
}
.vhviewtt .showview a span::before{
	content: "\f107";
}
.vhviewtt .hideview a span::before{
	content: "\f106";
}
/* <=== hptradembb ===> */

/* <=== hptrademtt ===> */
.tptrademtt .tttitle{
	margin-bottom: 20px;
}
.tptrademtt .tttitle .vvgrip{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 0 -10px;
}
.tptrademtt .tttitle .vvgrip > div{
	padding: 0 10px;
}
.tptrademtt .tttitle .tname, .tptrademtt .tttitle .tname h3{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.tptrademtt .ttgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	margin-bottom: -20px;
}
.tptrademtt .ttgrip > div{
	padding: 0 10px;
	width: 25%;
	margin-bottom: 20px;
}
.ittrademtt{
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	height: 100%;
	padding: 15px 20px 30px;
	border: 1px solid #ebebeb;
	border-radius: 10px;
}
.ittrademtt:hover{
	border-color: #ffc200;
}
.ittrademtt .thumb{
	margin-bottom: 10px;
}
.ittrademtt .thumb a{
	display: block;
	padding-top: 65.56%;
	position: relative;
	overflow: hidden;
}
.ittrademtt .thumb a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}
.ittrademtt .decss{
	text-align: center;
}
.ittrademtt .dstitle, .ittrademtt .dstitle h3{
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
}
.ittrademtt .dstitle a{
	color: #333333;
}
/* <=== hptrademtt ===> */

@media all and (max-width: 1200px){
	/* <=== hptrademhh ===> */
	.tptrademhh .hhgrip > div{
		width: 20%;
	}
	/* <=== hptrademhh ===> */
}
@media all and (min-width: 992px){
	/* <=== hptrademhh ===> */
	.tptrademhh .hhconts{
		display: block!important;
	}
	/* <=== hptrademhh ===> */
}
@media all and (max-width: 991px){
	/* <=== hptrademmm ===> */
	.tptrademmm .mmtitle{
		border-bottom: none;
	}
	.tptrademmm .mmconts{
		display: none;
	}
	/* <=== hptrademmm ===> */

	/* <=== hptrademhh ===> */
	.tptrademhh .hhconts{
		padding: 0 15px;
		display: none;
	}
	.tptrademhh .hhgrip > div{
		width: 25%;
	}
	.tptrademhh .hhtitle{
		pointer-events: auto;
	}
	.tptrademhh .hhtitle::before{
		content: '\f067';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		font-size: 16px;
	}
	.tptrademhh.active .hhtitle::before{
		content: '\f068';
	}
	/* <=== hptrademhh ===> */

	/* <=== hptradembb ===> */
	.tptradembb .bbtitle .tview{
		display: none;
	}
	.tptradembb .bbtitle{
		padding: 15px
	}
	.tptradembb .bbtitle .tname, .tptradembb .bbtitle .tname h1, .tptradembb .bbtitle .tname h2{
		font-size: 20px;
		line-height: 30px;
	}
	.tptradembb .bbconts{
		padding: 20px 15px;
	}
	/* <=== hptradembb ===> */

	/* <=== hptrademtt ===> */
	.tptrademtt .tttitle{
		margin-bottom: 12px;
	}
	.tptrademtt .tttitle .tview{
		display: none;
	}
	.tptrademtt .ttgrip > div{
		width: 33.3333%;
	}
	.ittrademtt{
		padding: 15px 15px 20px;
	}
	.ittrademtt .dstitle, .ittrademtt .dstitle h3{
		font-size: 14px;
		line-height: 22px;
	}
	/* <=== hptrademtt ===> */
}
@media all and (max-width: 767px){
	/* <=== hptrademhh ===> */
	.tptrademhh .hhgrip > div{
		width: 50%;
	}
	/* <=== hptrademhh ===> */

	/* <=== hptradembb ===> */
	.tpdetailnn .nngrip .mcol{
		margin-bottom: 10px;
	}
	.tpdetailnn .nngrip .hcol{
		width: 100%;
	}
	/* <=== hptradembb ===> */

	/* <=== hptrademtt ===> */
	.tptrademtt .ttgrip{
		margin: 0 -5px;
	}
	.tptrademtt .ttgrip > div{
		padding: 0 5px;
		margin-bottom: 10px;
		width: 50%;
	}
	/* <=== hptrademtt ===> */
}