<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common style */

.card-bg li {
    margin-bottom: 5px;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.hh3 {
    color: white;
}

body {
    background-color: #f6f6f6;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666;
}

.grid-width {
    width: 240px;
    height: 205px;
}

a {
    text-decoration: none;
    color: #0085d2;
}

a:hover {
    color: #2294d2;
}


/* common style end */

.hide {
    display: none;
}

header {
    background-color: #fff;
    height: 95px;
    display: block;
}

.container {
    padding: 20px;
}

.logo {
    float: left;
    display: block;
}

.head_nav {
    float: right;
}

.areainfo {
    vertical-align: bottom;
    line-height: 65px;
    padding-left: 10px;
    font-size: 13px;
}

.bar {
    position: relative;
    display: inline-block;
}

#promo-qr {
    max-width: 787px;
    background-color: #fff;
    color: #474747;
    margin: 20px auto;
    overflow: hidden;
}

.highlight {
    color: #000;
    font-weight: bold;
}

.homebanner {
    width: auto;
    height: auto;
    background: url(images/homepage/HeroBanner1.jpg);
}

.header {
    justify-content: center;
    left: 50%;
    padding-left: -353px !important;
    display: flex;
}

.mid_title {
    font-family: Times New Roman;
    line-height: normal;
    font-size: 33px;
    text-align: center;
    color: #C6A66D;
    padding: 20px;
}

.rect {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(250, 190, 166, 0.74);
}

.rect:hover .overlay {
    opacity: 0.8;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.form {
    padding: 20px;
}

.title h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
}

