/* = Home
-------------------------------------------------------------*/
.tabs-product-home {
	position: relative;
	display: block;
	width:100%;
}
.product-home-slider {
	display: block;
	width: 100%;
}
.slick-initialized .slick-slide {
	width: 100%;
}

.home-hero-video-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: calc(100vh - 65px);
}
.home-hero-video-slide iframe {
	width: 100%;
	height: 100%;
}
.home-hero-video-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: unset;
	overflow: hidden;
	object-position: center;
}

.myslider-mjk-button-prev, .myslider-mjk-button-next {
	height: 95%;
}

.myslider-mjk .preview-video:before {
	font-size: 40px;
	color: #cc0033;
}

.tabs-product-home .nav-tabs {
	position: relative;
	justify-content: center;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: none;
}
.tabs-product-home .nav-tabs .nav-item {
	position: relative;
	display: flex;
	width: calc(100%/4);
	justify-content: center;
}
.tabs-product-home .nav-tabs .nav-link {
	display: block;
	position: relative;
	margin: 0 15px 20px;
	padding: 0;
	border: 1px solid #eee;
	width: 100%;
	text-align: center;
	overflow: hidden;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.tabs-product-home .nav-tabs .nav-link.active,
.tabs-product-home .nav-tabs .show >.nav-link {
	background-color: transparent;
	-webkit-box-shadow: 1px 5px 15px 3px rgba(95, 121, 134, 0.3);
	box-shadow: 1px 5px 15px 3px rgba(95, 121, 134, 0.3);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.tabs-product-home .nav-tabs .nav-link.active .tabs-product-home-item h3,
.tabs-product-home .nav-tabs .show >.nav-link .tabs-product-home-item h3{
	color: #01449f;
}
.tabs-product-home .nav-tabs .nav-link:hover {
	background-color: transparent;
	-webkit-box-shadow: 1px 5px 15px 3px rgba(95, 121, 134, 0.3);
	box-shadow: 1px 5px 15px 3px rgba(95, 121, 134, 0.3);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.tabs-product-home .nav-tabs .nav-link:hover .tabs-product-home-item h3 {
	color: #01449f;
}
.tabs-product-home .tabs-product-home-item {
	display: block;
	position: relative;
	padding: 15px;
	margin-bottom: 10px;
}
.tabs-product-home .tabs-product-home-item h3 {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 0px;
	color: #333333;
	font-weight: 600;
}
.tabs-product-home .tabs-product-home-item h3 span {
	color: #666666;
	font-weight: 500;
}
.tabs-product-home .product-home-icon {
	height: 100px;
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
}
.tabs-product-home .tab-content {
	margin-top: 20px;
	margin-bottom: 20px;
}
.tabs-product-home .product-home-slider-img img {
	width: 100%;
	height: 100%;
}
.tabs-product-home .product-home-slider-desc {
	display: block;
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.tabs-product-home .product-home-slider-desc h4 {
	font-size: 18px;
	color: #003d9c;
	font-weight: 600;
}
.tabs-product-home .product-home-slider-desc h3 {
	font-size: 28px;
	line-height: 1.3;
	color: #333333;
	font-weight: 500;
}


/* = Detail Product
-------------------------------------------------------------*/
/*title*/
.product-detail-title h4 {
	font-size: 18px;
	color: #003d9c;
	font-weight: 600;
}
.product-detail-title h1 {
	font-size: 36px;
	color: #333333;
	font-weight: 600;
}

/*product detail slider image*/
.product-detail-box {
	position: relative;
	display: block;
}
.product-detail-box .product-detail-slider {
	position: relative;
	display: block;
	padding: 0;
	overflow: hidden;
	border: 1px solid #eee;
	margin-bottom: 20px;
	width: 100%;
	height: 400px;
	box-sizing: border-box;
}
.product-detail-box .product-detail-slider img {
	width: auto;
	height: 400px;
	object-fit: contain;
	margin-bottom: 0px;
	padding: 0px;
	margin: 0 auto;
}
.product-detail-box .product-detail-slider i {
	padding: 15px 15px;
	font-size: 20px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.product-slider-nav {
	position: relative;
	display: block;
	z-index: 3;
}
.product-slider-nav .product-img-thumb {
	position: relative;
	display: block;
	padding: 0;
	max-width: 145px;
	height: 130px;
	margin: 0 auto;
}

/*preview thumbnail video*/
.product-slider-nav .product-img-thumb.preview-video {
	display: flex;
}
.product-slider-nav .product-img-thumb.preview-video:before {
	font-size: 20px;
}


.product-slider-nav .product-img-thumb img {
	width: 140px;
	height: 130px;
	padding: 5px;
	margin: 0 auto;
	border: 1px solid #eee;
	object-fit: contain;
	cursor: pointer;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.product-detail-box .product-slider-nav .slick-current.slick-active img {
	border: 1px solid #003d9c;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.product-slider-nav-box {
	position: relative;
}
.product-slider-nav-box .nav-box i {
	font-size: 30px;
	color: #01449f;
}
.product-slider-nav-box .myslider-mjk-button-prev, 
.product-slider-nav-box .myslider-mjk-button-next {
	width: 20px;
}

/*list table*/
.list-item-box ul {
	padding: 0;
	margin-top: 0;
	list-style: none;
	color: #666666;
}
.list-item {
	display: flex;
}
.list-item-rows {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap;
}
.list-column {
	margin-bottom: 5px;
	-webkit-box-ordinal-group: 1;
	order: 0;
	-webkit-box-flex: 0;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: 100%;
	width: 100%;
	box-sizing: border-box;
}
.list-item .item-label {
	flex-basis: 30%;
	width: 30%;
}
.list-item .item-colon {
	flex-basis: 5%;
	width: 5%;
}
.list-item .item-desc {
	flex-basis: 65%;
	width: 65%;
}

ul.disc {list-style-type: disc;}


/*list table for product description*/
.list-product-spec .list-item .item-label {
	flex-basis: 50%;
	width: 50%;
}
.list-product-spec .list-item .item-desc {
	flex-basis: 45%;
	width: 45%;
}

/*online store*/
.icon-online-store-box {
	position: relative;
	text-align: center;
}
.icon-online-store-box ul {
	padding: 0;
	margin: 15px 0 0 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.icon-online-store-box li {
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon-online-store {
	max-width: 100px;
	margin: 10px 25px 20px;
}
.icon-online-store img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.icon-online-store:hover img {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transform: scale3d(1.05, 1.05, 1.05);
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	-moz-transform: scale3d(1.05, 1.05, 1.05);
}

/*banner product solution*/
.image-banner {
	position: relative;
	display: block;
	-webkit-box-shadow: 1px 5px 15px 3px rgba(95, 121, 134, 0.3);
	box-shadow: 1px 5px 15px 3px rgba(95, 121, 134, 0.3);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.image-banner.img-caption img { 
	display: block;
	height: 35vh;
	object-fit: cover;
}
.image-banner .caption-banner {
	position: absolute;
	width: 600px;
	bottom: 26%;
	right: 5%;
	left: auto;
}
.image-banner .caption-banner h3 {
	font-size: 22px;
	line-height: 28px;
	color: #01449f;
	font-weight: 600;
}
.image-banner .caption-banner p {
	font-size: 18px;
	line-height: 28px;
	color: #01449f;
	font-weight: 500;
}
.image-banner .caption-banner ul li {
	font-size: 18px;
	line-height: 28px;
	color: #01449f;
	font-weight: 500;
}

/*banner register*/
.image-banner.banner-register .caption-banner {
	width: 500px;
	right: 0;
}
.image-banner.banner-register img {
	height: 100%;
}

/*content product solution detail*/
.image-features img {
	width: 100%;
}


/* = News
-------------------------------------------------------------*/
.highlight-news {
	position: relative;
	display: block;
}
.highlight-slider-caption-box {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 50px;
}
.highlight-slider-caption {
	display: block;
	position: relative;
	z-index: 3;
	bottom: 0;
	width: 100%;
}
.highlight-slider-caption h1 {
	color: #ffffff;
	font-weight: 600;
	font-size: 40px;
}
.highlight-slider-caption p {
	color: #ffffff;
}
.highlight-news .myslider-mjk.highlight-slider img {
	display: block;
	width: 100%;
	height: calc(100vh - 120px);
	max-height: 100vh;
	object-position: center;
	z-index: 1;
	object-fit: cover;
}
.highlight-news .myslider-mjk .slick-track {
	padding: 0;
}
.highlight-news .slick-dots {
	bottom: 30px;
}
.highlight-news .slick-dots li.slick-active button:before {
	color: #ffffff;
}
.highlight-news .slick-dots li button:before {
	color: #ffffff;
}
.highlight-news .highlight-slider-img:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
	z-index: 1;
}

.highlight-slider-caption a:hover h1 {
	color: #dddddd;
}

/* = About
-------------------------------------------------------------*/
.button-about ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}
.button-about li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px 15px 10px;
}
.button-about .btn-mjk {
	background-color: #eee;
	border-color: #eee;
	color: #666666;
	font-weight: 600;
	padding: 10px 35px 10px 35px;
	width: 100%;
}
.button-about a:hover {
	color: #01449f;
	font-weight: 600;
	background-color: #f3f3f8;
	border-color: #01449f;
}
.button-about li.active a {
	color: #01449f;
	font-weight: 600;
	background-color: #f3f3f8;
	border-color: #01449f;
}

/* = Training List
-------------------------------------------------------------*/ 
.filter-view {
	position: relative;
}
.filter-view .btn-mjk {
	background-color: transparent;
	border-color: transparent;
	padding: 5px 10px;
}
.filter-view .btn-mjk i {
	font-size: 18px;
	color: #666666;
}
.filter-view .btn.focus, .filter-view .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem transparent ;
}
.filter-view .btn.focus, .filter-view .btn:focus i {
	color: #01439c;
}
.column-100 {
	max-width: 100%;
	flex: 100%;
}

.filter-mjk-group-box.filter-location {
	justify-content: flex-start;
}

.image-features-thumb {
	position: relative;
	display: block;
}
.image-features-thumb ul { 
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.image-features-thumb-item {
	width: 138px;
	height: 110px;
	margin: 15px 6px 15px 6px;
}
.fancybox:hover img {
	transform: scale3d(1.03, 1.03, 1.03);
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	-moz-transform: scale3d(1.03, 1.03, 1.03);
}


/* = Career
-------------------------------------------------------------*/ 
.career-box {
	position: relative;
	display: block;
}
.career-box ul {
	list-style: none;
	padding: 0;
	margin: 0; 
}
.career-box .career-item {
	display: block;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 5px 20px 5px 20px;
	margin-bottom: 2px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.career-box .career-item:hover {
	background-color: transparent;
	-webkit-box-shadow: 1px 5px 15px 3px rgba(95, 121, 134, 0.3);
	box-shadow: 1px 5px 15px 3px rgba(95, 121, 134, 0.3);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 1;
}
.career-box .career-item .career-link {
	padding: 15px 0px 15px;
	display: block;
	width: 100%;
}
.career-box .career-item .career-link h3 {
	display: inline-block;
	margin: 0;
	font-size: 22px;
	color: #003d9c;
	font-weight: 500;
	width: 250px;
	white-space: pre-line;
}
.career-box .career-item .career-link span {
	float: right;
	margin-top: 3px;
	font-size: 14px;
	color: #003d9c;
}
.career-detail ul {
	padding-left: 40px;
}
.list-announce-box {
	position: relative;
	display: block;
	background-color: #f3f3f8;
	padding: 20px 40px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.list-announce-box h3 {
	font-size: 22px;
	color: #01449f;
	font-weight: 600;
}
.list-announce-box p {
	font-size: 18px;
	color: #01449f;
	font-weight: 500;
}

/* = Online Store
-------------------------------------------------------------*/ 
.online-store.card-mjk:hover .card-mjk-img img {
	filter: none;
	-webkit-filter: none;
	-moz-filter: none; 
	transform: scale3d(1.03, 1.03, 1.03);
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	-moz-transform: scale3d(1.03, 1.03, 1.03);
}
.online-store.card-mjk .card-mjk-desc p {
	margin-bottom: 1rem;
}

.card-mjk-box.horizontal .online-store.card-mjk .card-mjk-img {
	padding: 2px 20px 2px 20px;
	width: 200px;
}
.card-mjk-box.horizontal .online-store.card-mjk .card-mjk-img img {
	padding: 0px 5px 0px 5px;
}

/* = Offline Store
-------------------------------------------------------------*/ 
.filter-store .input-group-mjk .form-control {
	border-color: #333333;
	border-right-color: transparent;
}
.filter-store .input-group-mjk .input-group-prepend .input-group-text {
	border-color: #333333;
	border-left-color: transparent;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
}
.filter-store .input-group-mjk .input-group-prepend .input-group-text i {
	color: #333333;
}
.filter-store ::-webkit-input-placeholder { 
	color: #666666;
	font-style: italic;
}
.filter-store.filter-mjk-group .form-group {
	margin-right: 25px;
}

.tabs-offline-store {
	position: relative;
	display: block;
} 
.tabs-offline-store  .nav-tabs {
	position: relative;
	justify-content: center;
	border-color: #9fa8da;
	margin-bottom: 30px;
}
.tabs-offline-store-item h3 {
	font-size: 22px;
	color: #9fa8da;
	font-weight: 600;
}
.tabs-offline-store .nav-tabs .nav-item.show .nav-link .tabs-offline-store-item h3,
.tabs-offline-store .nav-tabs .nav-link.active .tabs-offline-store-item h3 {
	color: #01449f;
}
.tabs-offline-store .nav-tabs .nav-item.show .nav-link,
.tabs-offline-store .nav-tabs .nav-link.active {
	border-bottom: 2px solid #01449f;
	border-top:none;
	border-left: none;
	border-right: none;
	border-color: #ffffff #ffffff #01449f;
}
.tabs-offline-store .nav-tabs .nav-link:focus,
.tabs-offline-store .nav-tabs .nav-link:hover {
	border-color: transparent;
	border-bottom: 2px solid #01449f;
}
.offline-store-content h3 {
	font-size: 22px;
	color: #333333;
	font-weight: 600;
}

/* = Contact
-------------------------------------------------------------*/ 
.image-banner.banner-contact img {
	height: 100%;
}
.image-banner.banner-contact .caption-banner {
	display: flex;
	bottom: 20%;
}
.image-banner.banner-contact .caption-banner-item {
	padding: 0 15px;
}
.contact-desc {
	position: relative;
	display: flex;
}
.contact-desc .contact-desc-item {
	width: 260px;
	padding: 0 15px 0 0px;
}
.contact-desc h4 {
	font-size: 16px;
	font-weight: 600;
}

.form-contact .form-group-mjk label {
	font-weight: 500;
	color: #333;
}
.form-contact .form-group-mjk .form-control {
	border-color: #333;
}
.form-contact .select-mjk-box {
	border-color: #333;
}


/* = List Product v2
-------------------------------------------------------------*/ 

/*Scrolling Horizontal*/
.scrolling-list-box{
	display: block;
	position: relative;
	width: 100%;
}

.scrolling-list {
	padding: 0;
	margin-top: 0;
	margin-bottom: 1rem;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
	align-items: center;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-left: 45px;
	margin-right: 30px;
}
.scrolling-list li {
	flex: none;
}
/*.scrolling-list-box:before {
	content: ' ';
	position: absolute;
	display: block;
	width: 100px;
	height: 70px;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 72%, rgba(255,255,255,1) 100%);
	right: 0;
	z-index: 1;
	}*/

	.scrolling-item{
		display: block;
		padding: 8px 30px 15px 0px;
		flex: 0 0 auto;
	}

	.scrolling-item h4{
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 0;
		color: #333333;
		font-weight: 600;
		text-transform: uppercase;
	}
	.scrolling-item h4 a {
		color: #333333;
	}
	.scrolling-item h4 a:hover {
		color: #01449f;
	}
	.active .scrolling-item h4 a {
		color: #01449f;
	}

	.scrolling-list::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 7px;
		height: 6px;
	}

	.scrolling-list::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: rgba(0,0,0,.2);
	}
	.scrolling-list::-webkit-scrollbar-track {
		background-color: rgba(0,0,0,.1);
		width: 7px;
		border-radius: 4px;
	}
	.scrolling-list::-webkit-scrollbar{
		display: none;
	}

	.scrolling-action {
		display: block;
	}
	.scrolling-action .myslider-mjk-button-prev i, .scrolling-action .myslider-mjk-button-next i {
		font-size: 30px;
	}


	/*Filter Sidebar*/
	.filter-vertical .list-menu {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		list-style: none;
	}
	.filter-vertical .list-menu li {
		padding: 5px 0;
	}
	.filter-vertical .collapse-mjk-link[aria-expanded="true"] {
		border-bottom: 1px solid #dddddd;
	}
	.filter-vertical .collapse-mjk-link {
		margin-bottom: 15px;
	}
	.filter-vertical .collapse-mjk-link h4 {
		margin-bottom: 0;
	}
	.filter-vertical .collapse-mjk-body {
		border-bottom: 1px solid transparent;
	}
	.filter-vertical .check-mjk .custom-control-label::before {
		border-color: #ccc;
		background-color: #eee;
	}
	.filter-vertical .check-mjk .custom-control-input:checked ~ .custom-control-label::before {
		border-color: #01449f;
		background-color: #01449f;
	}
	.filter-vertical .collapse-mjk-link.navigation-chevron[aria-expanded="false"]:after{
		content: "\f067";
		color: #dc3545;
		top: 15px;
	}
	.filter-vertical .collapse-mjk-link.navigation-chevron[aria-expanded="true"]:after{
		content: "\f068";
		color: #dc3545;
		top: 15px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
	}
	.filter-vertical .filter-brand {
		max-height: 180vh;
		overflow-y: auto;
	}
	.filter-vertical .filter-brand::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 7px;
		height: 6px;
	}

	.filter-vertical .filter-brand::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: rgba(0,0,0,.2);
	}
	.filter-vertical .filter-brand::-webkit-scrollbar-track {
		background-color: rgba(0,0,0,.1);
		width: 7px;
		border-radius: 4px;
	}

	/*button menu filter vertical responsive */
	.filter-vertical-box {
		position: relative;
		display: block;
	}
	.btn-filter-mobile-box {
		position: relative;
		display: block;
		margin-top: 15px;
	}
	.btn-filter-mobile {
		display: none;
	}
	.filter-vertical-box .close {
		display: none;
	}



	/*button menu filter horizontal responsive */
	.filter-horizontal-box {
		position: relative;
		display: block;
	}
	.filter-horizontal-box .close {
		display: none;
	}
	.filter-fine-mobile .btn-mjk{
		background-color: transparent;
		border-color: transparent;
	}
	.filter-fine-mobile.sort {
		border-right: 1px solid #fff;
	}
	.disablescrollbar .select2-dropdown {
		z-index: 1200;
	}



/* =BANNER PRODUCT
-------------------------------------------------------------*/
.banner-top {
	width: 100%;
	height: 100%;
	max-height: 250px;
}
.banner-caption {
	width: 100%;
	height: 100%;
	max-height: 250px;
}
.banner-top img {
	width: 100%;
	height: 100%;
	max-height: 250px;
}
.banner-caption h3 {
	font-size: 34px;
}
.banner-top .banner-img:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	z-index: 1;
}

/*embed youtube detail news*/
.preview-embed-box {
	position: relative;
	display: block;
}
.preview-embed-youtube {
	position: relative;
	width: 100%;
	height: 450px;
}
.preview-embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.preview-embed-caption {
	font-size: 12px;
	color: #666666;
	font-style: italic;
	margin-top: 10px;
}

/*embed youtube detail promotion*/
.promotion-detail-box .preview-embed-youtube {
	position: relative;
	width: 100%;
	height: 370px;
}