/*------------ HEADER STUFF ----------------*/
body {
    /*	font-family : MHeiHK, 微軟正黑體, helvetica ;*/
    font-family: 'NotoSansCJKtc', 'Myriad Set Pro', 'Lucida Grande', 'Helvetica Neue', 'Helvetica', 'Arial', 'Verdana', 'sans-serif', MHeiHK, 微軟正黑體;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'NotoSansCJKtc', 'Myriad Set Pro', 'Lucida Grande', 'Helvetica Neue', 'Helvetica', 'Arial', 'Verdana', 'sans-serif', MHeiHK, 微軟正黑體;
}

h3 {
    font-weight: 600;
    color: #555555;
}

.langOn,
a.langOn:hover {
    color: #767676;
    font-size: 14px;
    border-bottom: 2px #767676 solid;
    font-weight: 600;
}
.langOff {
    color: #c3c1c1;
    font-size: 14px;
    font-weight: 600;
}

.langOff:hover {
    color: #767676;
}

.sideDividerRight {
    border-right: 2px solid #ebebeb;
    padding-right: 13px;
}
.sidePaddingLeft {
    padding-left: 3px;
}
.sideDividerLeft {
    border-left: 2px solid #ebebeb;
    padding-left: 12px;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #fff;
    background: #e72f37;
}

.storeLoc {
    color: #646464;
    font-weight: 600;
}
.headerBar {
    height: 100%;
    float: right;
    padding: 25px 0 0 0;
}
.smallSearchBox {
    margin-top: 10px !important;
    display: none;
}

#iconSearch {
    width: 40px;
    height: 40px;
    z-index: 155;
    margin: 0px;
    padding: 0px;
    margin-right: 17px;
}
.searchClick {
    width: 40px;
    height: 40px;
    margin-top: 7px;
    z-index: 155;
    margin-left: 16px;
}
#languageDrop {
    display: none;
    margin-top: 34px !important;
    height: 120px;
    background-color: #fff;
    width: 50px;
    margin-left: 5px;
    background: transparent;
}
.verticalLine {
    border-left: 1px solid #ebebeb;
}
.row {
    max-width: 75rem;
}
.rmButton {
    margin: 0 10px 0 0;
}

.Carousel-slide {
    text-align: center;
    color: #000;
    border: 1px green solid;
}
.Carousel-slide:focus {
    border: none;
}

.slick-next:before,
.slick-prev:before {
    content: none;
}

.slick-prev,
.slick-prev:hover {
    background: url('../png/leftarrow.png') center center no-repeat;
    width: 29px;
    height: 50px;
    left: -25px;
}
.slick-next,
.slick-next:hover {
    background: url('../png/rightarrow.png') center center no-repeat;
    width: 29px;
    height: 50px;
    right: -25px;
}

.searchButton {
    background: url('../png/magglass.png') center center no-repeat;
    width: 15px;
    height: 15px;
    margin: -42px 0 0 146px;
    border: none;
    text-indent: -9999px;
    position: absolute;
}

.searchBox {
    width: 171px;
    float: right;
    margin: -7px -17px 0 10px;
}

.searchLink {
    width: 15px;
    height: 15px;
    /*	margin: -43px 0 0 147px;	*/
}
#fbButton {
    background: url('../png/fboff.png') center center no-repeat;
    width: 23px;
    height: 23px;
    display: inline-block;
}
#fbButton:hover {
    background: url('../png/fbon.png') center center no-repeat;
}
#wbButton {
    background: url('../png/wboff.png') center center no-repeat;
    width: 23px;
    height: 23px;
    display: inline-block;
}
#wbButton:hover {
    background: url('../png/wbon.png') center center no-repeat;
}
#playButton {
    background: url('../png/playoff.png') center center no-repeat;
    width: 23px;
    height: 23px;
    display: inline-block;
}
#playButton:hover {
    background: url('../png/playon.png') center center no-repeat;
}
.top-bar,
.MainNav-menu-item,
#mainNavWrapper,
.top-bar-section li:not(.has-form) a:not(.button) {
    background-color: #e72f37;
    /*font-weight : bold;*/
    font-size: 16px;

    /*border-left: 1px  #ba0e0e solid;*/
}
.MainNav-menu-item:hover {
    background-color: #ba0e0e;
}
.top-bar-section ul li {
    background-color: #ba0e0e;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 25px;
    text-align: left;
}

