<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.icw h1, .icw .h1, .section.sc-main .sc-heading, .ms-info-box .heading {
    font-size: 60px;
}
.icw h1.title-banner {
    margin-bottom: 20px;
}
.section .sc-inner.no-t {
    padding-top: 0;
}
.issue-main { overflow: hidden; padding-top: 90px; }
.container {
    max-width: 1290px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.container.container-md {
    max-width: 1140px;
}

.vertical-center {
    display: table;
    width:100%;
    height: 100%;
}
.content-vertical-top {
    display: table-cell;
    vertical-align: top;
}
.content-vertical-center {
    display: table-cell;
    vertical-align: middle;
}
.content-vertical-bottom {
    display: table-cell;
    vertical-align: bottom;
}
.footer {
    height: auto;
    min-height: 0;
}
.footer:before { 
    height: 2px;
}
.footer a {
    margin-right: 35px;
}
.footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer .other {
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
}
.footer .social {
    padding-right: 0;
    margin-top: 0;
    vertical-align: middle;
}
.footer .social &gt; a {
    font-size: 17px;
}
/*========== ISSUE ==========*/
/* Font */
.font-theme,
.hl-menu,
.issue-panels .list-menus,
.privileges-slider.thumbnails .thumbnail .meta .badge .caption span,
.ct-box-wrapper .ct-box-column .num {
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
    font-weight: normal;
    line-height: 1.2;
}
.font-itc {
    font-family: 'itc_giovannibook',sans-serif !important;
}
/* General */
.bg-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/* Transition */
.issue-logo img,
.issue-heading,
.issue-date,
.issue-scroll,
.bg-img,
.hl-content,
.issue-panels-ctrl,
.caption-eff {
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}
/* Header */
.issue-header {
    width: 100%;
    height: 90px;
    line-height: 90px;
    position: fixed;
    top: 0; 
    left: 0;
    background-color: #ffffff;
    z-index: 9;
}
.issue-header.header-fixed {
    position: fixed;
}
.issue-header .inner {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.issue-header .col {
    display: table-cell;
    vertical-align: middle;
}
.issue-logo { 
    text-align: center;
}
.issue-logo img { 
    width: 170px;
    max-width: none;
}
.issue-month {
    font-size: 14px;
    font-family: Arial;
    line-height: 1.1;
    color: #641D2E;
}
.issue-date {
    position: relative;
    color: #641D2E;
    text-align: right;
    line-height: 1.1;
    font-family: Arial;
    font-size: 14px;
}
.issue-month span,
.issue-date span {
    font-family: 'itc_giovannibook';
    font-size: 30px;
    color: #111111;
    font-weight: normal;
}
.issue-date .btn-share .tool {
    position: absolute;
    top: 58%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 70px; 
}
.issue-date .btn-share .tool.active {
    color: #641d2e;
}
.issue-date .btn-share .share:before {
    font-family: 'iconfont';
    content: "\e90c";
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}
/* Hero */
.issue-hero {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
}
.hero-bg {
    position: relative;
    text-align: center;
}
.hero-bg img {
    width: 100%;
}
.hero-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hero-content .hero-title {
    position: relative;
    height: 100%;
}
.hero-content .hero-title img {
    width: 460px;
}
.hero-content .hero-desc {
    line-height: 1.83em;
    font-size: 26px;
    color: #FFFFFF;
    font-family: "Thonburi", sans-serif;
}
.hero-title .content-area {
    margin-top: -100px;
}
/* Navbar */
#issue-navbar-fixed { 
    z-index: 9; 
}
.issue-navbar {
    position: relative;
    /* top: -30px; */
    /* padding: 0 40px; */
    /* max-width: 1260px; */
    /* margin: auto; */
    width: 100%;
    height: 60px;
}
.issue-navbar.fixed {
    width: 100%;
    max-width: 1180px;
    padding: 0;
    position: fixed;
    z-index: 99;
    top: 89px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.issue-navbar .navbar-inner {
    position: relative;
    height: 60px;
    z-index: 2;
    background-color: rgba(100, 29, 46, 0.9);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}
.issue-navbar .navbar-inner .navbar-menu {
    line-height: 60px;
}
.issue-navbar .navbar-inner .navbar-menu .title{
    display: none;
}
.issue-navbar .navbar-inner .navbar-menu .navbar-list-menus {
    width: 100%;
}
.issue-navbar .navbar-inner .navbar-menu .navbar-list-menus li {
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
    font-weight: normal;
    position: relative;
    width: 50%;
    letter-spacing: 2px;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease;
}
.issue-navbar .navbar-inner .navbar-menu .navbar-list-menus li:hover {
    font-size: 18px;
}
.issue-navbar .navbar-inner .navbar-menu .navbar-list-menus li:not(:last-child):after {
    position: absolute;
    content: '';
    width: 1px;
    height: 60%;
    right: 0;
    top: 11px;
    background-color: #D09AA7;
}
.issue-navbar .nav .tool {
    position: absolute;
    top: 0;
    right: 0; 
}
.issue-navbar .nav .tool.active {
    color: #641d2e;
}
.issue-navbar .nav .share:before {
    font-family: 'iconfont';
    content: "\e90c";
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}

.navbar-inner-sub {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    top: -60px;
    transition: all 0.5s ease;
    background-color: rgba(251, 251, 251, 0.3);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}
.navbar-inner-sub.finiancial.hover {
    top: 0;
}
.navbar-inner-sub.lifestyle.hover {
    top: -60px;
}
.navbar-inner-sub.finiancial {
    text-align: left;
    top: -60px;
}
.navbar-inner-sub.lifestyle {
    text-align: right;
    top: -120px;
}
.navbar-inner-sub ul li {
    display: inline-block;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 13px;
    color: #9A465A;
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
}
.navbar-inner-sub ul li:hover {
    color: #641D2E;
}
.menus ul.list-menus {
    margin: 0 -15px;
}
.menus ul.list-menus li {
    padding: 0 12px;
    width: 50%;
    float: left;
    text-align: center;
}
.mobile-menus {
    position: fixed;
    bottom: 0;
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}
.mobile-menus .mobile-menu {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: rgba(100, 29, 46, 0.98);
    padding: 0 20px;
    font-size: 15px;
    color: #fff;
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
    text-transform: uppercase;
    position: relative;
}
.mobile-menus .mobile-menu .share {
    position: absolute;
    right: 20px;
    top: 0;
}
.mobile-menus .mobile-menus-menu {
 background-color: rgba(100, 29, 46, 0.98);
    padding: 0 70px 0 20px;
    position: relative;
    bottom: -500px;
    transition: all 0.5s ease;
    height: 0;
}
.mobile-menus .mobile-menus-menu.show {
    bottom: 0;
    height: auto;
}
.mobile-menus .mobile-menus-menu ul li {
    font-size: 15px;
    color: #D09AA7;
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
    text-transform: uppercase;
    border-bottom: 1px solid #D09AA7;
    padding: 15px 0;
}
.mobile-menus .mobile-menus-menu .share-list {
    position: absolute;
    right: 20px;
    bottom: 0;
}
.mobile-menus .mobile-menus-menu .share-list li {
    border-bottom: 0;
    color: #fff;
}
.mobile-menu .bars {
    width: 1px;
    height: 25px;
    background-color: #D09AA7;
    position: absolute;
    right: 55px;
    top: 11px;
}

.ct-red {
    color: #641D2E !important;
}

/* Special Lifestyle Privilege */
#special-lifestyle-privilege {
    background-color: #F6F4F4;
}
#special-lifestyle-privilege .sc-inner {
    position: relative;
}
.thumb-special-lifestyle .thumb-list .img-thumb {
    position: relative;
    overflow: unset;
}
.img-badge {
    position: absolute;
    top: 7px;
    right: 6px;
    max-width: 92px;
}
.thumb-special-lifestyle .thumb-list .img-thumb .caption {
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
}
.thumb-special-lifestyle .thumb-list .img-thumb .caption span {
    font-size: 25px;
}
.thumb-special-lifestyle .thumb-list .img-thumb .caption span small {
    font-size: 60%;
}
.thumb-special-lifestyle .thumb-list .detail-thumb {
    position: relative;
    top: -33px;
/*
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
*/
    background-color: #fff;
    margin: 0 20px;
    padding: 30px 20px;
}
.thumb-special-lifestyle .thumb-list .detail-thumb .img-logo {
    text-align: center;
}
.thumb-special-lifestyle .thumb-list .detail-thumb .img-logo img {
    height: 39px;
    margin: auto;
}
.thumb-special-lifestyle .thumb-list .detail-thumb .privilege-name{
    font-family: 'itc_giovannibold', 'cmprasanmitbold';
    font-size: 24px;
    color: #641D2E;
    margin-top: 5px;
}
.thumb-special-lifestyle .thumb-list .detail-thumb .privilege-desc{
    font-size: 13px;
    margin-top: 20px;
    color: #777;
    line-height: 1.6;
}
.thumb-special-lifestyle .thumb-list .detail-thumb .privilege-date{
    font-size: 12px;
    margin-top: 25px;
}
.thumb-special-lifestyle .slick-track {
    padding-top: 40px;
}
.thumb-special-lifestyle .thumb-special-list .inner-slider-content-card{
    transition: all 0.5s ease;
}

