.AdvertMask {
    position: fixed !important;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000007a;
    z-index: 100;
    height: 100%!important;
}
.AdvertisementCenter{
	position: fixed;
	z-index:1000;
}
.khaibaoyte {
    width: 60%;
    margin: 0 auto;
}

/*****************************************/



.bangkecuoc {
    width: 1170px;
    margin: 50px auto;
    text-align: center;
}
.bangkecuoc .Title {
    position:relative;
    font-weight: bold;
    text-transform: uppercase;
    color: #1f7ed0;
    font-size: 18px;
    height: 40px;
    display:none
}
.bangkecuoc .Title:hover {
    color:#4f4f4f;
}
.bangkecuoc .Title:hover:before {
    left: 15px;
    border:none;
    background: #4f4f4f;
    background: -moz-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4f4f4f),color-stop(100%,#404040));
    background: -webkit-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: -o-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: -ms-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: linear-gradient(to bottom,#4f4f4f 0%,#404040 100%);
}
.bangkecuoc ul {
    list-style: outside none none;
    display: flex;
    margin: 20px -15px;
    flex-wrap: nowrap;
    padding: 0;
}
.bangkecuoc ul li {
    position:relative;
    background: #fff;
    padding: 30px 10px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
    border-bottom: 3px solid #fff;
    transition: 0.3s;
    flex: 20%;
    max-width: 20%;
    margin: 0 15px;
    border-radius: 3px;
    transition: 0.3s;
}
.bangkecuoc ul li a span.article-title{
    font-size: 18px;
    text-transform: uppercase;
    font-family: Open Sans;
    display: inline-block;
}
.bangkecuoc ul li:hover a span.article-title{
    color: #0e8ff2;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bangkecuoc span.article-icon {
    display:block;
}
.bangkecuoc span.article-icon img {
    background: #f3f3f3;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 20px;
    border: 8px solid #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
    padding:10px;
}
.bangkecuoc li:hover:after {
    content: "";
    height: 2px;
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    border-radius: 2px;
}
.bangkecuoc li:hover img{
    background: #ffffff;
}












/*****************************************/

section.giaohang {
    padding: 10px 0;
    background-color: #f3f3f3;
  	width:100%;
  	margin:0px auto;
}
.giaohang .container {
    width: 1170px;
    margin: 0 auto;
}
.giaohang .container .row {
    display: inline-flex;
}
.giaohang .container .row .col-md-4 {
    width: 33%;
    margin: 20px 30px 10px 30px;
}
.giaohang .container .row .images {float: left;}
.giaohang .container .row .title {
    text-align: left;
    font-size: 22px;
    line-height: 32px;
    padding: 0;
    font-weight: normal;
    color: #222;
}
.giaohang .container .row .meta {
    font-size: 13px;
    color: #676767;
    font-family: "Roboto", Arial!important;;
    line-height: 1.8;
}
.giaohang .meta a {
    color: #005caa;
}
.giaohang .meta a:hover {
    color: #e60000;
    text-decoration: none;
}
.giaohang .container .row .col-md-4 .top {
    display: flex;
}
.giaohang .container .row .col-md-4 em.fa:hover {
    color: #10bbf7;
}
.giaohang .container .row .col-md-4 em.fa {
    font-size: 35px;
    vertical-align: middle;
    margin-right: 20px;
    color: #109df7;
}
.giaohang .container .row .col-md-4 em.fa.fa-chevron-circle-right {
    font-size: 14px!important;
    margin: -4px 0 0 5px;
}
/*********************/
.top-bar a{
    height: 40px;
    color: #f0f0f0;
    font-size: 14px;
    line-height: 40px;
}
.top-bar a:hover {
    color: #7fc5ff;
}
.top-bar a.active {
    color: #7fc5ff;
}
.top-bar .col.col1 {
    width: 30%;
    float: left;
}
.top-bar .col3.col {width: 25%;float: left;text-align: right;}
.top-bar .col ul.ul-top-bar {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-bar .col ul.ul-top-bar li {
	margin: 0 10px;
	padding: 0;
	display: inline-block;
}
/****************************************************************/
.always-on span.material-icons.icon-image-preview {
    font-family: 'Material Icons'!important;
}
.always-on {
    position: fixed;
    right: 20px;
    top: 111px;
    z-index: 999;
    text-align: center;
}
.always-on>div {
    margin: 0 0 15px 0;
    cursor: pointer;
    clear: both;
    display: inline-block;
}
.always-on .fix-pad {
    padding-left: 0;
    padding-right: 0;
}
.always-on .col-xs-12 {
    width: 100%;
}
.always-on .group-cart>.bg-gray {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
}
.always-on .bg-gray {
    padding: 13px 0;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 40px -4px rgb(167, 167, 167);
    -moz-box-shadow: 0 0 40px -4px rgba(167, 167, 167);
    box-shadow: 0 0 40px -4px rgb(167, 167, 167);
    z-index: 1111;
    position: relative;
}
.always-on>div .fa{
    color:#fff;
    font-size: 32px;
    line-height: 35px;
}
.always-on .group-cart .text-number {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
}
.always-on .text-number {
    height: 60px;
    font-size: 25.89px;
    font-family: UTM-alter-gothic!important;;
    width: 254px;
    margin-right: -50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 10px -4px rgba(17,17,17,.7);
    -moz-box-shadow: 0 0 10px -4px rgba(17,17,17,.7);
    box-shadow: 0 0 10px -4px rgba(17,17,17,.7);
    padding-right: 45px;
}
.always-on .text-number.hide {
    display: none;
}
.group-cart:hover .hide,  .group-call:hover .hide{
    display: block;
}
.always-on .group-call>.bg-gray {
    background: #ed2b23;
    background: linear-gradient(to right top, #ed2b23, #ff5300, #ff5900);
}
.always-on .group-call .text-number {
    background: #ed2b23;
    background: linear-gradient(to right top, #ed2b23, #ff5300, #ff5900);
}
.always-on>div p {
    margin-bottom: 4px;
    line-height: 16px;
    margin-top: 10px;
}
.always-on .text-number a, .always-on .text-number p {
    color: #fff!important;
    font-family:Roboto!important;;
    font-size:20px;
}

/*-------------------------------------------------------------------------------------------------------*/
.gioi-thieu h3 {
 padding-bottom:15px;
 color: #1f7ed0;
}

.gioi-thieu article, .gioi-thieu div, .gioi-thieu section{
	line-height: 2;
	font-size:14px;
	font-family:sans-serif;
	text-align: justify;
  	margin:0 auto;
}
.gioi-thieu .clear::after, .clear::before {
  content: "";
  display: table;
  clear: both;
}
.gioi-thieu .border{
  border: 1px solid red;
}
.gioi-thieu .container{
  width: 100%;
  height: auto;
  background-image: linear-gradient(to right,#33a2d3,#14cab3);
  background-image: -webkit-linear-gradient(to right,#33a2d3,#14cab3);
  background-image: -o-linear-gradient(to right,#33a2d3,#14cab3);
  background-image: -ms-linear-gradient(to right,#33a2d3,#14cab3);
  text-align: center  ;
  line-height: 50px;
}
.gioi-thieu .nav{
  max-width: 1170px;
  position: relative;
  padding: 40px;
  margin: auto;
}
.gioi-thieu .nav ul {
  display: flex;
  justify-content: space-between;
}
.gioi-thieu .nav ul li {
  list-style-type: none;

}
.gioi-thieu .nav ul li a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  color:white;
  text-decoration: none;
}
.gioi-thieu .nav ul #logo{
  display: block;
  background-image: url(/Themes/Default/UIUtilityControls/UIAdvertisement/imgs/icon1.png);
  width: 50px;
  height: 50px;
  background-position: 0 0;
  margin: auto;
}
.gioi-thieu .nav ul a:hover{
  color: #0066b3;
}
.gioi-thieu .nav ul a:hover #logo{
  background-position: -50px 0;
}

/*==============================*/
.gioi-thieu .nav ul li #career::before{
  content: "\f0f2";
   color: white;
   display:block;
   font: normal normal normal 16px/24px FontAwesome;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-size: 50px;
   padding: 13px;
   text-align:center;
} 
.gioi-thieu .nav ul a:hover #career::before{
  color: #0066b3;
}
/*==============================*/
.gioi-thieu .nav ul li #org::before{
  content: "\f0c0";
   ccolor: white;
   display:block;
   font: normal normal normal 16px/24px FontAwesome;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-size: 45px;
   padding: 13px;
  text-align:center;
} 
.gioi-thieu .nav ul a:hover #org::before{
  color: #0066b3;
}
/*==============================*/
.gioi-thieu .nav ul li #history::before{
  content: "\f253";
   color: white;
   display:block;
   font: normal normal normal 16px/24px FontAwesome;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-size: 40px;
   padding: 13px;
  text-align:center;
} 
.gioi-thieu .nav ul a:hover #history::before{
  color: #0066b3;
}
/*==============================*/
.gioi-thieu .nav ul li #partner::before{
  content: "\f1aa";
   color: white;
   display:block;
   font: normal normal normal 16px/24px FontAwesome;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-size: 50px;
   padding: 13px;
  text-align:center;
} 
.gioi-thieu .nav ul a:hover #partner::before{
  color: #0066b3;
}
/*==============================*/
.gioi-thieu h2{
  color: #1f7ed0;
  padding: 20px 0;
}
.gioi-thieu tr:nth-child(odd){
  background-image: linear-gradient(to right top, #e3fbff, #e2f9ff, #e2f7ff, #e3f4ff, #e4f2ff, #e0efff, #ddebff, #dbe7ff, #d2e1ff, #c9dbff, #c0d6ff, #b7d0ff);}
.gioi-thieu td{
  padding: 20px;
  font-size: 15px;
}
.gioi-thieu article img {
  text-align: center;
}
.gioi-thieu #partner-img{
  display: flex;
}
/*==========================*/
.gioi-thieu .back{
  width: 30%;
  margin: auto;
  border-bottom: 1px solid lightgray;
  text-align: center;
}
.gioi-thieu .back a::before{
    content: "\f106"; 
    color:white;
    display: inline-block;
    font: normal normal normal 16px/24px FontAwesome;
    font-weight: bold;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
  background-image: linear-gradient(to right,#33a2d3,#14cab3);
  background-image: -webkit-linear-gradient(to right,#33a2d3,#14cab3);
  background-image: -o-linear-gradient(to right,#33a2d3,#14cab3);
  background-image: -ms-linear-gradient(to right,#33a2d3,#14cab3);
    padding:12px 15px ;
    border-radius: 50%;
    position: relative;
    top: 24px;
    transition: 0.5s;
} 
.gioi-thieu .back:hover a::before{
  background-image: linear-gradient(to left,#d2d6d8,#b3b9bf);
  transition: 0.3s;
}
.gioi-thieu #last-back{
	padding-bottom: 45px;
}
/*=============================================================================================*/
.AdvertisementCenter{
	display:none;
}
.AdvertisementCenter .pop-up {
  width: 600px;
  height: 410px;
  text-align: center;
  background: url(/Themes/Default/UIUtilityControls/UIAdvertisement/imgs/vnn2.jpg) top center;
  border-radius: 10px;
  font-size: 16px;
  box-shadow: 2px 2px 5px #4a4a4a;
  background-size: cover;
}
.AdvertisementCenter .pop-up .vnpt {
  color: white;
  margin-bottom: 15px;
}
.AdvertisementCenter span.AdvertClose:before {
    content: "\f00d";
    color: #fff;
    font: normal normal normal 20px/32px FontAwesome;
}
.AdvertisementCenter .CloseButton span.AdvertClose{
	right: -10px;
	top: -10px;
	width: 32px;
	height: 32px;
	border-radius: 100px;
	position: absolute;
	background: #d10000;
	display: inline-block;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: center;
}
.AdvertisementCenter .pop-up .custommer {
  display: inline-flex;
  color: white;
}
.AdvertisementCenter .pop-up .cell {
  padding: 15px 0;
  background: linear-gradient(to right, #BF953F, #fff697 10%, #B38728 100%, #FBF5B7 10%, #AA771C);
  /*background: linear-gradient(to right, #2794d4, #58c0f5 10%, #1f7ed0 100%, #b7e0fb 10%, #1c6caa);*/
  box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
  transition: all .2s linear;
  margin: 10px 15px;
  width: 215px;
  border-radius:1px;
}
.AdvertisementCenter .pop-up .cell:hover {
  transform: translateY(-5px);
}
.AdvertisementCenter .pop-up .custommer .cell a{
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.46);
}
.AdvertisementCenter .pop-up .vnpt span{
  background-image: url(/Themes/Default/UIUtilityControls/UIAdvertisement/imgs/icon1.png);
  width: 50px;
  height: 62px;
  display:inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-top: 35px;
  margin-right: 8px;
}
.AdvertisementCenter .pop-up .vnpt h3{
    font-size: 28px;
    margin: 5px 0 0;
    padding: 0;
    font-style: italic;
    font-weight: normal;
    font-family: Open Sans;
}
.AdvertisementCenter .pop-up .vnpt h2.vthp{
    display: inline-block;
    position: relative;
    top: 20px;
    font-size: 25px;
    text-transform: uppercase;
}
.pop-up .qrcode {
    color:#fff;
    width: 460px;
    margin: 20px auto 0;
    text-align: justify;
}
.pop-up .qrcode .left {
    float:left;
    width: 67%;
    margin-right: 20px;
}
.pop-up .qrcode .right img{
    width: 130px;
}
/*=======================================thanh toan online======================================================*/
.content-pay-home {
    background: white;
    position: relative;
    z-index: 1;
}
.content-pay-home .why-reg.acc {
    background-image: url(/Themes/Default/UIUtilityControls/UIAdvertisement/imgs/slider.jpg);
}
.content-pay-home .why-reg {
    background-attachment: fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 110px 0px;
    position: relative;
    z-index: 1;
}
.content-pay-home .tt-w {
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 40px;
    font-weight: 300;
}
.content-pay-home .tt-w span {
    display: block;
    font-size: 30px;
    font-weight: normal;
}
.content-pay-home a.btn-black {
    display: inline-block;
    line-height: 50px;
    background: rgba(0,0,0,0.4);
    padding: 0 45px;
    margin:0 10px;
    -moz-border-radius: 56px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    border: 1px solid #fcfcfb;
    -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all;
}
.content-pay-home a.btn-black:hover {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
    color: white;
    border-color: transparent;
}
	
/*=======================================lien he Bang ke cuoc======================================================*/

.lienhe .why-reg.acc {
    background-image: url(/Themes/Default/UIUtilityControls/UIAdvertisement/imgs/c.jpg);
}
.lienhe .why-reg {
    background-attachment: fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 90px 0px;
    position: relative;
    z-index: 1;
    line-height: 35px;
}
.lienhe .tt-w {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}
.lienhe a {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
}
.lienhe .tt-w span {
    display: block;
    font-size: 25px;
    font-weight: normal;
}
/*=======================================luu y Bang ke cuoc======================================================*/
.luuy {
    
}
.luuy .container {
    width: 1170px;
    margin: 0 auto;
    padding: 50px 0 50px 30px;
    background: url(/Themes/Default/UIUtilityControls/UIAdvertisement/imgs/lookup.png) no-repeat right top;
    height:400px;
}
.luuy .container .left {padding: 60px 0 0 25px;}
.luuy .container .title span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    color: #333333;
}
.luuy .container .row {margin: 0 0 20px 0;height: 50px;}
.luuy .container .row span {
    font-size: 16px;
    margin-left: 15px;
    line-height: 50px;
}
.luuy .container .row img {display: inline-block;width: 50px;}
.luuy .container div.image {
    float: left;
    height: 50px;
    width: 50px;
}
/*=======================================thong tin don hang======================================================*/
section.ttdonhang {background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);color: #fff;padding: 75px 0;width: 100%;}
section.ttdonhang .container {width: 1020px;margin: 0 auto;position: relative;}
section.ttdonhang .container h2.heading {color: #fdfdfd;font-size: 25px;text-transform: uppercase;}
section.ttdonhang .container img {
    position: absolute;
    right: 0;
    top: -62px;
    height: auto;
    opacity: 0.8;
}

/*==========================================================================================*/
.mytv {
    text-align: center;
}
.mytvtop {
    width: 100%;
    background: linear-gradient(to right top, #0066b3, #1f7ed0, #288eda, #1270b8, #1d91ea);
    padding: 30px 0;
    color:#fff;
}
.mytvtop .container {
    width:1170px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.mytvtop .header__left {
    text-align: left;
}
.mytvtop .header__left h1 {
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    font-size: 2rem;
}
.mytvtop .header__left h1 strong{
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    font-size: 1.8rem;
}
.mytvtop .mt-4.header__des p {
    font-size: 1.1rem;
    margin: 1em 0;
    line-height:1.5;
}
.mytvtop .header__store img.black {
    width: 160px;
    display: block;
}
.mytvtop .header__right img {
    width: 600px;
}
.mytv .title {
    font-weight: 400;
    color: #da0000;
    margin-bottom: 0;
    font-size: 1.6rem;
    display:inline-block;
    margin:50px 0 15px 0;
}
section.taive {
    display: flex;
    justify-content: space-around;
    width: 1170px;
    margin: 50px auto 30px;
    text-align: center;
}
section.taive .landing__qr-wrapper {
    width: 40%;
}
section.taive h1 {
    color: #da0000;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 400;
}
section.taive .landing__description {
    color: #393939;
    font-size: 1.2rem;
    text-align: center;
    display:inline-block;
    margin-bottom:30px;
}
section.taive .img-QRcode {
    height: 250px;
    margin-right: 20px;
}
.mytv p .header {
    color: #393939;
    font-size: 1.2rem;
    text-align: center;
    margin: 30px 0 10px 1px;
    display: block;
}
.header__store {
    display: flex;
}
.header__store a {
    display: inline-block;
    margin: 0 30px;
    text-align: center;
    vertical-align: bottom;
}
.header__store img.qr {
    width: 130px;
    margin-bottom: 15px;
}
.bao-hong{
position: fixed;
right: 14px;
top: 180px;
z-index: 999;
  text-align: center;}