.dtac-2020_tabs-control .inner-tabs-control {
    overflow: visible;
}


/* Banner */

.block-banner.iphone-11 {
    background: #1aa9f7;
}

.block-banner.iphone-11-pro {
    background: #ffffff;
}


/* Dropdown */

.dtac-dd {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.dtac-dd-toggle {
    padding: 0;
    font-size: 19px;
    color: #1A1A1A;
    transition: all 0.35s ease-in-out 0s;
}

.dtac-dd-toggle::before {
    content: '';
    display: inline-block;
    background: url(/cms-storage/apple2020/icon-dropdown-iphone@2x.png) 0 0 no-repeat;
    background-size: 100%;
    width: 18px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
    transition: all 0.35s ease-in-out 0s;
}

.dtac-dd-toggle.active {
    color: #19aaf8;
}

.dtac-dd-toggle.active::before {
    background: url(/cms-storage/apple2020/icon-dropdown-iphone-active@2x.png) 0 0 no-repeat;
    background-size: 100%;
}

.dtac-dd-toggle:hover {
    color: #19aaf8;
}

.dtac-dd-toggle:hover::before {
    background: url(/cms-storage/apple2020/icon-dropdown-iphone-active@2x.png) 0 0 no-repeat;
    background-size: 100%;
}

.dtac-dd-toggle::after {
    content: '';
    display: inline-block;
    background: url(/cms-storage/apple2020/icon-arrw-dropdown@2x.png) 0 0 no-repeat;
    background-size: 100%;
    width: 15px;
    height: 9px;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    transition: all 0.35s ease-in-out 0s;
}

.dtac-dd-toggle.active::after {
    background: url(/cms-storage/apple2020/icon-arrw-dropdown-active@2x.png) 0 0 no-repeat;
    background-size: 100%;
}

.dtac-dd-toggle:hover::after {
    background: url(/cms-storage/apple2020/icon-arrw-dropdown-active@2x.png) 0 0 no-repeat;
    background-size: 100%;
}

.dtac-dd-toggle.dd-ipad::before {
    background: url(/cms-storage/apple2020/icon-dropdown-ipad@2x.png) 0 0 no-repeat;
    background-size: 100%;
    width: 23px;
    height: 32px;
}

.dtac-dd-toggle.dd-ipad.active::before {
    background: url(/cms-storage/apple2020/icon-dropdown-ipad-active@2x.png) 0 0 no-repeat;
    background-size: 100%;
}

.dtac-dd-toggle.dd-ipad:hover::before {
    background: url(/cms-storage/apple2020/icon-dropdown-ipad-active@2x.png) 0 0 no-repeat;
    background-size: 100%;
}

.dtac-dd-toggle.dd-watch::before {
    background: url(/cms-storage/apple2020/icon-dropdown-watch@2x.png) 0 0 no-repeat;
    background-size: 100%;
    width: 17px;
    height: 28px;
    top: -1px;
}

.dtac-dd-toggle.dd-watch.active::before {
    background: url(/cms-storage/apple2020/icon-dropdown-watch-active@2x.png) 0 0 no-repeat;
    background-size: 100%;
}

.dtac-dd-toggle.dd-watch:hover::before {
    background: url(/cms-storage/apple2020/icon-dropdown-watch-active@2x.png) 0 0 no-repeat;
    background-size: 100%;
}

.dtac-dd-toggle.dd-fold::before {
    background: url(/cms-storage/apple2020/icon-dropdown-fold@2x.png) 0 0 no-repeat;
    background-size: 100%;
    width: 50px;
    height: 30px;
    top: -1px;
}

.dtac-dd-toggle.dd-fold.active::before {
    background: url(/cms-storage/apple2020/icon-dropdown-fold-active@2x.png) 0 0 no-repeat;
    background-size: 100%;
}

.dtac-dd-toggle.dd-fold:hover::before {
    background: url(/cms-storage/apple2020/icon-dropdown-fold-active@2x.png) 0 0 no-repeat;
    background-size: 100%;
}

.dtac-dd-content {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 30px;
    background: rgba(255, 255, 255, .95);
    min-width: 12em;
    padding: 0;
    border-radius: 0 0 .2em .2em;
    border: 1px solid #D3D3D3;
    border-top: 6px solid #19AAF8;
    border-radius: 0 0 3px 3px;
}

.dtac-dd-content hr {
    margin: 5px 0;
}

.dtac-dd-content a {
    text-decoration: none;
    padding: .5em 1em;
    display: block;
    text-align: left;
    line-height: 1;
    color: #1A1A1A;
    margin: 5px 0;
}

.dtac-dd-content a:hover {
    color: #19AAF8;
}

.product-nav {
    clear: both;
    border-bottom: 1px solid #D3D3D3;
    padding: 0;
}

.product-nav .row-nav {
    display: flex;
    justify-content: center;
}

.product-nav .row-nav .dd-nav-item {
    margin: 0 60px;
}

.product-nav .dtac-dd {
    height: 90px;
    padding: 30px 0;
}

.product-nav .dtac-dd-content {
    margin-top: -6px;
}

.tabs-container.tabs-icon {
    bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #D3D3D3;
}

.tabs-container.tabs-icon .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs-container.tabs-icon .nav-tabs .nav-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin-left: 35px;
    margin-right: 35px;
}

