@charset "utf-8";

/* --------------------------------------------------
Font
-------------------------------------------------- */
[lang] body .uc-page-body {font-family: "Tahoma, Noto Sans, Noto Sans Thai, Noto Sans Japanese, Noto Naskh Arabic, Noto Kufi Arabic, Noto Nastaliq Urdu, Noto Sans Myanmar, Noto Sans TC, sans-serif";}

/* --------------------------------------------------
Base 
-------------------------------------------------- */
.uc-mod-page-body-background {
	background: #faf5fa;
}
.uc-page-body .uc-lyt-col {
		padding: 30px 20px 60px;
}
@media screen and (max-width:768px) {
	.uc-page-body .uc-lyt-col {
		padding: 20px 17px 30px;
	}
}

.uc-page-body .uc-lyt-row.uc-ppg-content-wrapper{
	max-width:1280px;
}

/* --------------------------------------------------
Border Line
-------------------------------------------------- */
.uc-page-root .uc-page-body .uc-bg-line-01::before {
		background: transparent;
}

/* --------------------------------------------------
Key Visual
-------------------------------------------------- */
.uc-page-body .uc-mod-ppg-hero .uc-lyt-col{
	padding: 180px 0 0;
}
.uc-page-body .uc-mod-ppg-hero .uc-lyt-col.appdl{
	position:relative;
}
@media screen and (max-width:768px) {
	.uc-page-body .uc-mod-ppg-hero .uc-lyt-col{
		padding: 110px 10px 0;
		position:static;
	}
	.uc-page-body .uc-mod-ppg-hero .uc-lyt-col.appdl{
		position:static;
	}
}

/* --------------------------------------------------
background light blue
-------------------------------------------------- */
.uc-mod-product-grid-background {
	background-color: rgb(245, 248, 250);
	max-width: 100%;
	padding-bottom:0 !important;
}

