a.clr--grey{color:#959595}
.clearfix{
  clear:both;
}
.font--heading a:hover{
  text-decoration: underline;
}
.hide--xs {display:none}
:focus,
:active{
  outline:0
}
.line--red{
  background: #ed1c2a
}
.container--m{
  max-width:980px
}
.vertical__center {
  position: relative;
  height:0;
  padding-bottom:52%
}
.vertical__child {
  position: absolute;
  left:0;
  right:0;
}
.border{
    border:1px solid #ccc
}
.bg--dark{
  padding:15px;
}
.bg--dark .news__name a:hover{text-decoration:underline;}

.bg--dark .news__cat{
  border-bottom: 2px solid #fff
}
img.lazy {
  transition: 2s opacity ease-out;
  opacity: .25;
}
img.yall-loaded {
  opacity: 1;
}

.lazyload__wrap{
   display: block;
   position: relative;
   height: 0;
   padding-bottom: 49.3%;
   /*Padding-bottom = (Height ÷ Width) × 100; */
}
.row--narrow{
    margin-left:-10px;
    margin-right:-10px;
}
.col--narrow{
    padding-left: 10px;
    padding-right: 10px;
}
.lazyload__wrap:hover img{
  -webkit-transform: scale(1.05);
-khtml-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);

}
.lazyload__wrap img {
  -webkit-transition: all 0.4s;
     -khtml-transition: all 0.4s;
     -moz-transition: all 0.4s;
     -ms-transition: all 0.4s;
     -o-transition: all 0.4s;
     transition: all 0.4s;
}
.datetime{
    display:inline-block;
    color:#777;
    word-break: keep-all;
    font-weight: 400;
    font-size: 12px
}
.center--e{
  margin: auto;
}
.line--grey{
  height:2px;
  margin:7px 0;
  background-color: #eee
}
.round{border-radius:5px}
.small{font-size:.8em}
.medium{font-size:.9em}
.font--brand{
  font-family: 'Open Sans', Helvetica, sans-serif
}
.font--heading{
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700
}

