.UIAritcleByMenu {
	margin:0 0 30px 0;  
}
.UIAritcleByMenu .article .header-box {
    display: none;
}
.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: 260px;
    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:#017744;
}
.UIAritcleByMenu .title-item a h2 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 15px;
    color:#333;
    line-height: 1.5;
}
.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: #1f7ed0 !important;
    background: linear-gradient(225deg, #2ed3ae 0%, #017744 100%) !important;
    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 a {
    text-decoration: none;
    color: blue;
    font-family: Roboto, 'Open Sans', Arial;
}
.SimpleContent a:hover {
    text-decoration: underline;
}
.SimpleContent img.ImgDetailImage {
    width: 60%;
    margin: 20px 0;
    display: none;
}
.SimpleContent .ArticleContent {
    text-align: justify;
    line-height: 1.5;
    font-size: 14px;
}
.UIAritcleByMenu .SimpleContent .ArticleHeader {
    text-align: left;
    /* text-transform: uppercase; */
    /* padding: 0 0 20px 0; */
    /* color: #115c99; */
    font-size: 11px !important;
    color: #017744;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: left;
    line-height: 1.5;
}

.UIAritcleByMenu .SimpleContent .ArticleSummary {
    text-align: justify;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
}

.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(/Themes/Default/UIArticleByMenu/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;
  	
}

/*******************Slide image*******************/
.carousel {
	width: 100%;
	height: 450px;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.carousel:hover .controls {
	opacity: 1;
}

.carousel .controls {
	opacity: 0;
	display: flex;
	position: absolute;
	top: 50%;
	left: 0;
	justify-content: space-between;
	width: 100%;
	z-index: 99999;
	transition: all ease 0.5s;
}

.carousel .controls .control {
	margin: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.7);
	opacity: 0.5;
	transition: ease 0.3s;
	cursor: pointer;
}

.carousel .controls .control:hover {
	opacity: 1;
}

.carousel .slides {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	width: 100%;
	transition: 1s ease-in-out all;
}

.carousel .slides .slide {
	min-width: 100%;
	min-height: 250px;
	height: auto;
}