.top-bar {
    max-width: none !important;
}
/*------------Home Stuff----------*/
.homePic {
    width: 100%;
    box-shadow: 0px 5px 5px #cccccc;
}
/*
.homeSection{
	
	font-weight : bold;
	font-size:16px;
	color: #e62d35;
	text-align:center;
	width:100%;
	border-bottom: #dcdcdc 4px solid;
	margin : 10px 0 3% 0;
	padding-bottom: 20px;
}*/
.homeSection {
    font-weight: bold;
    font-size: 21px;
    color: #e62d35;
    text-align: center;
    width: 100%;
    border-bottom: #dcdcdc 4px solid;
    margin: 5% 0 3% 0;

    display: table-cell;
    vertical-align: middle;
}
.homeSectionDiv {
    width: 100%;
    height: 70px;
    display: table;
    margin-bottom: 10%;
}
.sectionSpacer {
    border: solid #dddddd;
    border-width: 0px 0 0;
    clear: both;
    margin: 2.5rem 0 1.1875rem;
    height: 0;
}

.newsHeader {
    font-weight: bold;
    font-size: 21px;
    color: #000;
    text-align: center;
    width: 100%;
    border-bottom: #dcdcdc 4px solid;
    margin: 10px 0 0px 0;
    padding-bottom: 20px;
    background: url('../png/newsbg.png') center center no-repeat;
    height: 52px;
    line-height: 52px;
}
.newsHeadline {
    font-weight: bold;
    font-size: 18px;
    color: #2d2d2d;
}
.videoTitle {
    font-weight: bold;
    font-size: 21px;
    color: #2d2d2d;
    text-align: left;
    width: 100%;
    padding: 10px 0 10px 0;
}
.videoDesc {
    font-weight: 200;
    font-size: 14px;
    color: #2d2d2d;
    text-align: left;
    width: 100%;
    padding: 10px 0 10px 0;
}
.newsDate {
    float: right;
    font-weight: 200;
    font-size: 13px;
    color: #7d7d7d;
}
.newsContent {
    font-weight: 200;
    font-size: 13px;
    color: #565656;
    margin-top: 10px;
}
.newsMore {
    font-weight: 200;
    font-size: 13px;
    color: #e63d35;
}
.newsPic {
    text-align: right;
    padding-right: 0px;
}

.fitLR {
    padding-left: 0px;
}
.newsItem {
    border-top: #dcdcdc 1px solid;
    /*	border-bottom: #dcdcdc 1px solid;*/
    padding-top: 15px;
    padding-bottom: 15px;

    margin-left: 0px !important;
    margin-right: 1px !important;
}
.videoWrapper {
    max-width: 560px;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapperM {
    max-width: 290px;
    /*max-height : 162px;*/
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}
.videoWrapperM iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* for testing only */
.bor {
    border: 1px green solid;
}

/* FOOTER*/
.Footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f0f0f0;
    border-top: 2px solid #e62d35;
    padding-top: 50px;
}

.Footer-menu-title {
    font-size: 15px;
    color: #4d4d4d;
    text-decoration: none;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: left;
}

.footerCols {
    float: left;
    width: 12.5%;
}
.Footer-menu {
    font-size: 13px;
    color: #909090 !important;
    text-decoration: none;
    margin-bottom: 10px;
    text-align: left;
}

.redArrow {
    color: #e62d35;
    margin-right: 5px;
    font-weight: bold;
}

