@font-face {
  font-family: 'UVN_ThanhPho';
  src: url("../fonts/UVNThanhPho.eot?#iefix") format("embedded-opentype"), url("../fonts/UVNThanhPho.woff") format("woff"), url("../fonts/UVNThanhPho.ttf") format("truetype"), url("../fonts/UVNThanhPho.svg#UVNThanhPho") format("svg");
  font-weight: normal;
  font-style: normal; }
#bg-main {
  background: #fbfbf3 url("../images/bgmain.jpg") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%; }

.qts_head_top {
  background: url(../images/bgkSkin.jpg); 
}

.flower {
	position: absolute;
	top: 0;
	width: 1920px;
	height: 900px;
	pointer-events: none;
	background: url(/images/flower.png) no-repeat;
	-webkit-animation: flower 15s linear 0s infinite;
	animation: flower 15s linear 0s infinite;
	z-index: 10;
	background-position: center !important;
}
.flower_01 {
	top: -360px;
}
.flower_02 {
	top: -1800px;
}
@-webkit-keyframes flower {
	from {
		opacity: .5
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(1920px)
	}
}
@keyframes flower {
	from {
		opacity: .5
	}
	to {
		opacity: 1;
		transform: translateY(1920px)
	}
}

.play-now {
  display: block;
  margin-right: 15px; }

