body {
    font-family: dtac2017;
    font-size: 18px;
    color: #454648;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-share-holder .social-btn, .breadcrumb>li {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
li {
    list-style: none;
}
ul, ol {
    padding: 0;
    margin: 0;
}
a, a:visited, a:active {
    text-decoration: none;
    color: #009de0;
}
a:hover {
    text-decoration: none;
}
a:hover, a:focus {
    color: #009de0;
}

.container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}
.wrapper {
    position: relative;
    padding: 0;
    max-width: 1160px;
    margin: 0 auto;
}

.logo {
    width: 87px;
    height: 51px;
    margin-top: 15px;
    margin-right: 45px;
}
.logo a {
    display: block;
    background: url(/images/2017/logo-dtac.png) 0 0 no-repeat;
    width: 87px;
    height: 51px;
    overflow: hidden;
}
.logo span {
    display: block;
    padding-top: 60px;
}
.menu-customer {
    margin-top: 27px;
    position: relative;
}
.menu-customer:after {
    content: '';
    display: none;
    background: url(/images/2017/arrw-nav-active.png) 0 0 no-repeat;
    width: 14px;
    height: 7px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -18px;
}
.menu-customer a {
    color: #009de0;
}
.menu-customer a:after {
    content: '';
    display: inline-block;
    background: url(/images/2017/arrw-down.png) 0 0 no-repeat;
    width: 14px;
    height: 9px;
    margin-left: 10px;
}
.top-nav {
    margin-top: 22px;
}
.top-nav li {
    float: left;
    margin-left: 30px;
    padding-top: 5px;
}
.top-nav li a {
    color: #444444;
    font-size: 16px;
}
.top-nav li.mydtac {}
.top-nav li.mydtac a:after {
    content: '';
    display: inline-block;
    background: url(/images/2017/icon-user.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    float: right;
    margin-left: 8px;
    margin-top: -3px;
}
.top-nav li.sw-lang {
    padding-top: 8px;
    padding-left: 12px;
    border-left: 1px solid #979797;
    margin-left: 12px;
    padding-bottom: 8px;
}
.top-nav li.sw-lang a {
    display: block;
    background: url(/images/2017/flag-en.png) 0 0 no-repeat;
    width: 29px;
    height: 18px;
    overflow: hidden;
}
.top-nav li.sw-lang a.flag-en {
    background: url(/images/2017/flag-th-2x.png) 0 0 no-repeat;
    background-size: 100%;
}
.top-nav li.sw-lang a span {
    display: block;
    padding-top: 20px;
}

.top-menu-wrapper {
    height: 77px;
}

.bottom-menu-wrapper {
    background-color: #009edf;
    height: 60px;
}
.main-nav {
    margin-top: 15px;
    margin-left: 156px;
}
.main-nav li {
    float: left;
    padding: 3px 16px 15px;
    position: relative;
}
/*
.main-nav li.has-submenu:hover {
    background-color: #fed500;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow:inset 0 -1px 10px 0 rgba(0,0,0,0.2);
box-shadow:inset 0 -1px 10px 0 rgba(0,0,0,0.2);
}
*/
.main-nav li.has-submenu.active {
    background-color: #fed500;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow:inset 0 -1px 10px 0 rgba(0,0,0,0.2);
box-shadow:inset 0 -1px 10px 0 rgba(0,0,0,0.2);
}
.main-nav li.has-submenu.active.current {
    padding-bottom: 15px;
}
.main-nav li.has-submenu.active:hover {
    padding-bottom: 15px!important;
}
.main-nav li a {
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 19px;
}
.main-nav li.has-submenu:hover a {
    color: #060600;
}
.main-nav li.ico-home {
    padding: 0 8px 0 0;
}
.main-nav li.ico-home a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    text-align: center;
    line-height: 1.5;
}
.main-nav li.ico-home.current a {
    background-color: #fed500;
}
.main-nav li.current {
    border-radius: 10px;
    background-color: #fed500;
    color: #444;
    padding-bottom: 2px;
}
.main-nav > ul > li:hover {
    border-radius: 10px;
    background-color: #fed500;
    color: #444;
    padding-bottom: 2px;
}
.main-nav li:hover a {
    color: #444;
}
.main-nav li:hover a:focus {
    color: #444;
}
.main-nav li.ico-home.current, .main-nav li.ico-home.current:hover {
    background-color: transparent;
}
.main-nav li.current a {
    color: #444;
}
.main-nav li .sub-menu  {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 250px;
    background-color: #f8f8f8;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
    z-index: 100;
}
/*
.main-nav li.has-submenu:hover a~.sub-menu {
    display: inherit;
}
*/
.main-nav li .sub-menu li {
    float: none;
    border-top: 1px solid #eee;
    padding: 11px 15px 11px 35px;
}
.main-nav li .sub-menu li:first-child {
    border-top: none;
}
.main-nav li .sub-menu li:nth-child(even) {
    background-color: #fff;
}
.main-nav li .sub-menu li a {
    display: block;
    color: #434343;
}
.list-bl-grey li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #6f6f6f;
    border-radius: 4px;
    position: absolute;
    top: 20px;
    left: 15px;
}

.main-content {
    min-height: 600px;
}

.slider-hl {}
/*
.slider-hl .bxslider > li {
    overflow: hidden;
}
*/
.slider-hl .bxslider > li .wrapper {
    height: 720px;
}
.ss-galaxys8 {
    background: url(/images/2017/bg-galaxy-s8.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
.obj {
    position: absolute;
}
/*
.obj-txt {
    top: 50%;
    left: 50%;
    margin: -165px 0 0 -513px;
}
*/
.obj-txt {
    /* margin: 130px 0 38px 68px; */
    top: 50%;
    left: 50%;
    margin: -210px 0 0 -513px;
}
.obj-mobile {
    top: 50%;
    left: 50%;
    margin: 13px 0 0 -520px;
/*
    margin-left: 52px;
    margin-top: 310px;
*/
}
.obj-mobile-main {
    top: -20px;
    left: 50%;
    margin-left: -205px;
}

.ss-galaxys8 .box-txt {
    position: absolute;
/*    margin: 215px 0 0 774px;*/
    color: #fff;
    top: 50%;
    left: 50%;
    margin: -85px 0 0 190px;
}
.ss-galaxys8 .box-txt li{
    font-size: 20px;
}
.ss-galaxys8 .box-txt ul {
    margin-bottom: 30px;
}
.ss-galaxys8 .box-txt .btn-detail {
    margin-left: 3px;
}
.list-bl-white li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 25px;
}
.list-bl-white li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 5px;
    float: left;
    position: absolute;
    top: 8px;
    left: 0;
}

.btn-round {
    display: inline-block;
    font-size: 23px;
    background-color: #fff;
    border: 7px solid #00adef;
    height: 46px;
/*    padding: 0 24px;*/
    padding: 0 24px;
    border-radius: 23px;
    -webkit-box-shadow: 0 4px 0 0 rgba(0,0,0,0.2);
box-shadow: 0 4px 0 0 rgba(0,0,0,0.2);
    transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}
.en .btn-round {
    font-size: 18px;
    line-height: 1.7;
}
.btn-round:hover {
    border-color: #fff;
    background-color: #00adef;
    color: #fff;
}

.ss-galaxys8 .txt-price {
        position: absolute;
        bottom: 70px;
        left: 0;
        width: 100%;
        font-size: 25px;
        color: #fff;
    }
    .ss-galaxys8 .txt-price span {
        font-size: 28px;
    }
    .ss-galaxys8 .btn-buy {
/*        position: absolute;*/
/*        bottom: 35px;*/
        width: 150px;
/*        left: 50%;*/
/*        margin-left: -70px;*/
    }
.en .ss-galaxys8 .btn-buy {
    padding-left: 15px;
    padding-right: 20px;
}
    .txt-yellow {
        color: #fed501;
    }
    .ico-cart {
        display: inline-block;
        width: 22px;
        height: 20px;
        background: url(/images/2017/icon-cart-dtac.png) 0 0 no-repeat;
        background-size: 100%;
        position: relative;
        top: 5px;
        margin-right: 5px;
    }

.row-block {}
.slider-content {
}
.slider-content .bxslider > li {
/*    height: 450px;*/
}
.slider-content .bxslider .item {
    height: 450px;
}
.slider-content .bxslider .item .wrapper {
    height: 450px;
}
.go-package {
    background: url(/images/2017/go-package.jpg) center center no-repeat;
    background-size: cover;
}
.slider-content .item.go-package .box-txt {
    padding-top: 380px;
}
.slider-content .item.go-package .go-no-limit .box-txt {
    text-align: right;
    padding-right: 72px;
}
.item.go-package .btn-round {
    text-align: center;
}

