body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
}

a:hover {
	text-decoration: none
}


body {
	margin: 0px;
	padding: 0px;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
}

.log-div {
	display: flex;
	flex-direction: revert;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.log-div .log-div-in {
	width: 24%;
	padding: 0 30px;
	border-right: 1px solid #000;
}

.log-div .log-div-in img {
	max-width: 100%;
}

.header {
	width: 100%;
	float: left;
	height: 133px;
	padding: 20px 0px;
}

.flex1 {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.tabright {
	background-color: #162d9b;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	padding: 10px;
	border-radius: 10px;
}

.tabright h2 {
	font-size: 16.18px;
	font-family: "Open Sans", sans-serif;
	color: #fff;
	padding: 0;
	margin: 0;
	line-height: 27.18px;
}

.htlogo {
	width: 300px;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}


/* .htlogo:before{content:"&";position:absolute;right: -25px;top: 9px;font-size: 21px;} */


/* .htlogo:after{content: "Present";
    position: absolute;
    right: -50px;
    top: 34px;
    font-size: 21px;} */

.htlogo img.last {
	max-width: 100%;
	position: relative;
	top: 14px;
	margin: 0 10px;
	height: 18px;
}

.htlogo img {
	max-width: 100%;
	margin: 0 10px;
}

.midsection {
	width: 100%;
	float: left;
	background: url(../images/black-bg.jpg) repeat-y;
	background-position: top center;
	padding: 10px;
	margin-top: 7px;
	position: relative;
}

.midsection:before {
	content: "";
	position: absolute;
	top: -7px;
	background: url(../images/brick.png);
	background-repeat: repeat-x;
	width: 100%;
	left: 0px;
	height: 15px;
	/* z-index: 999999999; */
}

.midsection h1 {
	font-family: 'kg_blank_space_solidregular';
	color: #fff;
	font-size: 28px;
	text-align: center;
	margin: 20px 0;
	display: block;
	padding: 0px;
}

.midsection .blue-box {
	width: 100%;
	float: left;
	background: #2570cc;
	padding: 0 13%;
	margin-top: 210px;
	position: relative;
	display: none;
}

.midsection .blue-box.active {
	display: block
}

.midsection .blue-box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 3px;
	left: -5px;
	background: #fff;
}

.midsection .blue-box:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 99%;
	top: 3px;
	left: -6px;
	background: #fff;
}

.midsection .blue-box .lines:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 4px;
	left: -5px;
	background: #fff;
}

.midsection .blue-box .lines:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 99%;
	top: 3px;
	right: 5px;
	background: #fff;
}

.midsection .blue-box p {
	font-family: "Open Sans", sans-serif;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin: 0px;
	padding: 20px 0;
	clear: both;
}

.midsection .video-con {
	margin-top: -200px;
	position: relative;
}

.midsection .video-con .corner {
	width: 100%;
	float: left;
	position: relative;
}

.midsection .video-con:before {
	background: url(../images/videoleftborder.png) no-repeat;
	content: "";
	position: absolute;
	left: -10px;
	bottom: -20px;
	width: 100px;
	height: 100px;
}

.midsection .video-con:after {
	background: url(../images/top-white.png) no-repeat;
	content: "";
	position: absolute;
	right: -10px;
	top: -15px;
	width: 81px;
	height: 81px;
	background-size: contain;
}

.midsection .video-con iframe {
	width: 100%;
	height: 400px;
}

.midsection .blue-box ul {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	clear: both;
	float: left;
	text-align: center;
	width: 100%;
}

.midsection .blue-box ul li {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 5px;
	line-height: 13px;
}

.midsection .blue-box ul li a {
	color: #fff;
}

.character {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 50px 0;
}

.character .image-circle {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.character .content-circle {
	padding: 0 40px;
	text-align: left;
}

.character .content-circle h2 {
	font-family: 'kg_blank_space_solidregular';
	color: #fff;
	margin: 0px;
	font-size: 21px;
	/* line-height: 93px; */
	position: relative;
	background: url(../images/title-bg.png) no-repeat left center;
	background-size: contain;
	padding: 22px 30px;
	height: 85px;
	text-align: left;
}

.character .content-circle p {
	font-family: 'a_song_for_jenniferregular';
	text-align: left;
	font-size: 23px;
	line-height: 26px;
	margin: 10px 0;
	padding: 0px;
}

.arrow-text {
	text-align: center;
}

.arrow-text a {
	text-align: center;
	background: url(../images/revail-btn.png) no-repeat left center;
	font-family: 'a_love_of_thunderregular';
	color: #000;
	padding: 30px;
	width: 159px;
	display: inline-block;
	position: relative;
	text-decoration: none;
	left: -39px;
}

.arrow-text a:before {
	content: "";
	position: absolute;
	top: 25px;
	background: url(../images/arrow-char.png);
	background-repeat: repeat-x;
	width: 100%;
	left: -106px;
	height: 125px;
	background-repeat: no-repeat;
}

.videowrapper .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -21px;
}