.tabs-container.tabs-icon .nav-tabs .nav-item .nav-link {
    position: static;
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
}

.tabs-container.tabs-icon .nav-tabs .nav-item .nav-link span {
    display: inline-block;
    font-size: 19px;
}

.tabs-container.tabs-icon .nav-tabs .nav-item .nav-link::after {
    bottom: 0;
    height: 6px;
}

.nav-device::before {
    content: '';
    display: inline-block;
    /*background: url(/cms-storage/apple2020/icon-tab-device@2x.png) 0 0 no-repeat;*/
    background: url(/cms-storage/apple2020/icon-dropdown-iphone@2x.png) center center no-repeat;
    background-size: 100%;
    width: 18px;
    height: 31px;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
    transition: all 0.35s ease-in-out 0s;
}

.nav-device:hover::before,
.nav-device.active::before {
    /*background: url(/cms-storage/apple2020/icon-tab-device-active@2x.png) 0 0 no-repeat;*/
    background: url(/cms-storage/apple2020/icon-dropdown-iphone-active@2x.png) center center no-repeat;
    background-size: 100%;
}

.nav-compare::before {
    content: '';
    display: inline-block;
    background: url(/cms-storage/apple2020/icon-tab-compare@2x.png) center center no-repeat;
    background-size: 100%;
    width: 22px;
    height: 34px;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
    transition: all 0.35s ease-in-out 0s;
}

.nav-compare:hover::before,
.nav-compare.active::before {
    background: url(/cms-storage/apple2020/icon-tab-compare-active@2x.png) center center no-repeat;
    background-size: 100%;
}

.nav-price::before {
    content: '';
    display: inline-block;
    background: url(/cms-storage/apple2020/icon-tab-price@2x.png) center center no-repeat;
    background-size: 100%;
    width: 37px;
    height: 37px;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 0.35s ease-in-out 0s;
}

.nav-price:hover::before,
.nav-price.active::before {
    background: url(/cms-storage/apple2020/icon-tab-price-active@2x.png) center center no-repeat;
    background-size: 100%;
}

.tabs-container.tabs-icon .ld-btn-home {
    margin-right: auto;
    font-size: 19px;
    color: #1A1A1A;
}