.Footer-menu li {
    list-style-type: none;
    margin-left: -18px;
    /*margin-bottom:5px;*/
}
.underline {
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 2px;
}
a.current {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.linkCat {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    /* color: #e62d35; */
    color: #878787;
}
.breadcrumbs {
    border: none;
    background-color: #fff;
    margin: 10px 0 10px 0;
    padding-left: 0px;
    text-transform: capitalize;
}
.breadcrumbs > *:before {
    content: '>';
    top: 0px;
    border: none;
    text-transform: capitalize;
}
/* NEWS */

.year {
    font-size: 13px;
    color: #797878;
    text-decoration: none;
    margin-bottom: 5px;
    border-left: 2px solid #e9e9e9;
    padding-left: 5px;
}
.yearOn {
    border-left: 2px solid #e62d35 !important;
}

/* about us pages */

hr.genericHR {
    height: 1px;
    margin: 50px 0;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5, #333333), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    background: linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    border: 0;
}
hr.genericHR:after {
    display: block;
    content: '';
    height: 50px;

    background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #cccccc), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-radial-gradient(center top, farthest-side, #cccccc 10%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-radial-gradient(center top, farthest-side, #cccccc 10%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-radial-gradient(center top, farthest-side, #cccccc 10%, rgba(255, 255, 255, 0) 100%);
    background-image: radial-gradient(farthest-side at center top, #cccccc 10%, rgba(255, 255, 255, 0) 100%);
}

.topLine {
    vertical-align: top;
}

.product-shadow-margin-top {
    margin-top: -9%;
}

.aboutImg {
    width: 100%;
}
.aboutItemTitle {
    font-weight: 600;
    font-size: 21px;
    color: #c5a155;
    /* margin-bottom: 5px; */
}

h4 {
    font-weight: 500;
    font-size: 21px;
    color: #c5a155;
    /* margin-bottom: 5px; */
}

.historyPic {
    margin-top: 20px;
}

.side-menu {
    font-size: 13px;
    color: #909090 !important;
    text-decoration: none;
    margin-bottom: 10px;
    text-align: left;
}
.side-menu li {
    list-style-type: none;
    margin-left: -18px;
    margin-bottom: 0px;
    padding-top: 10px;
    margin-top: -10px;
    display: block;
}
/*
.side-menu li:hover{
	background: url("../img/sideMenuChosen.png") 0px 0px no-repeat;
}*/
.here {
    background: url('../png/sidemenuchosen.png') 0px -2px no-repeat;
}

.pinHead {
    background: url('../png/pinhead.png') center center no-repeat;
    width: 23px;
    height: 23px;
}
.pinHeadDiv {
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 13px;
    background: url('../png/greyvertline.png') 21px 26px no-repeat;
}
.pinHeadDiv2 {
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 13px;
    background: url('../png/greyvertline.png') 21px 0px repeat-y;
}
.pinRed {
    background: url('../png/pinred.png') center center no-repeat;
    width: 23px;
    height: 23px;
}
.hisDivider {
    padding-top: 0px;
    padding-left: 10px;
    background: url('../png/greyvertline.png') 21px 1px no-repeat;
    margin-top: -4px;
    height: 15px;
    line-height: 1px;
}
.pinRedDiv {
    padding-top: 1px;
    padding-left: 10px;

    background: url('../png/greyvertline.png') 21px 0px repeat-y;
}

.lastHisItem {
    background: url('../png/greyvertline.png') 21px -8px no-repeat !important;
    background-repeat-y: no-repeat !important;
}
.hisDesc {
    font-size: 15px;
    color: #2a2a2a;
    font-weight: 400;
    padding-right: 3%;
}
.hisDesc blockquote {
    padding-top: 0;
    border-left: none;
}
.newsDesc p {
    margin-bottom: 0px;
}
a.hisLink {
    font-size: 13px;
    color: #e62d35;
    font-weight: 400;
}

.hisShowMore {
    width: 100%;
    text-align: center;
    padding-top: 60px;
}
.hisShowMore a {
    font-size: 18px;
    color: #e62d35;
    font-weight: 600;
}
.hisYear {
    font-size: 36px;
    color: #c5a155;
    font-weight: 400;
    margin-top: 15px;
}
.hisMonth {
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 500;
    text-align: right;
}
.hisDesc {
    font-size: 15px;
    color: #2a2a2a;
    font-weight: 400;
}
.timeLineTable {
    border: none;
    margin-left: 0;
    background-color: #fff !important;
}

.timeLineTable tr {
    padding: 0;
    margin: 0;
    border: none;
    background-color: #fff !important;
}

.timeLineTable td {
    border: 1px green solid;
    text-align: right;
}

.sectionTitle {
    font-weight: 600;
    font-size: 22px;
    color: #2a2a2a;
    margin: 10px 0 -8px 0;
}
.aboutItemContent {
    font-weight: 400;
    font-size: 16px;
    color: #747474;
    /* margin-bottom: 5px; */
    padding-left: 5px;
    margin: 10px 0 0px 0;
    padding: 0;
}
.aboutTitle {
    font-weight: 600;
    font-size: 18px;
    color: #857237;
    /* margin-bottom: 5px; */
    padding-left: 5px;
    margin: -11px 0 10px 0;
    padding: 0;
}

.aboutTitle a {
    font-weight: 600;
    font-size: 18px;
    color: #857237;
    /* margin-bottom: 5px; */
    padding-left: 5px;
    margin: -11px 0 10px 0;
    padding: 0;
}
/*--------------*/
nav.top-bar {
    text-align: center;
}
section.top-bar-section {
    display: inline-block;
}
.MainNav-menu-item {
    padding-left: 1px;
}
.rightBor {
    padding-right: 1px;
}
.alCenter {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: table !important;
}

.frontBanner {
    font-weight: 600;
    font-size: 26px;
    color: #2a2a2a;
}
.frontBanner img {
    vertical-align: top;
}
/* -------- CONTACT US ------*/
.chkLabel {
    max-width: 290px;
}

.contactTitle {
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 21px;
    color: #c5a155;
}

.contactTxt {
    padding-left: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #646464;
    line-height: 35px;
}
.contactForm {
    margin-top: 0px;

    padding-top: 40px;
    box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.25);
}
textarea {
    resize: none;
}

.submitMail {
    font-weight: 600;
    font-size: 16px;
    color: #eb232c;
    margin: 20px auto 7px auto;
    border: 1px solid #eb232c;
    padding: 8px;
    width: 45%;
    text-align: center;
    float: left;
    background-color: #fff;
}
.cancel {
    font-weight: 600;
    font-size: 16px;
    color: #646464;
    margin: 20px auto 7px 10px;
    border: 0px solid #eb232c;
    padding: 8px;
    width: 25%;
    text-align: center;
    float: left;
    margin-bottom: 40px;
    text-decoration: underline;
    background-color: #fff;
}

.squaredFour {
    padding: 10px 0 10px 0;
}
.squaredFour input {
    padding: 0px 0 10px 0;
    vertical-align: top;
}
.squaredFour label {
    margin-top: -3px;
}

/* ------Search Result -----------*/
.searchResult {
    margin-top: 50px;
}

/* -----------320px -------*/

/*  Header */
.smallHeaderDiv {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px #e62d35 solid;
    z-index: 5;
}
.smallHeaderItems {
    float: right;
    padding-left: 16px;
    padding-top: 7px;
    background-color: white;
    z-index: 5;
}
.smallMenuSub {
    padding-left: 0px;
    margin-right: 31px;
}
.zh-cn {
    background: url('../png/sc.png') left center no-repeat;
    background-color: #fff;
    width: 40px;
    height: 40px;

    z-index: 155;
}
.en {
    background: url('../png/en.png') left center no-repeat;
    background-color: #fff;
    width: 40px;
    height: 40px;

    z-index: 155;
}

.zh-hk {
    background: url('../png/smalltc.png') left center no-repeat;
    background-color: #fff;
    width: 40px;
    height: 40px;
    z-index: 155;
    margin-top: 7px;
}
.langTop {
    margin-top: 7px;
}
.langMiddle {
    margin-top: 12px;
    border-radius: 5px;
}
.langBottom {
    *//*  height:65px;*/

  padding-bottom: 20px;
    margin-top: 12px;
    border-radius: 5px;
}
.newsShowMore {
    color: #e62d35;
    font-size: 21px;
}
/* Footer */
.footerDisclaimer {
    color: #b7b7b7;
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-bottom: 9px;
}

.smallHR {
    border-top: #dcdcdc 1px solid;
    padding-bottom: 0px;
    margin-top: 0px;
}
.smallTopHR {
    border-top: #b4b4b4 1px solid;
    padding-bottom: 0px;
    margin-bottom: 20px;
    margin-top: -15px;
}

.prodSummary {
}

.smallProdSpecs {
    margin-bottom: 20px;
}

#smallIngredientToggle {
    margin-left: -15px;
}