img.top {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.watsons-logo {
    max-width: 215px;
    float: right;
}

img.banner {
    width: 100%;
}

.col-1 {
    width: 100%;
    padding: 0;
}


/*
.col-3 {
	width: calc( 100% / 3 - 1% );
	display: inline-block;
	padding: 0;
}*/

label {
    /*display: table;*/
    line-height: 140%;
    margin: 5px 0;
}

input[type=text],
select {
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    padding: 2px 10px;
    color: #474747;
    font-size: 14px;
    height: 25px;
    width: 100%;
    max-width: 215px;
}

select {
    height: 31px;
    max-width: 235px;
}

.linear {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #e41c26 0%, #fe8210 100%) repeat scroll 0 0;
}

.filtab_txt {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c6c6c6;
    border-radius: 0;
    color: #474747;
    font-size: 14px;
    height: 55px;
    margin: 5px 0;
    padding-left: 43px;
    position: relative;
}

.filtab_txt input {
    border: 0 none;
    color: #474747;
    height: 50px;
    line-height: 1.2;
    outline: medium none;
    padding: 2px 4px;
    width: 60%;
}

.tnc {
    font-size: 14px;
}

ul.tnc {
    margin-left: -25px;
    margin: 20px;
}

ul.tnc li {
    list-style: decimal;
    color: #474747;
    line-height: 150%;
}

a.secrch_btn {
    color: #fff;
    cursor: pointer;
    display: table;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px 40px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

a.secrch_btn:hover {
    color: #fff;
}

.code {
    /*background-color: #f6f6f6;*/
    color: #474747;
    font-size: 24px;
    text-align: center;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
}

.code span {
    color: #0085d2;
}

span.subtxt {
    display: table;
    margin: 0 auto;
    /*margin-left: 20px;*/
}

hr {
    border: 0;
    border-bottom: 1px solid #f6f6f6;
}

.mv-mob {
    display: none;
}

.mv-mob-s {
    display: none;
}

footer {
    width: 100%;
    background-color: #0f82be;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -80px;
}

.footer,
.push {
    height: 80px;
}

footer&gt;div {
    display: inline-block;
    margin: 0 10px;
}

footer .foot-txt {
    font-size: 14px;
    color: #fff;
}

footer .foot-logo {
    width: auto;
    float: right;
}

footer .foot-logo img {
    margin: 10px 0;
}

.drop-sty {
    position: absolute;
    top: 40px;
    right: 15px;
}

@media screen and (max-width: 787px) {
    .title-width {
        margin-left: -59px;
        width: 250px
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .grid-width {
        width: 343px;
        height: 300px;
    }
    #promo-qr {
        margin: 0;
    }
    .title h2 {
        width: 100%;
        overflow: hidden;
    }
    header {
        height: 70px;
    }
    img.logo {
        width: auto;
        max-height: 40px;
        margin: 0 auto;
        float: none;
    }
    img.watsons-logo {
        float: left;
        margin: 10px 0;
    }
    /*
	.col-3 {
		width: 100%;
	}*/
    input[type=text],
    select {
        max-width: none;
        width: 100%;
        width: -webkit-fill-available;
    }
    .btn {
        text-align: center;
    }
    .code {
        width: auto;
    }
    span.subtxt {
        display: block;
        margin: 5px 0;
    }
    .mv {
        display: none;
    }
    .mv-mob {
        display: block;
    }
    .mv-mob-s {
        display: none;
    }
    footer .foot-txt p {
        font-size: 12px;
        margin: 10px 0;
    }
    footer .foot-logo {
        float: left;
        margin: 0 10px;
    }
    .footer,
    .push {
        height: 110px;
    }
    footer .foot-logo img {
        margin: 0;
    }
}

@media screen and (max-width: 590px) {
    .drop-sty {
        position: absolute;
        top: 15px;
        right: 0px;
    }
    .title-width {
        margin-left: -97px;
        width: 200px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .grid-width {
        width: 200px;
        height: 180px;
    }
    #promo-qr {
        margin: 0;
    }
    .title h2 {
        width: 100%;
        overflow: hidden;
    }
    header {
        height: 70px;
    }
    img.logo {
        width: auto;
        max-height: 40px;
        margin: 0 auto;
        float: none;
    }
    img.watsons-logo {
        float: left;
        margin: 10px 0;
    }
    /*
	.col-3 {
		width: 100%;
	}*/
    input[type=text],
    select {
        max-width: none;
        width: 100%;
        width: -webkit-fill-available;
    }
    .btn {
        text-align: center;
    }
    .code {
        width: auto;
    }
    span.subtxt {
        display: block;
        margin: 5px 0;
    }
    .mv {
        display: none;
    }
    .mv-mob {
        display: none;
    }
    .mv-mob-s {
        display: block;
    }
    footer .foot-txt p {
        font-size: 12px;
        margin: 10px 0;
    }
    footer .foot-logo {
        float: left;
        margin: 0 10px;
    }
    .footer,
    .push {
        height: 110px;
    }
    footer .foot-logo img {
        margin: 0;
    }
}

@media screen and (max-width: 375px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .grid-width {
        width: 160px;
        height: 140px;
    }
    .hero-height {
        height: 350px;
        object-fit: cover;
    }
    .title-width {
        margin-left: -97px;
        width: 200px;
    }
    .drop-sty {
        position: absolute;
        top: 15px;
        right: 0px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.boxitem {
    margin-bottom: 10px;
    overflow: hidden;
}

.Marginp {
    margin-top: 20px;
}

.HEADING2 {
    color: #0085d2;
}

.HEADING2 h1 {
    position: relative;
    overflow-x: hidden;
}

@media screen and (min-width: 768px) {
    .HEADING2 h1 b span:after {
        content: '';
        position: absolute;
        top: 77%;
        background: #0085d2;
        width: 100%;
        height: 2px;
    }
}

li {
    list-style-type: disc;
}

.card-bg ul,
.card-bg li a {
    color: #000000;
}

.card-bg li a:hover {
    color: #e01e24;
}

.recommended {
    color: #0085d2;
}

.recommended:hover {
    color: #e01e24;
}

.iconLike {
    width: 18px;
    margin-bottom: 4px;
}

.iconNew {
    width: 30px;
    margin-bottom: 4px;
}

.red {
    color: red;
}

.hotd32Box {
    background-color: white;
    padding: 5px;
    height: 250px;
    overflow: hidden;
}

.hotd32Title {
    border-bottom: 1px #0085d2 solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #0085d2;
    font-size: 23px;
    font-weight: bold;
}

.imgfiveh {
    height: 135px;
}

.hotd32bodya {
    color: #000000;
}

.theme1_ul {
    padding-left: 6px;
}

.theme1_li {
    list-style: none;
}

.theme1 .card-bg {
    min-height: 58px;
    overflow: hidden;
}

.hmargin {
    margin-top: 20px;
}

.homeicon {
    width: 30px;
    height: 30px;
}

.hotd32bodyText {
    font-size: 20px;
    color: black;
}

.hotd32btn {
    background-color: #0085d2;
    color: #FFF;
    margin-left: 6px;
    padding: 1px 9px;
}

@media screen and (max-width: 768px) {
    .homelink {
        float: left;
        margin-top: 10px;
    }
}

@media screen and (min-width: 768px) {
    .homelink {
        position: absolute;
        left: 5%;
        top: 10px;
    }
}

.headerC {
    text-align: center;
}

.menuHome {
    position: relative;
    top: 4px;
}

.head_menu {
    position: relative;
}

.textright {
    text-align: right;
    margin-left: -6px;
}

@media screen and (max-width: 768px) {
    .hutchgologo {
        margin-left: 0px;
    }
}

.hutchgologo {
    margin-left: 0px;
}

.content_Overview {
    font-size: 22px;
    color: black;
}

@media screen and (max-width: 576px) {
    .content_Overview {
        font-size: 18px;
    }
    .hotd32Title {
        font-size: 19px;
    }
    .hotd32bodyText {
        font-size: 17px;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 768px) {
    .icon_package {
        width: 22px;
    }
}

@media screen and (max-width: 1137px) {
    .hotd32Title {
        font-size: 19px;
    }
    .hotd32bodyText {
        font-size: 17px;
        margin-bottom: 5px;
    }
}

.banner_nome {
    background-image: url("../images/slideshow/1920x420.jpg");
    height: 420px;
    overflow: hidden;
    background-repeat: repeat-x;
    background-position: 50% 0;
}

.banner_nome3 {
    background-image: url("../images/slideshow/herobanner_longtime_1920x420.jpg");
    height: 420px;
    overflow: hidden;
    background-repeat: repeat-x;
    background-position: 50% 0;
}

.banner_nome2 {
    background-image: url("../images/bg.jpg");
    height: 420px;
    overflow: hidden;
    background-repeat: repeat-x;
    background-position: 50% 0;
}

.home_banner_word {
    transform: scale(0.8);
    position: absolute;
    top: -36px;
    right: 0;
    margin-right: 15%;
    margin-top: -70px;
    width: 573px;
}

.dot {
    height: 5px;
    width: 5px;
    background-color: #cecece;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 4px;
}

.dotM {
    margin-right: 8px;
}

.divdot {
    background: radial-gradient(ellipse at center, #b9b7b8 0%, #b9b7b8 30%, #c3c3c300 30%);
    background-size: 13px 13px;
    background-repeat: repeat-x;
    background-position: 11px center;
    width: 46%;
    height: 22px;
    float: left;
    text-align: center;
}

.DPTitle {
    float: left;
    margin-right: 10px;
}

.icon_package {
    background-color: #FFFFFF;
}

@media screen and (max-width: 375px) {
    .divdot {
        width: 46%;
    }
}

.shorthaul body {
    background-color: black;
}

#shorthaul,
#longhaul {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #shorthaul,
    #longhaul {
        width: 100%;
    }
}


/* for blog tab */

.blog_tab_parent {
    margin-bottom: 20px;
}

.blog_tab {
    /* color: #337ab7; */
    /* e6e6e6 */
    display: flex;
    background-color: #e6e6e6;
    color: #337ab7;
}

.blog_tab:hover {
    border-radius: 4px;
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
}

.tab_item {
    line-height: 40px;
    border-radius: 4px;
    margin: auto;
}

.tab_item_checked {
    background-color: #ec1c24;
    color: #ffffff;
    border-radius: 4px;
}</pre></body></html>