.vr {
    background: url(/images/2017/bg-vr.png) center center no-repeat;
    background-size: cover;
}
.banner-s8 {
    background: url(/images/2017/slide-banner/bg-s8.jpg) center center no-repeat;
    background-size: cover;
}
.slider-content .item.banner-s8 .box-txt {
    
}
.item.banner-s8 .box-txt .list-bl-white {
    margin-left: 210px;
    margin-top: 140px;
    float: left;
}
.item.banner-s8 .box-txt .list-bl-white li {
    color: #fff;
}
.item.banner-s8 .group-txt {
    margin-left: 138px;
    padding-top: 240px;
    float: left;
}
.item.banner-s8 .group-txt .txt-price {
    font-size: 38px;
    text-align: center;
}
.item.banner-s8 .group-txt .txt-price span {
    font-size: 42px;
}
.easy-package {
    background: url(/images/2017/bg-mobile-laptop.png) center center no-repeat;
    background-size: cover;
}
.mnp {
    background: url(/images/2017/bg-mnp.jpg) center center no-repeat;
    background-size: cover;
}
.wifi-calling {
    background: url(/images/2017/bg-wificall.png) center center no-repeat;
    background-size: cover;
}
.dtac-reward {
    background: url(/images/2017/bg-coffee.png) center center no-repeat;
    background-size: cover;
}

.slider-content .item .box-txt {}
.slider-content .item .box-txt h2 {
    margin-top: 0;
    color: #fff;
}
.slider-content .item .box-txt p {
    color: #fff;
}
.slider-content .item .box-txt .btn-detail {}
.slider-content .item.vr .box-txt {
    padding: 110px 0 0 150px;
}
.slider-content .item.vr .box-txt h2 {
    color: #009edf;
    font-size: 78px;
}
.slider-content .item.vr .box-txt p {
    color: #1a1a1a;
    font-size: 25px;
    margin-bottom: 15px;
}

.slider-content .item.easy-package .box-txt {
    padding: 90px 0 0 665px;
}
.slider-content .item.easy-package .box-txt h2 {
/*    font-size: 78px;*/
    font-size: 50px;
    line-height: 1;
    margin-bottom: 5px;
}
.slider-content .item.easy-package .box-txt h2 span {
    display: block;
    font-size: 38px;
}
.slider-content .item.easy-package .box-txt p {
    font-size: 25px;
    margin-bottom: 20px;
}

.slider-content .item.mnp .box-txt {
    padding: 125px 0 0 65px;
}
.slider-content .item.mnp .box-txt h2 {
/*    font-size: 78px;*/
    font-size: 60px;
    line-height: 1;
    margin-bottom: 5px;
    text-shadow: -1px 1px 1px rgba(0,0,0,0.2);

}
.slider-content .item.mnp .box-txt p span {
    font-size: 38px;
}
.slider-content .item.mnp .box-txt p {
    font-size: 25px;
    margin-bottom: 20px;
    text-shadow: -1px 1px 1px rgba(0,0,0,0.2);
}

.slider-content .item.wifi-calling .box-txt {
    padding: 90px 0 0 62px;
}
.slider-content .item.wifi-calling .box-txt h2 {
    font-size: 78px;
}
.slider-content .item.wifi-calling .box-txt p {
    font-size: 25px;
    margin-bottom: 15px;
}

.slider-content .item.dtac-reward .box-txt {
    padding: 82px 0 0 65px;
}

.slider-content .item.dtac-reward .box-txt p {
    font-size: 30px;
    margin-bottom: 10px;
}
.logo-reward {
    margin-bottom: 20px;
}
.reward-icon {
    margin-bottom: 32px;
}

.group-btn a {
    margin-right: 12px;
}
.bx-wrapper {
  margin-bottom: 0;
}

.iphone-red {
    background: url(/images/2017/slide-banner/bg-bn-iphone.jpg) center center no-repeat;
    background-size: cover;
}
.slider-content .item.iphone-red .box-txt {
/*    padding: 150px 0 0 760px;*/
    padding: 42px 0 0 784px;
}
.slider-content .item.iphone-red .box-txt .btn-detail {
    display: block;
    margin-left: 25px;
    margin-right: 0;
    width: 150px;
    margin-bottom: 18px;
    text-align: center;
}
.en .slider-content .item.iphone-red .box-txt .btn-detail {
    width: 162px;
}
.slider-content .item.iphone-red .item-logo {
    margin-bottom: 45px;
    width: 195px;
}
.ipad-bn {
    background: url(/images/2017/slide-banner/bg-bn-ipad.jpg) center center no-repeat;
    background-size: cover;
}
.slider-content .item.ipad-bn .box-txt {
    padding: 42px 0 0 805px;
}
.slider-content .item.ipad-bn .box-txt .btn-detail {
    display: block;
    margin-left: 0!important;
    margin-right: 0!important;
    width: 150px;
    margin-bottom: 18px;
    text-align: center;
}
.en .slider-content .item.ipad-bn .box-txt .btn-detail {
    width: 162px;
}
.slider-content .item.ipad-bn .item-logo {
/*    margin-bottom: 45px;*/
    margin-bottom: 25px;
    width: 110px;
    margin-left: 15px;
}

.dtac-phone {
    background: url(/images/2017/slide-banner/dtacphone.png) center bottom no-repeat;
    background-size: cover;
}
.en .dtac-phone {
    background: url(/images/2017/slide-banner/dtacphone-en.png) center bottom no-repeat;
    background-size: cover;
}
.slider-content .item.dtac-phone .box-txt {
    padding: 75px 0 0 100px;
}
.slider-content .item.dtac-phone .box-txt h2 {
    color: #262624;
    font-size: 25px;
    margin-bottom: 0;
}
.slider-content .item.dtac-phone .box-txt h2 span.txt-lg {
    font-size: 50px;
}
.slider-content .item.dtac-phone .box-txt p {
    color: #262624;
    font-size: 25px;
}
.txt-grey {
    color: #b3b2ae;
}
.txt-blue {
    color: #009de0;
}
.txt-block {
    display: block;
}


.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #fff;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -52px;
    outline: 0;
    width: 62px;
    height: 103px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-prev {
    left: 40px;
    background: url(/images/2017/arrw-slide.png) 0 0 no-repeat!important;
}
.bx-wrapper .bx-next {
    right: 40px;
    background: url(/images/2017/arrw-slide.png) -65px 0 no-repeat!important;
}

.footer-wrapper {
    background-color: #009edf;
    color: #fff;
}
.footer-wrapper footer {
    padding: 0 0 50px;
}
.footer-wrapper p {
    margin-bottom: 0;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    margin-left: 32px;
}

.footer-wrapper .logo {
    width: 67px;
    height: 37px;
    margin-top: 40px;
    margin-right: 0;
    margin-bottom: 100px;
}
.footer-wrapper .logo a {
    background: url(/images/2017/logo-dtac-white.png) 0 0 no-repeat;
    width: 67px;
    height: 37px;
}
.col-social .logo {
    margin-left: 30px;
}
.col-social .social-icon {
    margin-left: 30px;
    margin-bottom: 15px;
}
.social-icon li {
    float: left;
    margin-right: 10px;
}
.social-icon li a {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #67c3ea;
    border-radius: 20px;
    text-align: center;
    line-height: 1.8;
}
.col-nav {}
.col-nav h3 {
    margin-top: 42px;
    font-family: dtac2017;
    font-size: 22px;
    margin-bottom: 20px;
}
.col-nav li {
    background: url(/images/2017/bl-white.png) 3px 11px no-repeat;
    padding-left: 25px;
}
.col-nav li a {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}
/*
.col-nav li a:hover {
    text-decoration: underline;
}
*/
.copyright {
    clear: both;
    margin-left: 45px!important;
}
.item-logo {
    margin-bottom: 30px;
}

