
 #main_content{
  max-width: 1080px;
  margin: auto;
  padding-top: 22%;
}
#main_content .title{
  margin-bottom: 4%;
}
.footer-detail{
  margin-top: 0%!important;
}
/* see more */
.see_more{
  text-align: right;
  margin-top: 5px;
  }
  .see_more{
  margin: 0;
  color: #df4c2f;
  cursor: pointer;
  }
  .see_more:hover{
  color: #3b9551;
  }
.bg_detail {
  background: url(../images/bg-detail.jpg) 
   no-repeat center top,
  url(../images/bg-detail-supp.jpg) 
  repeat center top
  ;
  background-size: 100%;
  height: auto;
}
.detail-fiugre{
  position: absolute;
  bottom: 5%;
  right: 0;
  z-index: 2;
  max-width: 30%;
}
.detail-pics li{
  position: relative;
  display: inline-block;
  width: 30%;
  overflow: hidden;
}
.dark-name-detail{
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 5px;
  white-space: nowrap;
  text-transform: capitalize;
  transition: 0.35s;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  text-align: left;
  color: #ead835;
}
.detail-mask{
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 5px;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.35s;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  text-align: left;
  opacity: 0;
}
.detail-xt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #cc4429;
  border-radius: 8px;
  border: 2px solid #cc4429;
  padding: 0.5vw 1.5vw;
}
.detail-xt a{
  color: #fff;
}
.detail-pics > ul li:hover .detail-mask{
  opacity: 1;
}
.detail-pics > ul li:hover .dark-name-detail{
  opacity: 0;
}
.dark-name-detail p{
  margin: unset;
  font-size: 10px;
  text-align: left;
  color: #a3a3a3;
}
.ctas-head-detail {
  position: absolute;
  top: 65vw;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 90%;
  width: 100%;
}
.ctas-head-detail ul li{
  display: inline-block;
  width: 40%;
}
.event-box{
    position: relative;
    background: transparent;
    background-size: 100%;
    width: 100%;
    color: #000;
    z-index: 1;
}
.event-box .container{
    width: 950px;
}
.event-box-title{
  width: 93%;
  margin: 40px auto 0;
}
.event-box-title ul{
  background-color: #000;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 0.5% 0
}
.event-box-title ul li{
  display: inline-flex;
  color: #fff;
  width: 19.75%;
  padding: 12px 0;
  background-color: #071226;
  justify-content: center;
  align-items: center;
  height: 65px;
}
.event-box-title ul li{
  background: url(../images/box-title.png) center center;
  transition: background-color .3s;
}
.event-box-title ul li.active,
.event-box-title ul li:hover{
  /* background-color:  #cc4429; */
  background: url(../images/box-title-active.png) center center;
  color: #000;
}
.event-box-title ul li a{
  font-family: fb;
  text-transform: uppercase;
}
.event-box-title ul li.active a,
.event-box-title ul li:hover a{
  color: #000;
  font-family: fb;
}
.event-box-title ul li a{
  color: #fff;
  font-size: 1.25em;
}
  .title-img {
    display: table-cell;
    vertical-align: middle;
    width: 10%;
  }
 
  .event-box-content h4 {
    font-size: 24px;
    color: #c3280c;
    border-bottom: 1px solid #959595;
    padding-bottom: 10px;
    font-weight: bold;
  }
  .event-box-content h4 span {
    display: block;
    color: #555656;
    font-style: italic;
    font-weight: normal;
    margin-top: 5px;
  }
  .event-box-content {
    text-align: left;
    padding: 1% 5%;
  }
  .event-box-content img {
    display: block;
    margin: 10px auto;
  }
  .box-relate {
    text-align: left;
    padding: 3% 4%;
  }
  .box-relate-title {
    border-bottom: 2px solid #9b9997;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .box-relate h5 {
    position: relative;
    display: table;
    font-size: 20px;
    color: #a60000;
    font-weight: bold;
    padding: 0;
  }
  .event-relate li {
    display: block;
    margin-top: 5px;
  }
  .event-relate li a {
    display: block;
    padding: 5px 0 5px 20px;
    position: relative;
  }
  .event-relate li a:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #414141;
  }
  .event-relate li a span {
    float: right;
    margin-left: 5px;
  }
  .news-list{
      margin-top: 25px;;
  }
  .news-list .item {
    border-bottom: 2px dashed #c7baa8;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    max-height: 140px;
    overflow: hidden;
  }
  .news-list .item .item-img {
        max-width: 30%;
    float: left;
    width: 22%;
  }
  .news-list .item .item-img img {
    margin: 0;
    width: 100%;
  }
  .news-list .item .item-content {
    float: left;
    width: 70%;
    margin-left: 2%;
    color: #000;
  }
  
  .news-list .item:hover .item-content{
    color: #c43322;
  }
  .news-list .item h3 {
    margin: 0;
  }
  .news-list .item h3 {
    font-size: 18px;
    font-weight: bold;
  }
  .date {
    color: #be0070;
    font-size: 10px;
    margin: 14px 0 0 0;
}
.content-news .date {
  color: #be0070;
  font-size: 10px;
  margin: 0 0 14px 0;
}
.pagination{
    text-align: center;
    margin-top: 50px;
}
.pagination a {
  color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #820856;
    background: #696969;;
  }
  .link-detail{
    margin-top: 2%;
  }
  .link-detail span{
    position: relative;
    margin-right: 1vw;

  }
  .link-detail span a{
    color: #000;
  }
  .link-detail span:hover a,
  .link-detail span.active a{
    color: #e5482c;
  }
  .link-detail span:first-child:before{
    content: "";
  }
  .link-detail span::before{
    content: "â€º";
    position: absolute;
    top: 50%;
    left: -1vw;
    transform: translate(0%, -50%);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
  }
  
  
  .pagination a.active, .pagination a:hover {
    background-color: #820856;
  }
