<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
    width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
}

.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;
}

.issue-date {
    font-family: 'cmprasanmitbold';
}
.issue-date em {
    font-family: 'itc_giovannibook_italic';
}

/* 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;
}

/* Hero */
.issue-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #000;
    overflow: hidden;
}

.issue-header {
    width: 100%;
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
}
.issue-header .inner {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.issue-header .col {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
}
.issue-header .issue-logo,
.issue-header .issue-date {
    width: 25%;
}
.issue-logo img { 
    width: auto;
    max-width: none;
    height: 30px;
}
.issue-heading {
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
.issue-heading .image {
    display: inline-block;
    vertical-align: top;
    width: 130px;
    margin-bottom: 10px;
}
.issue-heading .heading {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}
.issue-date {
    font-size: 18px;
    color: #fff;
    line-height: 0.9;
    text-align: right;
}
.issue-date em {
    font-size: 22px;
}

.issue-scroll {
    display: inline-block;
    position: absolute;
    z-index: 1;
    bottom: 40px; left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.issue-scroll .mouse {
    width: 25px;
	height: 35px;
	border: 2px solid #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
    -webkit-filter: drop-shadow(0 0 0.1em rgba(0,0,0,0.2));
    filter: drop-shadow(0 0 0.1em rgba(0,0,0,0.2));
}
.issue-scroll .wheel {
    position: relative;
    display: block;
    width: 2px;
    height: 6px;
    margin: 5px auto 0;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-filter: drop-shadow(0 0 0.1em rgba(0,0,0,0.2));
    filter: drop-shadow(0 0 0.1em rgba(0,0,0,0.2));
    -webkit-animation: mouse-wheel 1.4s infinite;
    -moz-animation: mouse-wheel 1.4s infinite;
    animation: mouse-wheel 1.4s infinite;
}
@-webkit-keyframes mouse-wheel {
	0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}
	100% { opacity: 0; -webkit-transform: translateY(7px); transform: translateY(7px);}
}
@-moz-keyframes mouse-wheel {
    0% { opacity: 1; -moz-transform: translateY(0); transform: translateY(0);}
	100% { opacity: 0; -moz-transform: translateY(7px); transform: translateY(7px);}
}
@keyframes mouse-wheel {
	0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}
	100% { opacity: 0; -webkit-transform: translateY(7px); transform: translateY(7px);}
}

.issue-hl,
.issue-hl .container {
    position: relative;
    height: 100%;
}
.issue-hl .inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.issue-hl .area {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 100px 0;
}

.hl-content {

    text-align: left;
    color: #fff;
    width: 50%;
}
.hl-content .image {
    margin-bottom: 15px;
}
.hl-content .image &gt; img {
    display: inline-block;
    vertical-align: top;
    width: 35.0877193%;
    min-width: 150px;
    max-width: 200px;
}
.hl-content .heading {
    text-transform: uppercase;
    color: inherit;
}
.hl-content .desc {
    margin-top: 25px;
}

.hl-menu {
    position: absolute;
    z-index: 1;
    top: 50%; right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hl-menu .menu li {
    display: block;
    text-align: right;
}
.hl-menu .menu li:not(:last-child) {
    margin-bottom: 5px;
}
.hl-menu .menu a {
    display: inline-block;
    padding: 11px 10px 8px;
    font-size: 14px;
    text-transform: uppercase;
    border-right: 2px solid rgba(255,255,255,0.2);
}
.no-touch .hl-menu .menu a:hover {
    color: #fff;
    border-right-color: #fff;
}

.page-loaded #issue-headline-fixed .eff {
    animation: none !important;
}

/* Navbar */
#issue-navbar-fixed { 
    z-index: 9; 
}
.issue-navbar .nav {
    position: relative;
    background-color: #fff;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
    padding: 20px 0;
    line-height: 1;
    height: 58px;
}
.issue-navbar .nav .inner {
    position: relative;
}
.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;
}
.menus ul.list-menus {
    margin: 0 -15px;
}
.menus ul.list-menus li {
    padding: 0 15px;
}