.button {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 30px; }
  .button a {
    display: block;
    color: white;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    width: 230px;
    height: 65px;
    background: url("/img/icon-ch-play.png") no-repeat 0px center #181a21;
    -webkit-background-size: 100%;
    background-size: 100%;
    border: 2px solid #f8a927;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 3px;
    line-height: 60px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .button a:hover {
      -webkit-filter: brightness(130%);
      filter: brightness(130%);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }

.play-btn {
  display: flex; }

.menu-hot li {
  float: left;
  width: 25%;
  height: 165px; }
  .menu-hot li:nth-child(odd) a {
    background: url("../img/bg-tinhnang.jpg") no-repeat bottom;
    -webkit-background-size: 100%;
    background-size: 100%; }
  .menu-hot li:nth-child(even) a {
    background: url("../img/bg-2-tinhnang.jpg") no-repeat bottom;
    -webkit-background-size: 100%;
    background-size: 100%; }
  .menu-hot li a {
    display: flex;
    color: #fff;
    font-size: 26px;
    font-family: UVN_ThanhPho;
    height: 165px;
    justify-content: space-between;
    position: relative;
    overflow: hidden; }
    .menu-hot li a img {
      max-width: 166px;
      transform: translateX(-10px);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .menu-hot li a:after {
      content: '';
      width: 0;
      height: 4px;
      position: absolute;
      bottom: 0;
      left: 0;
      display: inline-block;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .menu-hot li a .sub-hot {
      padding-top: 50px;
      line-height: 25px;
      padding-right: 15px; }
    .menu-hot li a span.btn-arrow {
      margin-top: 10px;
      margin-right: 10px;
      width: 25px;
      float: right;
      height: 25px;
      border: 1px solid #fff;
      border-radius: 50%;
      display: block;
      overflow: hidden; }
      .menu-hot li a span.btn-arrow em {
        width: 25px;
        height: 25px;
        display: block;
        background: url("../img/icon-muiten.png") center center no-repeat; }
    .menu-hot li a:hover:after {
      width: 100%;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .menu-hot li a:hover em {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      -moz-animation: aniArrowA 1s linear 0s;
      -webkit-animation: aniArrowA 1s linear 0s;
      -o-animation: aniArrowA 1s linear 0s;
      animation: aniArrowA 1s linear 0s; }
    .menu-hot li a:hover img {
      transform: translateX(0px);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

@-webkit-keyframes aniArrowA {
  0% {
    -webkit-transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(100%, 0); }
  51% {
    -webkit-transform: translate(-100%, 0); }
  100% {
    -webkit-transform: translate(0, 0); } }
@-moz-keyframes aniArrowA {
  0% {
    -moz-transform: translate(0, 0); }
  50% {
    -moz-transform: translate(100%, 0); }
  51% {
    -moz-transform: translate(-100%, 0); }
  100% {
    -moz-transform: translate(0, 0); } }
@-o-keyframes aniArrowA {
  0% {
    -o-transform: translate(0, 0); }
  50% {
    -o-transform: translate(100%, 0); }
  51% {
    -o-transform: translate(-100%, 0); }
  100% {
    -o-transform: translate(0, 0); } }
@keyframes aniArrowA {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  51% {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
.news-home {
  padding: 15px;
  padding-bottom: 0;
  /*background: white;*/
  background-image: url('/images/bg_news_box.png');
  background-size: 100% 100%;
}

.tab-news {
  border-bottom: 1px solid #383737; }
  .tab-news li {
    display: inline-block; }
    .tab-news li.active a {
      background: url("../img/bg-tab-active.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      color: #fff; }
      .tab-news li.active a:before {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 7px solid #b02207;
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        bottom: -7px; }
    .tab-news li a {
      color: #ff0000;//#383737;
      font-size: 16px;
      font-family: 'Arial';
      outline: none;
      width: 115px;
      text-align: center;
      display: block;
      line-height: 31px;
      padding: 0;
      position: relative;
      text-transform: uppercase;
      text-decoration: none;
      position: relative; }

.list-news {
  padding: 15px;
  padding-bottom: 0; }
  .list-news .li-news {
    height: 250px;
    overflow-y: auto; }
    .list-news .li-news li {
      border-bottom: 1px dashed #a8a8a8; }
      .list-news .li-news li a {
        display: block;
        padding: 10px 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .list-news .li-news li a:hover {
          padding-left: 15px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .list-news .li-news li a:hover span {
            color: #c91f10; }
        .list-news .li-news li a p {
          color: #fff;
          font-size: 14px;
          font-family: 'Arial';
          background: #798194;
          display: inline-block;
          float: left;
          line-height: 20px;
          padding: 0 8px;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          margin-right: 10px; }
        .list-news .li-news li a span {
          color: #555555;
          display: inline-block;
          font-size: 14px;
          font-family: 'Arial';
          width: 320px;
          line-height: 20px;
          float: left;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .list-news .li-news li a small {
          color: #777777;
          font-size: 12px;
          font-family: 'Arial';
          display: inline-block;
          font-weight: 400;
          line-height: 20px;
          float: right; }

.tab-news li:last-child {
  float: right;
  margin: 5px 0px; }
  .tab-news li:last-child a {
    display: inline-block;
    border: 1px solid #999999;
    color: #989898;
    line-height: 11px;
    width: 19px;
    text-align: center; }
    .tab-news li:last-child a:hover img {
      webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }

::-webkit-scrollbar {
  width: 3px;
  background-color: #ddd; }

::-webkit-scrollbar-thumb {
  background-color: #8e0e1c; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }

.qts_footer_top {
  padding: 10px 0;
  background: #c3bbb4;
  margin: 30px 0 0 0; }
  .qts_footer_top h5 {
    color: #292c33;
    font-size: 13px;
    font-family: 'Arial';
    font-weight: bold;
    text-decoration: underline;
    margin: 0;
    text-transform: uppercase; }
  .qts_footer_top img {
    width: 100%;
    max-width: 351px;
    display: block;
    margin: auto; }
  .qts_footer_top .content-ft {
    display: flex;
    align-items: center;
    justify-content: center; }

.hotline-contact {
  line-height: 40px;
  width: 320px;
  height: 80px;
  background: url("../img/bgkHotline.png") no-repeat center;
  padding-left: 85px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  float: right;
  margin-top: 340px; }
  .hotline-contact p {
    color: #e7cf07;
    font-size: 30px;
    font-weight: bold;
    font-family: "Times New Roman";
    font-style: italic;
    display: flex;
    align-items: center; }
    .hotline-contact p a {
      margin-right: 7px;
      font-size: 18px;
      display: inline-block;
      width: 25px;
      height: 25px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      line-height: 26px;
      background: #475e8f;
      color: #fff; }
      .hotline-contact p a.fa-twitter {
        background: #40a0c8; }
      .hotline-contact p a.fa-google-plus {
        background: #c05749; }
      .hotline-contact p a.fa-pinterest {
        background: #ac2127; }
      .hotline-contact p a:hover {
        opacity: 0.8; }

.main-content {
  background-color: #f0e3ca;
  padding: 15px;
  border: 3px double #000; }

.title-blog {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 15px;
  background: url("../img/bgkht1.png") repeat-x;
  border: 1px solid #000; }
  .title-blog span {
    display: block;
    padding: 10px 35px;
    background: url("../img/icoDragon.png") no-repeat left center; }

.clslist li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc; }
  .clslist li:hover a {
    color: red; }
  .clslist li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 7px 7px 7px 23px;
    background: url("../img/iconh.png") no-repeat left top 5px; }
  .clslist li span {
    font-size: 14px;
    color: #999; }

.slider_nv {
  border: 1px solid #000; }

.acount {
  width: 100%;
  background: url(../img/bgkColorPaper.jpg);
  height: 60px;
  border-radius: 3px;
  border: 1px solid #6e4926;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .acount a {
    display: block;
    height: 60px;
    width: 100%;
    background: url("../img/lnkItems.png") no-repeat center center;
    background-position-y: 8px; }

.camnang {
  width: 100%;
  background: url(../img/bgkSkin.jpg);
  height: 60px;
  border-radius: 3px;
  border: 1px solid #6e4926;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .camnang a {
    display: block;
    height: 60px;
    width: 100%;
    background: url("../img/lnkItems.png") no-repeat center center;
    background-position-y: -107px; }

.tinhnang .title-blog
span {
  background: url("../img/icoSpecialFeature.png") no-repeat left center; }
.tinhnang ul {
  background: #fff;
  padding: 5px; }
  .tinhnang ul li a {
    background: url("../img/icoStar.png") no-repeat left top 6px; }

.baotri .title-blog
span {
  background: url("../img/icoMaintain.png") no-repeat left center; }
.baotri .clsMaintain {
  width: 100%;
  text-align: center;
  background: url(../img/bgkMt.png);
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #6e4926;
  font-size: large; }

.facebook .title-blog
span {
  background: url("../img/fbFanpage.png") no-repeat left center; }

.form-acc {
  width: 300px;
  margin: 100px auto; }
  .form-acc input {
    margin-bottom: 15px; }
  .form-acc label {
    font-size: 14px; }
  .form-acc p {
    font-size: 14px; }
    .form-acc p a {
      color: #884eff; }
      .form-acc p a:hover {
        text-decoration: underline; }
  .form-acc .pass input.form-control {
    float: left;
    width: 49%;
    margin-right: 1%; }

.qts-right-content .button {
  display: block;
  text-align: center;
  padding: 20px 0;
  background: url("../img/bg-tt.png") repeat-y;
  background-position-x: 100%; }
.qts-right-content a {
  margin: 10px auto; }

.title-list {
  margin: 0;
  padding: 20px 15px;
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  background: url("../img/bg-tt.png");
  -webkit-background-size: 100%;
  background-size: 100%; }

.qts-mid-content .list-news .li-news {
  height: auto; }

.clsListPager div { border: none !important; background: none !important; text-align: center; }
.RadDataPager, .RadDataPager_Bootstrap { width: 216px !important; margin: 10px auto 0 auto !important; }
    .RadDataPager .rdpCurrentPage, .RadDataPager_Bootstrap .rdpCurrentPage { background-color: #944b07 !important; border-color: #cccccc !important; }

/*# sourceMappingURL=style.css.map */