.owl-nav {
	position: absolute;
	top: 30%;
	width: 100%;
	margin-top: -21px;
}

.owl-nav .owl-prev.disabled {
	display: none
}

.owl-nav .owl-next.disabled {
	display: none
}

.owl-nav .owl-prev {
	background: url(../images/wl-arrow.png) no-repeat;
	width: 20px;
	height: 41px;
	background-size: contain;
	left: -40px;
	position: absolute;
	border: none;
}

.owl-nav .owl-next {
	background: url(../images/wr-arrow.png) no-repeat;
	width: 20px;
	height: 41px;
	background-size: contain;
	right: -40px;
	position: absolute;
	border: none;
}

.tab-clik-section .full {
	/* width:100%; */
	/* float:left; */
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
}

.tab-clik-section .full .twitter-tweet {
	width: 100%!important;
	float: left;
}

.tab-clik-section .full .twitter-tweet iframe {
	width: 100%!important;
	float: left;
}

.tab-clik-section:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 245px;
	background: url(../images/curv.jpg) no-repeat left top;
	width: 100%;
	background-repeat: no-repeat;
	z-index: 8;
	background-size: cover;
}

.tab-clik-section {
	float: left;
	width: 100%;
	margin: -190px 0 0 0;
	background: #111111;
	padding-top: 200px;
	position: relative;
	padding-bottom: 200px;
	z-index: -11;
}

.tab-clik-section .left-sidebar {
	width: 100%;
	float: left;
	position: relative;
	z-index: 99;
}

.tab-clik-section .left-sidebar h5 {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 10px 0 0 0px;
	display: block;
	float: left;
	width: 100%;
}

.tab-clik-section .left-sidebar h2 {
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 32px;
	text-decoration: none;
}

.tab-clik-section .left-sidebar a .img-w {
	position: relative;
	width: 100%;
	float: left;
}

.tab-clik-section .left-sidebar a .img-w img {
	width: 100%;
}

.tab-clik-section .left-sidebar a .img-w:before {
	content: url(../images/right-top.png);
	position: absolute;
	right: -6px;
	top: -6px;
}

.tab-clik-section .left-sidebar a .img-w:after {
	content: url(../images/left-bottom.png);
	position: absolute;
	left: -6px;
	bottom: -11px;
}

.tab-clik-section .left-sidebar a {
	border: 1px solid #5c5c5c;
	padding: 20px;
	float: left;
	margin: 15px 0;
	border-top-color: #e2e2e2;
	border-bottom-color: #e2e2e2;
	text-decoration: none;
}

.thunder-font {
	font-family: 'a_love_of_thunderregular';
	color: #fff;
}


/*swati*/

#quicksearch .blue-content-box:after {
	left: 20%;
}

#securefolder .blue-content-box:after {
	left: 80%;
}

.content-suggestion {
	width: 100%;
	float: left;
	background-color: #f7f8fa;
}

.content-suggestion h2 {
	font-size: 45px;
	line-height: 50px;
	font-family: 'kg_blank_space_sketchregular';
	text-align: center;
	color: #000;
}

.content-suggestion p {
	font-size: 20px;
	line-height: 33px;
	text-align: center;
	padding: 0 9%;
	font-family: 'antipasto_pro_regular';
	margin: 30px 0;
	color: #000;
}

.menu1 {
	width: 100%;
	float: left;
	text-align: center;
}

.menu1 ul {
	text-decoration: none;
	list-style-type: : none;
}

.menu1 li {
	display: inline-block;
	font-size: 16px;
	padding: 30px 75px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

.menu1 a:hover {
	text-decoration: none
}

.menu1 a {
	font-family: 'CenturyGothicBold';
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	padding: 20px 15px;
	background-size: cover;
	background-repeat: no-repeat;
	height: 50px;
}

.menu1 a#tb1.active {
	background-image: url(../images/tb1.jpg);
	width: 166px;
	height: 71px;
	padding: 29px
}

.menu1 a#tb3.active {
	background-image: url(../images/tb1.jpg);
	width: 166px;
	height: 71px;
	padding: 29px
}