a.sideBarTopLevel {
    color: #857237 !important;
}

.borderRightVert {
    background: url('../png/vertdivider.png') right center no-repeat;
    min-height: 138px;
}
.borderLeftVert {
    background: url('../png/vertdivider.png') left center no-repeat;
    min-height: 138px;
}

.slick-slide img {
    display: inline;
    pointer-events: auto;
}
/* ----------aside menu ----------------*/
ul.off-canvas-list {
}
.right-off-canvas-menu {
    background: #fafafa;
    min-height: 800px;
}

ul.off-canvas-list li a:hover {
    background: #fafafa;
}

ul.off-canvas-list li a {
    color: #797878;
    font-weight: 600;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 15px;
}
li.sub-menu {
    background: #f2f2f2;
    padding-left: 15px;
}
.off-canvas-list .active {
    color: #2a2a2a !important;
}

.sideMenuItem {
    background: url('../png/sidemenudividersmall.png') left bottom no-repeat;
    min-height: 45px;
    padding-top: 8%;
    padding-bottom: 5%;
}
/* .sideMenuItemProduct {
    background: url('../img/sideMenuDividerSmall.png') left top no-repeat;
    min-height: 45px;
    padding-top: 8%;
    padding-bottom: 5%;
} */
.sideMenuItemLast {
    background: none;
}
.sideMenuItemOn {
    background: url('../png/sidebaron.png') left top no-repeat !important;
}
.contentDesc {
    margin-left: 0% !important;
    padding-right: 4% !important;
}

@media screen and (max-width: 480px) {
    .hisYear {
        margin-bottom: 2%;
    }
}