/* --------------------------------------------------
Navigation 
-------------------------------------------------- */
/*Link Button*/
.uc-lyt-grid-container.btn-pointprograms {
	margin: 0 auto 20px;
	max-width: 560px;
	width: 100%;
	flex-flow: row nowrap;
}
.btn-pointprograms .uc-lyt-grid-col {
	padding: 0 !important;
}
.uc-lyt-grid-container.uc-is-half>.uc-lyt-grid-col {
	width: 32%;
	flex: 0 1 auto;	
}
.uc-lyt-grid-container.uc-is-half>.uc-lyt-grid-col {
	display:flex;
}
.uc-lyt-grid-container.uc-is-half>.uc-lyt-grid-col .parsys{
	width:100%;
}
.btn-pointprograms .uc-lyt-grid-col+.uc-lyt-grid-col {
	margin: 0 9px !important;
}
.btn-pointprograms .uc-lyt-grid-col+.uc-lyt-grid-col+.uc-lyt-grid-col {
	margin: 0 !important;
}
.btn-pointprograms img {
	max-width: 100%
}
.btn-pointprograms a:hover img {
	opacity: 0;
	transition: .2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.btn-pointprogram1 a {
	background: url(/content/dam/sites/www_bobby_com_vn/images/pointprogram/btn-pointprogram-01b-on.png) no-repeat 0 100%;
}
.btn-pointprogram2 a {
	background: url(/content/dam/sites/www_bobby_com_vn/images/pointprogram/btn-pointprogram-02-on.png) no-repeat 0 100%;
}
.btn-pointprogram3 a {
	background: url(/content/dam/sites/www_bobby_com_vn/images/pointprogram/btn-pointprogram-03b-on.png) no-repeat 0 100%;
}
.btn-pointprograms a {
	display: block;
	background-size: cover;
}

@media screen and (max-width:768px) {
	.btn-pointprograms a {
		width: 100%;
		height: auto;
		background-size: 100%
	}
}

/*Text Link*/
.textlink-pointprograms.uc-lyt-grid-container{
	max-width: 710px;
	width: 100%;
	flex-direction:row;
	flex-wrap:nowrap
}
.textlink-pointprograms.uc-lyt-grid-container>.uc-lyt-grid-col {
	padding: 0 !important;
	border-top:1px dotted #003b90;
	border-bottom:1px dotted #003b90;
	border-right:1px dotted #003b90;
	flex:1 1 auto;
	display:flex;
}

.textlink-pointprograms.uc-lyt-grid-container>.uc-lyt-grid-col+.uc-lyt-grid-col {
}
.textlink-pointprograms.uc-lyt-grid-container>.uc-lyt-grid-col+.uc-lyt-grid-col+.uc-lyt-grid-col {
	border-right-style:none;
}
.textlink-pointprograms.uc-lyt-grid-container>.uc-lyt-grid-col .parsys,
.textlink-pointprograms.uc-lyt-grid-container>.uc-lyt-grid-col .parsys .CMP-CM10-text,
.textlink-pointprograms.uc-lyt-grid-container>.uc-lyt-grid-col .parsys .CMP-CM10-text .uc-mod-link-text-01,
.textlink-pointprograms.uc-lyt-grid-container>.uc-lyt-grid-col .parsys .CMP-CM10-text .uc-mod-link-text-01 p{
	width:100%;
	display:flex;
}
.textlink-pointprograms .uc-mod-link-text-01{
	margin-bottom:0;
}
.textlink-pointprograms .uc-mod-link-text-01 a{
	padding:15px 30px 15px 15px;
	display:block;
	box-sizing:border-box;
	width:100%;
}
.textlink-pointprograms .uc-mod-link-text-01 a::after{
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	right:15px;
}
.textlink-pointprograms .uc-mod-link-text-01.current{
	background-color:#003b90;
}
.textlink-pointprograms .uc-mod-link-text-01.current a{
	color:#fff;
}
.textlink-pointprograms .uc-mod-link-text-01.current a::after{
	border-top:#fff 1px solid;
	border-right:#fff 1px solid;
}

.parsys .textlink-pointprograms .uc-mod-link-text-01 a{
	color:#fff;
}
.parsys .textlink-pointprograms .uc-mod-link-text-01 a:after{
	border-top:#fff 1px solid;
	border-right:#fff 1px solid;
}
@media screen and (max-width:768px) {
	.textlink-pointprograms.uc-lyt-grid-container.uc-sp-is-center>.uc-lyt-grid-col{
		align-self:auto;
	}
	.textlink-pointprograms a {
/*
		width: 100%;
*/
	}
	.textlink-pointprograms .uc-lyt-grid-col {
/*
		padding: 0 !important;
		margin: 0 !important;
	width:31%;
*/
	}
	.textlink-pointprograms .uc-mod-link-text-01 p{
		font-size:1.2rem;
	}
	.textlink-pointprograms .uc-mod-link-text-01 a{
		padding:15px 25px 15px 10px;
	}
	.textlink-pointprograms .uc-mod-link-text-01 a:after{
		right:10px;
	}
}

/* --------------------------------------------------
heading blue
-------------------------------------------------- */
.uc-mod-ppg-ttl-blue {
	background: #ee86ae;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
}
.uc-mod-ppg-ttl-blue h1 {
	font-size: 3rem;
	line-height: 1.2em;
	padding: 14px;
	margin-bottom:30px;
}
@media screen and (max-width:768px) {
	.uc-mod-ppg-ttl-blue h1 {
		font-size: 1.4rem;
		margin-bottom:15px;
	}
}

/* --------------------------------------------------
heading h2
-------------------------------------------------- */
.uc-mod-grid-pointprogram-ttl {
	padding: 10px 10px 10px 15px;
	border-radius: 10px;
	margin: 40px 0 20px 0;
}
@media screen and (max-width:768px) {
	.uc-mod-grid-pointprogram-ttl {
		margin:20px 0 20px 0;
	}
}
.uc-mod-grid-pointprogram-ttl h2 {
	font-size: 20px;
	font-weight: bold;
	color: #003b90;
	line-height: 1.2em;
	margin: 0 20px 0 0;
	text-align: left;
	position: relative;
	top: 1px;
}
.uc-mod-grid-pointprogram-ttl img {
	margin: 2px 10px 2px 0;
	max-width: 35px;
	max-height: 30px;
	position: relative;
	top: -2px;
}
.uc-mod-grid-pointprogram-ttl.uc-round-01 img {
    border-radius: 7px;
}
.uc-mod-bg-yellow.uc-mod-grid-pointprogram-ttl{ background: #fdd000; }
.uc-mod-product-head-fix-01.uc-mod-bg-yellow .uc-mod-grid-pointprogram-ttl{ background: #fdd000; }
.uc-mod-product-head-fix-01.uc-mod-bg-yellow02 .uc-mod-grid-pointprogram-ttl{ background: #ffc33f; }
.uc-mod-product-head-fix-01.uc-mod-bg-lightgreen .uc-mod-grid-pointprogram-ttl{ background: #badd6e; }
.uc-mod-product-head-fix-01.uc-mod-bg-green .uc-mod-grid-pointprogram-ttl{ background: #8ad09e; }
.uc-mod-product-head-fix-01.uc-mod-bg-lightblue .uc-mod-grid-pointprogram-ttl{ background: #6fcccf; }
.uc-mod-product-head-fix-01.uc-mod-bg-lightblue02 .uc-mod-grid-pointprogram-ttl{ background: #bed2ef; }
.uc-mod-product-head-fix-01.uc-mod-bg-purple .uc-mod-grid-pointprogram-ttl{ background: #ccb9dd; }
.uc-mod-product-head-fix-01.uc-mod-bg-pink01 .uc-mod-grid-pointprogram-ttl{ background: #f7bed6; }
.uc-mod-product-head-fix-01.uc-mod-bg-pink02 .uc-mod-grid-pointprogram-ttl{ background: #f5a6b7; }
.uc-mod-product-head-fix-01.uc-mod-bg-pink03 .uc-mod-grid-pointprogram-ttl{ background: #ffada0; }
.uc-mod-product-head-fix-01.uc-mod-bg-pink04 .uc-mod-grid-pointprogram-ttl{ background: #f5a6b7; }

@media screen and (max-width:768px) {
	.uc-mod-grid-pointprogram-ttl {
		margin:40px 0 20px 0;
		padding:5px 5px 5px 10px;
	}
	.uc-mod-product-head-fix-01 .uc-mod-grid-pointprogram-ttl{
		margin-top:40px;
	}
	.uc-mod-grid-pointprogram-ttl h2 {
		font-size: 1.3rem;
	}
	.uc-mod-grid-pointprogram-ttl img {
		margin: 2px 10px 2px 0;
		max-width: 22px;
		max-height: 20px;
		position: relative;
		top: -2px;
	}
}

/* Fixed heading */
div.uc-mod-product-head-fix-01{
	background-color: transparent;
	padding:0;
}
div.uc-mod-sticky-root div.uc-head-fix-01{
    top: 0px;
    z-index: 105;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media screen and (max-width:768px) {
	div.uc-mod-product-head-fix-01{
		margin:20px 0px
	}
	div.sticky-doing > div.uc-mod-product-head-fix-01 {
		margin: 0 -17px 11px -17px;
		padding: 44px 17px 9px 17px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		background-color: #faf5fa;
	}

	/*
	div.sticky-doing > div.uc-mod-product-head-fix-01.uc-mod-bg-yellow{background: #ffdf5e;}
	div.sticky-doing > div.uc-mod-product-head-fix-01.uc-mod-bg-yellow02{ background: #ffc33f; }
	div.sticky-doing > div.uc-mod-product-head-fix-01.uc-mod-bg-lightgreen{ background: #badd6e; }
	div.sticky-doing > div.uc-mod-product-head-fix-01.uc-mod-bg-green{ background: #8ad09e; }
	div.sticky-doing > div.uc-mod-product-head-fix-01.uc-mod-bg-lightblue{ background: #6fcccf; }
	div.sticky-doing > div.uc-mod-product-head-fix-01.uc-mod-bg-lightblue02{ background: #bed2ef; }
	div.sticky-doing > div.uc-mod-product-head-fix-01.uc-mod-bg-purple{ background: #ccb9dd; }
	div.sticky-doing > div.uc-mod-product-head-fix-01.uc-mod-bg-pink01{ background: #f7bed6; }
	div.sticky-doing > div.uc-mod-product-head-fix-01.uc-mod-bg-pink02{ background: #f5a6b7; }
	div.sticky-doing > div.uc-mod-product-head-fix-01.uc-mod-bg-pink03{ background: #ffada0; }
	*/
	div.sticky-doing > div.uc-mod-product-head-fix-01 div.uc-mod-grid-pointprogram-ttl {margin: 0;}
}

/* --------------------------------------------------
heading blue text
-------------------------------------------------- */
.uc-grid-title-blue h3{
	color: #02347c;
	font-size: 20px;
	font-weight: bold;
	text-align:left;
	margin:0;
}

/* --------------------------------------------------
heading Question
-------------------------------------------------- */
.uc-mod-hdg-lv3-q{
	display: -webkit-flex;
	display: flex;
	min-height: 47px;
}
.uc-mod-hdg-lv3-q:before{
	content:"";
	background-image: url("/content/dam/sites/www_bobby_com_vn/images/pointprogram/faq/icon-question.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 58px;
	width: 38px;
	background-size: 66.5%;
}
.uc-mod-hdg-lv3-q h3{
	text-align: left;
	margin: 10px 0;
	color: #074192;
	font-size: 1.8rem !important;
	font-weight:bold;
}
@media screen and (max-width:768px) {
	.uc-mod-hdg-lv3-q:before{
		padding-left: 44px;
		background-size: 86.3%;
	}
	/* --------------------------------------------------
	heading blue text
	-------------------------------------------------- */
	.uc-grid-title-blue h3{
		font-size: 16px;
	}
}

/* --------------------------------------------------
text Answer
-------------------------------------------------- */
.uc-mod-text-a {
	display: -webkit-flex;
	display: flex;
	min-height: 47px;
}
.uc-mod-text-a:before{
	content:"";
	background-image: url("/content/dam/sites/www_bobby_com_vn/images/pointprogram/faq/icon-answer.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 58px;
	width: 38px;
	background-size: 50%;
}
@media screen and (max-width:768px) {
	.uc-mod-text-a:before{
		padding-left: 44px;
		background-size: 65.9%;
	}
}

/* --------------------------------------------------
light blue text
-------------------------------------------------- */
.uc-mod-text-blue {
		color: #6e9ae4;
		font-size: 16px;
		font-weight: bold;
		padding: 10px 0;
}

/* --------------------------------------------------
gray text
-------------------------------------------------- */
.uc-mod-text-gray {
	color: #acaaa0;
	font-size: 14px;
}
.uc-mod-text-darkgray{
	color: #666464;
}
.uc-mod-text-yellow{
	color: #fcf085;
}
/* --------------------------------------------------
pink text
-------------------------------------------------- */
.uc-mod-text-pink {
	color: #ee86ae;
	font-size: 14px;
}

/* --------------------------------------------------
description
-------------------------------------------------- */
.ppg-desc{
	margin-bottom:10px;
	color: #003b90;
	font-weight:bold;
}
@media screen and (max-width:768px) {
	.ppg-desc{
		margin-bottom:0;
	}
}

/* --------------------------------------------------
Size table
-------------------------------------------------- */
.uc-mod-size-table{
	margin: 40px 0 0 0;
}
.uc-mod-size-table table{
	max-width: 650px;
	transform-origin: left top;
	margin:auto;
	border: 1px solid #dadada;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
}
.uc-mod-size-table th, .uc-mod-size-table td{
	text-align:center;
	padding: 0.5em;
	font-weight:bold;
	color:#7f7f7f;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #dadada;
}
.uc-mod-size-table table thead th + th,
.uc-mod-size-table table tbody td {
	border-left: 1px solid #dadada;
}
.uc-mod-size-table table tr:last-child th,
.uc-mod-size-table table tr:last-child td {
	border-bottom: none;
}
.uc-mod-size-table th{
	background: #fee78c;
	width:200px;
}
.uc-mod-size-table td{
	background: #f0f2f5;
	white-space: nowrap;
}
.uc-mod-size-table table tr:first-child th:first-child ,
.uc-mod-size-table table tr:first-child td:first-child {
	border-radius: 5px 0 0 0;
}
.uc-mod-size-table table tr:first-child th:last-child,
.uc-mod-size-table table tr:first-child td:last-child{
	border-radius: 0 5px 0 0;
}
.uc-mod-size-table table tr:last-child th:first-child,
.uc-mod-size-table table tr:last-child td:first-child{
	border-radius: 0 0 0 5px;
}
.uc-mod-size-table table tr:last-child th:last-child,
.uc-mod-size-table table tr:last-child td:last-child{
	border-radius: 0 0 5px 0;
}
/* zebra */
.uc-mod-size-table.zebra{
	margin-top:0;
}
.uc-mod-size-table.zebra table{
	border-radius:0;
}
.uc-mod-size-table.zebra table tbody th{
	width:8em;
}
.uc-mod-size-table.zebra table tbody td{
	width:3em;
}
.uc-mod-size-table.zebra table tbody tr:nth-child(2n+1) > th,
.uc-mod-size-table.zebra table tbody tr:nth-child(2n+1) > td{
	background-color:#f2f2f2;
}
.uc-mod-size-table.zebra table tbody tr:nth-child(2n) > th,
.uc-mod-size-table.zebra table tbody tr:nth-child(2n) > td{
	background-color:transparent;
}
/* table summary like */
.uc-mod-summary-wrap{
	display:inline-block;
}
.uc-mod-table-summary p{
	text-align:left;
	margin-top:40px;
	margin-bottom:5px;
}


@media screen and (max-width:768px) {
	.uc-mod-size-table{
		margin: 0;
	}
	.uc-mod-size-table th, .uc-mod-size-table td{
		font-size:0.7em;
	}
	.uc-mod-table-summary p{
		font-size:0.7em;
		margin-top:0;
	}
}

/* --------------------------------------------------
Link list
-------------------------------------------------- */
.uc-mod-link-list{
	margin-bottom:20px;	
}
.uc-mod-link-list .uc-mod-link-text-01 {
	margin: 0;
	text-align:left;
	font-weight:bold;
}
/* faq 2018 */

.uc-mod-link-list.flex{
	display:flex;
	flex-wrap:wrap;
	margin-top:10px;
}
.uc-mod-link-list.flex > div{
	width:50%;
}

.uc-mod-link-list.flex .uc-lyt-grid-container{
	align-items:stretch;
}
.uc-mod-link-list.flex .uc-lyt-grid-container a{
	align-items:center;
}
.uc-mod-link-list.flex .uc-lyt-grid-container{
	border-radius:0px;
}
.uc-mod-link-list.flex > div{
	display:flex;
}
.uc-mod-link-list.flex .uc-lyt-grid-container{
	border-top:1px solid #f0f5d9;
	flex:1 0 0%;
}
.uc-mod-link-list.flex .uc-lyt-grid-container div{
	display:flex;
}

.uc-mod-link-list.flex .uc-mod-media-01 a,
.uc-mod-link-list.flex .uc-mod-link-text-01 p,
.uc-mod-link-list.flex .uc-mod-link-text-01 p a{
	display:flex;
}
.uc-mod-link-list.flex .uc-mod-link-text-01 p,
.uc-mod-link-list.flex .uc-mod-link-text-01 p a{
	padding:0;
}

.uc-mod-link-list.flex .uc-lyt-grid-col div{
	flex:1 0 0%;
}

/* icon */
.uc-mod-link-list.flex .uc-lyt-grid-col{
	padding:0;
}
.uc-mod-link-list.flex .uc-lyt-grid-col:first-child{
	width:44px;
	flex:0 1 auto;
}
.uc-mod-link-list.flex .uc-lyt-grid-col{
	flex:1 0 auto;
}
.uc-mod-link-list.flex .uc-mod-media-01 a{
	padding:0 7px;
}


.uc-mod-link-list.flex > div:nth-child(odd) > .uc-lyt-grid-container{
	border-right:1px solid #f0f5d9;
	display:flex;
}
.uc-mod-link-list.flex .uc-mod-link-text-01 a{
	position:relative;
	padding-right:45px;
}
.uc-mod-link-list.flex .uc-mod-link-text-01 a::after{
	margin:auto 0;
	display:block;
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	position:absolute;
	right:15px;
	top:0;
	bottom:0;
	border-top:3px solid #f0f5d9;
	border-right:3px solid #f0f5d9;
}







.question-list-item{
	display:flex;
	align-items: center;
	margin:0 0 2px 0;
	background:#ba8ed1;
	padding:0;
	border-radius:5px;
	flex-wrap:nowrap;
}
/*
.question-list-item .uc-lyt-grid-col:first-child{
	padding: 0 7px !important;
}
*/
/*
.question-list-item .uc-lyt-grid-col:nth-child(n + 2){
	flex:1 !important;
	flex-basis:auto !important;
}
*/
.question-list-item .uc-lyt-grid-col:first-child img{
	width:44px;
	border-radius:7px;
}
.question-list-item .uc-lyt-grid-col:first-child .uc-mod-media-01{
	margin:0;
}
.question-list-item .uc-lyt-grid-col:nth-child(2){
	width:calc(100% - 44px);
}
.question-list-item p, .question-list-item a {
    width: 100%;
}
.question-list-item p {
    padding: 5px 0;
}
.question-list-item .uc-mod-link-text-01 a {
    padding-right: 5px;
    color:#fff;
}
.question-list-item .uc-mod-link-text-01 a::after{
	border-right:1px solid #fff;
	border-top:1px solid #fff;
}
/* Q */
.uc-mod-hdg-lv3-q .uc-mod-hdg-lv3-01 h3{
	margin: 10px 0;
}

/* faq 2018 SP */
@media screen and (max-width:768px) {
	.uc-mod-link-list.flex,
	.uc-mod-link-list.flex > div{
		display:block;
	}
	.uc-mod-link-list.flex > div{
		width:auto;
	}
	.uc-mod-link-list.flex .uc-lyt-grid-container{
		border-style:none;
		border-radius:5px;
		margin-bottom:2px;
	}
	.uc-mod-link-list.flex > div:nth-child(odd) > .uc-lyt-grid-container{
		border-style:none;
	}
	.uc-mod-link-list.flex .uc-mod-link-text-01 a:after{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}


/* --------------------------------------------------
Section box
-------------------------------------------------- */
.uc-mod-section-box-01{
	background:#FFF;
	padding: 40px;
	border-radius: 15px;
	margin-bottom:20px;
}
@media screen and (max-width:768px) {
	.uc-mod-section-box-01{
		padding: 20px;
	}
}

/* --------------------------------------------------
Product box
-------------------------------------------------- */
.uc-mod-product-grid-01{
	overflow: hidden;
	max-width: 651px;
}
.uc-mod-product-grid-01 > * {
	width: calc(50% - 20px);
	max-width: calc(50% - 20px);
}
.uc-ppg-img-product {
	background: #fff;
	border: 5px solid #eabfec;
	border-radius: 10px;
	margin: 0;
	padding: 15px;
}
@media screen and (max-width:768px) {
	.uc-mod-product-grid-01 {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		margin-top: 0;
	}
	.uc-mod-product-grid-01 > * {
		width: calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
	.uc-mod-product-grid-01 > * + * {
		margin-left: 20px;
	}
	.uc-ppg-img-product {
		margin: 0 0 20px 0;
	}
}

.ppg-table{
	margin:40px 0 0 0;	
}
@media screen and (max-width:768px) {
	.ppg-table{
		margin:0;	
	}
}

/* --------------------------------------------------
prizes box
-------------------------------------------------- */
.uc-mod-prizes-box.uc-mod-text-media-fix-01 {
	margin: 0;
}
.uc-mod-prizes-box.uc-mod-text-media-fix-01 > * {
	vertical-align: top;
}
.uc-mod-prizes-box.uc-mod-text-media-fix-01 > :first-child {
	width: 66%;
}
.uc-mod-prizes-box.uc-mod-text-media-fix-01 > :nth-child(n + 2) {
	width: 33%;
}
.uc-mod-prizes-box.uc-mod-text-media-fix-01 .uc-mod-media-01 .uc-object img{
	width:100%;	
}
.uc-border{
	background: #fff;
	border: 5px solid #eabfec;
	border-radius: 10px;
	margin: 0;
	padding: 15px;
}
@media screen and (max-width:768px) {
	.uc-mod-prizes-box.uc-mod-text-media-fix-01 {
		display:block;
	}
	.uc-mod-prizes-box.uc-mod-text-media-fix-01 > *{
		display:block;
		width: 100% !important;
	}
	.uc-mod-prizes-box.uc-mod-text-media-fix-01 > :nth-child(n + 2) {
		margin:30px 0 0 0;
	}
	.uc-mod-prizes-box.uc-mod-text-media-fix-01 .uc-col-media{
		margin:auto;
		width: 100%;
	}
	.uc-border{
		margin:auto;
	}
}

/* --------------------------------------------------
Share on
-------------------------------------------------- */
.uc-content-sns-01{
	margin:0 0 60px 0;
}
.uc-content-sns-01 .uc-lyt-col {
	padding-top: 23px !important;
	padding-bottom: 23px !important;
}

/* --------------------------------------------------
turn back button
-------------------------------------------------- */
.btn-back.uc-mod-btn-02,
.btn-back{
	margin-top:80px;
}
@media screen and (max-width:768px) {
	.btn-back.uc-mod-btn-02,
	.btn-back{
		margin-top:40px;	
	}
}

/* --------------------------------------------------
ad margin bottom
-------------------------------------------------- */
.uc-mod-ad-mgn-btm{
	margin-bottom:80px;	
}
@media screen and (max-width:768px) {
	.uc-mod-ad-mgn-btm{
		margin-bottom:40px;	
	}
}

/* --------------------------------------------------
Capture
-------------------------------------------------- */
.uc-mod-capture img{
	max-width:331px;
}
@media screen and (max-width:768px) {
	.uc-mod-capture img{
		width:70%;	
	}
}


/* --------------------------------------------------
APPDLpage
-------------------------------------------------- */
/* --------------------------------------------------
Key Visual 
-------------------------------------------------- */
.uc-lyt-col .uc-mod-block-sns-03{
	position:absolute;
	top:60px;
	right:0;
	list-style:none;
	font-size:0;
	width:20%;
	height:53px;
}
.uc-lyt-col .uc-mod-block-sns-03 li{
	display:inline-block;
	width:33.33%;
}
.uc-lyt-col .uc-mod-block-sns-03 li a{
	display:block;
	margin-left:19%;
}
.uc-lyt-col .uc-mod-block-sns-03 li img{
	height:auto;
}
@media screen and (max-width:768px) {
	.uc-lyt-col .uc-mod-block-sns-03{
		margin-right:8px;
	}
}
/* background color */
.uc-bg-lightblue{
	background-color: #a3dbff;
}
.uc-bg-oldlace{
	background-color:#fde6ef;
}
.uc-bg-yellow{
	background-color: #fcf085;
}

.uc-bg-white{
	background-color: #ffffff;
}
.uc-bg-lemonchiffon{
	background-color:#fffbc6;
}
.uc-bg-babyblue{
	background-color:#b1e3f8;
}
.uc-bg-mimosa{
	background-color:#fff682;
}
.uc-mod-appdl-hdg{
	margin-bottom:40px;
}
/* heading style */
@media screen and (max-width:768px) {
	.uc-mod-appdl-hdg{
		width: 112px;
		margin-bottom:0;
	}
}


/* text style */
.uc-mod-text-navy h3{
	color: #074192;
	font-weight: bold !important;
	font-size: 38px !important;
}
@media screen and (max-width: 768px) {
	.uc-mod-text-navy h3{
		font-size: 15px !important;
		padding-top: 18px;
	}
}

.uc-mod-text-gray-01 p{
	font-size: 24px !important;
	font-weight: bold !important;
	color: #8291A6;
}
@media screen and (max-width: 768px) {
	.uc-mod-text-gray-01 p{
		font-size: 11px !important;
		padding-top: 14px 0 0 0;
	}
}

.uc-mod-text-gray-02 p{
	font-size: 18px !important;
	font-weight: bold !important;
	color: #8291A6;
}
@media screen and (max-width: 768px) {
	.uc-mod-text-gray-02 p{
		font-size: 10px !important;
		padding-top: 17px;
	}
}

.uc-mod-text-yellow h3{
	color: #FCF085;
	font-weight: bold !important;
	font-size: 38px !important;
}
@media screen and (max-width: 768px) {
	.uc-mod-text-yellow h3{
		font-size: 15px !important;
	}
}
	
.uc-mod-text-white p{
	color: #ffffff;
	font-size: 24px !important;
	font-weight: bold !important;
}
.uc-mod-text-white-02 p{
	color: #ffffff;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.uc-mod-text-white p{
		font-size: 11px !important;
		padding: 14px 0 0 0;
	}
}
	
.uc-mod-text-lightgray p{
	font-size: 34px !important;
    	color: #D2E7FF;	
    	font-weight: bold !important;
}
@media screen and (max-width: 768px) {
	.uc-mod-text-lightgray p{
		font-size: 15px !important;
	}
}

.uc-mod-text-brown p{
	color: #a69a82;
	font-size: 24px !important;
	font-weight: bold !important;
}
@media screen and (max-width: 768px) {
	.uc-mod-text-brown p{
		font-size: 11px !important;
		padding-top: 14px 0 0 0;
	}
}

/* appdl h3 under text */
.uc-text-appdl-l p,
.uc-text-appdl-m p,
.uc-text-appdl-s p{
	font-weight:bold;
}

.uc-text-appdl-l p{
	font-size: 38px;
}
.uc-text-appdl-m p{
	font-size: 24px;
}
.uc-text-appdl-s p{
	font-size: 18px;
}
@media screen and (max-width:768px) {
	.uc-text-appdl-l p{
		font-size: 15px;
	}
	.uc-text-appdl-m p{
		font-size: 11px;
		padding-top: 14px;
	}
	.uc-text-appdl-s p{
		font-size: 10px;
	}
}

/* Hero image area */
.uc-mod-hd{
	margin: auto;
}
@media screen and (max-width:768px) {
	.uc-mod-hd{
		width: 288px;
	}
}

.uc-mod-grid-width-01{
	width: 100%;
	max-width: 738px;
	padding: 0 0 30px 0;
	margin-top: 30px;
}
@media screen and (max-width:768px) {
	.uc-mod-grid-width-01{
		width: 219px;
		margin: 30px auto 0;
	}
}

.uc-mod-block-01{
}
@media screen and (max-width:768px) {
	.uc-mod-block-01{
		width: 137px;
		margin: 0 auto;	
	}
}

.uc-mod-block-02{
	margin-top: 100px;
}
@media screen and (max-width:768px) {
	.uc-mod-block-02{
		width: 100%;
		margin: 0;
		padding-top: 18px;
	}
}

.uc-mod-block-sns-01 ul{
	margin: 30px auto 0;
	list-style: none;
	font-size: 0;
}
.uc-mod-block-sns-01 ul li{
	display: inline-block;
	margin-left: 10px;
	width: calc(33% - 7px);
}
.uc-mod-block-sns-01 ul li:first-child{
	margin: 0;
}
@media screen and (max-width:768px) {
	.uc-mod-block-sns-01 ul{
		width: 200px;
	}
	.uc-mod-block-sns-01 ul li{
		width: 60px;
	}
}

/* point01 area */
.uc-mod-grid-width-02{
	width: 568px;
}
@media screen and (max-width:768px) {
	.uc-mod-grid-width-02{
		width: 100%;
		max-width: 568px;
		margin: 20px auto 0;	
	}
	.uc-lyt-grid-container.uc-is-half.uc-mod-grid-width-02 > .uc-lyt-grid-col {
		flex-basis: calc(50% - 10px);
	}
}

.uc-content-disney.uc-ppg-content-disney .uc-disney-media-list{
	flex-flow: row wrap;
	width: 568px;
	margin: auto;
}
@media screen and (max-width:768px) {
	.uc-content-disney.uc-ppg-content-disney .uc-disney-media-list{
		width: 100%;
	}
}

.uc-content-disney.uc-ppg-content-disney .uc-disney-media-list > *{
	margin-left: 0;
	margin-bottom: 0;
}

/* Link list */
.uc-mod-text-linklist{
	padding: 0 60px;
	margin: 0 auto;
}
@media screen and (max-width:768px) {
	.uc-mod-text-linklist{
		width: 100%;
		padding: 0;
		margin: 0;
	}
}

.uc-mod-text-linklist ul{
	margin:0;
}

.uc-mod-text-linklist li{
	display: inline-block;
	padding: 20px 0;
	line-height: 1;
	background: url(/content/dam/sites/www_bobby_com_vn/images/pointprogram/appdl/icon-appdl.png)
	no-repeat right center;
	background-size: 36px 20px;
	margin: 0 22px 0 0;
}
@media screen and (max-width:768px) {
	.uc-mod-text-linklist li{
		display: block;
		width: 100%;
		padding: 0;
		background-size: 33px 18px;
		margin: 0;
		border-bottom: 1px solid #920783;
	}
}

.uc-mod-text-linklist li a{
	color: #920783;
	font-size: 17px;
	line-height: 1;
	text-decoration: none;
	padding: 0 60px 0 0;
}
@media screen and (max-width:768px) {
	.uc-mod-text-linklist li a{
		display: block;
		font-size: 12px;
		font-weight: bold;
		padding: 17px 40px 17px 25px;
	}
}

/* share area above the footer */
.uc-mod-grid-share{
display: flex !important;
align-items: center;
margin: 0 0 2px 0;
padding: 0;
}

.uc-mod-grid-share>.uc-lyt-grid-col:first-child {
    flex: 0 1 auto !important;
    padding: 0 7px !important;
}

.uc-mod-grid-share .uc-mod-grid-snsbtn{
	padding-right:17%;
	background:transparent url(/content/dam/sites/www_bobby_com_vn/images/pointprogram/appdl/img-appdl-letsshare-02.png) 100% 10% no-repeat;
	background-size:14% auto;
}
@media screen and (max-width:768px) {
	.uc-mod-grid-share{
		width: 219px;
		margin:auto;
	}
	.uc-mod-grid-share>.uc-lyt-grid-col:first-child {
		width: 100% !important;
	}
}

@media screen and (max-width:768px) {
	.uc-mod-grid-share .uc-mod-grid-snsbtn{
		padding-right:0;
		background-image:none;
	}
	.uc-mod-grid-snsbtn .uc-lyt-grid-container{
		display: flex !important;
		align-items: center;
		margin: 0 0 2px 0;
		padding: 0;
		flex-flow: row wrap;
	}
	.uc-mod-grid-snsbtn .uc-lyt-grid-container >.uc-lyt-grid-col {
		width: 32% !important;
		flex: 0 1 auto !important;
		padding: 0 7px !important;
	}
}



/* ? */
.uc-mod-media-heading{
		margin: 0 auto;
}
@media screen and (max-width:768px) {
	.uc-mod-media-heading{
		width: 112px;
		margin: 0 auto;
	}
}

/* --------------------------------------------------
Footer-pointprogram
-------------------------------------------------- */
.uc-country .uc-caption{
	white-space:nowrap;
}
.uc-page-footer .uc-footer-site-nav .uc-country .uc-mod-media-01 .uc-object{
	min-width:56px;
}
@media screen and (max-width:768px) {
.uc-page-footer .uc-footer-site-nav .uc-country .uc-mod-media-01 .uc-object{
	min-width:auto;
	min-width:initial;
}
}
