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

/**************************************/
.UIAritcleByMenu .article .header-box *:before {
    position: absolute;
    right: calc(100% - 60px);
    height: 1px;
    content: '';
    background-color: #28acd2;
    top: calc(50% - 1px);
    width: 40px;
}
.UIAritcleByMenu .article .header-box {
        display: none;
	font-size: 12px;
	font-weight: 600;
	/* display: inline-block; */
	margin: 0;
	padding-left: 70px;
	text-transform: uppercase;
	color: #28acd2;
	position: relative;
	margin-bottom: 15px;
}
.UIAritcleByMenu .article .header-box *:after {
    top: calc(50% + 3px);
    width: 60px;
    position: absolute;
    height: 1px;
    content: '';
    background-color: #28acd2;
    right: calc(100% - 60px);
}
/**************************************/
.UIAritcleByMenu .ArticleItem {

}
.UIAritcleByMenu .article {
    vertical-align: top;
}
.UIAritcleByMenu .article .Group {
    /*
    display: grid;
    grid-template-columns: calc(23.8% - (30px * 1/4)) calc(23.8% - (23.8px * 1/4)) calc(23.8% - (30px * 1/4)) calc(23.8% - (30px * 1/4));
    grid-column-gap: 30px;
    */
    display: grid;
    grid-template-columns: calc(23.8% - (40px * 1/4)) calc(23.8% - (23.8px * 1/4)) calc(23.8% - (40px * 1/4)) calc(23.8% - (40px * 1/4));
    grid-column-gap: 10px;
    text-align: center;
}
.UIAritcleByMenu .ArticleItem .item {
    clear: both;
    margin:0 0 20px 0;
}
.UIAritcleByMenu .ArticleItem .item .img-item {
    margin-bottom: 20px;
    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: 180px;
    /*object-fit: cover;*/
    width: 180px;
    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: #111;
}
.UIAritcleByMenu .title-item a h2:hover {
    color:#28acd2;
}
.UIAritcleByMenu .title-item a h2 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    /* text-transform: uppercase; */
    color:#333;
}
.UIAritcleByMenu .title-item .create-date-item {
    display: none;
}
.UIAritcleByMenu .title-item .content-item * {
    font-size: 14px!important;
    color: #212529;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    font-style: italic;
    font-family: arial!important;
}
.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;
  	
}