.menu1 a.active {
	background-image: url(../images/border.png);
	padding: 20px 15px;
	background-repeat: no-repeat;
}

#quicksearch img:hover {
	/* background: url(../images/qshover.png); */
	background-repeat: no-repeat;
	z-index: 999;
}

.tab-wrap.active {
	display: block
}

.tab-wrap {
	position: relative;
	width: 100%;
	float: left;
	/* padding-top: 50px; */
	padding: 40px 50px;
	display: none;
}

.playnow-button {
	background-color: #71c9f7;
	padding: 10px;
	display: flex;
	flex-direction: row;
	width: fit-content;
	border-radius: 10px;
	position: absolute;
	right: 50px;
	top: 22%;
	z-index: 999;
}

.content-suggestion .playnow-button h2 {
	font-size: 14px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	color: #000;
	font-family: "Open Sans", sans-serif;
}

.content-suggestion .playnow-button h3 {
	font-size: 20px;
	line-height: 17px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	color: #000;
	font-family: 'CenturyGothicBold';
}

.play-img {
	display: flex;
	align-items: center;
}

.content-suggestion .rightdesc {
	padding: 0px 20px;
	font-family: "Open Sans", sans-serif;
}

.blue-content-box {
	width: 60%;
	background-color: #172d9c;
	color: #fff;
	text-align: left;
	padding: 20px 50px 40px 50px;
	margin: auto;
}


/*--for QUICK SWITCH section--*/

.marzeroquick {
	/* margin-right:auto; */
	margin: 0;
}

.videomarginquick {
	border-left: 17px solid #172d9c;
}

.marginminusquick {
	margin-left: -25px;
}

.buttonright {
	/* right: 19px; */
}

.bubblequick {
	left: 22%;
}


/*--for QUICK SWITCH section end--*/


/*--for secure section--*/

.bottomblue.marzerosecure {
	margin-right: 0;
	margin-left: auto;
}

.videomarginsecure {
	border-right: 17px solid #172d9c;
	margin-right: : 5px;
}

.marginminussecure {
	margin-right: -25px;
}

.buttonleft {
	left: 50px;
}

.bubblesecure {
	margin-right: 0px;
}


/*--for secure end--*/

.blue-content-box:after {
	content: '';
	position: absolute;
	top: 40px;
	left: 50%;
	width: 0px;
	height: 0px;
	border: 14px solid transparent;
	border-bottom-color: #172d9c;
	border-top: 0;
	margin-left: -20px;
	margin-top: -14px;
}

.blue-content-box h3 {
	font-size: 45px;
	line-height: 50px;
	font-family: 'kg_blank_space_sketchregular';
}

.blue-content-box h4 {
	font-size: 18px;
	line-height: 23px;
	font-family: 'kg_blank_space_sketchregular';
}

.blue-content-box p {
	font-size: 14px;
	line-height: 19px;
	/* font-family: 'Open Sans', sans-serif; */
	text-align: left;
	padding: 0px;
	font-family: "Open Sans", sans-serif;
	margin: 0px;
	padding-right: 10%;
	color: #fff;
}

.videowrapper {
	width: 100%;
	margin: 0 auto;
}

.videowrapper div.owl-nav .owl-next {
	background-image: url(../images/dark-right.png);
	margin-right: -50px;
	background-color: transparent;
	font-size: 0px;
	background-size: cover;
	border: none;
	position: absolute;
	right: 0;
	top: 40%;
	width: 30px;
	height: 59px;
}

.videowrapper div.owl-nav .owl-prev {
	background-image: url(../images/dark-left.png);
	margin-left: -50px;
	width: 30px;
	height: 59px;
	background-color: transparent;
	font-size: 0px;
	background-size: cover;
	border: none;
	top: 40%;
	position: absolute;
	left: 0;
}

.videowrapper div.owl-nav .owl-next {
	margin-right: -32px;
	width: 21px;
	height: 42px;
}

.videowrapper div.owl-nav .owl-prev {
	margin-left: -32px;
	width: 21px;
	height: 42px;
}

.bottomblue {
	width: 60%;
	background-color: #172d9c;
	margin: auto;
	height: 40px;
	margin-top: -5px;
}

.bottomblue.marzeroquick {
	margin-left: 0px;
}

.clickaway-sec {
	width: 100%;
	float: left;
}

.clickaway-sec img {
	width: 100%;
	border-radius: 15px;
}

.flexbox {
	display: flex;
	flex-direction: row;
	padding: 0 10%;
	justify-content: center;
}

