.UIAritcleByMenu {
	margin: 0 auto;
	width: 1170px!important;
	padding:25px 0;
}
.UIArticleByMenu_goicuoc {
    background: #fbfbfb;
}
.UIAritcleByMenu .article .header-box {}

.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: 190px;
    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:#1979c6;
}
.UIAritcleByMenu .title-item a h2 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 13px;
    text-transform: uppercase;
    color:#333;
}
.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%,#109df7 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 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: center;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    color: #3c77d6;
}
.UIAritcleByMenu .SimpleContent .ArticleHeader h2{
    font-size:25px;
}
.UIAritcleByMenu .SimpleContent .ArticleSummary {
    display: none;
    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 #a5a5a5;
	max-width: 42%;
}

.UIAritcleByMenu .SimpleContent .home-combo {font-size: 16px;line-height: 1.5;}

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

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

.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 70px;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
    cursor: pointer;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 2px;
}
.SimpleContent .full-homecombo h2 {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #3c77d6;
}
.SimpleContent .full-homecombo h4.card-title {
    color: #3c77d6;
}
/**************************************/

.SimpleContent .full-homecombo .price {
    text-align: center;
    padding: 60px 0 0;
}
.price span {
    border-radius: 6px;
    padding: 15px;
    color: #777777;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 14px center;
    font-size: 15px;
    font-weight: bold;
    padding: 30px;
}
.SimpleContent .full-homecombo .price span strong {
    color: #e40606;
    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;
  	
}