/* Backgrounds */
.bg--main{background:#ed1c2a}
.bg--white { background-color:#fff}
.bg--grey {background:#a6a6a6}
.bg--black { background-color:#000 }
.bg--silver{background:#f0f0f0}
/* Colors */
.clr--main,
a.clr--gray:hover,
a:hover,
.clr--red{color:#ed1c2a;}
.clr--grey {color:#a6a6a6}
a.clr--white:hover,
a.clr--white,
.clr--white a,
.clr--white{color:#fff }
.clr--silver{color:rgba(255,255,255,0.85)}
a.clr--gray,
.clr--gray{color:#777;}
.clr--black { color:#000; }
.overflow{overflow:hidden;}
.lh13{line-height:1.3}
a{
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-decoration: none;
  color: #111
}
.envelop{
  background: repeating-linear-gradient(135deg, rgb(255, 90, 84), rgb(255, 90, 84) 20px, transparent 20px, transparent 40px, rgb(63, 169, 245) 40px, rgb(63, 169, 245) 60px, transparent 60px, transparent 80px) rgb(255, 255, 255);
}
.real_time{font-weight: 400}
/*header*/
#logo img{max-height:115px;margin:20px 0}
/*
.qc__top{
  margin:20px 0 25px
}
*/
.qc__top p{margin: 0}
.qc__top img{display:block}
#language{margin-right: 15px}
#language img{max-height:20px}
.topad {
  z-index: 1;
  height: 30px;
  margin-top:10px;
  padding: 0 20px;
}
main{clear:both;}
.right__bottom p{margin-bottom:15px;margin-top:0}
footer h3 span{padding: 1px 10px;}
footer p {
  line-height:1.35;
  font-size: 13px;
  margin: 0 0 10px;
}
footer hr {
    background: rgba(255,255,255,.35);
}
footer p.icon-location {
  padding-left: 20px
}
footer p.icon-location:before {
  margin-left: -20px;
}
.readnow{
  background: url(readitnow.svg) 0 0 no-repeat;
  background-size: 18px;
  padding: 0 0 15px 22px;
}
.social{
    margin-right: 10px;
}
.has--redline:after {
  width: 72px;
  height:2px;
  background: #ed1c2a;
  content: '';
  display: inline-block;
  margin-left: 15px;
  top: -5px;
  position: relative;
  line-height:1
}
#subscribe_email{
  background:#fff;
  border:1px solid #999;
  height:45px;line-height:45px;
  border-radius:6px;
}
.subscribe_button{
  right: 3px;
  top: 3px;
  line-height: 1.1;
  color: #fff;
  background: #ED1C2A;
  border-radius: 6px;
  padding: 10px 20px;
}
a.subscribe_button:hover {color:#222}
a.social:hover{color:red !important}
.footer__img{
  max-width:280px
}
#topmenu a {padding: 10px 15px;font-size:16px;display:inline-block}

#topmenu >ul > li > a:after {
  height: 2px;
  width: 1px;
  content: "";
  display:block;
  margin-top: 1px;
  -webkit-transition: width 1s ease-in-out;
-moz-transition: width 1s ease-in-out;
-o-transition: width 1s ease-in-out;
transition: width 1s ease-in-out;
}

#topmenu >ul > li>a:hover:after ,
#topmenu >ul > li.selected>a:after {
  background-color: #ED1C2A;
  width: 100%;
  -webkit-transition: width 1s ease-in-out;
-moz-transition: width 1s ease-in-out;
-o-transition: width 1s ease-in-out;
transition: width 1s ease-in-out;
}
#topmenu > a:hover,
#topmenu .hassub ul .selected > a,
#topmenu .selected > a {color: #ED1C2A;text-decoration:none;}
.hassub:hover > a{color: #ed1c2a;text-decoration:none;}
.hassub:hover > ul{
  display:block;
}
.hassub {position:relative}
.hassub ul{
  display:none;
  top:100%;
  z-index:9;
  box-shadow: 2px 2px 0 #ddd;
  position:absolute;
  width:210px;
  padding:10px 0 5px;
  left:0;
  margin:0 0 0 -5px;
  background:#fff;
  transition: all .2s
}
.hassub ul ul{
    left:200px;
    top:-5px;
    display:none;
}
#topmenu .hassub ul li{display:block}
#topmenu .hassub ul a{
  color: #111;
  text-transform: none;
  display:block;
  padding: 5px 15px;
}
#topmenu .hassub:hover > a,
#topmenu .hassub ul a:hover{
  color:#ed1b24;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#menubutton:hover{margin-top:-3px}
#menubutton:hover em{
  margin:6px 0 5px;
}
#menubutton em{
  height: 2px;
  margin: 5px 0 4px;
  display: block;
  background: #777;
  width: 24px;
  transition:all .2s
}
#menu-close{
    z-index: 999999;
    position: absolute;
    top: 25px;
    width: 32px;
    height: 32px;
    right: 15px;
    overflow: hidden;
    float: left;
    text-align: left;
    cursor: pointer;
}
.header__search--btn{
  right:3px;
  top:1px;
  cursor: pointer;
}
#header__search-input{
  border:1px solid #ccc;
  background:none;
  padding:2px 10px;
}

.btn{
    border:none;
    color: rgba(255,255,255,0.95);
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.4;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: all 360ms ease;
    white-space: nowrap;
}
.btn:hover{
  color:#fff;
  background-color:#ea495f;
}

/* LASTEST NEWS */
.custom-scroll{
    position: relative;
    z-index: 1;
    height: 385px;
    margin-top:0;
    padding: 0 0 0 15px;
}
.custom-scroll .scrollbot-outer-parent{
  padding-top: 15px;
}
.scrollbot-scrollbar{
  cursor:pointer;
}
.news__cat{
  display: inline-block;
  border-bottom:2px solid #ed1b24;
  margin-bottom:5px;
}
.heading__cat span,
.heading__cat a{
  border-bottom:3px solid #ed1b24;
  margin-bottom:-1px;
  display:inline-block;
}
.heading__cat{
  position:relative;
  border-bottom:1px solid #ed1b24;
}

/* cat news */
.cat__slide__wrap{
  margin-bottom:20px
}
.cat__slide__wrap .slide__btn{
  bottom:auto;
  opacity:0;
  transition: 1s opacity;
  top: 100px;
  left: 50%;
}
.cat__slide__wrap:hover .slide__btn{
  opacity:1;
  transition: 1s opacity;
}
.newscat__prev,
.news__world__prev,
.news__local__prev{
  left: 10px !important;
}
.newscat__next,
.news__world__next,
.news__local__next{
  right: 10px !important;
}
.news__next--cat{right:10px}
.news__prev--cat{left:10px}
.newscat__prev,
.news__next--cat,
.news__prev--cat{
  top:50%;
  margin-top:-25px;
  position:absolute;
}
.tips__next,
.rules__next{right:0}
.image__full__mobile>a img{position:relative}
.image__full__mobile>a{z-index:1}
.image__full__mobile:before{
  content:"";
  position: absolute;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 66%, rgba(0,0,0,0) 67%, rgba(0,0,0,0.25) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 66%,rgba(0,0,0,0) 67%,rgba(0,0,0,0.25) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 66%,rgba(0,0,0,0) 67%,rgba(0,0,0,0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 );
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.image__full__mobile .news__cat{
  bottom:0;
  color:#fff;
  text-shadow:0 1px 1px #333;
  left:15px;
  display:inline-block;
  border-bottom:5px solid #ed1c24;
  margin-bottom:0
}
.box__cat__news .news__name {
  margin-left:-15px
}
.news__name--suggest{
  margin-right:5px;
}
.has--gball {padding-left:15px}
.has--gball:before {margin-left:-15px !important}
.has--gball:before,
.news__name--suggest:before{
  content: "";
  background: url(gball.svg) center center no-repeat;
  display: inline-block;
  width: 12px;
  border-radius:50%;
  float:left;
  margin: 4px 5px 0 0;
  height: 12px;
  background-size: contain
}

.news__name--suggest a{
  display: block;
  font-weight: 600
}
.image--square {
  margin-right: 1em;
  margin-bottom: .3em;
}
.crop{
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
}
.crop img{
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.news__grid__name{
    height: 65px;
    overflow: hidden
}
.slide__prev--news{
  margin-top:-25px !important
}
.slide__next--news{
  margin-top:-25px !important
}
/*
.card{
  padding-left: 20px;
  padding-right: 20px;
  background: url(email_env.png) repeat-x white;
  background-position: 0 0;
  -moz-box-shadow: rgba(0,0,0,.17) 0 5px 13px;
  -webkit-box-shadow: rgba(0,0,0,.17) 0 5px 13px;
  -o-box-shadow: rgba(0,0,0,.17) 0 5px 13px;
  -ms-box-shadow: rgba(0,0,0,.17) 0 5px 13px;
  box-shadow: rgba(0,0,0,.17) 0 5px 13px;
}
.card textarea,
.card input{margin-top:10px;border:1px solid #ddd;padding:.3em .8em;}
.btn--large{padding:.5em 1em;font-size:1em;margin-top:10px;}
.captcha{margin-top: 5px}
*/
.content{padding-right: 40px}
.datetime,
.real_time{font-size:13px;font-weight:normal;color:#888;display:inline-block;word-break: keep-all;}
.news__thumb{
  width:100px;
  display:block;
  height:100px;
  margin-right:10px;
}
.newscontent{
  font-size: 16px;
  line-height:1.683
}
.newscontent iframe{
  max-width: 100%;
}
.newscontent img{
  width: 100% !important;
  max-width: 100%;
}
.caption{
  padding: 5px 0;
  margin:0 0 15px;
}
.newscontent p{
  margin: 15px 0
}
.newscontent ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.newscontent ul li {
  padding-left: 2em;
  text-indent: -.7em;
}
.newscontent ul li::before {
  content: "• ";
    margin-left: -10px;
    font-size: 1.5em;
    line-height: 1;
    margin-right: 8px;
}
.news__thumb--related{
  width:90px;
  height:45px;
}
.tags a{
  margin-right:20px
}
.liked{
  color: #ed1b24;
}
.comment__write{
  border:1px solid #ccc;
  background:#ebebeb;
  padding: 10px;
}
.avartar{
  width:40px;
  height:40px;
  line-height:39px;
  font-size:22px
}
#login{
  box-shadow:10px 10px 10px #ccc;
  border:1px solid #ccc;
  padding:10px 15px;
}


/* TITLE STYLES */
.title--left{
  border-bottom:1px solid #ed1b24;
}
.title--left span{
  border-bottom:2px solid #ed1b24;
}

.title--red--left{
  position:relative;
}
.title--red--left:after{
  content:"";
  display:block;
  background:#ed1b24;
  z-index:0;
  position:absolute;
  top:50%;
  left:0;
  right:0;
  height:1px;
}
.title--red--left span{
  z-index:1;
  position:relative;
  padding:2px 10px;
  display:inline-block;
  background-color:#ed1b24;
  color:#fff;
}

.pagination li.last-page, .pagination li.first-page{display: none}
.breadcrumbs,
.breadcrumbs a{
  color:#999
}
.breadcrumbs a:hover {
  text-decoration:underline
}
.success, .warning, .attention, .help {
  padding: 10px;
  margin-bottom: 15px;
  color: #555;
}
.success {
  background:#ED1C2A;
  color:#fff;
}
.warning {
  color:#fff;
  padding: 10px 15px;
  background: rgb(202, 60, 60);
}
.attention {
  color:#fff;
  background: rgb(223, 117, 20);
}
.required:after {
  content: " *";
  display:inline;
  color: #FF0000;
  font-weight: bold;
}
.error {
  display: block;
  color: #FF0000;
  padding: 5px;
}
.help {
  background: rgb(66, 184, 221);
}

.pagination {
  padding-top:8px;
  display:inline-block;
  width:100%;
  text-align:right;
  margin-bottom:10px;
}
.pagination a:hover {
  color:#ed1c2a;
}
.pagination a {
  font-size:18px;
  font-weight: 700;
  padding: 0 5px;
  color:#111;
}
.pagination b {
  display:inline-block;
  padding:4px 10px;
  font-weight:700;
  color:#777;
}
.pagination .results {
  display:none;
}
.pagination ul{
  margin:0;
  padding:0
}
.pagination li{
  color:#777;
  display:inline-block;
  list-style:none;
  margin:0;
}
.pagination li.prev-page a span,
.pagination li.next-page a span{display:none;}
.pagination li.prev-page a,
.pagination li.next-page a{
    padding: 4px 10px;
    font-size:14px;
    color:#fff;
    display: inline-block
}
.pagination li.prev-page a:before{
  content: '\e806';
  font-family:"vmg"
}
.pagination li.next-page a:before{
  content: '\e805';
  font-family:"vmg"
}
.pagination li.prev-page,
.pagination li.next-page{
    color:#fff;
    line-height:1.3;
    background: #111;
}
/* share social */
a.shareme  {
  width:24px;
  height:24px;
  line-height:24px;
  border:1px solid #ccc;
  color:#fff;
  margin-bottom:7px;
}
a.shareme :hover{
    opacity:.75
  }
  a.face-icon {background-color: #5d82d1}
  a.twitter-icon {background-color:#40bff5}
  .shareme.small a {
    padding:3px 12px;
    margin-right:0
  }



a.btn:hover{
  color:#eee;
}
#loading a{cursor: pointer;margin-top:-5px}
#loading{
  color:#E84A5F;
  margin: 10px 0;
  padding: 5px 10px;
  background: #f2f2f2;
  border: 1px solid #ccc;
}
.tag{
  font-size:1.3em;
  margin:5px;

}
button#button__upload.btn:hover{color:#fff;}
.close__pop{
  margin-top:-5px;
}


/* scroll news*/
@keyframes ticker {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-100%, 0, 0); }
}
.tcontainer{
  width: 100%;
  overflow: hidden;
}

.ticker__wrap {
  width: 100%;
  padding-left: 50%;
}
.ticker__move {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 50s;
}
.ticker__move:hover{
  animation-play-state: paused;
}
.ticker__item{
  display: inline-block;
  padding: 0 2rem;
  line-height:28px;
}
.button--grey--line{
  color:#ed1b24;
  position:relative;
}
.button--grey--line:hover:before{
  transition: .5s all;
  width:100%;
  height: 2px;
}
.button--grey--line:before{
  content:"";
  transition: .5s all;
  display:block;
  float:right;
  background:red;
  bottom:0;
  left:0;
  z-index:2;
  position:absolute;
  height: 2px;
  width:0;

}
.button--grey--line:after{
  content:"";
  display:block;
  float:right;
  background:#999;
  height: 1px;
  width:100%;
}
.heading--center--under{
  border-bottom: 1px solid #ed1b24;
}
.heading--center--under span{
    display: inline-block;
    border-bottom: 2px solid #ed1b24;
}
.title--latest {
  position: relative;
  z-index:2;
  margin-top:20px;
}
.title--latest:after {
  content: '';
  height: 0;
  display: block;
  width: 100%;
  border-bottom: 5px solid #111
}
.title--black--left{
  margin: 0 0 -19px;
  z-index:2;
  position:relative;
}
.title--black--left span{
  display:inline-block;
  padding: 3px 10px 1px;
  background: #ea202d;
}
.heading--center--black {
  margin-bottom:-10px;
  text-transform: uppercase;
}
.heading--single {margin-bottom:10px}
.heading--center--black span{
  padding: 5px 15px 3px;
  font-size: 18px;
  display: inline-block;
  background: #ed1c2a;
  margin-bottom:-10px;
  z-index:2;
  position:relative;
}
.heading--center--black:after{
  content:"";
  display:block;
  height:5px;
  width:100%;
  bottom:10px;
  background:#111;
  z-index:1;
  position:absolute;
}
.heading--center--red:after{
  content:"";
  display:block;
  height:1px;
  width:100%;
  top:50%;
  background:#ed1b24;
  z-index:1;
  position:absolute;
}
h1.heading--center--red span{font-size:22px}
.heading--center--red span{
  z-index:2;
  position:relative;
  background:#ed1b24;
  display:inline-block;
  padding:3px 10px;
  margin:0 auto;
  font-size: 18px;
  line-height:1.1;
  color:#fff
}
/*slide home page*/
.swiper-scrollbar-drag{
  background: #ED1C2A !important
}
.swiper-slide-active .slide__desc{opacity:1;
transition: 1s opacity}
.slide__desc{
  opacity:0;
  transition: 1s opacity;
  width: 300px;
  height: 400px;
  bottom: 0;
  right:0;
  margin-right:-150px;
  padding: 20px;
  z-index: 3;
}
.slide__prev{
  margin-right:-50px;
}
.slide__next{
  margin-right:-80px;
}
.album__btn,
.slide__btn{
  text-align:center;
  background:#323232;
  cursor:pointer;
  color:#fff;
  z-index:1;
  position: absolute;
  width:30px;
  height:30px;
  line-height:30px;
  bottom:0;
}
.slide__btn{bottom:20px;right:27%}
.album__btn:hover,
.slide__btn:hover{
  background-color: #f42020;
}
.type__stream {
      animation: blink 2s linear infinite;
  -webkit-animation: blink 2s linear infinite;
}
.box__cat__news{
  padding:0 15px 15px;
}
.box__cat__news .zoom{
  margin: 0 -15px 15px
}
.line{
  height: 2px;
  display: block;
  background: #eee;
}

h2.bg--main.gutter{
  padding:3px 10px 1px
}
/*narrow__calendar*/
.narrow__calendar{
  padding: 10px;
  position: relative;
  z-index:1;
  border: 1px solid #ccc
}
/*gallery */
.gallery {
  clear:both;
}
.gallery .news__name--suggest{
  margin-left:0;
  margin-right:0;
}
.album__count span{
    padding: 5px;
    color: #777;
    display: block;
    border: 2px solid #fff;
    background: #f2f2f2;
    font-size: 12px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center
}
.album__count{
    margin: 7px 0 0 7px;
    box-shadow: 4px 4px 0 #ccc
}
.album__item--big .album__name{height: 100px;}
.album__item--big .album__count{
    margin-top: 25px;
}
.album__item--big .album__count span{
    font-size:16px;
    padding: 10px;
}
.album__name{
    height: 60px;
    overflow: hidden
}
.heading__side{
    padding-bottom: 7px;
    border-bottom:1px dashed #ccc;
}
.album__btn{
    top: 40% !important;
    margin-top:-15px;
}
.album__next{
  right:0
}
.album__prev{
  left:0
}

@keyframes blink{
  0%{opacity: 0;}
  50%{opacity: .5;}
  100%{opacity: 1;}
}
/* ads */
.banner__wrap--bottom{
    padding: 15px 0 10px !important;
}
.partner {border:1px solid #eee;border-radius:4px;margin:2px 0}
.partner:hover{border:red}
.partner__btn{
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    top:50%;
    margin-top:-18px;
}
.partner__prev{
    left:-30px
}
.partner__next{
    right:-30px
}
/* news cat*/
.news__name--blog{padding: 7px 0}
.news__name__wrap{height:60px}
.blog__readmore{
  font-size:16px;
}
.blog__readmore i{
  font-size:12px;
  margin-left:3px;
  background:#323232;
  padding: 5px 3px;
  color: #fff
}

@font-face {
  font-family: 'vmg';
  src: url('font/vmg.eot?84443863');
  src: url('font/vmg.eot?84443863#iefix') format('embedded-opentype'),
       url('font/vmg.woff2?84443863') format('woff2'),
       url('font/vmg.woff?84443863') format('woff'),
       url('font/vmg.ttf?84443863') format('truetype'),
       url('font/vmg.svg?84443863#vmg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "vmg";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before { content: '\e800'; }
.icon-video:before { content: '\e801'; }
.icon-right-1:before { content: '\e802'; }
.icon-mail:before { content: '\e803'; }
.icon-heart-empty:before { content: '\e804'; }
.icon-right:before { content: '\e805'; }
.icon-left:before { content: '\e806'; }
.icon-up-big:before { content: '\e807'; }
.icon-calendar:before { content: '\e808'; }
.icon-bag:before { content: '\e80d'; }
.icon-th-list:before { content: '\e80f'; }
.icon-clock:before { content: '\e809'; }
.icon-eye-1:before { content: '\e80b'; }
.icon-phone:before { content: '\e80c'; }
.icon-cancel:before { content: '\e80e'; }
.icon-play:before { content: '\e818'; }
.icon-picture:before { content: '\e819'; }
.icon-home-outline:before { content: '\e81b'; }
.icon-paper-plane-1:before { content: '\e81c'; }
.icon-spin6:before { content: '\e839'; }
.icon-location:before { content: '\f031'; }
.icon-twitter:before { content: '\f099'; }
.icon-facebook:before { content: '\f09a'; }
.icon-circle:before { content: '\f111'; }
.icon-youtube-play:before { content: '\f16a'; }
.icon-instagram:before { content: '\f16d'; }
.icon-paper-plane-empty:before { content: '\f1d9'; }
.icon-commenting-o:before { content: '\f27b'; }
.icon-zalo:before {
  float: left;
  margin-top: 4px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-size: contain;
  -webkit-mask-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  content:'';
  background-color: #fff;
  mask-image:url(zalo-icon.svg);
  -webkit-mask-image:url(zalo-icon.svg);
}
.icon-zalo:hover:before {
  background-color: red
}
.type--photo{
  background-image:url(photo--icon.png)
}
.type--video{
  background-image:url(video--icon.png)
}
.type{
  position:absolute;
  z-index:2;
  bottom:10px;
  right:10px;
  width:24px;
  height:24px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%
}
.type--longform{
  background:url(longform--icon.png) 0 0 no-repeat;
  width:18px;
  height:37px;
  bottom:0
}
.type--small{
  bottom:5px;
  right:5px;
  width:12px;
  height:12px;
}
.icon-web{
  width:16px;
  height:16px;
  display: block;
  float: left;
  margin-right: 5px;
  content:"";
  background: url(web.png) center center no-repeat;
  background-size:90%
}
.grid__narrow{
  background: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: 0 3px 8px #cacaca;
}
.grid__narrow--small .relative{
  height:150px;
  overflow:hidden;
}
.grid__narrow__title{
  bottom:0;
  left:0;
  right:0;
  z-index: 2;
  padding: 10px;
  color: #fff;
  background: rgba(0,0,0,.5);
}
.grid__narrow__wrap{
  height: 170px;
  padding: 10px 15px
}
.coure__list li i{position:absolute;left:0;top:1px}
.coure__list li{
  padding: 2px 0 2px 30px;
  position: relative;
}
.form__course input,
.form__course select{
  background: #111;
  color: #fff;
}
.form__course{
  margin-right:0;
  margin-left:-25px;
}
.form__course input,
.form__course select,
.form__course button{
  width:100%;
  border-radius:4px;
  margin:10px 0;
  border:0;
  color:#fff;
  background: #000;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding:7px;
}
.form__course select{
  margin:0
}
.form__course__control{
  margin:10px 0;
  border-radius:4px;
}
.form__course__arrow{
  font-size: 10px;
  color: #fff;
  position: absolute;
  right: 8px;
  top: 18px;
  cursor: default;
  line-height: 1px;
}
.has--2border{
  margin: 0 -15px;
  border-top: 2px solid #eee;
}
.event__cover:after {
  position: absolute;
  display: block;
  content: "";
  z-index:2;
  top: 0;
  left: 0;
  bottom: 0;
  right:0;
  display: block;
  background: linear-gradient(180deg, #000000 -21.33%, rgba(196, 196, 196, 0) 100%);
}
.event__cover img{
  z-index:1;
  position:relative
}
.event__title {
  top: 15px;
  left: 15px;
  right: 15px;
  z-index: 3;
  font-size: 18px;
  font-weight: bold
}
.event__item {
  background: url(event_icon.png) 0 10px no-repeat;
  background-size:16px;
  padding: 7px 0 7px 25px;
  border-top: 2px solid #E8E8E8
}
.event__name {font-size:14px}
.event__date {font-size:12px}
.row--fixh {clear: both}
@media only screen and (max-width: 480px) {
  .homepage__contentop .swiper-container{
    margin-left:10px;
    margin-right:10px
  }
  #topmenu>ul>li>a:hover:after,
  #topmenu>ul>li>a:after,
  #topmenu>ul>li.selected>a:after {display:none}

}

@media only screen and (max-width: 768px) {
    .right--tieudiem.rowgutter {padding-bottom: 0}
    .rowgutter.col__footer--logo {text-align: center;padding:0}
    footer.rowgutter {padding-top:0}
    .box__cat__news .news__name {margin-left:0}
    .heading--center--black{
        margin-top:15px;
        margin-bottom:10px
    }
    .heading--center--black span {font-size: 14px;padding: 3px 10px}
    body{overflow-x:hidden;font-size:14px}
    .slide__zone{margin:10px 0 !important}
    .slide__btn{
      bottom: 50%;
      margin-top: -15px
    }
    .slide__prev{left:0}
    .slide__next {left: calc(100% - 30px)}
    #menubutton{top:20px;}
    #language{
        position:absolute;
        right:0;
        top: 23px;
        float: left;
    }
    #logo{margin:0 auto;width:120px;float:none}
    #logo img{max-height:65px;margin: 10px auto 0}
    .zonegutter{padding-top:20px;padding-bottom:20px}

    #topblank{
      border-top: 7px solid #111;
      width: 100%;
    }
    #topmenu li,
    #topmenu ul{display:block}
    #topmenu a{
      text-align:left;
      color: #333;
      padding: 7px 15px;
      display: block
    }
    #topmenu .hassub:hover > a, #topmenu .hassub ul a:hover{
      background:none;
      color:#111
    }
    #topmenu .hassub > a.active:after{
      transform: rotate(-90deg);
      margin-right:10px
    }
    #topmenu .hassub > a:after{
      content: '\e805';
      font-family: "vmg";
      display: block;
      width: 12px;
      height: 12px;
      float: right;
      color: #ddd;
      font-size: 16px;
      transform: rotate(90deg);
      margin-top: 11px;
    }
    #topmenu #logo img{margin-top:0}
    #topmenu .hassub ul{
      display:none;
      padding:0;
      position:static;width:100%;left:0;margin-left:0;padding-left:5px;border-radius:0;border-left:0;border-right:0;
      box-shadow:none
    }
    .banner__wrap {
      margin-left:-10px;
      margin-right:-10px
    }
  #topmenu{
    float:none;
    position:absolute;
    top:0;
    left:0;
    right:0;
    margin-top:0;
    padding:0 0 20px;
    width:100%;
    overflow: auto;
    transition: all .2s;
   -webkit-transform: translateZ(0);;
        -webkit-backface-visibility: hidden;
    z-index:334999;
    background:#fff;
  }
  #topmenu > ul > li > a{
    display: block;
    border-top: 1px solid #ccc;
  }
  #topmenu .hassub ul.active{display: block !important}
  #topmenu .hassub ul a{padding: 7px 10px}
  #topmenu #header__search{margin:0;background:#111;display:block;height:35px;width: 100%;}
  #topmenu #header__search-input{height:30px;border:0;line-height:30px;padding:0 15px;color:#fff;font-family:'Open Sans'}
  #topmenu .header__search--btn{top:5px;right:20px;color:#fff}
  #topmenu #language a{float:left}
  .qc__top {margin:10px 0 -10px}
  .slide__desc {
      width: 100%;
      display:block;
      height: auto;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.31%, #000000 100%);
      padding:10px;
      left:0;
      margin-right:0;
      opacity:1;
      margin-left:0;
  }
  .slide__desc a{color: #fff;font-size:16px}
  .slide__desc a.news__cat {font-weight:400;font-size:12px;border-bottom-width: 1px}
  .slide__desc .gutter {display:none}
  .col--12.n--pl{padding-left:10px;padding-top:0}
  .custom-scroll .scrollbot-outer-parent {padding-top:5px}
  .custom-scroll {
    height: 260px;
    padding: 0;
  }
  .col--12.col__md--9.rowgutter.content {padding-bottom:0}
  .zonegutter.right {padding-top:0}
  .col-right .clear.gutter .small {font-size: 14px}
  .title--latest {margin-top: 10px}
  .title--latest:after {border-top-width:3px;margin-top:4px}
  .news__thumb--bgi {margin-bottom:10px}
  .scrollbot-outer-parent{padding-top:10px}
  .content{
    padding-right:10px
  }
  .cat__slide--wrap{padding:0}
  .news__name--suggest{margin-left:0;margin-right:0;padding-left:15px;font-size:13px}
  .news__name--suggest:before{
    margin-left:-15px
  }
  .box__cat__news{padding:0}
  .box__cat__news .zoom{margin:0 0 10px 0}
  .partners.rowgutter{padding-top:0;padding-bottom:0}
  .cat__slide__wrap{margin: 0}
  .cat__slide__wrap .slide__btn{bottom:0;top:auto;left:auto}
  .image__full__mobile,
  .image__full__mobile img{
    width: 100%;
    margin: 0;
    display:block;
  }
  .grid__narrow{
    margin-right:0
  }
  h1, .h1{font-size:1.25em}
  h2, .h2{font-size:1.2em}
  h3, .h3{font-size:1.15em}
  h4, .h4{font-size:1.1em}
  h5, .h5{font-size:1.05em}
  h6, .h6{font-size:1em}
  .heading--center--black:after{
    height:3px;
    bottom:11px
  }
  .video__name {font-size:13px}
  .homepage__contentop > .col--narrow,
  .homepage__contentop .row--narrow .col--narrow {
    padding-left:0;
    padding-right:0;
  }
  .homepage__contentop {padding-top: 0}
  .catmod__mobile.col--narrow {
    width: 50%
  }
  .catmod__mobile.col--narrow  .heading--center--black:after{
    display:none
  }
  .catmod__mobile.col--narrow.id352 .heading--center--black,
  .catmod__mobile.col--narrow.id351 .heading--center--black {
    text-align:left
  }
  .row--fixh {
    height: 60px;
    overflow: hidden;
    }
    .datetime.hide, .real_time.hide {display:none}
    .row--childhome {
        clear: both;
        padding: 10px 0;
    }
    .row--childhome .news__grid__name {height: 70px}
}



.box__grow:hover{
transform: translateY(-4px)!important;
-webkit-transform: translateY(-4px)!important;
box-shadow: 0 17px 25px rgba(0,0,0,0.13)!important;
-webkit-box-shadow: 0 17px 25px rgba(0,0,0,0.13);
-moz-box-shadow: 0 17px 25px rgba(0,0,0,0.13);
-o-box-shadow: 0 17px 25px rgba(0,0,0,0.13);
transition:transform .2s linear,box-shadow .2s linear;
}
.box__grow{
  transition:transform .2s linear,box-shadow .2s linear;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
-o-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.zoom img{
      -webkit-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.zoom:hover img{
      -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.video--item .type{
  display: none;
}
.video__name {height: 44px;overflow: hidden;font-size:16px;font-weight:600}
.video--item .video__cover a:after{
  background: url(video_icon.png) center center no-repeat;
  width:36px;
  height:36px;
  content: '';
  position: absolute;
  top:50%;
  left: 50%;
  z-index:1;
  display:block;
  margin-top: -18px;
  margin-left: -18px;
}
.calendar__heading {
  padding: 5px 15px;
  font-size: 18px;
  display: inline-block
}
.thumb--left {
    float: left;
    width: 90px;
    margin-right:10px;
}



/* popup */
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}
.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 385px;
    position: relative;
    transition: all 5s ease-in-out;
    /* max-height: 555px; */
    overflow: auto;
}
.popup .close-popup {
    position: absolute;
    top: 10px;
    right: 20px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
}
.popup .content {
    max-height: 30%;
    padding-right: 0;
}
.form__pop {
    background: #fff;
}
.form__pop .hide { font-size: 12px}
.form__pop input {
    width: 100%;
    margin: 7px 0 3px;
    font-size: 14px;
    padding: 5px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.form__pop button {
    color: #fff;
    background-color: red;
    height: 28px;
    line-height: 28px;
    border: 0;
    border-radius: 4px;
    padding: 0 20px;
}
.mustlogged {
    padding: 15px;
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
    background-color: #f2f2f2;
    border: 1px solid red;
    border-radius: 10px;
}
.last__magazine {margin-bottom: 5px}
.form__control label{
    display: block
}
.form__control input {
    width: 320px;
    margin: 5px 0;
    padding: 2px 10px;
    max-width: 100%;
}
.form__control {padding-bottom: 10px}
.form__control button {
    border-radius: 5px;
    border: 0;
    background-color: red;
    color: #fff;
    padding: 5px 15px;
    font-size: 1.1em;
}
.account__zone {
    margin-top: 10px;
    padding: 1px 20px;
    border-radius: 6px;
}
@media only screen and (min-width: 1024px) {
    .news__thumb--bgi{
      margin-top: 3px
    }
    .narrow__calendar{
      min-height: 410px
    }
    .news__name {
      height:60px;overflow:hidden}
    .news__name--suggest{
      height: 23px;
      overflow: hidden;
    }
    .has--2border{
      margin: 0 -15px;
    }
    .news__wrap--bgi{
      height:162px;
      overflow:hidden;
      background: #f0f0f0;
      padding: 15px;
    }
    .swiper-scrollbar{
      display:none
    }
    #topmenu > ul > li:first-child > a{padding-left:0}
    .first-key0{
      padding-top:0
    }
    #header.is--fixed #formlang,
    #header.is--fixed #header__search{margin-top: 3px}
    #header.is--fixed #logo,
    #header.is--fixed .qc__top{
      display:none;
    }
    #header.is--fixed #topmenu a {padding-top:5px;padding-bottom:0}
    #header.is--fixed{
      z-index:9;
      border-top: solid 10px #fff;
      position: fixed;
      transition:.2s all;
      width:100%;
      left:0;
      right:0;
      top:0;
      background: #fff;
      box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1)
    }

    .col__footer--address,
    .col__footer--logo {
      padding-right: 10px;
    }
    .col__footer--address{
      width: calc((100% - 370px)/2);
    }
    .col__footer--last,
    .col__footer--logo{
      width: 180px
    }
}
@media only screen and (min-width:1200px) {
  .col__footer--address,
  .col__footer--logo {
    padding-right: 15px;
  }
  .col__footer--address{
    width: calc((100% - 395px)/2);
  }
  .col__footer--last,
  .col__footer--logo{
    width: 190px
  }
  .account__zone {
    margin-top: 45px;
  }
}
@media only screen and (min-width:1366px) {
  #topmenu a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #frm_subscribe {
    margin-top: 10px
  }
  .col__footer--address,
  .col__footer--logo {
    padding-right: 30px;
  }
  .col__footer--address{
    width: calc((100% - 430px)/2);
  }
  .col__footer--last,
  .col__footer--logo{
    width: 210px
  }
}
.swiper-button-disabled{opacity:0.25}
#quicksearch__wrap{
  z-index: 2;
  top: 80%;
  left: 15px;
  text-align:left;
  background: #fff;
  width:210px;
  padding: 10px 15px;
  border-radius:6px;
}
.tooltip-effect-3{margin-top:4px}
.tooltip-effect-3 .tooltip-content{
  width:110px;
  text-align:center;
}
.tooltip-effect-3 .tooltip-content::after{
  left:85%
}

