*:focus {
	outline: none;
}

/* footer floating */
#footer-floating {
	position: fixed;
	bottom: 0;
	z-index: 19;
	width: 100%;
}
#footer-floating-cn {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px #dddddd;
}
#footer-floating-container {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	overflow: hidden;
}
#footer-floating-close {
	position: relative;
}
#footer-floating-btn {
	position: absolute;
	bottom: 30px;
	right: 20px;
	width: 35px;
	height: 35px;
	background-color: #ffffff;
	border: 2px solid #19aaf8;
	border-radius: 50%;
	overflow: hidden;
	text-indent: 100%;
	color: transparent;
	white-space: nowrap;
	cursor: pointer;
	&:focus {
		outline: 0;
	}
}
.cn-btn-close span,
.cn-btn-close span::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 16px;
	top: calc(50% - 8px);
	right: calc(50% + -1px);
	background-color: #19aaf8;
	transform: rotate(-90deg);
	transition: 0.3s ease-out;
}
.cn-btn-close {
	transition: 1s ease-out;
	&::focus {
		transition: 1s ease-out;
	}
}
.cn-btn-close {
	span {
		transform: rotate(45deg);
		&::before {
content: '';
transform: rotate(-90deg);
		}
	}
}
.is-rotating {
	transform: rotate(-90deg);
}
.is-rotating-back {
	transform: rotate(135deg);
}
.footer-floating-cn-hide {
	animation: hideFooter 3s forwards;
}
.footer-floating-cn-show {
	animation: showFooter 1s forwards;
}
@keyframes hideFooter {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(1000px);
		opacity: 0;
	}
}
@keyframes showFooter {
	0% {
		transform: translateY(300px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.content-floating {
	width: 100%;
	height: 100px;
	padding-top: 15px;
	font-family: dtac2018;
	background-color: #ffffff;
}
.content-floating .dtac-store {
	color: #1a1a1a;
}
.content-floating .icon-order {
	width: 72px;
	height: 71px;
	float: left;
}
.content-floating .txt-box {
	float: left;
	padding-top: 7px;
	padding-left: 20px;
}
.content-floating .txt-box h4 {
	font-size: 16px;
}
.content-floating .txt-box p {
	font-size: 18px;
}
.content-floating .txt-box p.sub {
	font-size: 14px;
}
.content-floating .row-btn {
	float: left;
	padding-top: 15px;
	padding-left: 40px;
}

.btn-round-xs {
	display: inline-block;
	background-color: #ffffff;
	border: 4px solid #19aaf8;
	border-radius: 23px;
	-webkit-box-shadow: 0 4px 0 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 0 0 rgba(0,0,0,0.2);
	text-decoration: none;
	font-family: 'dtac2018', dtac2017;
	font-size: 16px;
	color: #1a1a1a;
	min-width: 140px;
	height: 40px;
	padding-top: 5px;
	padding-left: 20px;
	text-align: center;
}
.btn-round-xs .fa {
	float: right;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.btn-round-xs.disable {
	border: 4px solid #ffffff;
	background-color: #cccccc;
	color: #ffffff !important;
	text-decoration: none;
}
.btn-round-xs:hover,
.btn-round-xs:active,
.btn-round-xs:focus {
	border: 4px solid #ffffff;
	background-color: #19aaf8;
	color: #ffffff !important;
	text-decoration: none;
	outline: none;
}
/* footer floating */

.banner-pre-booking, .banner-pre-booking h1, .banner-pre-booking h2, .banner-pre-booking h3, .banner-pre-booking h4, .banner-pre-booking h5, .banner-pre-booking h6, .banner-pre-booking p, .banner-pre-booking li {
    font-family: dtac2018;
}
.row {
    margin: 0;
}
.banner-pre-booking {
    padding-bottom: 150px;
	background-color: #f5f5f5;
}
.main-head {}
.main-head img {
    max-width: 42px;
    max-height: 38px;
    margin: 11px auto 0;
    display: block;
}
.banner-pre-booking .container {
    padding: 0;
}
.banner-pre-booking>header .banner {
    background-color: #000000;
}
.banner-pre-booking>header .txt-box {
    padding: 77px 0 43px;
}
.banner-pre-booking>header .txt-box h2 {
    display: block;
    text-align: center;
    font-size: 48px;
    margin-bottom: 20px;
}
.banner-pre-booking>header .txt-box p {
    display: block;
    text-align: center;
    font-size: 30px;
}
.tc {
    padding-top: 20px;
}
.tc .container {
    padding-left: 20px;
	padding-right: 20px;
}
.tc h4 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 18px;
}
.tc h5 {
    font-size: 16px;
    font-family: dtac2018bd;
    margin: 10px 0 5px;
    text-decoration: underline;
}
.tc p {
}
.tc ul {
    list-style: disc;
    list-style-position: inside;
}
.tc-list {
    padding: 7px 0 0;
}
.tc-list>li {
    position: relative;
    padding-left: 34px;
    list-style: none;
    margin-bottom: 10px;
}
.tc-list>li header {
    font-size: 18px;
    cursor: pointer;
}
.tc-list>li:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/images/pre-booking-iphone/icon-info.png) center center no-repeat;
    background-size: cover;
}
.tc-list li .content {
    display: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tc-list ul.reset { 
	list-style-type: disc; 
	list-style-position: inside; 
}
.tc-list ol.reset { 
	list-style-type: decimal; 
	list-style-position: inside; 
}
.tc-list ul.reset ul, ol.reset ul { 
	list-style-type: circle; 
	list-style-position: inside; 
	padding-left: 20px; 
}
.tc-list ol.reset ol, ul.reset ol { 
	list-style-type: lower-latin; 
	list-style-position: inside; 
	padding-left: 20px; 
}
p.promo {
    font-size: 20px;
    text-align: right;
}
           
.term-table {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
}
.term-table-heading {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	font-size: 15px;
}
.term-table-heading-xs {
	border: 1px solid #cccccc;
	background-color: #0077C1;
	padding: 5px;
	color: #ffffff;
	font-size: 15px;
}
.term-table-left {
	padding: 10px;
	font-size: 15px;
}
.term-table-right {
	border-left: 1px solid #cccccc;
	padding: 10px;
	font-size: 15px;
}
.term-table-body {
	border: 1px solid #cccccc;
	font-size: 15px;
}
.table-responsive-header {
	width: 100%;
	text-align: center;
	font-size: 22px;
}
.table-responsive h4 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.table-responsive .table-blue td {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
}

@media (max-width: 1023px) {
	#dtac-body>.wrapper-inner {
		padding-top: 0px;
	}
    .main-head img {
        max-width: 25px;
        max-height: 23px;
    }
	.banner-pre-booking {
		margin-top: 45px;
	}
    .banner-pre-booking>header .txt-box {
        padding: 23px 0 12px;
    }
    .banner-pre-booking>header .txt-box h2 {
        font-size: 29px;
        line-height: 1.4 !important;
        margin-bottom: 0px;
    }
    .banner-pre-booking>header .txt-box p {
        font-size: 15px;
    }
    p.promo {
        font-size: 16px !important;
        text-align: center;
    }
    .tc {
        margin-top: 10px;
    }
	.tc .container {
		overflow: scroll;
	}
    .tc-list>li {
        margin-bottom: 5px;
        padding-left: 31px;
    }
    .tc-list>li header {
        font-size: 17px;
    }
    .tc-list li .content ol {
        padding-left: 20px;
    }

}

.huawei-device {
    max-width: 964px;
    margin: 30px auto 30px;
    overflow: hidden;
}
.huawei-device .txt-box {
    background-color: #f5f5f5;
    padding: 10px 20px 20px 20px;
}
.huawei-device .txt-box h2 {
    font-size: 32px;
    font-family: dtac2018bd;
    margin-bottom: 10px;
}
.huawei-device .txt-box ul li {
    font-size: 20px;
    list-style: disc;
    padding-left: 6px;
    margin-bottom: 5px;
}

.how-to-buy {
	/*background-color: #00a6e4;*/
	background-color: #f5f5f5;
}
.how-to-buy .booking {
	max-width: 964px;
	margin: 30px auto 30px;
	overflow: hidden;
}
.how-to-buy .booking .col-sm-6 {
	padding: 10px;
}
.how-to-buy .booking .col-sm-6>div {
	padding: 30px 20px 20px 20px;
	background-color: #ffffff;
	/*background: linear-gradient(to bottom,  #fed430 0%,#fed430 15%,#ffffff 15%,#ffffff 100%);*/
	border-radius: 5px;
	box-shadow:rgba(0, 0, 0, 0.06) 0px 1px 1px 1px;
	overflow: hidden;
	min-height: 300px;
}
.how-to-buy .booking .col-sm-6>div p.top {
	text-align: center;
	font-size: 18px;
	color: #1a1a1a;
	padding: 0 0 30px 0;
}
.how-to-buy .booking .col-sm-6>div p.bottom {
	font-size: 16px;
	color: #1a1a1a;
	text-align: center;
	padding-top: 20px;
}
.how-to-buy .booking .col-sm-6>div p.bottom>span {
	color: #ed0294;
}
.how-to-buy .booking .col-sm-6 div>span  {
	float: left;
}
.how-to-buy .booking .txt-box {
	float: left;
	padding-left: 30px;
}
.how-to-buy .booking .txt-box h3 {
	font-size: 24px;
	line-height: 1.3;
}
.how-to-buy .booking .txt-box p {
	font-size: 20px;
	margin: 10px 0 0;
}
.how-to-buy .booking .txt-box a {
	margin-top: 10px;
	font-size: 20px;
	width: 156px;
	text-align: center;
	padding: 3px 0 0;
	color: #282828;
}
.how-to-buy .booking .txt-box a.btn-round {
	padding: 5px 5px 0px 5px !important;
	border: 5px solid #00adef;
	text-decoration: none;
	font-size: 18px !important;
}
.how-to-buy .booking .txt-box a.btn-round.disable {
	border: 5px solid #ffffff;
	background-color: #cccccc;
	color: #ffffff !important;
}
.how-to-buy .booking .txt-box a.btn-round:hover {
  text-decoration: none;
  border: 5px solid #ffffff !important;
}
.how-to-buy .booking .txt-box p.sub {
	font-size: 14px;
	padding: 5px 0 0;
}
.how-to-buy .booking .txt-box a:hover {
	color: #ffffff;
}
.how-to-buy .wrapper>h1 {
	font-size: 30px;
	font-weight: bold;
}
.how-to-buy .wrapper>h2 {
	font-size: 28px;
	font-weight: bold;
}
.how-to-buy .wrapper ul {
	padding: 15px 0 0 30px;
}
.how-to-buy .wrapper ul li {
	font-size: 18px;
	list-style: disc;
	padding-left: 6px;
	margin-bottom: 5px;
}
.how-to-buy header {
	text-align: center;
}
.how-to-buy header h1 {
	/*padding: 40px 0 40px 0;
	color: #ffffff;
	font-size: 36px;*/
	padding: 40px 0px 40px 0px;
	color: #1a1a1a;
	line-height: 1.5;
	font-size: 30px;
}
.how-to-buy header h1 small {
	color: #ffffff;
    text-decoration: underline;
}
.how-to-buy header h1 small a {
	color: #fed430;	
}
.how-to-buy header .txt-box h3 {
	/*color: #03afe7;
	background-color: #ffffff;
	font-size: 45px;*/
	color: #ffffff;
	background-color: #03afe7;
	padding: 10px 30px 10px;
	border-radius: 45px 45px 0 45px;
	font-size: 38px;
}
.how-to-buy header .txt-box h3 a {
	color: #ffffff;
}
.how-to-buy .footer {
	width: auto;
	height: 100px;
	background: linear-gradient(to top right, #003372 50%, transparent 50%),
	linear-gradient(to top left, #003372 50%, transparent 50%), #f5f5f5;
	/*background: linear-gradient(to top right, #f5f5f5 50%, transparent 50%),
	linear-gradient(to top left, #f5f5f5 50%, transparent 50%), #00a6e4;*/
}

@media (max-width: 1023px) {
	.how-to-buy header h1 {
		font-size: 17px;
		padding: 20px;
	}
	.how-to-buy header h1 small {
		font-size: 15px;
	}
	.how-to-buy header .txt-box h3 {
		font-size: 22px;
	}
	.how-to-buy .booking .col-sm-6>div p.top {
		font-size: 16px;
	}
	.how-to-buy .booking .col-sm-6>div {
		padding: 20px 10px 20px 10px;
		min-height: auto;
	}
	.how-to-buy .booking .col-sm-6 div>span img {
		width: 80%;
		padding-left: 7px;
	}
	.how-to-buy .booking .txt-box {
		padding-left: 7px;
	}
	.how-to-buy .booking .txt-box h3 {
		font-size: 20px;
		line-height: 1.3;
	}
	.how-to-buy .booking .txt-box p {
		font-size: 16px;
		margin: 10px 0 0;
	}
	.how-to-buy .booking .col-sm-6>div p.bottom {
		font-size: 14px;
	}


}

/*dtac-customer*/
.dtac-customer {
	background-color: #f5f5f5;
}
.dtac-customer .wrapper .container {
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.dtac-customer .wrapper .container section {
	margin-left: 40px;
}
.dtac-customer .txt-box {
	/*margin-bottom: 8px;*/
	margin-bottom: -20px;
}
.dtac-customer .txt-box h3 {
	color: #03afe7;
	font-size: 45px;
}
.dtac-customer .box-inline {
	display: inline-block;
	padding-right: 10px;
}
.dtac-customer .box-inline p {
	font-size: 30px;
	line-height: 1.1;
}
.dtac-customer .box-inline p span {
	color: #ed0294;
	font-size: 60px;
	letter-spacing: -5px;
}
.dtac-customer .box-inline ul {
	padding-left: 30px;
}
.dtac-customer .box-inline ul li {
	padding: 0 15px 0 30px;
	display: block;
	position: relative;
	font-size: 18px;
}
.dtac-customer .box-inline ul li span {
	color: #ed0294;
}
.dtac-customer .box-inline ul li:before {
	content: " ";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 19px;
	height: 18px;
	background: url(/images/pre-booking-iphone/icon-check-2x.png) center center no-repeat;
	background-size: cover;
}
.dtac-customer .footer {
	width: auto;
	height: 100px;
	background: linear-gradient(to top right, #00a6e4 50%, transparent 50%),
	linear-gradient(to top left, #00a6e4 50%, transparent 50%), #f5f5f5;
}

@media (max-width: 1023px) {
	.dtac-customer header .wrapper {
		padding-left: 20px;
	}
	.dtac-customer .box-inline p {
		font-size: 24px;
	}
	.dtac-customer .box-inline p span {
		font-size: 200%;
	}
	.dtac-customer .box-inline ul {
		padding-top: 20px;
		padding-left: 0px;
	}
	.dtac-customer .box-inline ul li {
		font-size: 18px;
	}
	.dtac-customer .wrapper .container section {
		margin-left: 0px;
	}

}

.privilege {
	background-color: #003372;
}
.privilege .wrapper {
	margin: 0 auto;
}
.privilege .wrapper .container .cd-table {
	max-width: 780px;
}
.privilege .footer {
	width: auto;
	height: 100px;
	background: linear-gradient(to top right, #f5f5f5 50%, transparent 50%),
	linear-gradient(to top left, #f5f5f5 50%, transparent 50%), #003372;
}
.privilege .container p.note {
    padding: 25px 0 0 0;
    font-size: 20px;
}
.privilege header {
}
.privilege .txt-box {
    /*padding: 40px 0 40px 0;*/
	text-align: center;
}
.privilege .txt-box h3 {
    color: #ffffff;
    background-color: #03afe7;
    padding: 15px 30px 15px;
    border-radius: 45px 45px 0 45px;
    font-size: 45px;
}
.privilege .txt-box h3 img {
    display: inline-block;
    margin-left: 10px;
}
.privilege .txt-box p {
    font-size: 40px;
    padding: 15px 20px 0 20px;
    margin-bottom: 8px;
    color: #ffffff;
}
.privilege .privilege-butler .txt-box {
	padding: 10px 0 20px 0;
}
.privilege .privilege-butler .txt-box p {
	padding-top: 0px;
	font-size: 34px;
}
.privilege .privilege-butler .txt-box p img {
	border: 1px solid #ffffff;
}
.privilege .privilege-butler .galaxy-butler-bm {
	max-width: 990px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.privilege .txt-box p span {
    color: #fed430;
    font-size: 150%;
}
.privilege .txt-box p.sub {
	font-size: 24px;
    line-height: 1.4;
}
.privilege .txt-box p.sub span {
    color: #fed430;
    font-size: 120%;
}
.privilege .txt-box p span a {
    color: #fed430;
}

.privilege .txt-box ul {
    padding: 26px 0 0 43px;
}
.privilege .txt-box ul li {
    padding: 0 14px 0 31px;
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #ffffff;
}
.privilege .txt-box ul li:before {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 19px;
    height: 18px;
    background: url(/images/pre-booking-iphone/icon-check-white-2x.png) center center no-repeat;
    background-size: cover;
}
.privilege .cd-tr-column ul > li > span.badge-hot {
	content: " ";
    position: absolute;
    top: -25px;
    left: -9px;
    display: block;
    width: 55px;
    height: 62px;
    background: url("/assets-presale/img/samsung-galaxy-s10/ico-hot.png") center center no-repeat;
	z-index: 11;
}

.privilege .cd-table header.cd-table-column .cd-tr-first-column div {
	font-size: 18px;
}

@media (max-width: 1023px) {
	.privilege .txt-box {
		/*padding: 20px 0 20px 0;*/
	}
	.privilege .txt-box h3 {
		padding: 10px 20px 10px;
		font-size: 20px;
	}
	.privilege .txt-box h3 img {
		height: 22px;
	}
	.privilege .txt-box p {
		font-size: 28px;
		padding: 15px 20px 0 20px;
		margin-bottom: 8px;
	}
	.privilege .txt-box p.sub {
		font-size: 18px;
	}
	.privilege .txt-box p span {
		font-size: 110%;
	}
	.privilege .privilege-butler .txt-box p {
		font-size: 20px;
	}
	.privilege .privilege-butler .txt-box p img {
		height: 26px;
		border: 1px solid #ffffff;
	}
	.privilege .privilege-butler .txt-box p.sub {
		font-size: 18px;
	}
	.privilege .privilege-butler .galaxy-butler-bm {
		max-width: 100%;
	}

}

.dtac-device-only {
	background-color: #00a6e4;
	color: #ffffff;
	padding-top: 20px;
}
.dtac-device-only header {
	text-align: center;
}
.dtac-device-only .wrapper .container {
	max-width: 960px;
	margin: 0 auto;
}
.dtac-device-only .txt-box h3 {
	font-size: 36px;
}
.dtac-device-only .txt-box h4 {
	font-size: 30px;
}
.dtac-device-only .txt-box h4 img {
	display: inline-block;
}
.dtac-device-only p {
	font-size: 18px;
}

.dtac-post-pre {
	/*background-color: #00a6e4;*/
	background-color: #003372;
	color: #ffffff;
	padding-top: 20px;
}
.dtac-post-pre header {
	text-align: center;
}
.dtac-post-pre .wrapper .container {
	max-width: 960px;
	margin: 0 auto;
}
.dtac-post-pre .txt-box h3 {
	font-size: 36px;
}
.dtac-post-pre .txt-box h4 {
	font-size: 30px;
}
.dtac-post-pre .txt-box h4 img {
	display: inline-block;
}
.dtac-post-pre p {
	font-size: 18px;
}
.dtac-post-pre header p span,
.dtac-post-pre header h3 span,
.dtac-post-pre header h4 span,
.dtac-post-pre header h4 span a {
	color: #fed430;
	font-size: 120%;
}
.dtac-post-pre header ul {
	padding: 10px 20px 10px 20px;
}
.dtac-post-pre header ul li {
	padding: 0 15px 0 30px;
	display: inline;
	position: relative;
	font-size: 20px;
}
.dtac-post-pre header ul li span {
	color: #fed430;
}
.dtac-post-pre header ul li:before {
	content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 19px;
    height: 18px;
    background: url(/images/pre-booking-iphone/icon-check-white-2x.png) center center no-repeat;
    background-size: cover;
}
.dtac-post-pre .footer {
	width: auto;
	height: 100px;
	/*background: linear-gradient(to top right, #f5f5f5 50%, transparent 50%),
	linear-gradient(to top left, #f5f5f5 50%, transparent 50%), #00a6e4;*/
	background: linear-gradient(to top right, #f5f5f5 50%, transparent 50%),
	linear-gradient(to top left, #f5f5f5 50%, transparent 50%), #003372;
}
.dtac-post-pre table {
	background-color: #ffffff;
	color: #1a1a1a;
	font-size: 16px;
	margin: 0 auto;
}
.dtac-post-pre th {
	width: 210px;
	position: relative;
    text-align: center;
    padding: 0 1em;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    height: 50px;
    line-height: 50px;
	font-size: 16px;
}
.dtac-post-pre td {
	width: 210px;
	position: relative;
    text-align: center;
    padding: 0 1em;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    height: 70px;
    line-height: 70px;
	font-size:18px;
}
.dtac-post-pre td.row-first {
	width: 210px;
	position: relative;
    text-align: center;
    padding: 0 1em;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    height: 70px;
    line-height: unset;
	font-size:16px;
	background-color: #ffffff !important;
}
.dtac-post-pre td.row-first .dot-color {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 7px 5px 7px 5px;
	border-radius: 50px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #cccccc;
}
.dtac-post-pre td.row-first .black-gradient { background-color: #000000; background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(126,125,130,1) 80%); }
.dtac-post-pre td.row-first .black { background-color: #000000; }
.dtac-post-pre td.row-first .peacock-blue { background-color: #2079ca; background: linear-gradient(0deg, rgba(65,52,140,1) 0%, rgba(63,203,243,1) 80%); }
.dtac-post-pre td.row-first .white { background-color: #f6eeeb; }

.dtac-post-pre td.row-first .aurora { background-color: #0d9ead; background: linear-gradient(0deg, rgba(17,41,127,1) 0%, rgba(136,232,230,1) 80%); }
.dtac-post-pre td.row-first .crystal { background-color: #bdf1ff; background: linear-gradient(0deg, rgba(155,160,246,1) 0%, rgba(235,249,252,1) 80%); }

.dtac-post-pre th.col-hide {
	/*background-color: #00a6e4 !important;*/
	background-color: #003372 !important;
	border: 0 !important;
}
.dtac-post-pre td.col-first {
	background-color: #427ac5 !important;
    color: #ffffff;
}
.dtac-post-pre thead th:first-child {
	background-color: #00a6e4;
}
.dtac-post-pre thead th {
	background-color: #eb008b;
	color: #ffffff;
}
.dtac-post-pre tbody td:last-child {
    background-color: #a3deff;
    color: #1a1a1a;
}
@media only screen and (max-width: 1023px) {
	.dtac-post-pre .txt-box h3 {
		font-size: 21px;
	}
	.dtac-post-pre .txt-box h4 {
		font-size: 20px;
	}
	.dtac-post-pre .txt-box h4 img {
		height: 25px;
	}
	.dtac-post-pre p {
		font-size: 16px;
	}
	.dtac-post-pre header ul {
		padding-left: 40px;
	}
	.dtac-post-pre header ul li {
		display: block;
		font-size: 18px;
		text-align: left;
	}
	.dtac-post-pre table {
		width: 100%;
		margin-bottom: 30px;
	}
	.dtac-post-pre th {
		width: 35%;
		line-height: unset;
		font-size: 14px;
	}
	.dtac-post-pre td {
		width: 35%;
		line-height: unset;
	}
	.dtac-post-pre td.row-first {
		width: 30%;
		line-height: unset;
	}
	.dtac-post-pre td.col-first {
		font-size: 14px;
	}

}

.section-faq {
	padding: 40px 20px 40px 20px;
	font-family: dtac2018;
}

.cd-table div, section, span, h1, h2, h3, h4, h5, h6, p, ol, ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
.cd-table header, section {
	display: block;
}
.cd-table ol, ul {
	list-style: none;
}
.cd-table table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -------------------------------- 
Main components 
-------------------------------- */
.cd-table {
  position: relative;
  margin: 0 auto;
}
.cd-table .cd-table-footer {
	font-size: 18px;
	padding: 20px;
}
.cd-table .cd-table-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}
.cd-table .cd-table-wrapper {
  width: 100%;
  padding-left: 210px;
}
.cd-table .cd-table-column {
  width: 210px;
  float: left;
  background-color: transparent;
}
.cd-table header.cd-table-column {
  position: absolute;
  width: 210px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  margin-left: 0;
  pointer-events: none;
  background-color: transparent;
}
.cd-table header.cd-table-column .cd-tr-first-column-header {
	width: 100%;
	height: 50px;
	background-color: #f5f5f5;
}
.cd-table header.cd-table-column .cd-tr-first-column-header-privilege {
	width: 100%;
	height: 100px;
	background-color: #003372;
}
.cd-table header.cd-table-column .cd-tr-first-column {
	margin: 0!important;
	padding: 0!important;
	width: 100%;
	height: 140px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2)!important;
	margin-bottom: 7px!important;
	background-color: #ffffff;
}
.cd-table header.cd-table-column .cd-tr-first-column div {
	text-align: center;
	font-size: 16px;
}
.cd-tr-column {
	width: 100%;
	box-shadow: 0 1px 4px rgba(0,0,0,.2)!important;
	margin-bottom: 7px!important;
}
.cd-table-column .cd-tr-column-header {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #eb008b;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	color: #ffffff;
}
.cd-table-column .cd-tr-column-header span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 17px;
}
.cd-table-wrapper .cd-table-privilege {
	/*width: 630px;*/
	width: 520px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #eb008b;
	border-right: 1px solid #003372;
	border-bottom: 1px solid #003372;
	color: #ffffff;
}
.cd-table-wrapper .cd-table-privilege span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 17px;
}
.cd-table-column .cd-tr-column-header-privilege {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #eb008b;
	border-right: 1px solid #003372;
	border-bottom: 1px solid #003372;
	color: #ffffff;
}
.cd-table-column .cd-tr-column-header-privilege span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 17px;
}
.cd-tr-column ul > li {
	position: relative;
	text-align: center;
	padding: 0 1em;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	height: 35px;
	line-height: 35px;
	background-color: #a3deff;
	color: #1a1a1a;
}
.cd-tr-column ul > li.hot {
	background-color: #427ac5!important;
	color: #ffffff;
}
.cd-tr-column ul > li.privilege {
	border-right: 1px solid #003372;
	border-bottom: 1px solid #003372;
	height: 140px;
	line-height: 140px;
	background-color: #427ac5!important;
	color: #ffffff;
	font-size: 20px;
}
.cd-tr-column ul > li > span.badge-hot {
	content: " ";
    position: absolute;
    top: -25px;
    left: -9px;
    display: block;
    width: 55px;
    height: 62px;
    background: url("/assets-presale/img/samsung-galaxy-s10/ico-hot.png") center center no-repeat;
	z-index: 11;
}
.cd-table .cd-scroll-right {
  display: none;
}
.cd-table-column .cd-tr-first-column .dot-color {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 7px 5px 7px 5px;
	border-radius: 50px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #cccccc;
}
.cd-table-column .cd-tr-first-column .black-gradient { background-color: #000000; background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(126,125,130,1) 80%); }
.cd-table-column .cd-tr-first-column .black { background-color: #000000; }
.cd-table-column .cd-tr-first-column .peacock-blue { background-color: #2eaae2; background: linear-gradient(0deg, rgba(65,52,140,1) 0%, rgba(63,203,243,1) 80%); }
.cd-table-column .cd-tr-first-column .white { background-color: #ececec; }

.cd-table-column .cd-tr-first-column .aurora { background-color: #11297f; background: linear-gradient(0deg, rgba(17,41,127,1) 0%, rgba(136,232,230,1) 80%); }
.cd-table-column .cd-tr-first-column .crystal { background-color: #ebf9fc; background: linear-gradient(0deg, rgba(155,160,246,1) 0%, rgba(235,249,252,1) 80%); }

.dtac-customer .cd-table header.cd-table-column .cd-tr-first-column {
	height: 175px;
}

.privilege .cd-table header.cd-table-column {
    width: 260px;
}
.privilege .cd-table .cd-table-column {
    width: 260px;
}
.privilege .cd-table .cd-table-wrapper {
	padding-left: 260px;
}
.privilege .cd-tr-column ul > li.privilege {
	height: 50px;
	line-height: 50px;
}

@media only screen and (max-width: 1023px) {
	.cd-table .cd-table-footer {
		font-size: 16px;
		padding: 20px 0px 20px 20px;
	}
	.cd-table .cd-scroll-right {
		display: block;
		width: 62px;
		height: 62px;
		position: absolute;
		left: 250px;
		top: 150px;
		background: url(/images/pre-booking-iphone/gesture@2x.png) no-repeat center center;
		background-size: cover;
		z-index: 6;
		-webkit-animation: cd-scroll-right 1.5s infinite;
		-moz-animation: cd-scroll-right 1.5s infinite;
		animation: cd-scroll-right 1.5s infinite;
	}
	.cd-table header.cd-table-column {
	   width: 160px;
	   z-index: 12;
	}
	.dtac-customer .cd-table header.cd-table-column {
		background-color: #f5f5f5;
	}
	.cd-table .cd-table-wrapper {
	  width: 820px;
	  padding-left: 167px;
	}

	.privilege .wrapper .container .cd-table {
		max-width: 580px;
	}
	.privilege .cd-table header.cd-table-column {
		width: 210px;
	}
	.privilege .cd-table .cd-table-column {
		width: 210px;
	}
	.privilege .cd-table-wrapper .cd-table-privilege {
		width: 420px;
	}
	.privilege .cd-table .cd-table-wrapper {
	  width: 590px;
	  padding-left: 167px;
	}
	.privilege .cd-table header.cd-table-column {
		width: 160px;
	}

	.cd-tr-column ul > li > span.badge-hot {
		top: -25px;
		left: -9px;
	}
}
@-webkit-keyframes cd-scroll-right {
  0%, 100% {
	-webkit-transform: translateX(0);
  }

  50% {
	-webkit-transform: translateX(3px);
  }
}
@-moz-keyframes cd-scroll-right {
  0%, 100% {
	-moz-transform: translateX(0);
  }

  50% {
	-moz-transform: translateX(3px);
  }
}
@keyframes cd-scroll-right {
  0%, 100% {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
  }

  50% {
	-webkit-transform: translateX(3px);
	-moz-transform: translateX(3px);
	-ms-transform: translateX(3px);
	-o-transform: translateX(3px);
	transform: translateX(3px);
  }
}

#dv-butler {
	/*padding: 10px 10px 0px 10px;*/
}
#dv-butler .icon img {
	display: block;
	width: auto;
	margin: 0 auto;
}
#dv-butler .icon {
	display: block;
	text-align: center;
}
#dv-butler .description {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #1a1a1a;
	text-align: center;
	margin-top: 20px;
}
#dv-butler .row {
	background-color: #ffffff;
	border: 1px solid #f5f5f5;
}
#dv-butler .col-xs-6, .col-md-3 {
	padding: 20px 20px 20px 20px;
}
#dv-butler .tc, #dv-butler .tc a {
	color: #ffffff;
}
#dv-butler .tc-list>li:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/images/pre-booking-iphone/icon-info-w.png) center center no-repeat;
    background-size: cover;
}

.campaign footer {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-family: dtac2018;
	font-size: 14px;
	border-top: 1px solid #f5f5f5;
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 190px;
	right: 20px;
	display:none;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #cccccc;
	font-size: 30px;
	color: #979797;
	line-height: 35px;
	text-decoration: none;
	opacity: 0.8;
	z-index: 20;
	-webkit-transition: all 1s ease;
	 -moz-transition: all 1s ease;
	 -o-transition: all 1s ease;
	 transition: all 1s ease;
	 text-decoration: none;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 border-radius: 5px;
}

.back-to-top:hover {
  opacity: 1;
  color: #979797;
}

@media (max-width: 1023px) {
	#dv-butler .col-xs-6 {
		border-top: 1px solid #f5f5f5;
		border-right: 1px solid #f5f5f5;
	}
	#dv-butler .col-xs-6 .description {
		font-size: 14px;
	}
}