.content-news{
    line-height: 26px;
}
.content-news h2{
  font-size: 125%;
  margin-bottom: 0;
}
.content-news h3,
.content-news h4{
  font-size: 120%;
}
.news-more{
    margin-top: 15px;
}
.news-more .news-more-title{
  border-top :1px dotted #f5f5f5;
  font-weight:700;
  padding:2% 2% 0 2%;
  text-transform: uppercase;
  color:#ea8f24;
  font-size: 18px;;
}
.news-more .news-more-content{
    padding:2% 3% 0
}
.news-more .news-more-content ul li{
    position:relative;
    display:block
}
.news-more .news-more-content ul li a{
    color:#fff;
}
.news-more .news-more-content ul li a:hover{
    color:#ea8f24;
}
.news-more .news-more-content ul li::before{
    position:absolute;
    left:-13px;
    top:0;
    content:"Ă‚Â»";
    float:left;
}


/* account */
.account-container {
    overflow: hidden;
  }
  .account-menu {
    background-color: #ffffff;
    float: left;
    width: 30%;
  }
  .account-menu .menu-item+.menu-item {
    border-top: 1px solid #e2e2e2;
  }
  .account-menu .menu-item a {
    display: block;
    text-decoration: none;
    padding: 7% 5%;
    color: #585858;
  }
  .account-menu .menu-item a svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .account-menu .menu-item a p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    width: calc(100% - 33px);
  }
  .account-menu .menu-item a p small {
    display: block;
    font-size: 11px;
    font-weight: normal;
  }
  .account-menu .menu-item a:hover,.account-menu .menu-item.active a {
    background-color: #ea8f24;
    color: #ffffff;
  }
  .account-content {
    float: left;
    width: 68%;
    margin-left: 2%;
    padding-bottom: 20px;
  }
  .contact_admin a{
      color: #ea8f24;
  }
  .contact_admin a:hover{
    color: #248aea;
}
  .account-content label {
    text-align: left !important;
  }
  .account-content p {
    text-align: left !important;
  }
  .account-content p span {
    color: #ea8f24;
  }
  .account-content form a {
    color: #ea8f24;
  }
  .account-content button {
    background-color: #ea8f24;
    color: #ffffff;
    font-size: 15px;
    border-radius: 4px;;
    padding: 4px 12px;
    font-weight: bold;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
  }
  .account-content button:hover {
    background-color: #1c88b4;
    color: #ffffff;
  }
  .account-content p {
    margin-bottom: 0;
  }
  .account-content p small {
    color: #ea8f24;
  }
  .account-content .table-bordered {
    text-align: center;
  }
  .account-content .table-bordered thead tr th {
    background-color: #ea8f24;
    color: #ffffff;
    text-align: center;
    border-color: #e2e2e2 !important;
    vertical-align: middle;
  }
  .account-content .table-bordered tr td,.account-content .table-bordered tr th {
    border-color: #e2e2e2 !important;
    font-weight: normal;
  }
  .account-content .table-bordered tr td span {
    color: #ea8f24;
  }
  .form-horizontal .form-group{
      margin-bottom: 10px;
  }
  .form-horizontal .form-group input{
      padding: 2px 8px;
  }
  .form-horizontal .form-group div:nth-child(1){
      width: 10vw;
  }
  .form-horizontal .form-group div{
      position: relative;
      display: inline-block;
  }
  table.table_hist {
    border-collapse: collapse;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    /* width: 670px; */
    text-align: center;
}
.table_hist thead tr th {
    background-color: #ea8f24;
    color: #fff;
    text-align: center;
    border-color: #e2e2e2 !important;
    vertical-align: middle;
    line-height: 2.5rem;
}
.table_hist tbody tr th, .table_hist tbody tr td {
    border: 1px solid #ddd;
    line-height: 2.5rem;
}
.form-horizontal .form-group.btn-detail{
    text-align: center;
    margin-top: 25px;
}
.form-horizontal .form-group .sub{
    font-size: 10px;
    transform: translateX(150px);
    color: #ababab;
    margin: 0;
    font-style: italic;
}
  /* Account */



  /* Begin: Card */
.box-card-content {
  padding: 0 20px;
}
.box-card-content .card-top {
  text-align: center;
  margin: 30px;
}
.box-card-content .card-top ul {
  display: inline-block;
}
.box-card-content .card-top ul .card-napxu, 
.box-card-content .card-top ul .card-doixu {
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  background: #57585a;
  padding: 15px 50px;
  margin-right: 10px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
}