blockquote {
    margin: 0 10px;
    padding-left: 10px;
    border-left: 4px solid #eee
}
.fb_iframe_widget.fb-comments {
  margin: 0 -8px
}

figure.media {
position: relative; padding-bottom: 100%; height: 0; padding-bottom: 56.2493%;
}
figure.media iframe{
	position: absolute; width: 100%; height: 100%; top: 0; left: 0;
}
figcaption,
.image-style-align-center {
	text-align: center;
}
.image-style-align-left {
	float:left;
    margin-right: 15px;
}
.image-style-align-right {
	float:right;
    margin-left: 15px;
}
.box__grow {padding: 0 5px}
.height__promote {
	height: 45px;
	margin-top: 10px;
}
.line__promote {margin: 10px 0;height:2px}
.mod__promote {margin-bottom: 25px}
.mod__promote .real_time {
	background: url(calendar_icon.svg) 0 center no-repeat;
	padding-left: 22px;
}
.mod__promote .user__promote {
	font-size: 13px;
	font-weight: normal;
	color: #888;
	word-break: keep-all;
	background: url(user_icon2.svg) 0 center no-repeat;
	padding-left: 22px;
}
#register__club input {
	padding: 7px 10px;
	border-radius: 6px;
	width: 100%;
	color: #000;
	border:0;
	margin-top:10px;
	margin-bottom: 15px;
}
#register__club {
	height: 305px;
	padding: 40px 20px 20px;
	color: #fff;
	background: url(Member.png) 20px 30px no-repeat #ED1C2A;
}
.heading__promote {font-size:24px;font-weight:600;margin-bottom:20px}
.promote__title:after {
	height: 2px;
	width: 104px;
	background: #333;
	display: inline-block;
	margin-left: 20px;
	top: -5px;
	content: '';
	position: relative;
}
#register__promote {
	width: 116px;
	height: 44px;
	line-height: 44px;
	background: #231F20;
	border-radius: 6px;
	display: block;
	cursor: pointer;
	text-align: center;
}
#phone_result .required {color:cyan;font-size:12px;padding:0;}
#phone_result .success {color:yellow;font-size:12px;padding:0;}
@media only screen and (max-width: 768px) {
	#register__club {height: auto;margin: 15px 0;padding:10px 10px 0;}
  #register__club input {width: calc(100% - 66px);border-radius: 4px 0 0 4px;}
  #register__promote {
    border-radius: 0 4px 4px 0;
    width: 66px;
    display: inline-block;
    height: 36px;
    line-height: 36px;}
	.heading__promote {font-size:16px;font-weight:600;margin-bottom:10px}
}
.twitter,
.facebook {
  border-radius: 6px;
  border: 1px solid #000;
  padding: 3px 12px;
  float: right;
  margin-left: 10px;
}
a.twitter:hover,
a.facebook:hover {
  color: #fff;
  background-color:red;
}
.news__bottom__barr .views {
  margin-top: 7px;
  margin-left: 10px;
}
