﻿.jf-block {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}
.jf-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #dee3ed;
	border-radius: 10px;
	padding: 20px 25px;
	gap: 20px;
	box-shadow: 0 2px 0.75rem -3px rgba(37, 51, 66, .3);
	width: 50%;
	box-sizing: border-box;
}
.jf-block.single .jf-item {
	width: 100%;
}
.jf-i-title {
	font-size: 18px;
	font-weight: 700;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 15px;
	min-height: 25px;
}
.jf-i-desc {
	font-size: 15px;
	margin-bottom: 18px;
	min-height: 41px;
}
.jf-i-btn a {
	font-size: 15px;
	font-weight: 600;
	background: rgba(23, 92, 255, 1);
	color: #fff;
	padding: 12px 20px;
	border-radius: 30px;
	display: inline-block;
	box-sizing: border-box;
	min-width: 180px;
	text-align: center;
	transition: all .3s;
}
.jf-i-btn a:hover{
	border-radius: 10px;
}
.jf-i-img img {
	max-height: 135px;
}
.c-home-tabs {
	display: flex;
	align-items: stretch;
	background: #f1f3f6;
	border-radius: 12px;
	width: 100%;
	margin-bottom: 40px;
	border: 1px solid rgba(189, 189, 189, .1);
	overflow: hidden;
}
.c-home-tabs .c-home-tab{
	flex: 1;
    border: 0;
    background: transparent;
    padding: 20px 18px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    position: relative;
    text-align: center;
}
.c-home-tabs .c-home-tab:hover{
  	background:rgba(255,255,255,.45);
}
.c-home-tabs .c-home-tab.active{
	background:#fff;
	font-weight:700;
	box-shadow:0 1px 2px rgba(0,0,0,.08);
}
.c-home-tabs .c-home-tab::before{
	content: "";
    position: absolute;
    background: #e8ebf0;
    height: 100%;
    top: 0;
    left: 0;
    width: 12px;   
}
.c-home-tabs .c-home-tab.active::before{
    background: #FDC511;     
}
.c-home-tab-item{
    display: none;
}
.c-home-tab-item.active{
    display: block;
}
.c-home-section-title {
	text-align: center;
	margin: 40px 0;
	color: #000;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
}
.c-home-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.c-home-row.c-justify-center {
	justify-content: space-evenly;
}
.c-home-item-col {
	flex: 0 0 auto;
	width: 33.3333333333%;
	box-sizing: border-box;
	padding: 0 60px;
}