/* Panels */
.issue-panels-ctrl {
    display: block;
    width: 90px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    z-index: 100;
    bottom: 0; 
    left: 0; right: 0;
    -webkit-border-top-left-radius: 45px;
    -moz-border-top-left-radius: 45px;
    border-top-left-radius: 45px;
    -webkit-border-top-right-radius: 45px;
    -moz-border-top-right-radius: 45px;
    border-top-right-radius: 45px;
    cursor: pointer;
    overflow: hidden;
}
.issue-panels-ctrl:not(.active) {
    background-color: rgba(3, 70, 56, 0.95);
}
.issue-panels {
    display: none;
    position: fixed;
    top: 0; left: 0;
    z-index: 99;
    width: 100%;
    height: 100vh;
    background-color: rgba(3, 70, 56, 0.95);
}
.panel-main {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100vh;
}
.panel-wrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 60px 40px;
}
.panel-content {
    text-align: center;
}
.panel-content ul.list-menus {
    display: block;
}
.panel-content ul.list-menus li {
    display: block;
}
.panel-content ul.list-menus li:not(:last-child) {
    margin-bottom: 30px;
}
.panel-content ul.list-menus a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.panel-content .share-group {
    font-size: 0;
    margin-top: 40px;
}
.panel-content .share-item {
    display: inline-block;
    width: 44px;
    height: 44px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.panel-content .share-item .icx {
    vertical-align: top;
    line-height: 42px;
}
.panel-content .share-item:not(:last-child) {
    margin-right: 15px;
}
.no-touch .panel-content ul.list-menus a:hover {
    color: #a99483;
}
.no-touch .panel-content .share-item:hover {
    color: #a99483;
    border-color: #a99483;
}

/**/
.section .ct-heading,
.entrycontent p, 
.entrycontent ul, 
.entrycontent ol, 
.entrycontent .note-box,
.entrycontent .table {
    margin-bottom: 15px;
}
.entrycontent li {
    margin-bottom: 6px;
}
.entrycontent li:last-child,
.entrycontent .table:last-child {
    margin-bottom: 0;
}
.entrycontent small, 
.entrycontent .note-box {
    font-size: 80%;
}
.entrycontent .note-box {
    opacity: 1;
    color: #999;
}
.category {
    font-size: 16px;
    margin-bottom: 15px !important;
}
.section .ct-heading {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}
.section.sc-bg-gray { background-color: #fafafa; }
.section .sc-headline.left {
    text-align: left;
}
.section .sc-headline .sc-heading {
    padding: 0;
}
.section .sc-headline .sc-heading:before,
.section .sc-headline .sc-heading:after {
    background-color: transparent;
    box-shadow: none;
}
.sc-headline .sc-heading .heading-line {
    width: 60px;
    height: 2px;
    background-color: #034638;
    display: block !important;
    margin: 0 auto 35px;
    background-image: none;
}
.sc-headline.left .sc-heading .heading-line {
    margin: 0 0 35px 0;
    display: block;
}
.section .ct-white .sc-heading {
    color: #fff;
}
.sc-headline.ct-white .sc-heading .heading-line {
    background-color: #fff;
}
.sc-container-fluid {
    position: relative;
}
.sc-image-fluid {
    background-color: #fff;
    box-shadow: none;
/*
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    -o-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
*/
}
.sc-image-fluid .bg-fluid {
    width: 55%;
    height: 100%;
    position: absolute;
    top: 0; 
    left: 0;
}
.sc-image-fluid .bg-fluid.right {
    left: auto;
    right: 0; 
}
.icw .btn {
    border-radius: 0;
    -webkit-box-shadow: 4px 4px 6px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 6px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 4px 4px 6px 0 rgba(0,0,0,0.2);
    box-shadow: 4px 4px 6px 0 rgba(0,0,0,0.2);
}
.block-2columns {
    position: relative;
}
.block-2columns .block-container {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.block-2columns .block-container.rtl {
    direction: rtl;
    unicode-bidi: bidi-override;
    text-align: left;
}
.block-2columns .block-column {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 50%;
    direction: ltr;
    unicode-bidi: bidi-override;
}
.section.sc-privileges {
    background-image: url(../2019/issue20-feb/img/privileges-bg.png);
    background-position: center top;
    background-size: 100% 100%;
}
.section.sc-privileges .sc-inner {
    padding: 150px 0;
}
.section.sc-privileges .detail {
    width: 35%; float: left;
    padding-right: 50px;
}
.section.sc-privileges .images {
    width: 65%; float: left;
    padding-left: 50px;
}
.thumbnails .item {
    width: 50%;
}
.privileges-slider.thumbnails { 
    text-align: left; 
}
.privileges-slider.thumbnails .thumbnail {
    -webkit-box-shadow: 0 1px 40px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 40px 1px rgba(0,0,0,0.3);
    -o-box-shadow: 0 1px 40px 1px rgba(0,0,0,0.3);
    box-shadow: 0 1px 40px 1px rgba(0,0,0,0.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.privileges-slider .thumbnail .meta { 
    text-align: left;
    position: relative;
    padding-bottom: 52px;
}  
.privileges-slider .thumbnail .meta-inner {
    width: 73%;
}
.privileges-slider .thumbnail .meta .date { 
    position: absolute; 
    bottom: 0; left: 0; 
    padding: 0 15px 20px;
}
.privileges-slider .thumbnail .meta .title { 
    color: #034638;
    height: auto;
}
.privileges-slider .thumbnail .meta .badge {
    width: 80px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 4%;
    background-image: url(../img/badge.png);
    background-size: contain;
    text-align: center;
    padding-top: 12px;
}
.privileges-slider .thumbnail .meta .badge small { 
    font-size: 50%;
}
.privileges-slider .thumbnail .meta .badge .caption {
    color: #a99483;
    font-size: 12px;
    line-height: 1.2;
} 
.privileges-slider .thumbnail .meta .badge .caption span { 
    color: #fff; 
    font-size: 35px;
}
.privileges-slider .thumbnail .meta .title span {
    font-size: 16px;
}
.privileges-slider .thumbnail .meta .badge .no-resize {
    font-size: 68%;
    display: inline-block;
    vertical-align: middle;
}
.section.sc-your-joy {
    background-image: url(../2019/issue20-feb/img/your-joy-bg.png);
    background-position: center bottom;
    background-size: 100% 100%;
}
.your-joy-exclusive {
    margin-left: -55px;
    margin-right: -55px;
}
.your-joy-exclusive .block {
    width: 50%;
    float: left;
    padding: 0 55px;
}
.your-joy-exclusive .block.push {
    margin-top: 200px;
}
.your-joy-exclusive .block-detail {
    display: inline-block;
}
.your-joy-exclusive .block-detail .caption {
    background-color: #fff;
    padding: 40px 60px;
    text-align: center;
}
.your-joy-exclusive .block-detail .category {
    color: #641d2e;
    margin-bottom: 15px;
}
.section.sc-your-joy .ct-heading {
    max-height: 65px;
    overflow: hidden;
    line-height: 1.3;
}
.section.sc-your-joy .desc {
    max-height: 100px;
    overflow: hidden;
}
.your-joy-exclusive .slick-slider .slick-dots {
    bottom: 20px;
}
.your-joy-exclusive .slick-slider .slick-dots li button:before {
    background-color: transparent;
    border: 1px solid #641d2e;
}
.your-joy-exclusive .slick-slider .slick-dots li.slick-active button:before {
    background-color: #641d2e !important;
    border-color: #641d2e !important;
    opacity: 1 !important;
}
.your-joy-exclusive .slick-slider .slick-prev, 
.your-joy-exclusive .slick-slider .slick-next {
    display: none !important;
}
.your-joy-exclusive .slick-slider .slick-slide:not(.slick-current) .caption-eff {
    visibility: hidden !important; 
    animation-duration: 1.5s !important; 
    animation-delay: 0s !important;
    animation-name: none !important;
}
.your-joy-exclusive .slick-slider .slick-current.slick-active .caption-eff {
    visibility: visible;
    animation-duration: 1.5s;
    animation-delay: 0.4;
    animation-name: fadeInUpMedium;
}

.sc-service .service {
    margin: 50px 0;
}
.sc-service .block-2columns .block-column.image {
    padding: 45px 0 45px 30px;
}
.sc-service .block-2columns .block-container {
    width: auto;
    margin-left: -30px;
}
.sc-service .block-2columns .block-column.image img{
    -webkit-box-shadow: 0 1px 10px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 10px 3px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 10px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 10px 3px rgba(0,0,0,0.1);;
}
.sc-service .block-2columns .block-column.entrycontent {
    background-color: #fff;
    border-bottom: 5px solid #034638;
    padding: 0 90px;
    -webkit-box-shadow: 0 1px 10px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 10px 3px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 10px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 10px 3px rgba(0,0,0,0.1);
}

/* Survey */
#sc-survey {
    background-image: url(../img/bg/survey.jpg);
    text-align: center;
}
#sc-survey.section .sc-heading { 
    color: #333;
    text-transform: capitalize;
}
/* Survey - End */



.tb-style { 
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.tb-style .table tr &gt; th,
.tb-style .table tr &gt; td {
    padding-top: 15px;
    padding-bottom: 15px;
}
.tb-style .table thead th {
    font-size: 20px;
}
.tb-style .table td { 
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}
.tb-style .btn {
    font-size: 11px;
    height: 30px;
    padding: 9px;
    min-width: 100px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 0;
}
.tb-style .btn-gray { 
    background: #777;
}
.tb-style .btn-gray:hover { 
    background: #888;
}

.type-list {
    position: relative;
    min-height: 25px;
    padding-left: 25px;
}
.type-list .icx {
    position: absolute;
    left: 0;
}
.type-list .icx-label {
    font-size: 18px;
    color: #333;
    line-height: 1;
}
.type-list .icx-label small {
    color: #767676;
}

ul.list-style-star {
    margin-left: 0;
}
ul.list-style-star &gt; li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    white-space: nowrap;
}
ul.list-style-star &gt; li:before {
    position: absolute;
    width: 10px; 
    height: 10px;
    top: 4px; left: 0;
    content: "";
    background-image: url('../img/star.png');
    background-repeat: no-repeat;
    background-size: 10px 10px;
}

.stars {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.stars .star {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 10px; 
    height: 10px;
    background-image: url('../img/star.png');
    background-repeat: no-repeat;
    background-size: 10px 10px;
}
.stars .star:last-child {
    margin-right: 0;
}

.tooltip-wrap .tooltip {
    outline: 0;
    border: 0;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 95px;
    max-width: 100px;
    padding: 12px 8px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background: #313130;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    top: 50%; left: 110%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.tooltip .tooltiptext:after {
    content: "";
    position: absolute;
    top: 40%; left: 0;
    margin-left: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #313130 transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Your Joy */
.your-joy-wrapper {
    position: relative;
}
.your-joy-wrapper .image {
    -webkit-box-shadow: 0 1px 40px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 40px 1px rgba(0,0,0,0.3);
    -o-box-shadow: 0 1px 40px 1px rgba(0,0,0,0.3);
    box-shadow: 0 1px 40px 1px rgba(0,0,0,0.3);
}
.your-joy-wrapper .detail {
    max-width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.9);
    padding: 90px;
}
/* End Your Joy */

.sc-service {
    background-image: url("../2019/issue20-feb/img/service-bg.png");
    background-position: center top;
    background-size: cover;
}

/* Media Queries */
@media screen and (min-width: 1200px) {
    .hl-content .heading { 
        font-size: 50px;
    }
    .sc-image-fluid .block-2columns .block-column {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media screen and (min-width: 1025px) {
    .menus ul.list-menus { 
        display: block !important; 
        height: auto !important;
    }
    .issue-panels-ctrl, 
    .issue-panels { 
        display: none !important;
    }
    
    .issue-hero {
        -webkit-transition: height 800ms ease-in-out;
        -moz-transition: height 800ms ease-in-out;
        transition: height 800ms ease-in-out;
    }
    .issue-header {
        -webkit-transition: 400ms ease-in-out;
        -moz-transition: 400ms ease-in-out;
        transition: 400ms ease-in-out;
    }
    .issue-main {
        -webkit-transition: padding-top 100ms ease-in-out;
        -moz-transition: padding-top 100ms ease-in-out;
        transition: padding-top 100ms ease-in-out;
    }
    .ie .issue-hero,
    .ie .issue-header,
    .ie .issue-main {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    
    #issue-headline-fixed { 
        position: fixed; 
        top: 0; left: 0; 
        z-index: 98; 
        width: 100%;
    }
    .page-scrolling #issue-headline-fixed .issue-hero {
        height: 130px;
    }
    .page-scrolling #issue-headline-fixed .issue-hl,
    .page-scrolling #issue-headline-fixed .issue-scroll {
        display: none;
    }
    .page-scrolling #issue-headline-fixed .issue-header {
        top: 50%;
        transform: translateY(-50%);
    }
    .page-scrolling #issue-headline-fixed .issue-heading {
        opacity: 1;
        visibility: visible;
    }
    #issue-main { 
        padding-top: 100vh;
    }
    .page-scrolling #issue-main {
        padding-top: 188px;
    }
}