.clickaway-sec .box {
	/* width: 100%; */
	/* float: left; */
	margin: 30px 15px;
	position: relative;
}

.description {
	padding: 20px 30px;
	border: 1px solid #ccc;
	text-align: left;
	border-top: #fff;
	margin-top: -10px;
}

.description h2 {
	font-size: 17px;
	line-height: 21px;
	padding: 0px;
	margin: 0px;
	font-family: 'a_love_of_thunderregular';
	color: #000;
	margin-bottom: 10px;
}

.description p {
	font-size: 12px;
	line-height: 19px;
	font-family: 'a_love_of_thunderregular';
	padding: 0px;
	font-weight: normal;
	margin: 0px;
	font-family: "Open Sans", sans-serif;
}

.buttonflex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	margin-top: 10px;
}

.buttonflex .buy {
	width: 70px;
	height: 30px;
	margin-right: 20px;
}

.buttonflex .knowmore {
	display: flex;
	flex-direction: row;
	padding-top: 0;
}

.clickaway-sec .box:before {
	content: "";
	position: absolute;
	left: -2px;
	bottom: -8px;
	background: url(../images/kitchen-border.png) no-repeat;
	width: 107px;
	height: 90px;
	background-size: cover;
	z-index: -1;
}

#minus {
	margin-top: -90px;
}

.clickaway-sec h3 {
	text-align: center;
	font-family: 'a_love_of_thunderregular';
	color: #000;
	margin: 0px;
	padding: 0px;
}

.clickaway-sec .title-image {
	width: 40%;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 10px;
}

.clickaway-sec h3 span {
	color: #162d9b;
}


/* end swati*/

.video-slider-section {
	float: left;
	width: 100%;
}
.video-article{width:283px;}

.video-slider-box .owl-carousel .owl-item img {
    display: block;
    width: auto;
    max-width: 100%;
}
.video-slider-box {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0 10%;
}

.video-slider-box h2 {
	text-align: center;
	width: 100%;
	font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif';
	margin: 0px;
	padding: 0px;
	padding: 20px 0px;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	font-family: 'a_love_of_thunderregular';
	color: #162d9b;
	margin: 23px 0;
	padding: 0px;
	display: block;
	letter-spacing: 1px;
}

.video-slider-box h2 span.orange {
	color: #db8a49;
}

.video-slider-box iframe {
	width: 100%;
	border-radius: 10px 10px 0 0;
}

.video-slider-box img {
	border-radius: 10px;
}

.video-slider-box .desc {
	width: 100%;
	float: left;
	background: #fff;
	padding: 15px 20px;
	border-radius: 10px;
	position: relative;
	top: 0px;
	min-height: 240px;
	border: 1px solid #ccc;
}

.video-slider-box .date {
	font-size: 11px;
	color: #8e8e8e;
	border-bottom: 1px solid #999;
	padding: 0px 20px 5px 0;
	margin-top: 5px;
	font-family: "OPen Sans";
	margin-bottom: 0;
	display: inline-block;
}

.video-slider-section h3 {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	padding: 10px 0;
}

.video-slider-section h3 a {
	color: #000;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
}

.video-slider-section p {
	color: #292b2d;
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0;
	font-weight: 500;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	margin: 0px;
}


/*--FOOTER SECTION --*/

.footercontainer {
	width: 100%;
	margin-top: 0px;
	background-color: #464752;
	color: white;
	line-height: 1.7;
	padding: 8px;
	float: left;
}

.footercontainer .alia .copyright p {
	font-size: 15px;
	padding-top: 10px;
	font-weight: 400
}

.alia {
	flex-direction: row;
	display: flex;
	justify-content: space-between;
}

.copyright {
	align-items: flex-start;
}

.brandlogoend {
	align-items: flex-end;
}

.owl-dots {
	width: 100%;
	float: left;
	text-align: center;
	padding: 10px 0 10px 0;
}

.owl-dot.active {
	background: #da833d
}

.owl-dot:focus {
	outline: none;
}

.owl-dot {
	width: 15px;
	height: 4px;
	background: #19212b;
	display: inline-block;
	margin: 0 2px;
	border: honeydew;
}

.video-slider-wrap {
	width: 100%;
	float: left;
	margin: 50px 0;
}

.video-slider-wrap h3 {
	text-align: center;
	font-family: 'a_love_of_thunderregular';
	color: #fff;
	margin: 0px;
	padding: 0px;
	padding-bottom: 30px;
}

.video-slider iframe {
	width: 100%;
	height: 250px;
}

