.AdvertisementTopLeft {
    left: 0;
    position: fixed;
    top: 20px;
    z-index: 5;
}
.AdvertisementTopRight {
    position: fixed;
    right: 0;
    top: 20px;
    z-index: 5;
}

.AdvertisementCenter {
    position: relative;
    top: 0!important;
    left: 0!important;
}
.AdvertisementBG {
    width: 0!important;
    height: 0!important;
}
.AdvertisementCenter a {

}

.AdvertContent > table {
    border: 1px solid #0084d6;
    border-radius: 5px 5px 0 0;
}

.AdvertContent .Guicauhoi {
    position: relative;
    width: 740px;
}
.AdvertContent .Guicauhoi .wrap {
    position: absolute;
    right: 10px;
    top: 10px;
}

/*------------------ Thông tin cần biết---------------------- */

.AdvertContent .thongtincanbiet * {
    box-sizing: border-box;
}
.AdvertContent .thongtincanbiet .main {
}
.AdvertContent .thongtincanbiet .main .title {
    background: #0080c7 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    height: 30px;
}
.AdvertContent .thongtincanbiet .main .title span {
    color: #fff;
    font: bold 10pt/30px arial;
    padding-left: 20px;
    text-transform: uppercase;
}
.AdvertContent .thongtincanbiet .main .item {
    margin-left: 5px;
    text-align: center;
}
.AdvertContent .thongtincanbiet .main .item ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.AdvertContent .thongtincanbiet .main .item ul li {
    border-radius: 5px;
    float: left;
    height: 90px;
    margin: 5px;
    padding: 10px 5px 5px;
    width: 30%;
}
.AdvertContent .thongtincanbiet .item a {
}
.AdvertContent .thongtincanbiet .item a span {
    color: #fff;
    font: 12px arial;
}
.AdvertContent .thongtincanbiet .item a .icon {
    display: block;
    margin: 0 0 4px 26px;
}

/*------------------ Banner phải---------------------- */

.AdvertContent .qcright {
}
.AdvertContent .qcright .div1cot {
    margin-bottom: 5px;
    overflow: auto;
    padding: 5px 10px;
}
.AdvertContent .qcright .div1cot a {
    float: right;
    width: 79%;
}
.AdvertContent .qcright .div1cot img {
    float: left;
    width: 18%;
}
.AdvertContent .qcright .div1cot span {
    color: #fff;
    display: table;
    font: bold 14px arial;
    margin-top: 10px;
}