.chat-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 1;
    visibility: visible;
    transition: opacity .6s ease;
}
.chat-box.fadeOut {
    opacity: 0;
    visibility: hidden;
}
.btn-chatbox {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    background: url(/images/2017/chatbox-btn.png) 0 0 no-repeat;
    width: 98px;
    height: 117px;
    text-indent: -9999px;
}
.chatbox-form {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    width: 417px;
    height: 220px;
    display: none;
}
.chatbox-form.active {
    display: block;
}
.chatbox-form header {
    position: absolute;
    top: -84px;
    left: -3px;
}
.chat-area {
    padding: 65px 24px 25px 10px;
}
.chat-qa {
    margin: 4px 0;
    position: relative;
}
.chat-question:before {
    content: '';
    display: block;
    background: url(/images/2017/chatbox-ico-q.png) 0 0 no-repeat;
    width: 41px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
}
.chat-answer:before {
    content: '';
    display: block;
    background: url(/images/2017/chatbox-ico-a.png) 0 0 no-repeat;
    width: 41px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
}
.chat-area .box-text {
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    background-color: #ececec;
    color: #444;
    border-radius: 8px;
    padding: 10px 12px;
    margin-left: 14px;
}
.chat-area .box-text p {
    margin-bottom: 0;
}
.chat-input {
    margin-top: 20px;
    position: relative;
}
.chat-input:before {
    content: '';
    display: block;
    background: url(/images/2017/chatbox-ico-person.png) 0 0 no-repeat;
    width: 20px;
    height: 22px;
    position: absolute;
    top: 8px;
    left: 10px;
}
.chat-input .input-form {
    margin-left: 45px;
}
.chat-input .input-form input[type="text"] {
    font-size: 16px;
    height: 40px;
    border: 1px solid #e9eaee;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
}

.chat-box .btn-close {
    display: block;
    background: url(/images/2017/chatbox-ico-close.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    position: absolute;
    bottom: -8px;
    right: -8px;
}

.chat-wrapper {
    height: auto;
    overflow: auto;
}

.section-smartphone {
    background: url(/images/2017/bg-device-sky.jpg) #9dd7ff center bottom no-repeat;
    background-size: 100% auto;
}
.section-smartphone > header {
    padding-top: 50px;
    margin-bottom: 35px;
}
.section-smartphone header h2 {
    margin-top: 0;
    font-size: 68px;
    color: #1a1a1a;
    margin-bottom: 5px;
}
.section-smartphone header p {
    font-size: 30px;
    margin-bottom: 15px;
    color: #3a3a3c;
}

.row-device {
    padding-bottom: 170px;
}
.slider-device .bx-wrapper {
/*    padding-left: 5px;*/
}
.slider-device .bxslider {
/*    margin-left: -5px;*/
}
.slider-device .bx-wrapper img {
    display: inline-block;
}
.slider-device li {
    padding: 5px 0 25px;
/*
    float: left;
    margin: 0 15px;
*/
}
.item-total {
    position: absolute;
    top: -65px;
    right: 92px;
}
.item-total p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #444;
}
.slider-device .bx-controls .bx-controls-direction {
    position: absolute;
    top: -70px;
    right: 0;
}
.slider-device .bx-wrapper .bx-controls-direction a {
    display: inline-block;
    position: static;
    margin-top: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    margin-left: 8px;
    
}
.slider-device .bx-wrapper .bx-next {
/*    right: 0;*/
    background: url(/images/2017/ico-arrw-right.png) #fff center center no-repeat!important;
    background-size: 8px 13px!important;
}
.slider-device .bx-wrapper .bx-prev {
/*    left: 0;*/
    background: url(/images/2017/ico-arrw-left.png) #fff center center no-repeat!important;
    background-size: 8px 13px!important;
}
.slider-device .bx-wrapper .bx-controls-direction a.disabled {
    opacity: 0;
}
.item-device {
    width: 265px;
    padding-left: 5px;
}
.item-device .inner-wrapper {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    border-radius: 15px;
}
.item-device .pic-device {
    background-color: #f1f1f1;
    border-radius: 15px 15px 0 0;
    text-align: center;
    padding: 20px 0;
    position: relative;
}
.item-device .detail {
    position: relative;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    text-align: center;
    padding-top: 17px;
    height: 170px;
}
.item-device .detail h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    color: #363638;
}
.item-device .detail .price {
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
}
.item-device .detail .txt-price {
    font-family: dtac2017;
    display: block;
    color: #009edf;
    font-size: 30px;
}
.item-device .detail .btn-buy {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 148px;
    margin-left: -74px;
}
.color-available {
    margin-bottom: 7px;
}
.color-available a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin: 0 4px;
}
.color-available a.active {
    border: 1px solid #009edf;
}
.color-available .black {
    background-color: #000;
}
.color-available .grey {
    background-color: #686868;
}
.color-available .pink {
    background-color: #f8cfc9;
}
.color-available .gold {
    background-color: #e4ccaa;
}
.color-available .silver {
    background-color: #e5e6e8;
}
.color-available .red {
    background-color: #eb0048;
}
.color-available .brown {
    background-color: #786866;
}
.color-available .white {
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.color-available .orchid-gray {
    background-color: #998ba0;
    border: 1px solid #ebebeb;
}
.badge-new {
    background: url(/images/2017/ribbon-new.png) 0 0 no-repeat;
    width: 54px;
    height: 54px;
    position: absolute;
    top: -5px;
    left: -5px;
}
.badge-bestdeal {
    background: url(/images/2017/bestdeal.png) 0 0 no-repeat;
    background-size: 100%;
    width: 40px;
    height: 42px;
    position: absolute;
    right: 10px;
    bottom: -20px;
    z-index: 1;
}


.row-promotion {
    padding-bottom: 32px;
}

.slider-device .bx-wrapper, .slider-promotion .bx-wrapper {
    background: none;
}
.slider-promotion li {
    position: relative;
    height: 250px;
}
.slider-promotion li .row {
    margin-left: -5px;
    margin-right: -5px;
}
.slider-promotion li [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.slider-promotion li [class^="col-"] > * {
/*
    
    top: 0;
    left: 0;
*/
}
.slider-promotion li .btn-detail {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 25px;
}
.slider-promotion .bx-wrapper .bx-prev {
    left: 20px;
}
.slider-promotion .bx-wrapper .bx-next {
    right: 20px;
}

.intro {
    position: relative;
}
.intro .box-txt {
    position: absolute;
    width: 100%;
    height: 158px;
    text-align: center;
    left: 0;
    z-index: 10;
    top: 50%;
    margin-top: -79px;
}
.intro #bg_video {
    position: absolute;
    top: 0;
    left: 0;
}
.intro .wrapper {
    height: 500px;
}

.intro .btn-ctrl-video {
    display: block;
    position: absolute;
    bottom: 50px;
    right: 80px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #009edf;
    color: #fff;
    z-index: 10;
    text-align: center;
    line-height: 40px;
}
.intro .box-txt .btn-txt {
    font-size: 20px;
    outline: 0;
}
.btn-close-modal {
    display: block;
    background: url(/images/2017/chatbox-ico-close.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.intro .box-txt .btn-txt:focus, .intro .box-txt .btn-txt:active, .intro .box-txt .btn-txt:visited {
    text-decoration: none;
}
.intro .box-txt h2 {
    /* font-size: 78px; */
    font-size: 60px;
    line-height: 1;
    margin-bottom: 5px;
        margin-top: 0;
    color: #fff;
}
.intro .box-txt p {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  background: #6598d9;
  border: 0;
}
.modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
}
.modal-body {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  font-weight: 300;
  overflow: auto;
    padding: 0;
}
.modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #f1f3f5;
}

/*
.modal-body {
  position: relative;
}
*/
.modal-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  pointer-events: none;*/
}
.section-smartphone .bx-wrapper .bx-pager {
    position: static;
}

@media (min-width: 768px) {
    
}