.box-card-content .card-top ul .card-napxu:hover, 
.box-card-content .card-top ul .card-doixu:hover {
  background: #f3aa37;
}

.box-card-content .card-top ul .card-napxu a, 
.box-card-content .card-top ul .card-doixu a {
  color: #fff;
}
.box-card-content .card-top ul .card-napxu a svg, 
.box-card-content .card-top ul .card-napxu a i, 
.box-card-content .card-top ul .card-doixu a svg, 
.box-card-content .card-top ul .card-doixu a i {
  margin-right: 10px;
}

.box-card-content .card-top ul .card-napxu.active, 
.box-card-content .card-top ul .card-doixu.active  {
  background: #f3aa37;
  color: #fff;
  font-weight: 600;
}
.box-card-content .card-top-tab .tab {
  display: none;
}
.box-card-content .card-top-tab .tab.active {
  display: block;
}
.box-card-content .card-top-tab .card-loaithe{
  text-align: center;
}
.box-card-content .card-top-tab .card-loaithe ul {
  width: 100%}
.box-card-content .card-top-tab .card-loaithe ul li {
  max-width: 16%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.box-card-content .card-top-tab .card-loaithe ul li .card-discount{
  position: absolute;
  top: 0;
  left: 0;
}
.box-card-content .card-top-tab .card-loaithe ul li:hover,
.box-card-content .card-top-tab .card-loaithe ul li:active,
.box-card-content .card-top-tab .card-loaithe ul li:focus{
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
  transform: translateY(-2px);
  transition: .3s linear;
}
.box-card-content .card-top-tab .card-loaithe ul li img {
  max-width: 100%
}
.box-card-content .card-top-tab .card-text {
  overflow: hidden;
  margin: 20px 0;
}
.box-card-content .card-top-tab .card-text > h3 {
  position: relative;
  display: table;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1.8;
}
.box-card-content .card-top-tab .card-text h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50vw;
  height: 3px;
  background-color: #f3aa37;
}
.box-card-content .tab .card-info .btn-quit{
  color: #ec1c2c;
}
.box-card-content .tab .card-info{
  text-align: left;
  margin: 1vw 0;
}
.box-card-content .tab .card-info a{
  color: #f3aa37;
}
.box-card-content .tab .card-info a:hover{
  color: #92480b;
}
.box-card-content .card-top-tab .tab form table{
  width: 100%;
}
.box-card-content .card-top-tab .tab form input,
.box-card-content .card-top-tab .tab form select{
  margin: 10px 10px 0;
}
.box-card-content .btn-defaul {
  cursor: pointer;
  background: #e9a513;
  color: #f3aa37;
  font-weight: 600;
  padding: 10px 20px;
  margin: 20px 0;
  border-radius: 8px;
  font-weight: 600;
  border: unset;
  outline: unset;
}
.box-card-content .btn-defaul:hover{
  background: #3c6592;
}
.card-form{
  width: 100%;
  text-align: left;
}
.card-form select,
.card-form input{
  padding: 6px;
  width: 100%;
}
.card-form a{
  color: #f3aa37;;
}

.card-table  table {
  text-align: center;
  border: 1px solid #f3aa37;
  margin: 0 auto 15px auto;
  width: 100%;
}
.card-table  table tr:first-child td {
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
}
.card-table table tr:first-child {
  background: #f3aa37;
  line-height: 1.5rem;
  border-collapse: collapse;
  width: 100%;
}
.card-table tbody>tr>td, .card-table  tbody>tr>th{
  border: 1px solid #ddd;
}
.box-card-content .card-top-tab .tab h3{
  color: #f3aa37;
  font-size: 1.25em;
  text-transform: uppercase;
  margin-top: unset;
}
.table_hist{
  width: 100%;
}
.table_hist thead tr th {
  background-color: #f3aa37;
  color: #fff;
  text-align: center;
  border-color: #e2e2e2 !important;
  vertical-align: middle;
  line-height: 2.5rem;
}
.table_hist tbody tr th,
.table_hist tbody tr td {
  border: 1px solid #ddd;
  line-height: 2.5rem;
}
.card-form .btn-detail {
  background-color: #f3aa37;
  color: #fff;
  width: 150px;
  text-align: center;
  margin: 5% 0;
  border-radius: 4px;;
  cursor: pointer;
}
.card-form .btn-detail:hover{
  background-color: #9e6f22;
}
.card-form .btn-detail button{
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
table{
  border-collapse: collapse;
}
/* End: Card */


/* detail menu left */
.tool-bar{
  background: url(../images/detail-bg-left.png) no-repeat center center;
  width: 215px;
  height: 423px;
  margin: auto;
  padding-top: 28px;
}
.tool-bar ul li{
  margin-top: 12px;
  display: block;
}
.tool-bar ul li img{
 width: 77%;
}
.detail-block ul li {
  margin-top: 6px;
  display: block;
}

.content-detail-news img{
	display: initial;
}