/*homepage packages*/
.c-h-pack-top-content {
	background: rgba(253, 197, 17, 1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	aspect-ratio: 6/5;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}
.c-home-internet-pack .c-h-pack-top-content {
	background: linear-gradient(136.75deg, #10347F 44.23%, #D42C7D 100%);
}
.c-home-superbox-pack .c-h-pack-top-content {
	background: linear-gradient(66.5deg, #003E9C 0%, #006DCC 100%);
}
.c-h-pack-title {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 0 10px;
	position: relative;
	top: 40px;
}
.c-h-pack-payload {
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	position: relative;
	color: rgba(113, 102, 102, 1);
	top: 23px;
}
.c-home-internet-pack .c-h-pack-title, .c-home-superbox-pack .c-h-pack-title, .c-home-internet-pack .c-h-p-benefit-value span, .c-home-superbox-pack .c-h-p-benefit-value span {
	color: #fff;
}
.c-home-internet-pack .c-h-pack-payload, .c-home-superbox-pack .c-h-pack-payload {
	color: #fff;
	opacity: .7;
}
.c-home-internet-pack .c-h-bottom-benefit .c-h-p-benefit-value span, .c-home-superbox-pack .c-h-bottom-benefit .c-h-p-benefit-value span {
	font-size: 13px;
	font-weight: 400;
}
.c-home-internet-pack .c-h-top-benefit .c-h-p-benefit-value span:last-child, .c-home-superbox-pack .c-h-top-benefit .superbox-speed .c-h-p-benefit-value span:last-child {
	font-size: 16px;
	font-weight: 600;
}
.c-home-pack-summary {
	color: #828282;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	min-height: 80px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.c-home-pack-footer-wrap {
	display: flex;
	padding-top: 10px;
	justify-content: space-between;
	align-items: center;
}
.pk-item-tag {
    position: absolute;
    z-index: 3;
    display: flex;
    width: 100%;
    justify-content: end;
}
.pk-item-tag span {
    color: #fff;
    background: #F31482;
    padding: 5px 14px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 10px;
    font-size: 12px;
    min-width: 80px;
    text-align: center;
    font-weight: 700;
}
.pk-item-tag.alt {
    left: -90px;
}
.c-home-pack-item {
	position: relative;
	display: block;
	border-radius: 10px;
	-webkit-transition: -webkit-box-shadow .3s;
	transition: box-shadow .3s;
}
.c-home-pack-item:hover {
	-webkit-box-shadow: 0 0.5rem 0.625rem -3px rgba(0,0,0,.1), 0 0.375rem 1.875rem 0.3125rem rgba(0,0,0,.1), 0 1rem 1.5rem 2px rgba(0,0,0,.1);
	box-shadow: 0 0.5rem 0.625rem -3px rgba(0,0,0,.1), 0 0.375rem 1.875rem 0.3125rem rgba(0,0,0,.1), 0 1rem 1.5rem 2px rgba(0,0,0,.1);
}

.c-h-pack-bottom-content {
	padding: 20px;
	border: 1px solid #e0e0e0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.c-home-pack-price-wrap {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.c-home-pack-card-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.3125rem 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    font-size: 24px;
    color: #000;
    line-height: 1.1875rem;
    font-weight: 800;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 3px;
}
.c-home-pack-card-price sup {
    color: #828282;
    font-size: 12px;
    position: relative;
    top: 2px;
    padding-left: 4px;
    white-space: nowrap;
}
.c-home-pack-card-price sup span {
    font-weight: 500;
}
.c-home-pack-card-price-desc {
	font-size: 12px;
	font-weight: 500;
	margin-top: 3px;
	color: #828282;
	text-align: left;
}
.c-home-pack-item.is-campaign .c-home-pack-card-price.old-price {
    color: #828282;
}
.c-home-pack-item.is-campaign .c-home-pack-card-price.old-price > span:first-child {
    text-decoration: line-through;
    font-size: 1rem;
    font-weight: 600;
}
.c-home-pack-item.is-campaign .c-home-pack-card-price.old-price > sup span{
	font-size: 10px;
}
.c-home-pack-item.is-campaign .c-h-pack-bottom-content {
	padding-bottom: 5px;
}
.c-h-p-benefit-value {
	display: flex;
	justify-content: center;
	align-items: center;
}
.c-h-p-benefit-value span{
	font-size: 60px;
    font-weight: 800;
    color: #333;
}
.c-h-p-benefit-value span:first-child{
    margin-right: 10px;
}
.c-h-top-benefit{
	margin-bottom: 20px;
}
.c-h-bottom-benefit {
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 56px;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.c-h-bottom-benefit.single{
	border-top: 0;
}
.c-h-bottom-benefit .c-h-p-benefit-value span{
	font-size: 18px;
    font-weight: 700;
}
.c-h-bottom-benefit .c-h-p-benefit-value span:first-child{
	margin-right: 5px;
}
.c-home-internet-pack .c-h-bottom-benefit .c-h-p-benefit-value span, .c-home-superbox-pack .c-h-bottom-benefit .c-h-p-benefit-value span{
	margin-right: 0 !important;
}
.c-h-pack-benefits {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.c-h-bottom-benefit.multiple .c-h-p-benefit-item {
	width: 50%;
}
.c-h-p-b-item-divider {
	width: 1px;
	height: 56px;
	background: rgba(255, 255, 255, 0.5);
}
.c-h-view-all {
	margin: 40px 0;
	text-align: center;
}
.c-h-view-all-btn {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid #BDBDBD;
	border-radius: 30px;
	padding: 12px 30px;
	min-width: 150px;
	width: 250px;
	display: inline-block;
	text-align: center;
	transition: all .3s;
}
.c-h-view-all-btn:hover {
	color: #333;
	border-radius: 10px;
}

/*homepage devices*/
.p-item-card {
	width: 100%;
	min-height: 24.875rem;
	border-radius: 10px;
	/*-webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);*/
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2.7625rem 0 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid rgb(224, 224, 224);
	transition: box-shadow .3s;
}
.p-item-card:hover{
    -webkit-box-shadow: 0 0.5rem 0.625rem -3px rgba(0, 0, 0, .1), 0 0.375rem 1.875rem 0.3125rem rgba(0, 0, 0, .1), 0 1rem 1.5rem 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0.5rem 0.625rem -3px rgba(0, 0, 0, .1), 0 0.375rem 1.875rem 0.3125rem rgba(0, 0, 0, .1), 0 1rem 1.5rem 2px rgba(0, 0, 0, .1);
}
.p-item-wrap.hub .p-item-card{
    margin-bottom: 0;
}
.p-item-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.p-item-img {
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 20px;
	padding-top: 10px;
}
.p-item-title-wrap {
	display: flex;
	align-items: center;
	height: 57px;
	margin-bottom: 1.2rem;
}
.p-item-title {
    color: #253342;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 1rem;
}
.p-item-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 4.55rem;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 1rem;
	margin-left: 15px;
	margin-right: 15px;
	align-items: flex-start;
	/*height: 45px;*/
}
.p-item-info.out-of-stock{
    background: #8e9fad;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.p-item-info .item-price-monthly{
    border-left: 0;
    border-bottom: 0;
    font-weight: bold;
    font-size: 22px;
    /*height: 100%;*/
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
	flex-direction: column;
	color: #333;
    font-size: 18px;
    font-weight: 800;
	width: 50%;
	background: rgba(245, 247, 255, 1);
    border-radius: 6px;
    padding: 5px 0;
	padding-left: 10px;
	color: rgba(0, 82, 143, 1);
}
.p-item-info .item-price-cash{
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    font-weight: 800;
    font-size: 18px;
    /*height: 100%;*/
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
    color: rgba(26, 26, 26, 1);
    flex-direction: column;
    width: 50%;
	padding: 5px 0;
    /*border-right: 1px solid rgb(189, 189, 189);*/
}
.p-item-info .item-price-monthly sup, .p-item-info .item-price-cash sup{
    /*font-weight: 500;
    font-size: 12px;
    top: -2px;*/
    margin-left: 3px;
	top: 0;
    font-size: 100%;
}
.p-device-cash-label {
	margin-bottom: 2px;
	font-size: 0.72rem;
	font-weight: 500;
	color: rgba(102, 102, 102, 1);
	line-height: 12px;
}
.p-device-monthly-label {
	font-size: 0.72rem;
	font-weight: 500;
	line-height: 12px;
	margin-bottom: 2px;
}
.p-device-monthly-price-text {
	color: rgba(102, 115, 140, 1);
	font-size: 12px;
	font-weight: 400;
	position: relative;
	top: -2px;
}
.p-campaign-price-wrap .p-device-monthly-price-text{
	top: 0;
}
.p-item-badge {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .5px;
	min-width: 100px;
	padding: 5px 14px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 10px;
	box-sizing: border-box;
}
.p-item-badge.alt {
    right: 90px;
}
span.p-card-campaign-desc {
    font-weight: 700;
    color: #00bafc;
    font-size: 12px;
    margin-left: 3px;
}
.p-item-info .item-price-monthly.p-campaign-price-wrap, .p-item-info .item-price-cash.p-campaign-price-wrap {
	flex-direction: column;
}
.p-card-old-price {
	color: #4F4F4F;
	font-size: 12px;
	line-height: 12px;
}
.p-card-old-price > span{
    text-decoration: line-through;
    font-size: 13px;
    font-weight: 500;
	text-decoration-color: #828282;
}
.p-card-old-price > sup {
    font-size: 13px;
    font-weight: 500;
    text-decoration-color: #828282;
}
/*.p-item-info .item-price-monthly.p-campaign-price-wrap, .p-item-info .item-price-cash.p-campaign-price-wrap{
	line-height: 22px;
}*/
.home-devices-content .c-home-item-col {
	padding: 0 45px;
}
/*homepage service applications*/
.c-h-applications-wrap {
	overflow: hidden;
	margin-bottom: 60px;
}
.application-logo-slider {
    margin-bottom: 25px;
}
.application-logo-item {
    padding: 0 10px;
}
.application-logo-button {
    width: 100%;
    padding: 12px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    cursor: pointer;
}
.application-logo-button:focus-visible{
	outline: 0 !important;
}
.application-logo-button.is-active {
    border-bottom-color: #ffc900;
}
.application-logo-button img {
    display: block;
    width: 100%;
    height: 55px;
    object-fit: contain;
}
.application-content-wrap {
	height: 550px;
	background-color: #2855ac;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.application-content {
	background: #fff;
	border-radius: 10px;
	width: 70%;
}
@media (min-width: 1441px) {
	.application-content {
		width: 60% !important;
	}
}
.c-h-app-flex {
	display: flex;
	padding: 30px 70px;
}
.c-h-app-image-wrap img {
	min-width: 215px;
	max-width: 215px;
	max-height: 445px;
	object-fit: contain;
}
.c-h-app-text-wrap {
	padding-left: 70px;
}
.c-h-a-title {
	font-size: 22px;
	font-weight: 700;
	color: #333;
	margin-top: 50px;
	margin-bottom: 15px;
}
.c-h-a-desc {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	margin-bottom: 35px;
	display: block;
}
.c-h-app-content-text ul {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 10px 60px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    grid-template-columns: repeat(2, minmax(50%, max-content));
    padding-left: 0 !important;
}
.c-h-app-content-text ul li {
    position: relative;
    padding-left: 12px;
    /*white-space: nowrap;*/
	font-size: 14px;
    font-weight: 500;
	color: #4f4f4f;
}
.c-h-app-content-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #4f4f4f;
}
.c-h-app-btn a {
	background: #2855ac;
	color: #fff;
	padding: 12px 30px;
	display: inline-block;
	min-width: 250px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 30px;
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 600;
	transition: all .3s;
}
.c-h-app-btn a:hover{
	border-radius: 10px;
}
.application-logo-slider .slick-slide {
	width: 120px !important;
}
.application-logo-slider .slick-track {
	display: flex;
	justify-content: center;
}


/* homepage campaign/platinum/gnc */
#c-home-campaign-parent{
	padding: 50px 0;
}
.c-h-bg-campaign {
	background: #2855ac;
}
.c-h-bg-gnc {
	background: #3953A0;
}
.home-campaign-content .c-home-tabs{
	background: unset;
}
.home-campaign-content .c-home-tabs .c-home-tab {
	background: rgba(223, 227, 234, 0.44);
}
.home-campaign-content .c-home-tabs .c-home-tab.active {
    background: #fff;
    font-weight: 700;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
}
.home-campaign-content .c-home-tabs .c-home-tab::before {
	background: rgba(223, 227, 234, 0.5);
}
.home-campaign-content .c-home-tabs .c-home-tab.active::before {
	background: #FDC511;
}
.home-campaign-content .c-home-item-col{
	padding: 0 30px
}
.home-campaign-content .c-home-row {
	flex-wrap: nowrap;
	width: max-content;
}
.c-h-camp-img img {
	width: 100%
}
.c-h-camp-content {
	background: #fff;
	padding: 20px;
	color: #333;
}
.c-home-campaign-item {
	border-radius: 10px;
	-webkit-transition: -webkit-box-shadow .3s;
	transition: box-shadow .3s;
	overflow: hidden;
	display: block;
}
.c-home-campaign-item:hover {
	-webkit-box-shadow: 0 0.5rem 0.625rem -3px rgba(0, 0, 0, .1), 0 0.375rem 1.875rem 0.3125rem rgba(0, 0, 0, .1), 0 1rem 1.5rem 2px rgba(0, 0, 0, .1);
	box-shadow: 0 0.5rem 0.625rem -3px rgba(0, 0, 0, .1), 0 0.375rem 1.875rem 0.3125rem rgba(0, 0, 0, .1), 0 1rem 1.5rem 2px rgba(0, 0, 0, .1);
}
.c-h-camp-title {
	font-size: 18px;
	font-weight: 600;
	min-height: 50px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.c-h-camp-desc {
	font-size: 16px;
	min-height: 45px;
	text-overflow: ellipsis;
	color: #4d4d4d;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 15px;
}
.c-h-camp-date-wrap {
	min-height: 20px;
	margin-bottom: 15px;
}
.c-h-camp-date {
	font-size: 16px;
	font-weight: 700;
}
.c-h-camp-date span {
    font-weight: 500;
}
.c-h-camp-link-icon {
	display: flex;
	justify-content: end;
}
.home-campaign-content .c-home-tab-content {
	display: grid;
	grid-template-columns: 360px minmax(0, 1fr);
	gap: 34px;
}
.c-h-c-slider-wrap {
	overflow: visible;
	width: calc(100% + max(16px, (100vw - 1000px) / 2));
}
.home-campaign-content .c-home-item-col {
	padding: 0 5px;
	min-width: 0;
}
.c-h-c-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.chc-desc-text {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-top: 40px;
	margin-bottom: 80px;
}
.c-h-c-left.alt .chc-desc-text {
	margin-bottom: 40px;
}
.c-h-c-desc-btn {
	color: #4f4f4f;
	background: #f2f2f2;
	padding: 12px 30px;
	border-radius: 30px;
	min-width: 200px;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	transition: all .3s;
}
.c-h-c-desc-btn:hover{
	border-radius: 10px;
	color: #4f4f4f;
}
div#platinum_tab .chc-desc-img {
	margin-top: 80px;
}
div#platinum_tab .chc-desc-img img {
	width: 230px;
}
div#gnc_tab .chc-desc-img {
	margin-top: 50px;
}
div#gnc_tab .chc-desc-img img {
	width: 120px;
}
.c-home-slider-nav {
	display: flex;
	gap: 7px;
}
.c-home-slider-nav button {
	border-radius: 100%;
	outline: 0;
	border: 0;
	padding: 10px;
	display: flex;
	background: rgba(242, 242, 242, 0.5);
	color: rgba(0, 13, 91, 1);
}
.home-campaign-content {
	margin-bottom: 20px;
}
.c-h-c-slider-wrap {
	/*
     * Slider begins inside the normal container,
     * but extends to the viewport's right edge.
     */
	width: calc( 100% + max(16px, (100vw - 1000px) / 2) );
	min-width: 0;
}

.home-campaign-content .c-home-row {
	width: 100%;
	display: block;
}
.home-campaign-content .c-home-row .slick-slide {
    margin-right: 22px;
}
.c-home-campaign-item {
    display: block;
    width: 100%;
}
.home-campaign-content .c-home-row .c-home-item-col {
	width: 350px;
}
.c-home-slider-nav button.slick-disabled {
	color: grey;
}
#platinum_tab .c-home-slider-nav button.slick-disabled {
	color: darkgrey;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.c-home-item-col {
		padding: 0 10px !important;
	}
	.application-content {
		width: 90%;
	}
}