@media (min-width: 768px) {
    
    .main-nav li .sub-menu li {
        padding: 0;
    }
    .main-nav li .sub-menu li a {
        padding: 11px 15px 11px 35px;
        -webkit-transition: background-color .4s ease-in;
        transition: background-color .4s ease-in;
    }
    .main-nav li .sub-menu li a:hover {
        background-color: #fed501;
    }
/*
    .vr, .mnp, .dtac-reward {
        background-attachment: fixed;
    }
*/
    
    .intro {
        background-color: #000;
    }
    .intro #bg_video {
        opacity: .5;
    }
    
    
    
}
@media (min-height: 700px) {
    
}
@media (min-height: 730px) {
    
}
@media (max-width: 767px) {
    .intro {
        background: url(/images/2017/dtac-bgvideo-m.jpg) 0 0 no-repeat;
        background-size: cover;
    }
    
    .btn-chatbox {
        background: url(/images/2017/chatbox-btn@2x.png) 0 0 no-repeat;
        background-size: 100%;
        width: 98px;
        height: 117px;
    }
    
    .fixed {
        overflow: hidden;
    }
/*
    html, body {
        position: fixed;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
*/
    .container {
        position: relative;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 1;
/*        overflow: hidden;*/
    }
/*
    .container.show-menu {
        transform: translateX(70%);
        
    }
*/
    .wrapper {
        max-width: 100%;
    }
    .header-wrapper {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        z-index: 10000;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
        -webkit-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }
    .main-content {
/*
        position: fixed;
        top: 0;
        left: 0;
    z-index: 9;
        width: 100%;
    height: 100%;
    overflow: auto;
        -webkit-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-overflow-scrolling: touch;
*/
        background-color: #fff;
/*
        position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 0;
    -webkit-overflow-scrolling: touch;
*/
    }
    .main-content > section {
    }
    .bottom-menu-wrapper, .menu-customer, .top-nav {
        display: none!important;
    }
    .btn-menu-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 76px;
        height: 50px;
        background: #009edf;
    }
    .btn-menu-mobile a {
        display: block;
        color: #fff!important;
        height: 50px;
        font-size: 22px;
        position: relative;
        text-decoration: none!important;
    }
    .en .btn-menu-mobile a {
        font-size: 14px;
    }
    .btn-menu-mobile a i {
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #fff;
        left: 10px;
    }
    .btn-menu-mobile a i.menu-line-top {
        top: 18px;
        -webkit-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
    }
    .btn-menu-mobile a.show-close i.menu-line-top {
        -webkit-transform: translate(0, 6px) rotate(45deg);
        transform: translate(0, 6px) rotate(45deg);
    }
    .btn-menu-mobile a i.menu-line-middle {
        width: 12px;
        top: 24px;
        -webkit-transition: transform .6s ease-in-out, opacity .4s ease-in-out;
        transition: transform .6s ease-in-out, opacity .4s ease-in-out;
    }
    
    .btn-menu-mobile a.show-close i.menu-line-middle {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .btn-menu-mobile a i.menu-line-bottom {
        top: 30px;
        -webkit-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
    }
    .btn-menu-mobile a.show-close i.menu-line-bottom {
        -webkit-transform: translate(0, -6px) rotate(-45deg);
        transform: translate(0, -6px) rotate(-45deg);
    }
    .btn-menu-mobile a span {
        display: block;
        line-height: 1;
        padding: 13px 0 0 36px;
    }
    .en .btn-menu-mobile a span {
        padding: 18px 0 0 36px;
    }
    .my-dtac-mobile {
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        width: 100px;
        border-left: 1px solid #ececec;
    }
    .my-dtac-mobile a {
        display: block;
        height: 50px;
        width: 100px;
        border-left: 1px solid #c0c0c0;
        color: #444444;
    font-size: 14px;
        padding-left: 10px;
        padding-top: 4px;
    }
    .my-dtac-mobile a:after {
    content: '';
    display: inline-block;
    background: url(/images/2017/icon-user.png) 0 0 no-repeat;
        background-size: 100%;
    width: 26px;
    height: 26px;
    margin-left: 5px;
        position: relative;
        top: 8px;
}
    .top-menu-wrapper {
    height: 50px;
}
    .logo {
    width: 68px;
    height: 40px;
    margin-top: 6px;
    margin-right: auto;
        margin-left: auto;
        float: none!important;
}
.logo a {
    background-size: 100%;
    width: 68px;
    height: 40px;
}
    .menu-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,.7);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        z-index: 10;
    }
    .menu-mobile.show-menu {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    .mydtac-wrapper {
/*        display: none;*/
        position: absolute;
        width: 100%;
        height: auto;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
        padding: 60px 20px 10px;
        padding-bottom: 40px;
    }
    
    .menu-wrapper {
/*        display: none;*/
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
        padding: 60px 20px 10px;
        overflow: hidden;
        overflow-y: auto;
        padding-bottom: 40px;
    }
    .row-dropdown {
        margin-bottom: 5px;
    }
    .row-dropdown .col-customer {
        border-right: 1px solid #c0c0c0;
    }
    .row-dropdown .dropdown {
        margin-bottom: -5px;
    }
    .row-dropdown .btn-default {
        background: #fff;
        border-radius: 8px 8px 0 0;
        width: 100%;
        box-shadow: none;
        font-size: 15px;
        height: 45px;
        border: none;
        text-shadow: none;
        text-align: left;padding-left: 20px;
        outline: none;
    }
    .row-dropdown .btn-default:active, .row-dropdown .open>.dropdown-toggle.btn-default {
    color: #454545;
    background-color: #fed500;
    border-color: transparent;
}
    .row-dropdown .btn.active.focus, .row-dropdown .btn.active:focus, .row-dropdown .btn.focus, .row-dropdown .btn:active.focus, .row-dropdown .btn:active:focus, .row-dropdown .btn:focus {
        outline: none;
    }
    .bx-wrapper .bx-controls-direction a {
        z-index: 2;
    }
    .row-dropdown .dropdown-menu {
        min-width: 100%;
        padding: 0;
        margin: 0;
        font-size: 15px;
        background-color: #fff;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
    .row-dropdown .dropdown-menu>li {
        border-top: 1px solid #eeeeee;
    }
    .row-dropdown .dropdown-menu>li:first-child {
        border-top: none;
    }
    .row-dropdown .dropdown-menu>li>a {
        padding: 12px 10px 12px 40px;
        font-weight: normal;
        line-height: 1.42857143;
        color: #444444;
        position: relative;
    }
    .row-dropdown .dropdown-menu>li:nth-child(odd)>a {
        background-color: #f8f8f8;
    }
    .row-dropdown .col-customer .dropdown-menu>li>a:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #6f6f6f;
        position: absolute;
        top: 18px;
        left: 18px;
    }
    .row-dropdown .btn .caret {
        border: none;
        background: url(/images/2017/ico-arrw-dd.png) 0 0 no-repeat;
        background-size: 100%;
        width: 13px;
        height: 8px;
        margin-left: 10px;
        margin-top: -4px;
    }
    .row-dropdown .col-lang .btn-default {
        padding-left: 45px;
    }
    .row-dropdown .col-lang .dropdown-menu>li>a {
        padding-left: 45px;
    }
    .ico-flag {
        display: inline-block;
        width: 29px;
        height: 18px;
        margin-right: 10px;
        position: absolute;
        top: 13px;
        left: 10px;
    }
    .ico-flag.ico-flag-th {
        background: url(/images/2017/flag-th-2x.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .ico-flag.ico-flag-en {
        background: url(/images/2017/flag-en-2x.png) 0 0 no-repeat;
        background-size: 100%;
    }
    
    .row-menu {
        margin-bottom: 0;
    }
    .row-menu .sub-menu {
        display: none;
    }
    .row-menu h2 {
        color: #009de0;
        font-size: 22px;
        height: 50px;
        margin: 0;
        line-height: 2.2;
    }
    .row-main-menu h2 {
        background-color: #009de0;
        color: #fff;
    }
    .row-mydtac-menu {
        margin-top: 20px;
    }
    .row-mydtac-menu h2 {
        background-color: #009de0;
        color: #fff;
        height: auto;
        padding-bottom: 15px;
    }
    .row-menu .main-menu {
        border-bottom: 1px solid #d0d0d0;
    }
    .row-menu .main-menu li {
        border-top: 1px solid #d0d0d0;
    }
    .row-menu.row-about-menu .main-menu li:first-child {
        border-top: none;
    }
    .row-menu .main-menu li a {
        display: block;
        color: #444;
        font-size: 18px;
        padding: 12px 15px;
    }
    .row-menu.row-main-menu .main-menu li a {
        background-color: #f3f3f3;
    }
    .row-menu.row-mydtac-menu .main-menu li a {
        background-color: #f3f3f3;
    }
    .row-menu .main-menu li.has-submenu a {
        position: relative;
    }
    .row-menu .main-menu li.has-submenu > a:after {
        content: '+';
        display: block;
        position: absolute;
        top: 5px;
        right: 20px;
        font-size: 25px;
    }
    .row-menu .main-menu li.has-submenu > a.active:after {
        content: '-';
    }
    .row-menu.row-main-menu .main-menu li .sub-menu a {
        background-color: #dedede;
        font-size: 16px;
        position: relative;
        padding-left: 45px;
    }
    .row-menu.row-main-menu .main-menu li .sub-menu a:before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        background-color: #434343;
        border-radius: 2px;
        position: absolute;
        top: 20px;
        left: 26px;
    }
    .btn-login {
        display: block;
        width: 120px;
        margin: 0 auto;
        line-height: 1.6;
    }
    .my-dtac-mobile.active {
        background-color: #444;
        border-color: #444;
    }
    .my-dtac-mobile.active a {
        color: #fff;
        border-color: #444;
    }
    .my-dtac-mobile.active a:after {
        background: url(/images/2017/icon-user-active.png) 0 0 no-repeat;
        background-size: 100%;
    }
    
    .main-hilight {
        padding-top: 0;
    }
    
/*
    .ss-galaxys8 .btn-detail {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }
*/
    
    .slider-hl .bxslider > li .wrapper {
        height: auto;
    }
    
    .bx-wrapper .bx-controls-direction a {
    margin-top: -20px;
    width: 21px;
    height: 39px;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/images/2017/icon-slide-prev.png) 0 0 no-repeat!important;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(/images/2017/icon-slide-next.png) 0 0 no-repeat!important;
}
    
    
    
    .slider-content .item.mnp .box-txt {
    padding: 40px 0 0 25px;
}
    .slider-content .item.mnp .box-txt h2 {
        font-size: 46px;
    }
    .slider-content .item.mnp .box-txt p {
    font-size: 22px;
    }
    
    .slider-content .item.mnp .box-txt p span {
    font-size: 32px;
}
    
    .reward-icon {
    width: 264px;
}
    .slider-content .bxslider .item {
    height: 520px;
}
.slider-content .bxslider .item .wrapper {
    height: 520px;
}
    .slider-content .bxslider .item.go-package {
    height: 470px;
}
    .slider-content .bxslider .item.go-package .wrapper {
    height: 235px;
}
    .slider-content .item.go-package .box-txt {
        
    }
    .slider-content .item.go-package .box-txt {
        padding-top: 180px;
    text-align: right!important;
    padding-right: 15px!important;
}
    .go-package {
        background: url(/images/2017/go-package-m.jpg) center center no-repeat;
    background-size: 100% auto;
    }
.vr {
    background: url(/images/2017/bg-vr-m.png) center center no-repeat;
    background-size: cover;
}
.banner-s8 {
    background: url(/images/2017/slide-banner/bg-s8-m.jpg) center center no-repeat;
    background-size: cover;
}
    .item.banner-s8 .group-txt {
    margin-left: 0;
    padding-top: 390px;
    float: none;
}
.item.banner-s8 .group-txt .txt-price {
    font-size: 25px;
}
.item.banner-s8 .group-txt .txt-price span {
    font-size: 28px;
}
    .item.banner-s8 .group-txt .group-btn {
        text-align: center;
    }
    .vr:after {
        content: '';
        display: block;
        background: url(/images/2017/bg-vr-graphic-m.png) center center no-repeat;
    background-size: cover;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 262px;
    }
    .slider-content .item.vr .box-txt {
    padding: 0 0 0 20px;
        position: absolute;
        bottom: 30px;
        right: 10px;
        z-index: 1;
}
    .slider-content .item.vr .box-txt h2 {
    color: #fff;
    font-size: 50px;
        margin-bottom: 5px;
}
.slider-content .item.vr .box-txt p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 0;
}
    .slider-content .item.vr .box-txt .btn-detail {
/*
        position: absolute;
        top: 94px;
        right: 0;
*/
    }
    .btn-round {
    font-size: 20px;
    border: 5px solid #00adef;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 3px 1px 0 rgba(0,0,0,0.2);
}

    .btn-round:focus, .btn-round:visited {
        color: #009de0!important;
    }
	.btn-round:hover, .btn-round:active {
        color: #fff!important;
    }
    
