@charset "utf-8";
/* CSS Document */

/* Reset css */
*, *::before, *::after {box-sizing: border-box;}
* {margin: 0; padding: 0;}
html, body {height: 100%;}
body {line-height: 1.5;-webkit-font-smoothing: antialiased;}
img, picture, video, canvas, svg {display: block; max-width: 100%; height: auto;}
input, button, textarea, select {font: inherit;}
p, h1, h2, h3, h4, h5, h6 {overflow-wrap: break-word;}
#root, #__next {isolation: isolate;}
a{text-decoration: none;}

.ad-placeholder {background-color: #f6f6f6;}
.ad-text { color: #000; display: block; height: 18px; line-height: 18px; font-size: 11px; padding: 1px 0; width: 100%; text-align: center; font-family: Arial;}

body{ font-family: 'Inter', sans-serif; color: #000; font-size: 16px; background-color: var(--white);}
:root { --blue: #014891; --white: #fff; --gray: #333; --bgA: #181b24; --grayD: #f4f4f4; --black: #000; --red: #ff0000;  --redT: #fff9f9; --hover: #de1f26; --hoverA: #e6681c; }

ul,ol{list-style: none;}
.ad {text-align: center;}
.bgA{ background-color: var(--bgA);}
.bgb{ background-image: url("../images/bg-1.jpg"); background-repeat: no-repeat; background-color: #250a70; -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;
  background-size: cover;}

.mt5{margin-top:5px}.mt10{margin-top:10px}.mt15{margin-top:15px}.mt20{margin-top:20px}.mt25{margin-top:25px}.mt30{margin-top:30px}.mt35{margin-top:35px}.mt40{margin-top:40px}.mb5{margin-bottom:5px}.mb10{margin-bottom:10px}.mb15{margin-bottom:15px}.mb20{margin-bottom:20px}.mb25{margin-bottom:25px}.mb35{margin-bottom:35px}.mb40{margin-bottom:40px}
.pt5{padding-top:5px}.pt10{padding-top:10px}.pt15{padding-top:15px}.pt20{padding-top:20px}.pt25{padding-top:25px}.pt30{padding-top:30px}.pt35{padding-top:35px}.pt40{padding-top:40px}.pb5{padding-bottom:5px}.pb10{padding-bottom:10px}.pb15{padding-bottom:15px}.pb20{padding-bottom:20px}.pb25{padding-bottom:25px}.pb30{padding-bottom:30px}.pb35{padding-bottom:35px}.pb40{padding-bottom:40px}

.pull-left {float: left;}
.pull-right {float: right;}

.wrapper{ width: 100%; height: auto;}
.inner{ max-width: 1220px; height: auto; margin: auto; position: relative;}
.row{ float: left; width: 100%; height: auto;}

.serchBox,.m_header .menu{-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s}

.head_box{ display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 5px;}
.heading{ color: var(--white); text-transform: uppercase; font-size: 20px; font-weight: 800; background-color: #de1f26; padding: 2px 10px; position: relative;}
.heading::after{content: '';position: absolute; right: -19px; top: 0; width: 0; height: 0; border-top: 34px solid transparent; border-bottom: 0 solid transparent; border-left: 19px solid #de1f26;}

.sub_heading{ font-size: 20px; font-weight: 800;}
.lhs .sub_heading.border_b{ margin-bottom: 10px;}


.border_t{border-top: 1px solid var(--grayA);}
.border_b{border-bottom: 1px solid var(--grayA);}
.red_more{ position: relative; text-align: center;}
.red_more::after{ content: ''; width: 100%; height: 1px; background-color: var(--blue); position: absolute; left: 0; top: 50%;}
.red_more span{ background-color: var(--blue); color: var(--white); position: relative; z-index: 1; padding: 5px 18px; border-radius: 20px; text-transform: uppercase; font-size: 14px;}

.schide{ overflow: hidden;}
.overlay{ display: none;background-color: rgba(0,0,0,0.7); position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 2;}
.overlay.on{ display: block;}

.live_label{ background-color: var(--red); color: var(--white); text-transform: uppercase; display: inline-block; padding: 0 8px 0 4px; margin-right: 5px;}
.live_blink{display:inline-block;vertical-align:middle;border-radius:50%;padding:5px;position:relative;}
.live_blink:after,.live_blink:before{opacity:0;content:"";position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;border:3px solid #fff;box-shadow:0 0 10px #fff,inset 0 0 10px #fff;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}
.live_blink:before{z-index:2;-webkit-animation:lblink 2s infinite;-moz-animation:lblink 2s infinite;animation:lblink 2s infinite}
.live_blink:after{z-index:1;-webkit-animation:lblink 2s infinite 1s;-moz-animation:lblink 2s infinite 1s;animation:lblink 2s infinite 1s}
@keyframes lblink{0%{-webkit-transform:scale(0);opacity:0} 50%{opacity:1} to{-webkit-transform:scale(1);opacity:0}}
@-webkit-keyframes lblink{0%{-webkit-transform:scale(0);opacity:0}50%{opacity:1} to{-webkit-transform:scale(1);opacity:0}}
@-moz-keyframes lblink{0%{-webkit-transform:scale(0);opacity:0}50%{opacity:1}to{-webkit-transform:scale(1);opacity:0}}

.svg_icon {display: inline-block; width: 1em; height: 1em; stroke-width: 0; stroke: currentColor; fill: currentColor;}
.v_icon .v_paly_icon{ display:  block; float:  left; width: 20px; height: 20px; background-color: #FF0004; position: relative;}
.v_icon .v_paly_icon::after{ content: ''; display:  block; position:  absolute; left: 50%; top: 50%; transform: translateY(-50%) translateX(-50%);width: 0px; height: 0px;border-top: 5px solid transparent; border-bottom: 5px solid transparent;border-left: 5px solid #fff;}
.v_icon .v_time{ height: 20px; float:  left; background-color: var(--black); color:  #fff; padding: 0 10px; line-height: 20px; font-size: 12px;}
.p_icon{ width: 25px; height: 25px; background-color: var(--red); display: inline-flex; padding: 4px;}
.p_icon svg{fill: var(--white)}

/* Shine */
.shine .thumb {position: relative; overflow: hidden;}
.shine .thumb::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);}
.shine a:hover .thumb::before {-webkit-animation: shine .75s;animation: shine .75s;}
@-webkit-keyframes shine {100% {left: 125%;}}
@keyframes shine {100% {left: 125%;}}


.view_all,.load_more{ height: 24px; background-color: var(--white); color: #ff0000;  position: relative; font-size: 14px; line-height: 23px; padding: 0 5px; display: inline-flex;}
.view_all:hover{ background-color: var(--hover); color: var(--white); }

.load_more{ padding-right: 20px;text-transform: uppercase;}
.load_more::after{content:"\00bb"; display: block; position: absolute; right: 4px; top: 1px; color: #000; font-weight: 600;transform: rotate(90deg); font-size: 18px;}
.center{ display: flex; align-items: center; justify-content: center;}
.flex{display: flex}

/* Desktop header css Start */
.header{height: 68px;}
.header .fixd_menu{ position: fixed; left: 0; top: 0; height: 68px; width: 100%; background: var(--black) url("../images/menu_bg.png") center top no-repeat; z-index: 9999; }
.h_top_box{ gap:10px; align-items: center;}
.h_top_box .logo{ width: 191px;}
.h_top_box .main_menu{ width: calc(100% - 161px);  padding: 22px 0;}
.h_top_box .main_menu ul{justify-content: end; gap: 20px;}
.h_top_box .main_menu ul a,.scroll_menu a{padding: 2px 10px; text-transform: uppercase; font-weight: bold; color: var(--white)}
.h_top_box .main_menu ul a:hover,.h_top_box .main_menu ul li a.active,.scroll_menu li a.active {background-color: var(--hover);}
.live_tv{width:30px;}
.live_tv a{ text-align: center; position: relative;background-color: #ff0000; padding: 0 2px; border: 2px solid var(--white); color: var(--white);display: block; font-size: 10px; font-weight: bold;}
.live_tv a::after,.live_tv a::before{ content: ''; position: absolute; display: block; background-color: var(--white);}
.live_tv a::after{ width: 2px; height: 3px; left: 50%; transform: translateX(-50%); bottom: -5px;}
.live_tv a::before{ width: 8px; height: 2px; left: 50%; transform: translateX(-50%); bottom: -7px}
.live_tv a:hover{background-color: var(--black);}
/* Desktop header css End */

/* Mobile header css Start */

.scroll_menu ul{ width: 100%; padding: 10px 0; overflow-x: auto;}
.scroll_menu a{ white-space: nowrap; color: #fff; text-transform: uppercase;ext-transform: uppercase; font-size: 14px;}
.openMenu{width:28px;height:24px; margin: 16px; float:left;position:relative;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer}
.openMenu span{position:absolute;height:3px;width:100%; border-radius: 2px; background-color:#fff;opacity:1;left:0;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}
.openMenu span:nth-child(1),.openMenu span:nth-child(2){-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center}
.openMenu span:nth-child(1){top:0;transform-origin:left center}
.openMenu span:nth-child(2){top:50%; margin-top: -1.5px; transform-origin:left center; width: 50%;}
.openMenu span:nth-child(3){bottom:0;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}
.openMenu.open span:nth-child(1){-webkit-transform:rotate(38deg);-moz-transform:rotate(38deg);-o-transform:rotate(38deg);transform:rotate(38deg);top:0;left:0; width: 34px;}
.openMenu.open span:nth-child(2){width:0;opacity:0}
.openMenu.open span:nth-child(3){-webkit-transform:rotate(-39deg);-moz-transform:rotate(-39deg);-o-transform:rotate(-39deg);transform:rotate(-39deg);bottom:0;left:0; width: 34px;}


.menu{ padding-bottom: 20px; position: fixed; left: -100%; top: 55px; width: 100%; height: calc(100% - 55px);overflow-x: hidden; overflow-y: auto; z-index: 100;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s}
.menu.menu_on{ left: 0;}
.menu ul{top: 50%;transform: translateY(-50%); position: absolute;  width: 100%; text-align: center; z-index: 2; flex-direction: column; padding: 10px;}
.menu ul li{ border-bottom: 1px solid var(--gray);}
.menu ul a{ padding: 10px 0; color: var(--white);display: block; text-transform: uppercase; font-size: 18px;}
.menu ul li a.active { background-color: var(--hover)}
/* Mobile header css End */




.video_banner{ position: relative;}
.video_banner .video_container {position: relative; height: 196px; overflow: hidden;}
.video_banner .video_container video {position: absolute;left: 0;top: 0;width: 100%;margin-top: -7.45%;}
.video_content_mc {top: 50%;transform: translateY(-50%);position: absolute; width: 100%; text-align: center; z-index: 2; justify-content: center;}
.video_banner .video_overlay{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #2e0276;opacity: 0.7;}
.video_text{ display: flex; justify-content: center;}
.video_banner .inner{position: relative;}
.video_banner .inner .video_source{ position: absolute; right: 0; bottom: 0; z-index: 10; color: #919191; font-size: 10px;}

.topNews .leftBox,.topNews .rightBox{width:50%;float:left;box-sizing:border-box}
.topNews .inner .leftBox a,.topNews .inner .rightBox a{position:relative;display:block;color:#fff;box-sizing:border-box}
.topNews .inner .leftBox a:hover,.topNews .inner .rightBox a:hover{ color: var(--hoverA);}
.topNews .inner .leftBox .thumb,.topNews .rightBox .thumb { border: 1px solid #333;display: block;}
.topNews .inner .leftBox .thumb { width: 100%; box-sizing: border-box;}
.topNews .inner .leftBox .thumb img { width: 100%; }
.topNews .caption{position:absolute;bottom:0;box-sizing:border-box;width:100%;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0)}
.topNews .leftBox .caption{font-size:24px;line-height:34px;font-weight:700;padding:170px 10px 7px 10px}
.topNews .rightBox .caption{font-size:14px;line-height:20px;padding:70px 10px 5px 10px;font-weight:400}
.topNews .rightBox .caption p{display:inline}
.topNews .leftBox{width:590px;margin-right:15px}
.topNews .rightBox{width:calc(100% - 605px)}
.topNews .rightBox li{float:left;width:calc(50% - 7.5px);box-sizing:border-box;display:block}
.topNews .rightBox li a{height:175px;overflow:hidden}
.topNews .inner .leftBox a{height:364px;overflow:hidden;display:block}
.topNews .rightBox li:nth-child(odd){margin-right:7.5px}
.topNews .rightBox li:nth-child(even){margin-left:7.5px}
.topNews .rightBox li:first-child,.topNews .rightBox li:nth-child(2){padding-bottom:14px}

.topNews .leftBox .live_label{ font-size: 18px;height: 28px; line-height: 28px; display: inline-flex;align-items: center;}
.topNews .leftBox .live_label .live_blink{ width: 15px; height: 15px; margin-right: 5px;}

.cat_news { flex-wrap: wrap; gap: 50px; padding: 30px 0;}
.cat_news .box{ flex: auto; width: calc(100%/3 - 100px/3);}
.cat_head .heading{ background-color: #de1f26;}
.cat_news_list{ display: flex; flex-direction: column;}
.cat_news_list li:not(:first-child) a{ display: flex; gap:10px; align-items: center; }
.cat_news_list li .thumb{ height: 208px; border: 1px solid #666; overflow: hidden;    display: block; box-sizing: border-box;}
.cat_news_list li .thumb img{width: 100%;}
.cat_news_list li:not(:first-child) .thumb{ min-width: 150px; max-width: 150px; height: 84px;}
.cat_news_list li a{color: var(--white); position: relative; display:block;}
.cat_news_list li a:hover{color: var(--hoverA)}
.cat_news_list li{padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dashed #6c5098;}
.cat_news_list li:first-child{padding-bottom: 0; border: 0; position: relative;}
.cat_news_list li:last-child{padding-bottom: 0; margin-bottom: 0; border: 0;}
.cat_news_list li:not(:first-child) .s_title{ font-size: 14px;line-height: 22px;}
.cat_news_list li:first-child .s_title { width: 100%; position: absolute; left: 0; bottom: 0; padding: 40px 10px 10px 10px;line-height: 27px; font-weight: 600;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0)}
.cat_news_list li .v_icon{ margin-right: 5px;}
.cat_news_list li .v_icon .v_paly_icon{ width: 16px; height: 16px; }
.cat_news_list .s_title .live_label {height: 21px; line-height: 20px;}
.cat_news_list .s_title .live_label .live_blink{ margin: -3px 4px 0 0;}

.videos,.gallery,.web_story,.more_news{padding: 30px 0;}
.video_list,.gallery_list{ display: flex; gap:20px;}
.video_list li,.gallery_list li{ width: calc(100%/4)}
.video_list .thumb,.gallery_list .thumb{ display: block; position: relative; border: 1px solid #666; width: 100%; height: 164px; box-sizing: border-box;margin-bottom: 9px;}
.video_list .thumb img,.gallery_list .thumb img{ width: 100%; }
.video_list .s_title,.gallery_list .s_title{ font-size: 14px; line-height: 24px; color: #fff;}
.video_list a:hover .s_title,.gallery_list a:hover .s_title{color: var(--hoverA)}
.video_list .thumb .v_icon,.gallery_list .thumb .p_icon{ position: absolute; left: 0; bottom: 0;}


.web_story_list{ list-style: none; display: flex; gap: 15px;}
.web_story_list li a{ display: block; position: relative; color: #fff;}
.web_story_list li { flex: auto; width: calc(100%/6); overflow: hidden;}
.web_story_list li img{ width: 100%;}
.web_story_list li .thumb{border: 1px solid #666; display: block; box-sizing: border-box;}
.web_story_list .s_titel{ background: #000; background: linear-gradient(1turn,#000,transparent); bottom: 0; box-sizing: border-box; color: #fff; font-size: 18px; font-weight: 600; left: 0; line-height: 28px;padding: 100px 10px 10px;position: absolute;text-align: center; width: 100%;}
.web_story_list .reals-icon{ display: block; width: 25px; height: 25px; position: absolute; right: 0; top: 0; background-color: #de1f26;}
.web_story_list .reals-icon span {display: block; width: 36%;height: 56%; position: absolute; left: 50%; margin-left: -18%; background-color: rgba(255,255,255,0.76); top: 50%; transform: translateY(-50%); border-radius: 1px;}
.web_story_list .reals-icon span::after,.web_story_list .reals-icon span::before{ content: ''; display: block; height: calc(100% - 4px); width: 2px; position: absolute;top:2px;background-color: rgba(255,255,255,0.76);}
.web_story_list .reals-icon span::after{ right: -3px;}
.web_story_list .reals-icon span::before{ left: -3px;}


.more_news_list ul{ width: 100%; display: flex; gap: 50px; }
.more_news_list ul:not(:last-child) li{border-bottom: 1px dashed #6c5098;}
.more_news_list li{ width: calc(100%/3); padding-bottom: 20px; margin-bottom: 20px;}
.more_news_list li a{ display: flex; gap:10px; align-items: center; }
.more_news_list li .thumb{ min-width: 150px; height: 84px;}
.more_news_list li a{color: var(--white); position: relative; }
.more_news_list li a:hover{color: var(--hoverA)}
.more_news_list .s_title{ font-size: 14px;line-height: 22px;}
.more_news_list li .v_icon{ margin-right: 5px;}
.more_news_list li .v_icon .v_paly_icon{ width: 16px; height: 16px; }

.sponsor{margin-left: 40px; display: flex; align-items: center;}
.sponsor a{ display: block; background-color: #fff; padding: 0 15px;}

/*-- footer CSS --*/
footer {background: #393939;padding-top: 10px; z-index: 100;}
footer a,.copyright p{ color: var(--white)}
footer a:hover{ color: var(--hover)}
.flink .head { color: #e6681c; display: block; float: left; font-size: 16px; width: 130px;}
.flink ul { float: left;width: calc(100% - 130px);}
.flink li { float: left; font-size: 14px; line-height: 28px; padding: 0 8px; position: relative;}
.flink li:not(:last-child)::after,.oth_link a:not(:last-child)::after { content: ''; width: 1px; height: 12px; background-color: var(--white); position: absolute; right: 0; top: 8px;}
.flink li a{ font-weight: 400;}

.fsocial{padding:10px 0; display: flex; align-self: center; justify-content: center;}
.fsocial a{color:#dadada;display:inline-block;padding:0 6px}
.fsocial a.mobile:hover{color:#df2db3}
.fsocial a.email:hover{color:#1e7ad7}
.fsocial a.facebook:hover{color:#1877f2}
.fsocial a.twitter:hover{color:#1da1f2}
.fsocial a.blog:hover{color:#e6681c}

.copyright { background: #232323; font-size: 14px; padding: 15px 0; text-align: center;}
.oth_link a{position: relative; padding: 0 5px;}
.oth_link a:not(:last-child)::after {right: -2px; top: 4px;}
/*-- footer CSS --*/

@media only screen and (min-width:0) and (max-width:900px){
.wrapper{ overflow: hidden;}
    .inner{ padding-left: 10px; padding-right: 10px;}
    .header .inner{ padding-left: 0; padding-right: 0;}
    .h_top_box .logo{ width: 260px;}
    .live_tv{margin-right: 10px; margin-top: -5px;}
    .header,.header .fixd_menu{height: 55px;}
    .h_top_box{ justify-content: space-between;}
    .logo_link {display: block; width: 189px; float: left; margin-top: 2px;}

    .heading{ font-size: 16px; padding: 2px 5px; white-space: nowrap;}
    .heading::after{ border-top: 28px solid transparent;}
    
    .cat_news_list li .thumb{ height: auto;}

    

    .topNews .leftBox,.topNews .rightBox,.topNews .rightBox li{ width: 100%; }
    .topNews .inner .leftBox a{height: auto;}
    .topNews .inner .leftBox{margin-bottom: 20px; margin-right: 0;}
    .topNews .rightBox li:first-child,.topNews .rightBox li:nth-child(2),.topNews .rightBox li:nth-child(even),.topNews .rightBox li:nth-child(odd){ margin-left: 0; margin-right: 0;}
    .topNews .inner .leftBox a, .topNews .inner .rightBox a{ display: flex; height: auto; gap: 15px; align-items: center;}
    .topNews .rightBox li .thumb{min-width: 150px; max-width: 150px; height: 84px;}
    .topNews .rightBox li .caption{ background: none;position: relative; padding: 0;}
    .topNews .rightBox li:not(:last-child){ padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px dashed #56585e;}
    .topNews .leftBox .caption{ font-size: 18px; line-height: 28px;}

    .cat_news,.more_news_list{ flex-direction: column;}
    .cat_news .box{ width: 100%;}

    .video_list, .gallery_list,.web_story_list{ overflow-x: auto;}
    .video_list li,.gallery_list li{ min-width: 290px;}    

    .web_story_list li { min-width: 150px;}
    .web_story_list .s_titel{ font-size: 14px; line-height: 22px;}

    .more_news_list ul{ flex-direction: column; gap:0;}
    .more_news_list ul li{ width: 100%;}
    .more_news_list ul:last-child li{border-bottom: 1px dashed #6c5098;}
    .more_news_list ul:last-child li:last-child{border-bottom: 0; padding-bottom: 0; margin-bottom: 0;} 
    
    .video_banner .video_container{ height: 87px;}
    .video_text{ padding: 0 265px;}
    .video_banner .inner .video_source{font-size: 9px; right: 5px;}
    .sponsor{margin-left: 20px;}
    .expo_text{width: 330px;}

    footer .row.flink{ margin-bottom: 20px;}
    .flink .head,.flink ul{width: 100%; text-align: center;}
    .flink li{ float: none; display: inline-block;}
    .copyright{font-size: 12px;}
    .copyright p{ margin-bottom: 5px;}
    .oth_link a:not(:last-child)::after{ top: 2px;}	
}
@media only screen and (min-width:0) and (max-width:800px){.video_text{padding: 0 211px;}}
@media only screen and (min-width:0) and (max-width:700px){.video_text{padding: 0 167px;}}
@media only screen and (min-width:0) and (max-width:600px){.video_text{padding: 0 122px;}}
@media only screen and (min-width:0) and (max-width:500px){.video_text{padding: 0 45px;}.video_banner .inner .video_source{font-size: 7px;}}
@media only screen and (min-width:0) and (max-width:400px){.video_text{padding: 0 20px;}}
@media only screen and (min-width:0) and (max-width:340px){.video_text{padding: 0 12px;}
.row.bgA.pb10 .inner{ padding-left: 0px;padding-right: 0px;}
}