.UIAritcleByMenu {
	margin:0 0 30px 0;
	text-align: left;
}
.UIAritcleByMenu .article .header-box{
    margin-bottom: 0;
}
.UIAritcleByMenu .article .header-box span{
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
    /* padding: 20px 0 20px 5px; */
    color: #d32b2b;
    font-weight:700;
    font-family: 'Open Sans Condensed', Arial;
}
.UIAritcleByMenu .ArticleItem {

}
.UIAritcleByMenu .article {
    vertical-align: top;
}
.UIAritcleByMenu .article .Group {
    display: grid;
    grid-template-columns: calc(50% - (30px * 1/2)) calc(50% - (30px * 1/2));
    grid-column-gap: 30px;
}
.UIAritcleByMenu .ArticleItem .item {
    clear: both;
    margin:0 0 20px 0;
}
.UIAritcleByMenu .ArticleItem .item .img-item {
    margin-bottom:15px;
    width:100%;
    overflow: hidden;
}
.UIAritcleByMenu .ArticleItem .item .img-item a{

}
.UIAritcleByMenu .ArticleItem .item .img-item a img:hover {
    transform: scale(1.05);
    transition: transform .3s ease 0s;
    transition-duration: .4s;
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.UIAritcleByMenu .ArticleItem .item .img-item a img {
    height: 230px;
    object-fit: cover;
    width: 100%;
    transition: transform .3s ease 0s;
    transition-duration: .2s;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
}
.UIAritcleByMenu .title-item {}
.UIAritcleByMenu .title-item a {
    text-decoration: none;
    color: #333;
}
.UIAritcleByMenu .title-item a h2:hover {
    color:#c61919;
}
.UIAritcleByMenu .title-item a h2 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 16px;
    text-transform: uppercase;
    color:#333;
    font-family: 'Open Sans Condensed', Arial;
}
.UIAritcleByMenu .title-item .create-date-item {
    display: none;
}
.UIAritcleByMenu .title-item .content-item {
    font-size: 14px;
    line-height: 1.5;
}
.UIAritcleByMenu .pager {
    text-align: center !important;
}
.UIAritcleByMenu span.currentPage {
    background: #7d3414;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0 2px;
    border-radius: 50%;
    display: inline-block;
    color: transparent;
    vertical-align: top;
}
.UIAritcleByMenu a.numbericButton {
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0 2px;
    border-radius: 50%;
    display: inline-block;
    color: transparent;
    background-color: #e6e6e6;
}
/**************************************/
.SimpleContent {
    width: 100%;
    text-align: center;
}
.SimpleContent img.ImgDetailImage {
    width: 60%;
    margin: 20px 0;
}
.SimpleContent .ArticleContent {
    text-align: justify;
    line-height: 1.5;
    font-size: 14px;
}
.UIAritcleByMenu .SimpleContent .ArticleHeader h2 {
    font-size: 18px;
    color: #424242;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: left;
}
.UIAritcleByMenu .SimpleContent .ArticleSummary {
	text-align: justify;
    font-size: 14px;
    line-height: 1.5;
    font-style: italic;
}

.UIAritcleByMenu .SimpleContent .full-homecombo .icon-home {
	border-radius: 50%;
    box-shadow: 0 0 15px black;
    max-width: 30%;
}

.UIAritcleByMenu .SimpleContent .home-combo {
    max-width: 1170px;
    margin: 10px auto;
    background-color: #f2f2f2;
    padding: 10px;
}

.SimpleContent .PostDate {
    display: none;
}
.SimpleContent .Poster {
    display: none;
}

.SimpleContent .full-homecombo .row {
    display: flex;
    padding-bottom: 40px;
}

.SimpleContent .full-homecombo .card.col-sm-6.col-lg-3 {
    width: 40%;
    text-align: center;
    padding: 20px;
}

.SimpleContent .full-homecombo {
    text-align: justify;
}

.SimpleContent .full-homecombo a.btn {
    padding: 10px 35px;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
   	display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%, -100%);
  	
}
.SimpleContent .full-homecombo a.btn:hover,.SimpleContent .full-homecombo a.btn-2:hover {
	background: #0475d6;
    background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
    color: #fff;
}
.SimpleContent .full-homecombo h2 {
    text-align: center;
    padding: 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #1c79bf;
}
.SimpleContent .full-homecombo h4.card-title {
    color: red;
}
/**************************************/

.SimpleContent .full-homecombo .price {
    text-align: center;
}
.price span {
    border-radius: 6px;
    padding: 15px;
    color: #777777;
    display: inline-block;
    background: url(../images/game-tag-icon.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 14px center;
    background-color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 30px;
}
.SimpleContent .full-homecombo .price span strong {
    color: #2990d3;
    font-size:20px;
    margin-right: 10px;
}
.SimpleContent .full-homecombo table {
    border-collapse: collapse;
  	border : 1px solid red;
}
.SimpleContent .full-homecombo .pack th,.SimpleContent .full-homecombo .pack td{
    padding: 20px;
  	border : 1px solid black;
}
.SimpleContent .full-homecombo a.btn-2 {
    padding: 10px 35px;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
   	display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%, 25%);
    display: inline-block;
  	
}