@media screen and (min-width: 992px) {
    .block-2columns .image-fluid .visible-device,
    .visible-device {
        display: none;
    }
    .block-2columns .block-column {
        padding-left: 60px;
        padding-right: 60px;
    }
    .sc-image-fluid .block-2columns .block-container:not(.rtl) .block-column:first-child,
    .sc-image-fluid .block-2columns .block-container.rtl .block-column:last-child {
        padding-left: 0;
    }
    .sc-image-fluid .block-2columns .block-container:not(.rtl) .block-column:last-child,
    .sc-image-fluid .block-2columns .block-container.rtl .block-column:first-child {
        padding-right: 0;
    }
    .block-2columns .image-fluid {
        height: 700px;
    }

    .sc-image-fluid .block-2columns .block-column.image {
        width: 55%;
    }
    .sc-image-fluid .block-2columns .block-column.entrycontent {
        width: 45%;
    }
    .privileges-slider.thumbnails .item-push .thumbnail { margin-top: 50px;}
    .privileges-slider.thumbnails .item-pull .thumbnail { margin-top: -50px;}
    .no-touch .privileges-slider.thumbnails .thumbnail { 
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: transform 200ms ease-in-out;
        -moz-transition: transform 200ms ease-in-out;
        transition: transform 200ms ease-in-out;
    }
    .no-touch .privileges-slider.thumbnails .thumbnail:hover {
        -webkit-transform: scale(1.015);
        -moz-transform: scale(1.015);
        -ms-transform: scale(1.015);
        transform: scale(1.015);
    }
    .no-touch .privileges-slider.thumbnails .thumbnail:hover .meta .badge {
        margin-top: -1px;
    }
    
    .your-joy-exclusive .block-detail-slider {
        -webkit-box-shadow: 0 1px 40px 1px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 1px 40px 1px rgba(0,0,0,0.3);
        -o-box-shadow: 0 1px 40px 1px rgba(0,0,0,0.3);
        box-shadow: 0 1px 40px 1px rgba(0,0,0,0.3);
    }
}

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