.easy-package {
    background: url(/images/2017/bg-mobile-laptop-m.png) center center no-repeat;
    background-size: cover;
}
    
  .slider-content .item.easy-package .box-txt {
    padding: 80px 20px 0 0;
      text-align: right;
}
.slider-content .item.easy-package .box-txt h2 {
/*    font-size: 52px;*/
    font-size: 34px;
    margin-bottom: 5px;
}
.slider-content .item.easy-package .box-txt h2 span {
    font-size: 30px;
    margin-bottom: 5px;
}
.slider-content .item.easy-package .box-txt p {
    font-size: 20px;
    margin-bottom: 20px;
}
    .slider-content .item.easy-package .box-txt .btn-detail {
        display: block;
        width: 154px;
        margin-top: 16px;
    }
    .slider-content .item.easy-package .box-txt .group-btn {
        float: right;
    }
    .slider-content .item.easy-package .box-txt .group-btn a {
        margin-right: 0;
        text-align: center;
    }
    .en .slider-content .item.easy-package .box-txt .group-btn a {
        text-align: center;
    }
    
.mnp {
    background: url(/images/2017/bg-mnp-mobile.jpg) center center no-repeat;
    background-size: cover;
}
    .slider-content .item.mnp .box-txt .btn-detail {
/*
        position: absolute;
        bottom: 25px;
        right: 30px;
*/
    }
.wifi-calling {
    background: url(/images/2017/bg-wificall-m.png) center center no-repeat;
    background-size: cover;
}
    .slider-content .item.wifi-calling .box-txt {
    padding: 0;
        position: absolute;
        bottom: 28px;
        left: 20px;
}
.slider-content .item.wifi-calling .box-txt h2 {
    font-size: 48px;
}
.slider-content .item.wifi-calling .box-txt p {
    font-size: 22px;
    margin-bottom: 20px;
}
    
.dtac-reward {
    background: url(/images/2017/bg-coffee-m.png) center center no-repeat;
    background-size: cover;
}
    .slider-content .item.dtac-reward .box-txt {
    padding: 50px 0 0;
        text-align: center;
}
    .logo-reward {
        width: 266px;
        margin: 0 auto 20px;
    }
    .slider-content .item.dtac-reward .box-txt p {
    font-size: 20px;
    margin-bottom: 20px;
}
    .reward-icon {
        margin: 0 auto;
    }
    .slider-content .item.dtac-reward .box-txt .btn-detail {
        margin-top: 0;
/*
        position: absolute;
        bottom: 25px;
        right: 25px;
*/
    }
    
    .iphone-red {
    background: url(/images/2017/slide-banner/bg-bn-iphone-m.jpg) center center no-repeat;
    background-size: cover;
}
.slider-content .item.iphone-red .box-txt {
    padding: 25px 0 0;
    text-align: center;
    float: right;
    margin-right: 25px;
}
    .slider-content .item.iphone-red .item-logo {
        margin-bottom: 30px;
    }
.ipad-bn {
    background: url(/images/2017/slide-banner/bg-bn-ipad-m.jpg) center center no-repeat;
    background-size: cover;
}
.slider-content .item.ipad-bn .box-txt {
    padding: 140px 0 0;
    text-align: center;
}
.dtac-phone {
    background: url(/images/2017/slide-banner/dtacphone-m.jpg) center center no-repeat;
    background-size: cover;
}
    .en .dtac-phone {
        background: url(/images/2017/slide-banner/dtacphone-m-en.png) center center no-repeat;
        background-size: cover;
    }