.lang-list {
	margin: 0px 0 12px 0;
	padding: 10px;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
	/* box-shadow: 0 0 5px #8888; */
}

.lang-list li {
	border-right: 2px solid #000;
	/* height:12px; */
	padding: 0px;
	display: block;
}

.lang-list li:last-child {
	border: none;
}

.lang-list li.active a {
	background: #000;
	color: #fff;
}

.lang-list li a {
	padding: 2px 10px;
	color: #000;
	font-weight: bold;
	margin: 0 5px;
	font-size: 12px;
	line-height: 12px;
	display: block;
}

.language-atricle {
	display: none
}

.language-atricle.active-box {
	display: block
}

@media (max-width: 1024px) {
	.menu1 li {
		padding: 30px 56px;
	}
	.blue-content-box h3 {
		font-size: 30px;
	}
	.blue-content-box h4 {
		font-size: 14px;
	}
	.character .content-circle h2 {
		font-size: 14px;
		padding: 29px 16px;
	}
	.blue-content-box {
		padding: 20px;
	}
	.playnow-button {
		top: 20%;
	}
}

@media (max-width: 992px) {
	.menu1 li {
		padding: 20px 40px;
	}
	.blue-content-box h3 {
		font-size: 21px;
		margin: 0px;
	}
	.blue-content-box h4 {
		font-size: 14px;
	}
	.character .content-circle h2 {
		font-size: 14px;
		padding: 29px 16px;
	}
	.blue-content-box {
		padding: 20px;
	}
	.playnow-button {
		top: 16%;
	}
	.menu1 ul {
		text-decoration: none;
		list-style: none;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.menu1 ul li {
		padding: 29px 16px;
	}
	.blue-content-box,
	.bottomblue {
		width: 70%
	}
	.midsection .video-con iframe {
		width: 100%;
		height: 290px;
	}
	.character {
		text-align: center;
		flex-direction: column;
	}
	.tab-clik-section:after {
		bottom: 0px;
		height: 245px;
		z-index: -1;
	}
	.clickaway-sec h3 {
		font-size: 13px;
	}
	.tab-wrap {
		padding: 15px;
	}
	.playnow-button {
		position: static;
		width: 100%;
		text-align: center;
		justify-content: center;
		border-radius: 0px;
	}
	.midsection .blue-box {
		padding: 0 8%;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}

@media(max-width:767px) {
	.video-slider-box h2{margin:0px;}
	.lang-list li a {
    padding: 2px 10px;
   
    line-height: 15px;
   
}
	.content-suggestion h2 {
		font-size: 24px;
		line-height: 27px;
		margin: 0px;
		padding: 0px;
		padding-top: 20px;
	}
	.blue-content-box,
	.bottomblue {
		width: 100%;
	}
	.video iframe {
		height: auto;
	}
	.midsection .video-con iframe {
		width: 100%;
		height: 190px;
	}
	.midsection .blue-box ul {
		flex-wrap: wrap;
	}
	.midsection .blue-box ul li {
		margin: 10px 0;
	}
	.midsection h1 {
		font-size: 21px;
		padding: 0px;
		line-height: 28px;
	}
	.flexbox {
		display: flex;
		flex-direction: column;
		padding: 0;
		justify-content: center;
		margin-top: 10px;
	}
	.tab-clik-section:after {
		display: none;
	}
	.clickaway-sec h3 {
		font-size: 22px;
		color: #fff;
		line-height: 30px;
	}
	.alia {
		flex-direction: row;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}
	.menu1 ul {
		flex-direction: column;
	}
	.flex1 {
		flex-direction: column;
		justify-content: center;
	}
	.header {
		width: 100%;
		float: left;
		height: 143px;
		padding: 20px 0px;
	}
	.character .content-circle {
		padding: 0;
		text-align: left;
	}
	.arrow-text a:before {
		left: 130px;
	}
	.arrow-text a {
		left: 0px;
	}
	body {
		background-position: -79px 0;
	}
	.log-div .log-div-in {
		width: 48%;
	}
	.log-div {
		margin-top: 20px;
	}
	.tabright {
		display: none;
	}
	.htlogo img {
		margin: 0px;
		height: auto
	}
	.htlogo img.last {
		margin: 0px;
		height: auto
	}
	.htlogo {
		width: 96%;
		float: left;
		justify-content: center;
		flex-direction: column;
		position: relative
	}
	.htlogo:after,
	.htlogo:before {
		display: none;
	}
	.video-article{width:100%;}
.video-slider-box {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 10px;
}
}