@media screen and (max-width: 1199px) {
    .privileges-slider.thumbnails { margin: 0;}
    .section.sc-privileges .images { padding-left: 0; }
}

@media screen and (max-width: 1024px) {
    #page.issue-page { padding-top: 0;}
    .footer .other { display: block;}
    .menus .title { padding-left: 20px;}
    .menus .title:after { padding-right: 20px;}
    .menus ul.list-menus { margin: 0;}
    .menus ul.list-menus li { padding: 0 20px;}
    .menus ul.list-menus li.current { display: block;}
    .issue-navbar .nav { 
        padding: 0; 
        height: 52px; 
        line-height: 50px; 
        position: relative;
    }
    .issue-navbar .nav .container { 
        padding: 0;
    }
    .issue-navbar .nav .inner { 
        display: table; 
        table-layout: fixed; 
        width: 100%; 
        position: static;
    }
    .issue-navbar .nav .menus, 
    .issue-navbar .nav .tool { 
        display: table-cell; 
        vertical-align: top; 
        cursor: pointer;
    }
    .issue-navbar .nav .tool { 
        position: relative;
        top: 0;
        width: 55px;
        font-size: 0;
        line-height: 1;
        text-align: right;
        vertical-align: middle;
        border-left: 1px solid #ebebeb;
    }
    .issue-navbar .nav .tool:before { 
        display: block; 
        font-size: 16px;
        text-align: center;
        margin-right: 0; 
    }
    .issue-navbar.has-tool .menus .title:after { 
        width: 55px;
        padding-right: 0;
    }
    .hl-content {
        width: 100%;
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .issue-header .issue-heading, .issue-scroll, .issue-navbar, .hl-menu { display: none;}
    .issue-panels-active { overflow: hidden;}
    
    #issue-headline-fixed {
        opacity: 1;
        height: 100vh;
        -webkit-transition: 300ms ease-in-out;
        -moz-transition: 300ms ease-in-out;
        transition: 300ms ease-in-out;
        -webkit-transition: height 400ms ease-in-out, opacity 600ms ease-in-out;
        -moz-transition: height 400ms ease-in-out, opacity 600ms ease-in-out;
        transition: height 400ms ease-in-out, opacity 600ms ease-in-out;
    }
    .page-scrolling #issue-headline-fixed {
        opacity: 0;
        height: 0;
        overflow: hidden;
        -webkit-transition: 400ms ease-in-out;
        -moz-transition: 400ms ease-in-out;
        transition: 400ms ease-in-out;
    }
    .page-scrolling #issue-headline-fixed .issue-hero {
        opacity: 0;
        visibility: hidden;
    }
    .ie #issue-headline-fixed {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        transition: none !important;
    }
}