.slider-content .item.dtac-phone .box-txt {
    padding: 40px 5px 0 25px;
}
.slider-content .item.dtac-phone .box-txt h2 {
    font-size: 20px;
}
.slider-content .item.dtac-phone .box-txt h2 span.txt-lg {
    font-size: 28px;
}
.slider-content .item.dtac-phone .box-txt p {
    font-size: 20px;
}
    .slider-content .item.dtac-phone .box-txt .btn-detail {
/*
        position: absolute;
        bottom: 50px;
*/
    }
    
    
    .footer-wrapper {
        padding-bottom: 0px;
        overflow: hidden;
    }
    
    .footer-wrapper .logo {
    margin-top: 28px;
    margin-right: 0;
    margin-bottom: 0;
}
    .col-social {
        overflow: hidden;
    }
    .col-social .logo {
    margin-left: 20px;
        float: left!important;
}
    .col-social .social-icon {
    margin-left: 0;
    margin-bottom: 0;
        float: right;
        margin-top: 25px;
        margin-right: 10px;
}
 
    .col-footer-nav {
        clear: both;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .col-footer-nav .col-nav {
        padding-left: 0;
        padding-right: 0;
    }
    .col-footer-nav .col-nav:last-child {
        border-bottom: 1px solid #73c8ed;
    }
    
    .col-footer-nav .col-nav ul {
        display: none;
        padding-bottom: 20px;
    }
    .col-nav h3 {
        display: inherit;
    margin-top: 0;
    font-family: dtac2017;
    font-size: 18px;
    margin-bottom: 0;
        padding: 12px 2px;
        border-top: 1px solid #73c8ed;
        position: relative;
}
    .col-nav h3:after {
        content: '+';
        display: block;
        width: 26px;
        height: 26px;
        background-color: #fff;
        border-radius: 4px;
        text-align: center;
        color: #019fe0;
        font-size: 22px;
        line-height: 1.1;
        position: absolute;
        top: 8px;
        right: 2px;
    }
    .col-nav h3.active:after {
        content: '-';
    }
    .copyright {
        margin-left: 0 !important;
        text-align: center;
        margin-top: 20px;
    }
    .ss-galaxys8 {
        background: none;
        
    }
    .main-content {
        transform: translateY(0);
    }
    .main-hilight {
    padding-top: 0;
}
    .intro .wrapper {
    padding-top: 50px;
}
    .intro .box-txt h2 {
        font-size: 48px;
    }
    .en .intro .box-txt h2 {
        font-size: 38px;
    }
    .intro .box-txt p {
        font-size: 25px;
    }
    .en .intro .box-txt p {
    font-size: 22px;
    padding-right: 10px;
    padding-left: 10px;
}
    .btn-ctrl-video {
        display: none!important;
    }
    .ss-galaxys8 .wrapper {
    }
/*
    .obj-s8 {
        width: 306px;
        margin: 0 auto;
        position: relative;
        top: 80px;
    }
*/
    .obj-s8 {
    width: 275px;
    margin: 0 auto;
    position: relative;
    top: 63px;
}
    .ss-galaxys8 .txt-price {
        position: absolute;
/*        bottom: 70px;*/
        left: 0;
        width: 100%;
        font-size: 25px;
        color: #fff;
        bottom: 65px;
    }
    
    
    
    .ss-galaxys8 .group-btn {
        bottom: 92px;
        position: absolute;
        bottom: 32px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    
    .ss-galaxys8 .txt-price span {
        font-size: 28px;
    }
    .ss-galaxys8 .btn-buy {
        position: static;
        bottom: 35px;
        width: 135px;
/*
        left: 50%;
        margin-left: -70px;
*/
    }
    .txt-yellow {
        color: #fed501;
    }
    .ico-cart {
        display: inline-block;
        width: 22px;
        height: 20px;
        background: url(/images/2017/icon-cart-dtac.png) 0 0 no-repeat;
        background-size: 100%;
        position: relative;
        top: 5px;
        margin-right: 5px;
    }
    
    .group-btn > *:last-child {
        margin-right: 0!important;
    }
    .en .btn-round {
    font-size: 15px;
    line-height: 2;
}
    .section-smartphone {
    background: url(/images/2017/bg-device-sky-m.png) #9dd7ff center 120% no-repeat;
    background-size: initial;
}
    .row-device {
    padding-bottom: 80px;
}
    .section-smartphone > header {
    padding-top: 30px;
    margin-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
}
    .section-smartphone header h2 {
    font-size: 48px;
}
    .section-smartphone header p {
    font-size: 22px;
}
    .item-total {
        display: none;
    }
    .slider-device .bx-controls .bx-controls-direction {
        display: none;
    }
    .slider-device li {
        opacity: 0.5;
    }
    .slider-device li.active {
        opacity: 1;
    }
    .logo-brand {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .slider-promotion {
        margin-left: 20px;
        margin-right: 20px;
    }
    .slider-promotion li .btn-detail {
    top: auto;
    left: 25px;
}
    .slider-promotion li {
        height: auto;
    }
    .slider-promotion .bx-wrapper .bx-prev {
    left: -10px;
}
    .slider-promotion .bx-wrapper .bx-next {
    right: -10px;
}
    .slider-device .bx-viewport .bxslider {
        padding-left: 52px;
/*
	padding-left: 25%;
    padding-right: 25%;
*/
    
}
    
    
}

@media (max-width: 320px) {
/*
    .row-dropdown .col-lang .btn .caret {
        display: none;
    }
*/
    .ss-galaxys8 .txt-price {
        bottom: 53px;
    }
    .ss-galaxys8 .group-btn {
        bottom: 92px;
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .ss-galaxys8 .btn-buy {
        bottom: 15px;
    }
    .slider-content .item.mnp .box-txt {
    padding: 30px 0 0 15px;
}
    
    
}

@media (max-width: 370px) {
    .chatbox-form {
        border-radius: 0 0 6px 6px;
/*        width: 280px;*/
        width: 280px;
        height: 180px;
    }
    .chatbox-form header {
        position: absolute;
        top: -60px;
        left: -2px;
        right: -2px;
    }
    .chat-area {
        padding: 30px 24px 25px 10px;
    }
    .chat-question:before {
        background: url(/images/2017/chatbox-ico-q@2x.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .chat-answer:before {
        background: url(/images/2017/chatbox-ico-a@2x.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .chat-area .box-text {
        border-radius: 6px;
        padding: 8px 10px;
    }
    .chat-input {
        margin-top: 15px;
    }
    .chat-input:before {
        background: url(/images/2017/chatbox-ico-person@2x.png) 0 0 no-repeat;
        background-size: 100%;
        top: 8px;
        left: 10px;
    }
    .chat-input .input-form input[type="text"] {
        font-size: 14px;
        height: 38px;
    }

    .chat-box .btn-close {
        background: url(/images/2017/chatbox-ico-close@2x.png) 0 0 no-repeat;
        background-size: 100%;
    }
    
    .chat-wrapper {
        height: auto;
        overflow: auto;
    }
    
}

@media (min-width: 371px) and (max-width: 767px) {
    .chatbox-form {
        border-radius: 0 0 6px 6px;
/*        width: 280px;*/
        width: 340px;
        height: 180px;
    }
    .chatbox-form header {
        position: absolute;
        top: -74px;
        left: -2px;
        right: -2px;
    }
    .chat-area {
        padding: 40px 24px 25px 10px;
    }
    .chat-question:before {
        background: url(/images/2017/chatbox-ico-q@2x.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .chat-answer:before {
        background: url(/images/2017/chatbox-ico-a@2x.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .chat-area .box-text {
        border-radius: 6px;
        padding: 8px 10px;
    }
    .chat-input {
        margin-top: 15px;
    }
    .chat-input:before {
        background: url(/images/2017/chatbox-ico-person@2x.png) 0 0 no-repeat;
        background-size: 100%;
        top: 8px;
        left: 10px;
    }
    .chat-input .input-form input[type="text"] {
        font-size: 14px;
        height: 38px;
    }

    .chat-box .btn-close {
        background: url(/images/2017/chatbox-ico-close@2x.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .chat-wrapper {
        height: auto;
        overflow: auto;
    }
    
}

@media (min-width: 380px) and (max-width: 767px) {
    
    .section-smartphone {
    background: url(/images/2017/bg-device-sky-m.png) #9dd7ff center 100% no-repeat;
    background-size: initial;
}
    
}



@media (max-width: 767px) {
    .footer-wrapper footer {
        padding: 0 0 130px;
    }
    
/*
    .chat-box {
        display: none!important;
    }
*/
	.logo-brand li.brand-oppo {
		clear: both;
	}
    
    .obj-ss8 {
        width: 100%;
    }
    
    .visible-ls {
        display: none!important;
    }
    .hidden-ls {
        display: block!important;
    }
}



@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) {
    .hidden-ls {
        display: none!important;
    }
    .visible-ls {
        display: block!important;
    }
    
    .ss-galaxys8 .obj-ss8 {
        width: 100%;
    }
    
    
    
}

@media (min-width: 768px) and (max-width: 1023px) {
    .fixed {
        overflow: hidden;
    }
    .wrapper {
    max-width: 100%;
}
    .header-wrapper {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        z-index: 10000;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
        -webkit-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }
    .header-wrapper .wrapper {
    max-width: 100%!important;
}
    .main-content {
/*
        position: fixed;
        top: 0;
        left: 0;
    z-index: 9;
        width: 100%;
    height: 100%;
    overflow: auto;
        -webkit-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-overflow-scrolling: touch;
*/
        background-color: #fff;
/*
        position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 0;
    -webkit-overflow-scrolling: touch;
*/
    }
    .main-content > section {
    }
    .bottom-menu-wrapper, .menu-customer, .top-nav {
        display: none!important;
    }
    .btn-menu-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 76px;
        height: 50px;
        background: #009edf;
    }
    .btn-menu-mobile a {
        display: block;
        color: #fff!important;
        height: 50px;
        font-size: 22px;
        position: relative;
        text-decoration: none!important;
    }
    .en .btn-menu-mobile a {
        font-size: 14px;
    }
    .btn-menu-mobile a i {
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #fff;
        left: 10px;
    }
    .btn-menu-mobile a i.menu-line-top {
        top: 18px;
        -webkit-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
    }
    .btn-menu-mobile a.show-close i.menu-line-top {
        -webkit-transform: translate(0, 6px) rotate(45deg);
        transform: translate(0, 6px) rotate(45deg);
    }
    .btn-menu-mobile a i.menu-line-middle {
        width: 12px;
        top: 24px;
        -webkit-transition: transform .6s ease-in-out, opacity .4s ease-in-out;
        transition: transform .6s ease-in-out, opacity .4s ease-in-out;
    }
    
    .btn-menu-mobile a.show-close i.menu-line-middle {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .btn-menu-mobile a i.menu-line-bottom {
        top: 30px;
        -webkit-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
    }
    .btn-menu-mobile a.show-close i.menu-line-bottom {
        -webkit-transform: translate(0, -6px) rotate(-45deg);
        transform: translate(0, -6px) rotate(-45deg);
    }
    .btn-menu-mobile a span {
        display: block;
        line-height: 1;
        padding: 13px 0 0 36px;
    }
    .en .btn-menu-mobile a span {
        padding: 18px 0 0 36px;
    }
    .my-dtac-mobile {
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        width: 100px;
        border-left: 1px solid #ececec;
    }
    .my-dtac-mobile a {
        display: block;
        height: 50px;
        width: 100px;
        border-left: 1px solid #c0c0c0;
        color: #444444;
    font-size: 14px;
        padding-left: 10px;
        padding-top: 4px;
    }
    .my-dtac-mobile a:after {
    content: '';
    display: inline-block;
    background: url(/images/2017/icon-user.png) 0 0 no-repeat;
        background-size: 100%;
    width: 26px;
    height: 26px;
    margin-left: 5px;
        position: relative;
        top: 8px;
}
    .top-menu-wrapper {
    height: 50px;
}
    .logo {
    width: 68px;
    height: 40px;
    margin-top: 6px;
    margin-right: auto;
        margin-left: auto;
        float: none!important;
}
.logo a {
    background-size: 100%;
    width: 68px;
    height: 40px;
}
    .menu-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,.7);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        z-index: 10;
    }
    .menu-mobile.show-menu {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    .mydtac-wrapper {
/*        display: none;*/
        position: absolute;
        width: 100%;
        height: auto;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
        padding: 60px 20px 10px;
        padding-bottom: 40px;
    }
    
    .menu-wrapper {
/*        display: none;*/
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
        padding: 60px 20px 10px;
        overflow: hidden;
        overflow-y: auto;
        padding-bottom: 40px;
    }
    .row-dropdown {
        margin-bottom: 5px;
    }
    .row-dropdown .col-customer {
        border-right: 1px solid #c0c0c0;
    }
    .row-dropdown .dropdown {
        margin-bottom: -5px;
    }
    .row-dropdown .btn-default {
        background: #fff;
        border-radius: 8px 8px 0 0;
        width: 100%;
        box-shadow: none;
        font-size: 15px;
        height: 45px;
        border: none;
        text-shadow: none;
        text-align: left;padding-left: 20px;
        outline: none;
    }
    .row-dropdown .btn-default:active, .row-dropdown .open>.dropdown-toggle.btn-default {
    color: #454545;
    background-color: #fed500;
    border-color: transparent;
}
    .row-dropdown .btn.active.focus, .row-dropdown .btn.active:focus, .row-dropdown .btn.focus, .row-dropdown .btn:active.focus, .row-dropdown .btn:active:focus, .row-dropdown .btn:focus {
        outline: none;
    }
    .bx-wrapper .bx-controls-direction a {
        z-index: 2;
    }
    .row-dropdown .dropdown-menu {
        min-width: 100%;
        padding: 0;
        margin: 0;
        font-size: 15px;
        background-color: #fff;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
    .row-dropdown .dropdown-menu>li {
        border-top: 1px solid #eeeeee;
    }
    .row-dropdown .dropdown-menu>li:first-child {
        border-top: none;
    }
    .row-dropdown .dropdown-menu>li>a {
        padding: 12px 10px 12px 40px;
        font-weight: normal;
        line-height: 1.42857143;
        color: #444444;
        position: relative;
    }
    .row-dropdown .dropdown-menu>li:nth-child(odd)>a {
        background-color: #f8f8f8;
    }
    .row-dropdown .col-customer .dropdown-menu>li>a:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #6f6f6f;
        position: absolute;
        top: 18px;
        left: 18px;
    }
    .row-dropdown .btn .caret {
        border: none;
        background: url(/images/2017/ico-arrw-dd.png) 0 0 no-repeat;
        background-size: 100%;
        width: 13px;
        height: 8px;
        margin-left: 10px;
        margin-top: -4px;
    }
    .row-dropdown .col-lang .btn-default {
        padding-left: 45px;
    }
    .row-dropdown .col-lang .dropdown-menu>li>a {
        padding-left: 45px;
    }
    .ico-flag {
        display: inline-block;
        width: 29px;
        height: 18px;
        margin-right: 10px;
        position: absolute;
        top: 13px;
        left: 10px;
    }
    .ico-flag.ico-flag-th {
        background: url(/images/2017/flag-th-2x.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .ico-flag.ico-flag-en {
        background: url(/images/2017/flag-en-2x.png) 0 0 no-repeat;
        background-size: 100%;
    }
    
    .row-menu {
        margin-bottom: 0;
    }
    .row-menu .sub-menu {
        display: none;
    }
    .row-menu h2 {
        color: #009de0;
        font-size: 22px;
        height: 50px;
        margin: 0;
        line-height: 2.2;
    }
    .row-main-menu h2 {
        background-color: #009de0;
        color: #fff;
    }
    .row-mydtac-menu {
        margin-top: 20px;
    }
    .row-mydtac-menu h2 {
        background-color: #009de0;
        color: #fff;
        height: auto;
        padding-bottom: 15px;
    }
    .row-menu .main-menu {
        border-bottom: 1px solid #d0d0d0;
    }
    .row-menu .main-menu li {
        border-top: 1px solid #d0d0d0;
    }
    .row-menu.row-about-menu .main-menu li:first-child {
        border-top: none;
    }
    .row-menu .main-menu li a {
        display: block;
        color: #444;
        font-size: 18px;
        padding: 12px 15px;
    }
    .row-menu.row-main-menu .main-menu li a {
        background-color: #f3f3f3;
    }
    .row-menu.row-mydtac-menu .main-menu li a {
        background-color: #f3f3f3;
    }
    .row-menu .main-menu li.has-submenu a {
        position: relative;
    }
    .row-menu .main-menu li.has-submenu > a:after {
        content: '+';
        display: block;
        position: absolute;
        top: 5px;
        right: 20px;
        font-size: 25px;
    }
    .row-menu .main-menu li.has-submenu > a.active:after {
        content: '-';
    }
    .row-menu.row-main-menu .main-menu li .sub-menu a {
        background-color: #dedede;
        font-size: 16px;
        position: relative;
        padding-left: 45px;
    }
    .row-menu.row-main-menu .main-menu li .sub-menu a:before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        background-color: #434343;
        border-radius: 2px;
        position: absolute;
        top: 20px;
        left: 26px;
    }
    .btn-login {
        display: block;
        width: 140px;
        margin: 0 auto;
        line-height: 1.6;
    }
    .my-dtac-mobile.active {
        background-color: #444;
        border-color: #444;
    }
    .my-dtac-mobile.active a {
        color: #fff;
        border-color: #444;
    }
    .my-dtac-mobile.active a:after {
        background: url(/images/2017/icon-user-active.png) 0 0 no-repeat;
        background-size: 100%;
    }
    
    
    
    
    .slider-hl .bxslider > li .wrapper {
        height: 600px;
    }
    .obj-mobile-main {
    top: -20px;
    left: 0;
    margin-left: 0;
}
 .ss-galaxys8 .box-txt {
    margin: 30px 0 0;
     padding-right: 20px;
}   
    .ss-galaxys8 .box-txt li {
        margin-bottom: 10px;
    }
    .obj-txt {
    margin: -250px 0 0 130px;
        width: 220px;
}
    .obj-txt img {
        max-width: 100%;
    }
    .obj-mobile {
    margin: -150px 0 0 70px;
        width: 280px;
}
    .obj-mobile img {
        max-width: 100%;
    }
    
    .slider-content .bxslider .item .wrapper, .slider-content .bxslider .item {
        height: 100vh;
    }
    .vr:after {
    height: 418px;
}
    .slider-content .item.vr .box-txt {
    bottom: 40px;
    right: 50px;
}
    .slider-content .item.vr .box-txt .btn-detail {
        position: static;
    }
    .slider-content .item.vr .box-txt p {
        padding-left: 0;
    }
    .slider-content .item.easy-package .box-txt {
        padding-top: 150px;
        padding-right: 50px;
    }
    .slider-content .item.easy-package .box-txt .btn-detail {
        display: inline-block;
        margin-left: 0;
    }
    .slider-content .item.mnp .box-txt .btn-detail {
    bottom: 100px;
    right: 50px;
}
    .slider-content .item.wifi-calling .box-txt {
    bottom: 100px;
    left: 50px;
}
/*
    .slider-content .item.dtac-reward .box-txt {
        padding-top: 150px;
    }
*/
    .slider-content .item.dtac-reward .box-txt .btn-detail {
        position: static;
        margin-top: 40px;
    }
    .col-footer-nav .col-nav:last-child {
        border-bottom: none;
    }
    .col-nav h3 {
        border-top: none;
    }
    .col-nav h3:after {
        display: none;
    }
    .col-footer-nav .col-nav ul {
        display: inherit;
    }
    .col-footer-nav {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}
    .col-footer-nav .col-nav {
        padding-left: 15px;
        padding-right: 15px;
    }
    .copyright {
        padding-top: 20px;
    }
    
    .slider-content .item.iphone-red .box-txt {
    padding: 240px 0 0;
}
    .slider-content .item.ipad-bn .box-txt {
    padding: 240px 0 0;
}
    .slider-content .item.dtac-phone .box-txt {
    padding: 100px 0 0 60px;
}
    .slider-content .item.dtac-phone .box-txt .btn-detail {
    position: static;
}
    
    .slider-device li {
    opacity: 1;
}
    
    .footer-wrapper {
        padding-bottom: 0px;
        overflow: hidden;
    }
    
    .footer-wrapper .logo {
    margin-top: 28px;
    margin-right: 0;
    margin-bottom: 0;
}
    .col-social {
        overflow: hidden;
    }
    .col-social .logo {
    margin-left: 20px;
        float: left!important;
}
    .col-social .social-icon {
    margin-left: 0;
    margin-bottom: 0;
        float: right;
        margin-top: 25px;
        margin-right: 10px;
}
 
    .col-footer-nav {
        clear: both;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .slider-device {
     width: 100%!important; 
    margin: 0 auto!important;
}
    .slider-content .bxslider .item .wrapper, .slider-content .bxslider .item {
        height: 450px;
    }
    .slider-content .item.easy-package .box-txt {
    padding: 110px 0 0 320px!important;
}
    .slider-content .item.dtac-reward .box-txt {
    padding-top: 100px;
}
    .slider-content .bxslider .item.go-package .wrapper, .slider-content .bxslider .item.go-package {
        height: 330px;
    }
    .slider-content .item.go-package .box-txt {
    padding-top: 260px;
}
    .logo-brand {
        width: 630px;
    margin: 0 auto 30px;
    }
    .row-promotion {
    padding-bottom: 20px;
}
    .slider-promotion li {
        height: 180px!important;
    }
    .section-smartphone header h2 {
        font-size: 60px;
    }
    .section-smartphone header p {
        font-size: 25px;
    }
    .row-device {
        width: 562px!important;
    }
    .section-smartphone {
    background: url(/images/2017/bg-device-sky.jpg) #9dd7ff center 92% no-repeat!important;
    background-size: 100% auto!important;
}
    .slider-promotion .bx-wrapper .bx-controls-direction a {
        margin-top: -30px;
        width: 21px;
    height: 39px;
    }
    .slider-promotion .bx-wrapper .bx-prev {
        background: url(/images/2017/icon-slide-prev.png) 0 0 no-repeat!important;
    background-size: 100%!important;
        left: 0;
}
    .slider-promotion .bx-wrapper .bx-next {
        right: 0;
        background: url(/images/2017/icon-slide-next.png) 0 0 no-repeat!important;
    background-size: 100%!important;
}
    .item-total {
    right: 80px!important;
    top: -36px!important;
}
    .obj-mobile-main {
    top: 110px!important;
    left: 50%!important;
    margin-left: -70px!important;
    width: 240px!important;
}
    .obj-txt {
    margin: -110px 0 0 -322px!important;
}
    .obj-mobile {
    margin: 100px 0 0 -375px!important;
}
    .ss-galaxys8 .box-txt li {
    font-size: 14px!important;
}
    .ss-galaxys8 .box-txt {
    margin: -55px 0 0 150px!important;
}
    
    .banner-s8 {
    background: url(/images/2017/slide-banner/bg-s8.jpg) 37% center no-repeat;
    background-size: cover;
}
    .item.banner-s8 .box-txt .list-bl-white {
        display: none;
    }
    .item.banner-s8 .group-txt {
    margin-left: 90px;
}
    
    
}






@media (min-width: 768px) {
    .main-nav li.current {
        position: relative;
    }
    .main-nav li.current:before {
        content: '';
    display: block;
    background: url(/images/2017/arrw-nav-active.png) 0 0 no-repeat;
    width: 14px;
    height: 7px;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -7px;
    }
    .main-nav li.current.current:before {
        margin-left: -11px;
    }
    
    .main-hilight {
    overflow: hidden;
    clear: both;
}
    
    .obj-mobile {
/*
        width: 330px;
        text-align: center;
            margin: 85px 0 0 -465px;
*/
        width: 350px;
    text-align: center;
    margin: 85px 0 0 -490px;
        z-index: 2;
    }
    .en .obj-mobile {
        width: 338px;
            margin: 85px 0 0 -495px;
    }
    .obj-txt {
    /* margin: 130px 0 38px 68px; */
    top: 50%;
    left: 50%;
    margin: -230px 0 0 -513px;
}
    .ss-galaxys8 .txt-price {
    font-size: 38px;
}
    .ss-galaxys8 .txt-price span {
        font-size: 42px;
    }
/*
    .ss-galaxys8 .btn-buy {
        bottom: 10px;
        margin-left: -75px;
    }
*/
    .ss-galaxys8 .box-txt {
    position: absolute;
    /* margin: 215px 0 0 774px; */
    color: #fff;
    top: 50%;
    left: 50%;
    margin: -160px 0 0 190px;
}
    
}

@media (min-width: 768px) and (max-width: 1159px) {
    .wrapper {
    max-width: 98%;
}
    .obj-txt {
    margin: -200px 0 0 -490px;
}
    .obj-mobile {
    margin: 70px 0 0 -480px;
}
    .ss-galaxys8 .box-txt li {
    font-size: 16px;
}
    .ss-galaxys8 .box-txt {
    margin: -125px 0 0 180px;
}
    .slider-content .item.vr .box-txt {
    padding: 110px 0 0 115px;
}
    .slider-content .item.iphone-red .box-txt {
/*    padding: 138px 0 0 561px;*/
        padding-left: 650px;
}
.slider-content .item.ipad-bn .box-txt {
    padding: 138px 0 0px 600px;
}
    
    .slider-content .item.easy-package .box-txt {
    padding: 110px 0 0 500px;
}
    .slider-content .item.easy-package .box-txt h2 {
    font-size: 46px;
}
    
    .slider-content .item.mnp .box-txt {
    padding: 100px 0 0 65px;
}
    .slider-content .item.wifi-calling .box-txt h2 {
    font-size: 60px;
}
    .slider-content .item.wifi-calling .box-txt {
    padding: 100px 0 0 62px;
}
    .slider-device {
        width: 855px;
        margin: 0 auto;
    }
    .item-total {
    right: 152px;
        top: -30px;
}
    .section-smartphone > header {
    margin-bottom: 70px;
        padding-left: 40px;
}
    .slider-device .bx-controls .bx-controls-direction {
    position: absolute;
    top: -40px;
    right: 0;
}
    .section-smartphone {
    background: url(/images/2017/bg-device-sky.jpg) #9dd7ff center 88% no-repeat;
    background-size: 100% auto;
}
    .row-device {
    padding-bottom: 90px;
}
    .row-promotion.wrapper {
        background-color: #fff;
        max-width: 100%;
        padding-left: 1%;
        padding-right: 1%;
    }
    
    
    
}

@media (min-width: 960px) and (max-width: 1024px) {
    html, body {
        overflow: hidden;
        overflow-y: scroll;
    }
    .bx-wrapper .bx-controls-direction a {
        margin-top: -65px;
    }
    .logo-brand {
    width: 900px!important;
}
    
    .item.banner-s8 .group-txt {
    margin-left: 75px;
}
    .item.banner-s8 .box-txt .list-bl-white {
    margin-left: 195px;
    width: 380px!important;
}
    
}

@media (min-width: 1024px) {
    .logo-brand {
        width: 1008px;
        margin: 0 auto 20px;
}
    .en .item.banner-s8 .box-txt .list-bl-white {
    width: 440px;
}
    
    
}


@media (min-width: 1360px) {
    .slider-promotion .bx-wrapper .bx-prev {
        left: -95px;
    }
    .slider-promotion .bx-wrapper .bx-next {
        right: -95px;
    }
    
    
    
}

@media (min-width: 1600px) {
    .slider-content .item.dtac-phone .box-txt {
    padding: 45px 0 0 0;
}
    #bg_video {
        height: 800px!important;
    }
    .intro .wrapper {
    height: 700px;
}
    
}
button[disabled] {
    cursor: default;
    background-color: #ececec;
    color: #ccc;
}