.tabs-container.tabs-icon .ld-btn-home::before {
    content: '';
    display: inline-block;
    background: url(/cms-storage/apple2020/icon-device-home@2x.png) 0 0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 32px;
    height: 26px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.tabs-container.tabs-icon .dtac-dd {
    margin-left: 0;
    margin-right: auto;
}

.tabs-container.tabs-icon .button-control {
    width: auto;
    margin-top: 0;
    margin-left: auto;
}

.product-new {
    padding: 50px 0;
}

.row-product-offer {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.row-product-offer .col-item {
    position: relative;
    border-left: 1px solid #D6D6D6;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.row-product-offer .col-item:first-child {
    border-left: none;
}

.row-product-offer .col-item .inner {
    display: inline-block;
    padding-left: 42px;
    background: url(/cms-storage/apple2020/icon-checked-offer@2x.png) 0 2px no-repeat;
    background-size: 28px auto;
    text-align: left;
}

.v2.row-product-offer {
    padding: 30px 0;
    border: 1px solid #d3d3d3;
}

.v2.row-product-offer .col-item .inner {
    text-align: center;
    padding: 0 30px;
    background: transparent;
}

.row-product-offer .col-item h3 {
    font-family: 'dtac_2018regular';
    font-size: 20px;
    margin-bottom: 5px;
}

.row-product-offer .col-item p {
    font-family: 'dtac_2018light';
    font-size: 17px;
    margin-bottom: 0;
}

.row-product-new {}

.row-product-new .card {
    border: none;
    position: relative;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    max-width: 540px;
}

.row-product-new .card .lb-product {
    display: inline-block;
    background-color: #FEF298;
    height: 46px;
    border-radius: 23px;
    text-align: center;
    font-size: 20px;
    padding: 8px 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -23px);
}

.row-product-new .card-body {
    padding: 35px;
}

.row-product-new .card-body .card-title {
    font-family: 'dtac_2018bold';
    font-size: 35px;
}

.row-product-new .card-body .card-text {
    font-size: 20px;
    color: #525252;
    margin-bottom: 25px;
}

.product-recommend {
    background-color: #F5F5F5;
    padding: 40px 0;
}

.product-recommend .col-pic {
    text-align: right;
}

.product-recommend .inner {
    display: inline-block;
    max-width: 550px;
}

.product-recommend .card {
    border: none;
    background: none;
    margin-top: 20px;
    max-width: 365px;
}

.product-recommend .card-body {
    padding: 0;
}

.card-header {
    padding: 0;
    background: none;
    border-bottom: none;
}

.card-body .title-box {
    display: inline-block;
    font-family: 'dtac_2018bold';
    font-size: 40px;
    color: #fff;
    background-color: #19AAF8;
    padding: 40px 40px 30px;
    line-height: 1;
    border-radius: 40px 0 40px 0;
    margin-bottom: 0;
}

.card-body .lb-title-box {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    background-color: #0C1026;
    padding: 20px 40px 10px;
    line-height: 1;
    border-radius: 40px 0 40px 0;
}

.product-recommend .card-body .lb-title-box {
    margin-left: 170px;
}

.product-recommend .card-text {
    margin-top: 30px;
    font-size: 18px;
    color: #525252;
    margin-bottom: 40px;
}

.product-promotion {
    padding: 70px 0;
}

.header-product {
    margin-bottom: 40px;
}

.header-product h2 {
    font-family: 'dtac_2018bold';
    font-size: 35px;
}

.header-product p {
    font-size: 20px;
}

.col-product-item {}

.col-product-item .item {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.col-product-item .item-body {
    margin-top: 40px;
}

.col-product-item .item-body .item-title {
    font-family: 'dtac_2018bold';
    font-size: 35px;
}

.col-product-item .item-body .item-title a {
    color: #1A1A1A;
}

.col-product-item .item-body .item-text {
    font-family: 'dtac_2018light';
    font-size: 16px;
}

.col-product-item .item-body .item-text strong {
    font-family: 'dtac_2018regular';
    font-weight: normal;
}

.col-product-item .item-body .price {
    font-family: 'dtac_2018bold';
    font-size: 26px;
    line-height: 1;
    margin-bottom: 30px;
}

.col-product-item .item-body .price small {
    display: block;
    font-family: 'dtac_2018regular';
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 10px;
}

.col-product-item .item-body .btn {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.col-product-item .item-body .card-link {
    font-size: 18px;
    color: #007AD0;
}

.col-product-item .item-body .card-link:hover {
    text-decoration: underline;
}

.col-product-item .item-body .card-link::after {
    content: '';
    display: inline-block;
    background: url(/cms-storage/apple2020/icon-more@2x.png) 0 0 no-repeat;
    background-size: 100%;
    width: 7px;
    height: 13px;
    margin-left: 8px;
    vertical-align: middle;
}

.product-other {
    background-color: #F5F5F5;
    padding: 50px 0;
}

.product-other .col-product-item .item {
    max-width: 450px;
}

.product-other .col-product-item .item-body {
    margin-top: 20px;
}

.product-other .col-product-item .item-body .item-title {
    margin-bottom: 20px;
}

.product-offer {
    padding: 70px 0;
}

.product-offer .col-product-item .item {
    max-width: 348px;
    border: none;
    text-align: left;
}

.product-offer .col-product-item .card-title {
    font-family: 'dtac_2018bold';
    font-size: 32px;
}

.product-offer .col-product-item .card-title a {
    color: #1A1A1A;
    font-size: 26px;
}

.product-offer .col-product-item .card-text {
    font-size: 18px;
}

.row-btn .btn:first-child {
    margin-right: 15px;
}

.product-offer .col-product-item .item .card-body {
    padding: 20px 0;
}

.btn-secondary {
    border-radius: 3px !important;
    font-size: 18px;
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 9px;
    min-width: 150px;
    color: #1A1A1A;
    border-color: #767676;
    transition: background-color .35s ease-in-out;
}

.btn-primary {
    border-radius: 3px !important;
    font-size: 18px;
    background-color: #007AD0;
    padding-top: 10px;
    padding-bottom: 9px;
    min-width: 150px;
    transition: background-color .35s ease-in-out;
}

.btn-primary:hover {
    background-color: #036bb5;
}

.tab-content.tab_dtac-2020 {
    padding-top: 0;
}

.tab-content.tab_dtac-2020 .tab-pane:not(#tabs-3) {
    padding-top: 45px;
}

.content-price {
    padding: 70px 0;
}

.header-tabpane {
    margin-bottom: 20px;
}

.header-tabpane h2 {
    font-family: dtac_2018bold;
    font-size: 32px;
}

.header-tabpane p {
    font-family: dtac_2018light;
    font-size: 25px;
}

.list-offer {
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.list-offer ul {
    display: inline-block;
}

.list-offer ul li {
    display: inline-block;
    width: 49%;
    font-family: dtac_2018light;
    font-size: 18px;
    margin: 5px 0;
}

.list-offer ul li::before {
    content: '';
    display: inline-block;
    background: url(/cms-storage/apple2020/ico-list-checked@2x.png) 0 0 no-repeat;
    background-size: 100%;
    width: 25px;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

.tb-price {
    margin-bottom: 70px;
}

.tb-price .table {
    text-align: center;
}

.tb-price th {
    background-color: #007AD0;
    color: #fff;
    font-family: dtac_2018regular;
    font-weight: normal;
    font-size: 19px;
    border-left: 1px solid #fff;
    height: 100px;
    vertical-align: middle;
}

.tb-price th:first-child {
    border-left: 0;
}

.tb-price .row-th-sub {}

.tb-price .row-th-sub th {
    font-size: 18px;
    background-color: #19AAF8;
}

.tb-price td {
    vertical-align: middle;
    background-color: #F5F5F5;
    border-color: #eaeaea;
    border-left: 1px solid #eaeaea;
}

.tb-price td:first-child {
    background-color: #fff;
    border-left: none;
}

.tb-price td strong {
    display: block;
    font-size: 19px;
}

.tb-price td small {
    font-size: 16px;
}

.row-footer {
    margin-bottom: 40px;
}

.row-footer h3 {
    font-family: dtac_2018bold;
    font-size: 25px;
    margin-bottom: 10px;
}

.row-footer ul {
    padding: 0;
    margin: 0;
}

.row-footer li {
    list-style: none;
    margin-bottom: 10px;
}

.row-footer li::before {
    content: '';
    display: inline-block;
    background: url(/cms-storage/apple2020/icon-list-bl@2x.png) 0 0 no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
}

.row-footer li a {
    font-family: dtac_2018light;
    font-size: 17px;
    color: #1A1A1A;
}

.row-applecare .detail {
    margin-left: 80px;
    padding-top: 8px
}

.row-applecare .detail h4 {
    font-size: 16px;
    color: #767676;
}

.row-applecare .detail a {
    color: #007AD0;
}

.btn-view-more::after {
    content: '';
    display: inline-block;
    background: url(/cms-storage/apple2020/icon-more.png) 0 0 no-repeat;
    background-size: 100%;
    width: 4px;
    height: 7px;
    margin-left: 10px;
}

.row-applecare .detail h4 b {
    color: #1A1A1A;
}

.row-applecare .logo {
    float: left;
    width: 62px;
}

.tc {
    margin-top: 30px;
}

.tc .container {
    padding-left: 27px;
}

.tc h4 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 18px;
}

.tc-list {
    padding: 7px 0 0;
}

.tc-list>li {
    position: relative;
    padding-left: 34px;
    list-style: none;
    margin-bottom: 10px;
}

.tc-list>li header {
    font-size: 18px;
    cursor: pointer;
}

.tc-list>li:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://www.dtac.co.th/images/pre-booking-iphone/icon-info.png) center center no-repeat;
    background-size: cover;
}

.tc-list li .content {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tc-list li .content ol {}

.tc-list li .content ol li {
    list-style: decimal;
    padding-left: 10px;
    font-size: 14px;
}

#landing-device section.section-control.tc .container,
#landing-device section.section-control.sc-apple-care .container {
    max-width: 1000px;
}

.tc-list .table thead tr th {
    font-family: dtac_2018bold;
    font-size: 1rem;
    padding: 10px;
}

.tc-list .table tbody tr td {
    font-family: 'dtac_2018regular';
    font-size: 0.875rem;
    padding: 10px;
}

.tc-list .table tbody tr td ul {
    padding: 0;
}

.tc-list .table tbody tr td li {
    list-style: none;
}

.sc-apple-care {
    clear: both;
    margin-top: 30px;
}

.sc-apple-care .container {
    padding: 0 10px;
    max-width: 1170px;
    width: 100%;
}

.box-apple-care {
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 20px 15px 18px;
    overflow: hidden;
}

.box-apple-care p {
    position: relative;
    font-size: 18px;
    padding-left: 45px;
    float: left;
    margin: 0;
}

.box-apple-care p:before {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    top: -7px;
    left: 0;
    background: url(https://www.dtac.co.th/cms-storage/campaign/apple-care/icon-apple-care.png) center center no-repeat;
    background-size: cover;
}

.box-apple-care a {
    position: relative;
    font-size: 18px;
    color: #0091d2;
    float: right;
    padding-right: 15px;
}

.box-apple-care a:hover {
    text-decoration: underline;
}

.box-apple-care a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 7px;
    right: 0;
    border-top: 2px solid #0091d2;
    border-right: 2px solid #0091d2;
    transform: rotate(45deg);
}

.box-apple-care a {
    float: left;
}

.box-apple-care {
    border: none;
    padding-top: 0;
    position: relative;
    padding-left: 80px;
}

.box-apple-care p {
    padding-left: 0;
    position: static;
    float: none;
    display: inline-block;
}

.box-apple-care p:before {
    width: 60px;
    height: 60px;
    background-size: 100% auto;
}


/* style on page */


/* hidden home button */

.ld-btn-home {
    visibility: hidden;
}

.tab-content.tab_dtac-2020 .tab-pane {
    padding-top: 0 !important;
}

.tab-content.tab_dtac-2020 .tab-pane#tabs-2 {
    padding-top: 45px !important;
}

.iphone-compare .table td,
.iphone-compare .table th {
    position: relative;
    float: left;
    padding: 0;
    border: none;
}

.iphone-compare .table td .button-control {
    position: absolute;
    top: 350px;
    left: 0;
    text-align: left;
}

.table-container .table-bordered tbody td.c-blue .txt-td {
    /*height: 57px;
    line-height: 57px;*/
}

.table-bank {
    border: 1px solid #dee2e6 !important;
}

.table-bank thead tr th {
    background-color: #f5f5f5;
}

.table-bank tbody tr td {
    padding: 15px 10px 15px 10px;
}

.table-bank tbody tr td img {
    height: 35px;
    padding-left: 3px;
}

.section-control .section-apple-tv {
    background: #F5F5F5;
    margin-top: 45px;
    padding: 20px;
}

.section-apple-tv .ico-apple-tv {
    display: inline-block;
    position: relative;
    padding: 5px 10px 30px 10px;
}

.txt-th.-left {
    text-align: left;
}

.txt-th .button-control {
    width: auto;
    margin: 0 0 0 10px;
    text-align: center;
}

.txt-th .button-control .sm-btn-blue {
    font-size: 14px;
}

.table-container.-grey .head-table {
    background: none;
}

.table-container.-grey .table-bordered .head-table th::after {
    border-color: transparent;
}


/* Dtac Mobile Care */

.section-dtac-care {
    display: inline-block;
    width: 100%;
    position: relative;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 15px 150px 15px 30px;
    margin: 25px 0 40px;
}

.section-dtac-care h4 {
    font-size: 22px;
    margin: 0 0 5px;
}

.section-dtac-care p {
    margin-bottom: 0;
    font-size: 20px;
}

.section-dtac-care .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: 50%;
    right: 20px;
    display: inline-block;
    font-size: 20px;
    color: #007AD0;
    float: right;
    margin-right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-dtac-care .view-more::after {
    content: "";
    width: 10px;
    height: 15px;
    right: -20px;
    top: 7px;
    position: absolute;
    background: url('https://www.dtac.co.th/dtac-2020/assets/images/svg/caret.svg') center center no-repeat;
}

.col-product-item .item-body h5.item-title {
    font-size: 25px;
}

@media only screen and (max-width:767px) {
    .box-apple-care p,
    .box-apple-care a {
        font-size: 16px;
    }
    .box-apple-care a {
        margin-top: 10px;
    }
    .box-apple-care a:after {
        width: 8px;
        height: 8px;
        top: 6px;
    }
    /* style on page */
    .iphone-specs section>img {
        float: left;
    }
    #landing-device-2020 .tab-content.tab_dtac-2020 {
        padding: 48px 0 0;
    }
    .col-product-item .item-body h5.item-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    body {
        padding-top: 0;
    }
    #main_header .header-bar {
        position: static;
    }
    #main_header .header-bar:after {
        border-bottom: 1px solid #ededed;
    }
    #main_nav,
    .utility-nav-left {
        padding-top: 0;
        top: 50px;
    }
    .product-new {
        padding: 25px 0;
    }
    .product-nav .row-nav .dd-nav-item {
        margin: 0 10px;
    }
    .product-nav .dtac-dd {
        height: 50px;
        padding: 10px 0;
    }
    .product-nav .dtac-dd-content {
        margin-top: -1px;
    }
    .product-nav .dtac-dd-toggle span {
        display: inline-block !important;
        font-size: 14px;
    }
    .product-nav .dtac-dd-toggle::before {
        margin-right: 10px;
    }
    .product-nav .dtac-dd-toggle::after {
        width: 12px;
        height: 6px;
    }
    .product-nav .row-nav .dd-nav-item:first-child .dtac-dd-content {
        right: auto;
        left: 0;
    }
    .row-product-new .card .lb-product {
        height: 30px;
        border-radius: 15px;
        text-align: center;
        font-size: 14px;
        padding: 5px 20px;
        transform: translate(-50%, -15px);
    }
    .row-product-new .card-body {
        padding: 20px;
    }
    .row-product-new .card-body .card-title {
        font-size: 20px;
    }
    .row-product-new .card-body .card-text {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .col-product-item {
        margin-bottom: 50px;
    }
    .product-recommend {
        position: relative;
        padding-top: 160px;
    }
    .product-recommend .col-pic {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .product-recommend .card-header {
        position: absolute;
        top: 35px;
        left: 0;
        padding: 0;
        background: none;
        border: none;
        width: 100%;
        text-align: center;
    }
    .card-body .title-box {
        font-size: 20px;
        padding: 20px 28px 15px;
        border-radius: 20px 0 20px 0;
    }
    .card-body .lb-title-box {
        font-size: 18px;
        padding: 10px 28px;
        border-radius: 20px 0 20px 0;
    }
    .product-recommend .card {
        position: static;
        margin-left: auto;
        margin-right: auto;
    }
    .product-recommend .col-detail {
        position: static;
    }
    .product-recommend .card-text {
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .product-recommend .row-btn {
        text-align: center;
    }
    .product-promotion {
        padding: 35px 0;
    }
    .header-product {
        margin-bottom: 20px;
    }
    .header-product h2 {
        font-size: 20px;
    }
    .header-product p {
        font-size: 15px;
    }
    .col-product-item .item img {
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
    .col-product-item .item-body {
        margin-top: 10px;
    }
    .col-product-item .item-body .item-title {
        font-size: 20px;
    }
    .col-product-item .item-body .item-text {
        font-size: 14px;
    }
    .col-product-item .item-body .price small {
        font-size: 14px;
    }
    .col-product-item .item-body .btn {
        margin-bottom: 10px;
    }
    .col-product-item .item-body .card-link {
        font-size: 14px;
    }
    .col-product-item .item-body .card-link::after {
        width: 5px;
        height: 10px;
        margin-left: 5px;
    }
    .product-promotion .col-product-item {
        margin-bottom: 0;
    }
    .product-other .col-product-item {
        margin-bottom: 25px;
    }
    .product-other .col-product-item:last-child {
        margin-bottom: 0;
    }
    .product-offer {
        padding: 35px 0;
    }
    .product-offer .col-product-item {
        margin-bottom: 0;
    }
    .product-offer .col-product-item .item {
        max-width: 220px;
        text-align: center;
    }
    .product-offer .col-product-item .item img {
        max-width: inherit;
    }
    .product-offer .col-product-item .card-body {
        padding-bottom: 0;
    }
    .product-offer .col-product-item .card-title {
        font-size: 20px;
    }
    .product-offer .col-product-item .card-text {
        font-size: 14px;
    }
    .btn-secondary {
        min-width: 130px;
        padding-top: 7px;
        padding-bottom: 6px;
        font-size: 14px;
    }
    .btn-primary {
        min-width: 130px;
        padding-top: 7px;
        padding-bottom: 6px;
        font-size: 14px;
    }
    .tabs-container.tabs-icon {
        z-index: 1;
    }
    .tabs-container.tabs-icon .ld-btn-home {
        width: 36px;
        height: 27px;
        overflow: hidden;
    }
    .tabs-container.tabs-icon .ld-btn-home span {
        display: block;
        padding-top: 35px;
    }
    .tabs-container.tabs-icon .ld-btn-home::before {
        margin-right: 0;
        position: static;
    }
    .dtac-dd-toggle {
        height: 30px;
        font-size: 16px;
    }
    .dtac-dd-toggle span {
        /*display: none;*/
        margin-left: 10px;
    }
    .dtac-dd-toggle::before {
        margin-right: 0;
        position: relative;
        top: 0;
    }
    .dtac-dd-content {
        /*right: 0;*/
        min-width: 9em;
    }
    .dtac-dd-content a {
        font-size: 14px;
    }
    .tabs-container.tabs-icon .button-control [class*="btn"] {
        min-width: 80px;
        padding: 6px 15px;
    }
    .tabs-container.tabs-icon .container {
        position: relative;
        height: 55px;
    }
    .tabs-container.tabs-icon .nav-tabs {
        /*display: none;*/
        position: absolute;
        margin-top: 52px;
        top: 0;
        left: 0;
        /*margin-left: 25px;*/
        /*z-index: 100;*/
        background-color: #fff;
        width: 100%;
        padding: 0 15px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .10);
    }
    .nav-tabs-selected {}
    .nav-tabs-selected p {
        margin-bottom: 0;
    }
    .nav-tabs-selected a {
        color: #19AAF8;
    }
    .nav-tabs-selected a span {
        position: relative;
        top: 2px;
    }
    .nav-tabs-selected a::after {
        content: '';
        display: inline-block;
        background: url(/cms-storage/apple2020/icon-arrw-dropdown-active@2x.png) 0 0 no-repeat;
        background-size: 100%;
        width: 15px;
        height: 9px;
        vertical-align: middle;
        margin-left: 10px;
        position: relative;
        transition: all 0.35s ease-in-out 0s;
    }
    .nav-device::before,
    .nav-compare::before,
    .nav-price::before {
        top: 0;
        margin-right: 0px;
    }
    .nav-tabs-selected .nav-device::before {
        /*background: url(/cms-storage/apple2020/icon-tab-device-active@2x.png) 0 0 no-repeat;*/
        background: url(/cms-storage/apple2020/icon-dropdown-iphone-active@2x.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .nav-tabs-selected .nav-compare::before {
        background: url(/cms-storage/apple2020/icon-tab-compare-active@2x.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .nav-tabs-selected .nav-price::before {
        background: url(/cms-storage/apple2020/icon-tab-price-active@2x.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .tabs-container.tabs-icon .nav-tabs .nav-item {
        text-align: left !important;
        margin: 0 1%;
        /*display: block;*/
        height: auto;
        float: left;
        width: 31%;
    }
    .tabs-container.tabs-icon .nav-tabs .nav-item span {
        text-align: left;
        font-size: 12px !important;
        width: auto;
    }
    .tabs-container.tabs-icon .nav-tabs .nav-item .nav-link {
        padding: 10px 5px !important;
        /*border-bottom: 1px solid #DDDDDD;*/
    }
    .tabs-container.tabs-icon .nav-tabs .nav-item .nav-link::after {
        height: 3px;
    }
    .tabs-container.tabs-icon .nav-tabs .nav-item:last-child .nav-link {
        border-bottom: none;
    }
    .nav-item .nav-device::before,
    .nav-item .nav-compare::before,
    .nav-item .nav-price::before {
        /*display: none;*/
    }
    .nav-item .nav-device::after,
    .nav-item .nav-compare::after,
    .nav-item .nav-price::after {
        /*display: none;*/
    }
    .nav-device::before {
        width: 13px;
        height: 21px;
    }
    .nav-compare::before {
        width: 15px;
        height: 24px;
    }
    .nav-price::before {
        width: 22px;
        height: 22px;
    }
    .content-price {
        padding: 35px 0;
    }
    .header-tabpane {
        text-align: left !important;
        margin-bottom: 10px;
    }
    .header-tabpane h2 {
        font-size: 20px;
    }
    .header-tabpane p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .list-offer {
        text-align: left;
    }
    .list-offer ul {
        padding: 0;
        margin: 0;
    }
    .list-offer ul li {
        display: block;
        width: 100%;
        font-size: 12px;
        margin: 5px 0;
    }
    .list-offer ul li::before {
        width: 14px;
        height: 14px;
        margin-right: 8px;
    }
    .tb-price {
        margin-bottom: 35px;
    }
    .tb-container {
        position: relative;
    }
    .tb-price .tb-content {
        overflow-x: auto;
    }
    .table-float {
        position: absolute;
        width: 128px;
        top: 0;
        left: -1px;
    }
    .table-float th {
        height: 102px !important;
    }
    .table-float th.th-sm {
        height: 43px !important;
    }
    .tb-price .table {
        max-width: 600px;
    }
    .tb-price .table th,
    .tb-price .table td {
        width: 18%;
        white-space: nowrap;
    }
    .tb-price th {
        font-size: 12px;
        height: auto;
    }
    .tb-price th:first-child {
        font-size: 13px;
    }
    .tb-price .row-th-sub th {
        font-size: 11px;
    }
    .tb-price td strong {
        display: block;
        line-height: 1;
        font-size: 12px;
    }
    .tb-price td small {
        font-size: 10px;
    }
    .tb-price th:first-child,
    .tb-price td:first-child {
        width: 128px;
    }
    .ico-swipe {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url(/cms-storage/apple2020/gesture@2x.png) 0 0 no-repeat;
        background-size: 100%;
        width: 50px;
        height: 50px;
    }
    .dtac-dd-content {
        border-top-width: 2px;
        margin-top: 13px;
    }
    .row-promotion.owl-carousel {
        margin-left: auto;
        margin-right: auto;
    }
    .row-offer.owl-carousel {
        margin-left: auto;
        margin-right: auto;
    }
    .product-content .owl-carousel .owl-dots {
        text-align: center;
        margin-top: 15px;
    }
    .product-content .owl-carousel .owl-dot {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #D1D1D1 !important;
        margin: 0 5px;
    }
    .product-content .owl-carousel .owl-dot.active {
        background: #007AD0 !important;
    }
    .col-product-item:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .row-product-offer {
        flex-direction: column;
        justify-content: flex-start;
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .row-product-offer .col-item {
        border-left: none;
        border-top: 1px solid #D6D6D6;
        padding: 15px 0;
        text-align: left;
    }
    .row-product-offer .col-item:first-child {
        border-top: none;
    }
    .row-product-offer .col-item h3 {
        font-size: 14px;
    }
    .row-product-offer .col-item p {
        font-size: 12px;
    }
    .row-product-offer .col-item .inner {
        padding-left: 30px;
        background: url(/cms-storage/apple2020/icon-checked-offer@2x.png) 0 2px no-repeat;
        background-size: 20px auto;
    }
    .tc-list .table tbody tr td,
    .tc-list .table thead tr th {
        white-space: nowrap;
    }
    .tc-list .content header h3 {
        font-size: 1.25rem;
    }
    .product-recommend .card-body .lb-title-box {
        margin-left: 150px;
    }
}

@media only screen and (max-width: 420px) {
    .tc-list>li header {
        font-size: 1rem;
    }
    .tc-list li .content ol {
        padding-left: 15px;
    }
    .tc h4 {
        font-size: 1.375rem;
    }
    .table-container.-grey .cd-scroll-right {
        top: 120px;
    }
}

@media only screen and (max-width: 320px) {
    .tabs-container .nav-tabs .nav-item .nav-link span {
        padding: 0;
    }
}

@media only screen and (min-width: 992px) {
    .dtac-2020_tabs-control .inner-tabs-control {
        position: fixed;
        top: 57px;
        z-index: 200;
    }
    .tab-content.tab_dtac-2020 {
        padding-top: 101px;
    }
    .row-promotion.owl-carousel,
    .row-offer.owl-carousel {
        display: flex;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-price {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .row-product-offer .col-item h3 {
        font-size: 17px;
    }
    .row-product-offer .col-item p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .row-product-offer .col-item h3 {
        font-size: 17px;
    }
    .row-product-offer .col-item p {
        font-size: 14px;
    }
    .product-offer .col-product-item .card-title {
        font-size: 24px;
    }
    .product-offer .col-product-item .card-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .product-offer .col-product-item .card-body {
        padding-left: 0;
        padding-right: 0;
    }
    .product-nav .dtac-dd-toggle::before {
        margin-right: 2px;
    }
    .product-nav .dtac-dd-toggle::after {
        width: 12px;
        height: 6px;
    }
    .dtac-dd-toggle.dd-ipad::before {
        width: 19px;
    }
    .dtac-dd-toggle::before {
        width: 16px;
    }
}

@media only screen and (max-width: 320px) {
    .product-offer .col-product-item .card-body {
        padding-left: 0;
        padding-right: 0;
    }
    .dtac-dd-toggle span {
        margin-left: 5px;
    }
    .dtac-dd-toggle::after {
        margin-left: 5px;
    }
    .product-nav .dtac-dd-toggle::after {
        width: 8px;
        height: 5px;
    }
}

.product-new {
    margin-bottom: 0;
    padding-bottom: 0;
}