@media screen and (max-width: 991px) {
    .hidden-w991 { display: none !important;}
    
    .sc-headline .sc-heading .heading-line { margin-bottom: 25px !important;}
    .sc-image-fluid .bg-fluid {
        display: none;
        background: none !important;
    }
    .sc-image-fluid .block-2columns .block-column.image-fluid {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
    }
    .block-2columns .block-container,
    .block-2columns .block-column {
        display: block;
        width: 100%;
    }
    .block-2columns .block-container.rtl,
    .block-2columns .block-column {
        direction: ltr;
        unicode-bidi: normal;
    }
    .block-2columns .block-column:not(:last-child) {
        margin-bottom: 40px;
    }
    .block-2columns .block-column.entrycontent {
        margin-bottom: 50px;
    }
    .section.sc-privileges {
        background-image: none;
    }
    .section.sc-privileges .sc-inner {
        padding: 50px 0;
    }
    .section.sc-privileges .detail,
    .section.sc-privileges .images {
        width: 100%;
    }
    .section.sc-privileges .detail {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .privileges-slider .thumbnail .meta .badge { width: 70px; height: 105px; padding-top: 8px;}
    .privileges-slider .thumbnail .meta .badge .caption { font-size: 10px;}
    .privileges-slider .thumbnail .meta .badge .caption span { font-size: 30px;}
    .privileges-slider.thumbnails { overflow: hidden; margin: -20px; padding: 0 5px;}
    .privileges-slider.thumbnails .item { padding: 15px 10px;}
    .privileges-slider.thumbnails .thumbnail {
        margin: 0;
        -webkit-box-shadow: 0 1px 10px 3px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 1px 10px 3px rgba(0,0,0,0.1);
        -o-box-shadow: 0 1px 10px 3px rgba(0,0,0,0.1);
        box-shadow: 0 1px 10px 3px rgba(0,0,0,0.1);
    }
    .privileges-slider.thumbnails .slick-list { 
        overflow: visible; 
        margin: 0; 
        padding-top: 20px !important; 
        padding-bottom: 20px !important;
    }
    .privileges-slider.thumbnails .slick-dots { bottom: 0;}
    .privileges-slider.slick-dotted {margin-bottom: 0;}
    .your-joy-exclusive { 
        margin-left: -20px;
        margin-right: -20px;
    }
    .your-joy-exclusive .block {
        width: 100%;
        padding: 0 20px;
    }
    .your-joy-exclusive .block.push {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .your-joy-exclusive .block-detail .caption {
        padding: 30px 20px 50px 20px;
    }
    .section .your-joy-exclusive .sc-heading { color: #fff; }
    .your-joy-exclusive .sc-headline .sc-heading .heading-line {
        background-color: #fff;
    }
    .sc-service .service {
        margin: 0;
    }
    .sc-service .block-2columns .block-container {
        margin-left: 0;
    }
    .sc-service .block-2columns .block-column.image {
        width: auto;
        margin: 0 -20px;
        padding: 0;
    }
    .sc-service .block-2columns .block-column.image img {
        box-shadow: none;
    }
    .sc-service .block-2columns .block-column.entrycontent {
        margin-top: -80px;
        margin-bottom: 0;
        padding: 40px 20px;
    } 
    .your-joy-wrapper .detail {
        max-width: 100%;
        background-color: #fff;
        position: static;
        padding: 40px 20px;
    }
    
}   

@media screen and (max-width: 767px) {
    .hidden-w767 { display: none !important;}
    .issue-logo img { height: 20px;}
    .issue-date { font-size: 16px;}
    .issue-date em { font-size: 20px;}
    .issue-scroll { bottom: 20px;}
    .privileges-slider .thumbnail .meta { min-height: 185px; max-height: 185px;}
}

@media screen and (max-width: 640px) {
    .tb-style .table tr &gt; th, 
    .tb-style .table tr &gt; td { 
        padding: 10px;
    }
    .tb-style .table tr &gt; td { 
        font-size: 10px;
    }
    .tb-style .table thead th {
        font-size: 18px;
    }
    .tb-style .btn {
        font-size: 9px;
        min-width: 80px;
        height: 25px;
        padding: 8px;
    }
    .type-list { padding-left: 20px; min-height: 20px;}
    .type-list .icx { width: 20px;}
    .type-list .icx-label { font-size: 16px;}
    
    ul.list-style-star &gt; li { padding-left: 15px;}
    ul.list-style-star &gt; li:before { top: 2px;}
    
    .tooltip .tooltiptext {
        padding: 8px;
        font-size: 12px;
        top: 100%; left: 50%;
        margin-top: 9px;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .tooltip .tooltiptext:after {
        top: 0; left: 50%;
        margin-left: -5px;
        margin-top: -10px;
        border-color: transparent transparent #313130 transparent;
    }
}

@media screen and (max-width: 350px) {
    .privileges-slider .thumbnail .meta-inner { width: 68%;}
    .privileges-slider .thumbnail .meta .title { font-size: 18px;}
}


/* 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;}</pre></body></html>