.thumb-special-list .inner-slider-content-card {
    padding: 10px;
    background-color: #ffffff;
}
.slick-current.slick-active.thumb-special-list .inner-slider-content-card,
.thumb-special-lifestyle .thumb-special-list:hover .inner-slider-content-card{
    transform: translateY(-30px);
}
.slick-current.slick-active.thumb-special-list {
    box-shadow: 0px 0px 40px #651e2f33;
}


.sc-almost {
    width: 100%;
    display: table;
    table-layout: fixed
}
.sc-almost .almost {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.sc-almost .almost .caption-new {
    padding-left: 130px;
    padding-right: 30px;
    position: relative;
    z-index: 2;
}
.sc-almost .almost .image-new {
    position: relative;
    z-index: 2;
}
.sc-bg-half-pink {
    position: relative;
    background-color: #F8F6F6;
}
/* .sc-bg-half-pink:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(160 146 150 / 10%);
    top: 0;
    right: 0;
} */
.sc-bg-third-pink {
    position: relative
}
.sc-bg-third-pink:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(160 146 150 / 10%);
    top: 0;
    right: 0;
}
.image-new img { width: 100% ; }
.content-new .category {
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
    font-weight: normal;
    line-height: 1.2;
    font-size: 16px;
    color: #641D2E;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.content-new .heading {
    font-size: 40px;
    color: #333;
    margin-bottom: 30px;
}
.content-new .desc {
    font-size: 16px;
    color: #777;
}
.content-new .note {
    font-size: 12px;
    color: #777;
    margin-top: 20px;
}
.content-new .list {
    margin-top: 20px;
}
.content-new .list li {
    list-style-type: none;
    font-size: 16px;
    color: #777;
    margin-bottom: 10px;
    position: relative;
}
.content-new .list li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #777;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.content-new .action {
    margin-top: 50px;
}
.content-new .img {
    margin-bottom: 30px;
}
/* BTN - START */
.btn-new {
    position:relative;
    z-index:0;
    display:block;
    width:150px;
    height:50px;
    line-height: 50px;
    font-size:16px;
    border:none;
    overflow:hidden;
    text-align: center;
    font-weight: bold;
}
.btn-effect {
    background:#641D2E;
    box-shadow:inset 0 1px 0 #DDDDDD,
    inset 0 -1px 0 #DDDDDD;
}
.btn-effect::before {
    position:absolute;
    right:100%;
    top:100%;
    width:100%;
    height:98%;
    z-index:1;
    content:'';
    background:#641D2E;
}
.btn-effect:hover::before {
    animation:spike-ine .7s ease;
    animation-fill-mode:both;
    animation-iteration-count:1;
}
@keyframes spike-ine {
0%  { top:100%; right:99%; }
50%  { top:-95%; right:99%; }
100%  { top:-95%; right:0%; }
}
.btn-effect.out::before {
    animation:spike-oute .7s ease;
    animation-fill-mode:both;
    animation-iteration-count:1;
}
@keyframes spike-oute {
    0%  { top:-95%; right:0% }
    50%  { top:-95%; right:99%; }
    100%  { top:100%; right:99%; }
}
.btn-effect::after {
    position:absolute;
    left:100%;
    top:94%;
    width:200%;
    height:3%;
    z-index:1;
    content:'';
    background:linear-gradient(to left, #641D2E 50%, #641D2E 50%,  #641D2E 95%);
    transition:all .5s ease;
}
.btn-effect:hover::after {
    left:-100%;
}
.btn-new.a-center {
    margin: auto;
}
.btn-effect-02 {
    background:#641D2E;
    box-shadow:inset 0 1px 0 #DDDDDD,
    inset 0 -1px 0 #DDDDDD;
}
.btn-effect-02::before {
    position:absolute;
    right:100%;
    top:100%;
    width:100%;
    height:99%;
    z-index:1;
    content:'';
    background:#641D2E;
}
.btn-effect-02:hover::before {
    animation:spike-ine .7s ease;
    animation-fill-mode:both;
    animation-iteration-count:1;
}
.btn-effect-02.out::before {
    animation:spike-oute .7s ease;
    animation-fill-mode:both;
    animation-iteration-count:1;
}
.btn-effect-02::after {
    position:absolute;
    left:100%;
    top:95%;
    width:200%;
    height:3%;
    z-index:1;
    content:'';
    background:linear-gradient(to left, #641D2E 50%, #641D2E 50%,  #641D2E 95%);
    transition:all .5s ease;
}
.btn-effect-02:hover::after {
    left:-100%;
}
/* sc Two Columns - START */
.two-columns-new { 
    width: 100%; 
    display: table;
    font-size: 0; 
}
.two-columns-new .column { 
    width: 50%; 
    display: inline-block; 
    vertical-align: middle;
    text-align: left;
    direction: ltr;
    unicode-bidi: bidi-override;
    position: relative;
    z-index: 2;
}
.two-columns-new .column .image-new { 
    position: relative;
    z-index: 2;
}
.two-columns-new .column .image-new.more-left { 
    padding-left: 100px;
}
.two-columns-new .column .caption-new,
.caption-new { 
    padding-left: 60px;
}
.two-columns-new.rtl {
    direction: rtl;
    unicode-bidi: bidi-override;
    text-align: left;
}
.two-columns-new.rtl .column .caption-new { 
    padding-right: 60px;
}
.obj-pattern-01 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    text-align: right;
}
.obj-pattern-01 img {
    width: 50%;
}
.obj-pattern-02 {
    position: absolute;
    bottom: 80px;
    left: 5%;
    text-align: left;
}
.obj-pattern-02 img {
    width: 50%;
    opacity: 0.5;
}
.obj-pattern-03 {
    position: absolute;
    bottom: 80px;
    left: 0;
    text-align: left;
}
.obj-pattern-03 img {
    width: 50%;
    opacity: 0.5;
}
.obj-pattern-04 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
.obj-pattern-04 img {
    width: 50%;
}
.obj-pattern-05 img {
    width: 100%;
}
.obj-pattern-05 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}
/* Survey */
#sc-survey {
    background-color: rgba(100, 29, 47, 0.1);
    text-align: center;
    position: relative;
}
#sc-survey.section .sc-heading { 
    color: #333;
    text-transform: capitalize;
}
#sc-survey .sc-inner {
    position: relative;
    z-index: 2;
}
.special-report-img {
    position: relative;
}
.special-report-img .obj-01 {
    position: absolute;
    top: 18%;
    left: 6%;
    text-align: left;
}
.special-report-img .obj-01 img {
    width: 50%;
}
.special-report-img .obj-02 {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
.special-report-img .obj-02 img {
    width: 50%;
}
.special-business {
    background-image: url("../2021/issue50-feb/img/special-business-bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 80px 0;
}
.special-business .inner {
    max-width: 1140px;
    margin: auto;
    background-color: #fff;
    padding: 25px;
    background-color: rgba(251, 251, 251, 0.3);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}
/*
.special-business .caption-new {
    padding: 0 40px;
    display: inline-block;
    margin-top: -80px;
}
.special-business .caption-new .content-new {
    background-color: rgba(251, 251, 251, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 30px;
}
*/
.arrow-bottom {
    width: 35px;
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 99;
}
.event-slider.slick-slider .slick-dots {
    bottom: 15px;
}



/* Fix CSS */

.section-content-text .container-fluid {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.section-content-text {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 100px;
    width: 100%;
}
.bg-special {
    background: url('../2021/issue58-oct/img/special-business-privilege.jpg') no-repeat scroll center center / cover;
}

.heading-slider {
    text-align: right;
    
}

.icw h2.heading-slider {
    font-size: 50px;
    padding-left: 85px;
}

.slider-paging-container {
    position: relative;
    text-align: right;
    margin-top: 340px;
}

.slider-heading-left {
    padding-right: 30px;
}

.section-slider-privilege {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url('../2021/issue58-oct/img/pattern-05.png');
    background-position: left bottom;
    background-size: 40%;
    background-repeat: no-repeat;
}

.section-ultimate .section-content-text{
    padding-bottom: 0;
}

.section-health-eat {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-services-highlight h3 {
    font-size: 36px;
    font-family: "itc_giovannibold", sans-serif;
    margin-bottom: 10px;
}

.section-services-highlight .font-itc {
    line-height: 1.6em;
    font-size: 30px;
}

.section-services-highlight .link {
    color: #641D2E;
    text-decoration: underline;
}

.sc-special-full.active {
    background-color: #641D2E;
}

.sc-special-full.active h2 {
    color: #fff !important;
}
a.btn.btn-footer {
    font-size: 16px;
    font-family: "Thonburi", sans-serif;
    padding: 12px 40px;
    border: 1px solid #fff;
    color: #fff;
}

.inner-section-content-text {
    padding-top: 45px;
    padding-bottom: 45px;
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .section-health-eat {
        padding-left: 85px;
        padding-right: 85px;
    }
    .section-services-highlight .font-itc {
        font-size: 22px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-slider-privilege .col-md-3 {
        width: 35%;
    }
    .section-slider-privilege .col-md-9 {
        width: 65%;
    }
    .slider-paging-container {
        margin-top: 300px;
    }
    .section-ultimate .side-issue {
        padding-top: 100px;
    }
    .side-issue.head-news .header-side-news {
        font-size: 30px;
    }
    .section-health-eat {
        padding-left: 85px;
        padding-right: 85px;
    }
    .section-services-highlight .font-itc {
        font-size: 22px;
    }
    .section-services-highlight h3 {
        font-size: 28px;
    }

}

@media screen and (min-width: 992px) {
    .ct-br-desktop {
        display: block;
    }
    .visible-device { 
        display: none !important;
    }
    .btn-new.a-center-desktop {
        margin: auto;
    }
}

@media screen and (min-width: 768px) {
    .visible-w767 { display: none !important;}
    .ct-br-device {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .special-report-img .obj-01 {
        left: 0;
    }
    .event-slider.slick-slider .slick-prev, 
    .event-slider.slick-slider .slick-next { display: none !important; }
}

@media screen and (max-width: 1024px) {
    #page.issue-page { padding-top: 0;}
    .footer .other { display: block;}
}

@media screen and (max-width: 991px) {
    .hidden-device { 
        display: none !important;
    }
    .ct-br-desktop {
        display: block;
    }
    .issue-logo {
        text-align: left;
    }
    .container.no-pd-m {
        padding-left: 0;
        padding-right: 0;
    }
    .a-center-device {
        text-align: center;
    }
    .sc-bg-half-pink {
        padding: 40px 0;
    }
    .sc-bg-half-pink:after {
        width: 100%;
    }
    .sc-almost {
        width: auto;
        display: inline-block;
    }
    .sc-almost .almost {
        width: 100%;
        display: inline-block;
    }
    .sc-almost .almost .caption-new {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
    }
    .caption-new {
        text-align: center;
        padding-top: 60px;
    }
    .btn-new {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .two-columns-new {
        display: inline-block;
    }
    .two-columns-new .column {
        width: 100%;
        display: inline-block;
    }
    .two-columns-new .column .caption-new,
    .two-columns-new.rtl .column .caption-new {
        padding: 30px 0;
    }
    .two-columns-new .column .image-new.more-left {
        padding-left: 0;
    }
    .two-columns-new .column .image-new.more-mar-device {
        margin: 55px 0 40px 0;
    }
    .sc-bg-third-pink:after {
        width: 50%;
        top: 8%;
        height: 63%;
    } 
    .special-business {
        background-image: url("../2021/issue50-feb/img/special-business-bg-m.jpg");
    }
    #special-report.section .sc-inner {
        padding-top: 50px;
    }
    .section.border-bt {
        border-bottom: 1px solid #ECE4E6;
    }
    .thumb-special-lifestyle .slick-track { padding-top: 0; }
    .content-new .category {
        margin-bottom: 30px;
    }
    .special-business .inner {
        padding: 0 20px;
        background-color: transparent;
    }
    .special-business .two-columns-new .column .caption-new {
        background-color: #fff;
        padding: 30px;
        background-color: rgba(251, 251, 251, 0.3);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
    .btn-new {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }
    .btn-effect,
    .btn-effect-02 {
        box-shadow: none;
        border-top: 1px solid #1D433B;
        border-bottom: 1px solid #1D433B;
    }
    .btn-effect:hover::before,
    .btn-effect-02:hover::before {
        animation: none;
        animation-fill-mode: none;
        animation-iteration-count: none;
    }
    .btn-effect::after,
    .btn-effect-02::after {
        background: none;
    }
    .obj-pattern-02 {
        display: none;
    }
    .arrow-bottom {  
        bottom: 7%;
        right: 5%;
    }
    .section-content-text {
        padding-right: 0;
    }
    .section-eco .image-new img {
        max-width: 300px;
        width: auto;
    }
    .section-eco .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .section-eco .caption-new {
        padding-left: 0;
    }
    .section-eco .content-new.inline-mobile {
        margin-left: 0;
    }
    .section-business-empower .caption-new {
        padding-left: 0;
    }
    .slider-paging-container {
        display: none;
    }
    .heading-slider {
        text-align: center;
    }
    .icw h2.heading-slider {
        font-size: 30px;
        padding-left: 0;
        margin-bottom: 60px;
    }
    .slider-heading-left {
        padding-right: 0;
    }
    .section-slider-privilege {
        background-position: 50% -150px;
        background-size: 130%;
    }
    .section-ultimate .side-issue.head-news {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .side-issue.head-news .header-side-news {
        font-size: 30px;
    }

    .section-health-eat h2 {
        margin-bottom: 40px;
    }
    .section-services-highlight .caption-new {
        padding-left: 0;
    }
    .section-services-highlight .content-new.inline-mobile {
        margin-left: 0;
    }
    .section-services-highlight .font-itc {
        font-size: 20px;
    }
    .section-services-highlight h3 {
        font-size: 26px;
    }
    .section-services-highlight .section-content-text {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-services-highlight .section-content-text .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .inner-section-content-text h2 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .special-report-img .obj-01 img {
        width: 60%;
    }
    .special-report-img .obj-02 img {
        width: 68%
    }
}

@media screen and (max-width: 767px) {
    .hidden-mobile { 
        display: none !important;
    }
    .issue-logo img {
        width: 130px;
    }
    .issue-month span, .issue-date span {
        font-size: 17px;
    }
    .hero-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container.container-md,
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-new .heading {
        font-size: 26px;
    }
    .two-columns-new .column .image-new.more-mar-device {
        margin: 55px 0 40px 0;
    }
    .sc-bg-third-pink:after {
        width: 50%;
        top: 11%;
        height: 48%;
    }
    .special-report-img .obj-01 img {
        width: 45%;
    }
    .thumb-special-lifestyle .thumb-list {
        padding: 15px 10px;
    }
    #special-business-privilege .container {
        padding-left: 0;
        padding-right: 0;
    }
    .special-business .two-columns-new .column .caption-new {
        padding: 20px;
    }
    .two-columns-new .column .caption-new, .caption-new {
        padding-left: 0;
    }
    .section-eco .image-new img {
        max-width: 100%;
        width: 100%;
    }
    .section-content-text {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .section-eco .caption-new {
        padding-top: 0;
    }
    .icw h2.heading-slider {
        font-size: 15px;
    }
    .section-slider-privilege {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .icw h2.heading-slider { margin-bottom: 30px; }
    .inner-section-content-text h2 {
        margin-bottom: 20px;
    }
    .inner-section-content-text {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-ultimate .side-issue.head-news {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-services-highlight h3 {
        font-size: 16px;
    }
    .section-services-highlight .font-itc {
        font-size: 15px;
    }
    /* .section-eco .caption-new {
        padding-left: 15px;
    }
    .section-eco .content-new.inline-mobile {
        margin-left: 32px;
    } */
}

@media screen and (max-width: 375px) {
    .sc-bg-third-pink:after {
        height: 46%;
    }
    .hero-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Animation */
@-webkit-keyframes fadeInUpMedium {
    from { opacity: 0; -webkit-transform: translate3d(0, 30%, 0); transform: translate3d(0, 30%, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
@keyframes fadeInUpMedium {
    from { opacity: 0; -webkit-transform: translate3d(0, 30%, 0); transform: translate3d(0, 30%, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInUpMedium { -webkit-animation-name: fadeInUpMedium; animation-name: fadeInUpMedium;}

@-webkit-keyframes fadeInUpSmall {
    from { opacity: 0; -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
@keyframes fadeInUpSmall {
    from { opacity: 0; -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInUpSmall { -webkit-animation-name: fadeInUpSmall; animation-name: fadeInUpSmall;}

@-webkit-keyframes fadeInDownSmall {
    from { opacity: 0; -webkit-transform: translate3d(0, -10%, 0); transform: translate3d(0, -10%, 0); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes fadeInDownSmall {
    from {opacity: 0; -webkit-transform: translate3d(0, -10%, 0); transform: translate3d(0, -10%, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInDownSmall { -webkit-animation-name: fadeInDownSmall; animation-name: fadeInDownSmall; }

@-webkit-keyframes fadeInLeftSmall {
    from { opacity: 0; -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes fadeInLeftSmall {
    from { opacity: 0; -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0); }
    to { opacity: 1; -webkit-transform: none;transform: none; }
}
.fadeInLeftSmall { -webkit-animation-name: fadeInLeftSmall; animation-name: fadeInLeftSmall; }

@-webkit-keyframes fadeInRightSmall {
    from { opacity: 0; -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0); }
    to { opacity: 1; -webkit-transform: none;transform: none; }
}
@keyframes fadeInRightSmall {
    from { opacity: 0; -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0); }
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInRightSmall { -webkit-animation-name: fadeInRightSmall;animation-name: fadeInRightSmall; }


@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
    from { opacity: 0; -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); }
    60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); }
    75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); }
    90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
    from { opacity: 0; -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); }
    60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); }
    75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); }
    90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; }</pre></body></html>