@font-face {
    font-family: 'Didot';
    src: url('../../../fonts/Didot.ttf');
}

@font-face {
    font-family: 'CSong3';
    src: url('../../../fonts/CSong3HK-Medium.otf');
}

@font-face {
    font-family: 'CSong3Medium';
    src: url('../../../fonts/CSong3-Medium.ttf');
}

@font-face {
    font-family: 'MHeiHK';
    src: url('../../../fonts/MHeiHK-Medium.otf');
}

@font-face {
    font-family: 'MHeiHKBold';
    src: url('../../../fonts/MHeiHK-Bold.otf');
}

@font-face {
    font-family: 'Vijaya';
    src: url('../../../fonts/vijaya.ttf.otf');
}

@font-face {
    font-family: 'Sunshine';
    src: url('../../../fonts/Sunshine in my Soul.ttf');
}

body {
    font-family: 'MHeiHK', "微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #4f4f4f;
    -webkit-text-size-adjust: none;
    background-color: #ffffff;
}

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

body.section_home {}

input,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
div,
table,
img,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

th {
    text-align: left;
    padding: 5px;
}

td {
    vertical-align: top;
}

#table_form td {
    vertical-align: top;
}

img {
    border: none;
}

input:focus,
textarea:focus {
    outline: none;
}

a,
a:visited {
    text-decoration: underline;
    color: #3a22cb;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

a:hover {
    color: #7767d9;
    text-decoration: underline;
    animation: color_change 0.5s;
}

ul {
    margin-left: 18px;
    margin-top: 0px;
    padding-top: 0px;
}

a:focus {
    outline: none;
}

p {
    clear: both;
    padding-bottom: 20px;
    line-height: 150%;
}

h1 {
    color: #000000;
    font-size: 40px;
    padding-bottom: 0px;
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 140%;
    font-weight: normal;
}

h2,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    display: block;
    background-repeat: no-repeat;
    background-position: left bottom;
    color: #000000;
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 0px;
    margin-bottom: 30px;
}

.rtecenter {
    text-align: center;
}

.table_contact {
    clear: both;
    margin-bottom: 20px;
}

.table_contact td {
    padding: 0px 10px 5px 0px;
}

.table_contact td.title {}

.table_contact td.title2 {}

.table_contact td {}

#container {
    position: relative;
    margin: auto;
    padding: auto;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#main_container {
    position: relative;
    margin: auto;
    padding: auto;
    /* width:100%;
     */
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 100%;
    margin-top: 100px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

#main_container.current {
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

#main_content_container {
    width: 100%;
    margin: auto;
    padding: auto;
    min-height: 500px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#main_content {
    clear: both;
    width: 100%;
    margin: auto;
    padding: auto;
    min-height: 300px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.header {
    clear: both;
    width: 100%;
    height: 100px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999999;
    background-color: #ffffff;
    -webkit-transition: height 500ms ease-out 0s;
    -moz-transition: height 500ms ease-out 0s;
    -o-transition: height 500ms ease-out 0s;
    transition: height 500ms ease-out 0s;
    /* -webkit-box-shadow: 0px 1px 14px 1px rgba(0,0,0,0.24);
     -moz-box-shadow: 0px 1px 14px 1px rgba(0,0,0,0.24);
     box-shadow: 0px 1px 14px 1px rgba(0,0,0,0.24);
     */
}

.header_container {
    max-width: 96%;
    height: 100px;
    position: relative;
    margin: auto;
    -webkit-transition: height 500ms ease-out 0s;
    -moz-transition: height 500ms ease-out 0s;
    -o-transition: height 500ms ease-out 0s;
    transition: height 500ms ease-out 0s;
}

.header_current {
    height: 100px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
}

.header_current .header_container {
    height: 100px;
}

.header_current #logo {}

#footer {
    clear: both;
    width: 100%;
    padding: 40px 0px 30px 0px;
    background-color: #ffffff;
    font-size: 16px;
    background-repeat: repeat;
    background-position: top center;
}

#footer_container {
    max-width: 96%;
    margin: auto;
    position: relative;
}

#logo .img2 {
    display: none;
}

#logo:hover .img2 {
    display: block;
}

#logo:hover .img1 {
    display: none;
}

#logo {
    clear: both;
    width: 164px;
    position: absolute;
    left: 0px;
    top: 30px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

#logo a:link,
#logo a:visited {
    float: left;
}

#logo a:hover {
    float: left;
}

#logo img {
    width: 100%;
}

#logo2 {
    position: absolute;
    width: 123px;
    top: 70px;
    left: 175px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

#logo2 a:link,
#logo2 a:visited {
    float: left;
}

#logo2 a:hover {
    float: left;
}

#logo2 img {
    width: 100%;
}

.topmenu {
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    position: absolute;
    bottom: 30px;
    right: 0px;
}

.header_current .topmenu {}

.topmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.topmenu ul li {
    float: left;
    margin-left: 10px;
    position: relative;
}

.topmenu ul li a:link,
.topmenu ul li a:visited {
    font-size: 15px;
    color: #4f4f4f;
    text-decoration: none;
    font-family: 'MHeiHKBold';
    border-bottom: 5px solid #ffffff;
    padding: 0px 5px 20px 5px;
}

.topmenu ul li a:hover,
.topmenu ul li a.current:link,
.topmenu ul li a.current:visited {
    font-size: 15px;
    color: #4f4f4f;
    font-family: 'MHeiHKBold';
    text-decoration: none;
    border-bottom: 5px solid #4a250f;
    padding: 0px 5px 20px 5px;
}

.topmenu ul li {
    position: relative;
}

.topmenu ul ul {
    position: absolute;
    left: -20px;
    top: 72px;
    min-width: 300px;
    display: none;
    background: none;
    -webkit-box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

.header_current .topmenu ul ul {
    left: -20px;
    top: 59px;
}

.topmenu ul ul li {
    clear: both;
    padding: 0;
    margin: 0;
    width: 100%;
}

.topmenu ul ul li a:link,
.topmenu ul ul li a:visited {
    clear: both;
    display: block;
    font-size: 16px;
    color: #193d6c;
    text-decoration: none;
    background: none;
    background-image: none;
    background-color: #ffffff;
    padding: 10px 20px 10px 20px;
    /*
     background-image:url(../../images/icon/topmenu2a.png?v=2?v=2?v=2?v=2?v=2);
	 */
}

.topmenu ul ul li a:hover,
.topmenu ul ul li a.current:link,
.topmenu ul ul li a.current:visited {
    clear: both;
    display: block;
    font-size: 16px;
    color: #f2184f;
    text-decoration: none;
    background-image: none;
    background: none;
    background-color: #ffffff;
    padding: 10px 20px 10px 20px;
    /*
     background-image:url(../../images/icon/topmenu2a.png?v=2?v=2?v=2?v=2?v=2);
	 */
}

.copyright {
    width: 100%;
    text-align: center;
    border-top: 1px solid #4f4f4f;
    padding-top: 30px;
    font-size: 12px;
    color: #595959;
    margin-top: 20px;
}

.copyright a:link,
.copyright a:visited {
    color: #595959;
}

.copyright a:hover {
    color: #595959;
    text-decoration: underline;
}

.design_by {
    float: right;
}

.banner_list {
    clear: both;
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
}

.banner_list .item {
    clear: both;
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner_list .item a:link,
.banner_list .item a:visited {
    float: left;
    width: 100%;
    height: 120px;
    text-decoration: none;
    text-indent: -9999px;
}

.banner_list .item a:hover,
.banner_list .item a:active {
    float: left;
    width: 100%;
    height: 120px;
    text-decoration: none;
    text-indent: -9999px;
}

.banner_list .table_paging {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 20px;
}

.banner_paging {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0px;
}

.banner_paging_container {
    position: relative;
    width: 100%;
}

.banner_paging .item2 {
    float: left;
    margin-left: 2px;
    margin-right: 2px;
    width: 10px;
    height: 10px;
}

.banner_paging .item2 a:link,
.banner_paging .item2 a:visited {
    float: left;
    background-image: url(../../images/banner_paging.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left top;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
}

.banner_paging .item2 a:hover,
.banner_paging .item2 a:active,
.banner_paging .item2 a.current:link,
.banner_paging .item2 a.current:visited {
    float: left;
    background-image: url(../../images/banner_paging.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
}

.main_content_full {
    clear: both;
    width: 100%;
    margin: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(../../images/content_bg.jpg?V=2?v=2);
    background-repeat: repeat-x;
}

.main_content {
    clear: both;
    width: 100%;
    margin: auto;
}

.main_content2 {
    clear: both;
    max-width: 96%;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

.section_product .main_content {
    clear: both;
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 0px;
    font-size: 16px;
}

.product_detail_box {
    clear: both;
    width: 1000px;
    margin: auto;
}

.section_title3 {
    clear: both;
    width: 100%;
    text-align: center;
    color: #58595b;
    font-size: 26px;
    padding-bottom: 25px;
}

h1.section_title {
    clear: both;
    font-size: 43px;
    color: #4b4b4b;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: normal;
}

.have_section_nav. h1.section_title {
    padding-bottom: 20px;
}

.section_title_product {
    clear: both;
    font-size: 24px;
    color: #4b4b4b;
    margin-bottom: 3px;
    padding-bottom: 0px;
    line-height: 100%;
}

.main_content ul {
    clear: both;
    padding-bottom: 20px;
}

.nav_area {
    clear: both;
    width: 100%;
    padding-bottom: 30px;
}

.nav_area .content_left {
    float: left;
    width: 40%;
    font-size: 13px;
    color: #b30e2c;
    font-weight: 600;
    text-transform: uppercase;
}

.nav_area .content_right {
    float: left;
    width: 58%;
}

.sidemenu {
    float: left;
    width: 20%;
}

.sidecontent {
    float: right;
    width: 79%;
}

.sidecontent2 {
    border-left: 1px solid #d8d8d8;
    padding-left: 1%;
}

.sidemenu .heading {
    font-size: 26px;
    color: #b30e2c;
    padding-bottom: 20px;
    font-family: 'MHeiHKBold';
    text-transform: uppercase;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.sidemenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 30px;
}

.sidemenu ul:last-child {}

.sidemenu ul li {
    clear: both;
    margin-bottom: 10px;
}

.sidemenu ul li:first-child {}

.sidemenu ul li:last-child {}

.sidemenu ul li a:link,
.sidemenu ul li a:visited {
    font-size: 13px;
    color: #809595;
    text-decoration: none;
}

.sidemenu ul li a:hover,
.sidemenu ul li a.current:link,
.sidemenu ul li a.current:visited {
    font-size: 13px;
    color: #4aa3e7;
    text-decoration: none;
}

.sidemenu2 {
    clear: both;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 30px;
    background-image: url(../../images/headline.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.sidemenu2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidemenu2 ul:last-child {}

.sidemenu2 ul li {
    float: left;
    margin-right: 30px;
}

.sidemenu2 ul li:first-child {}

.sidemenu2 ul li:last-child {}

.sidemenu2 ul li a:link,
.sidemenu2 ul li a:visited {
    font-size: 20px;
    color: #b7b7b7;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.sidemenu2 ul li a:hover,
.sidemenu2 ul li a.current:link,
.sidemenu2 ul li a.current:visited {
    font-size: 20px;
    color: #000000;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.sidemenu2_content {
    display: none;
    clear: both;
    width: 100%;
}

.footer_nav {
    float: left;
}

.footer_nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer_nav ul li {
    float: left;
    margin-right: 20px;
}

.footer_nav ul li.first,
.footer_nav ul li:first-child {}

.footer_nav ul li.last,
.footer_nav ul li:last-child {}

.footer_nav a:link,
.footer_nav a:visited {
    color: #4f4f4f;
    font-size: 16px;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.footer_nav a:hover,
.footer_nav a:active,
.footer_nav a.current:link,
.footer_nav a.current:visited {
    color: #4f4f4f;
    font-size: 16px;
    text-decoration: underline;
    font-family: 'MHeiHKBold';
}

.sitemap_list {
    float: left;
    width: 25%;
    margin-right: 0%;
    margin-bottom: 30px;
}

.sitemap_list ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sitemap_list ul li {
    clear: both;
    margin-bottom: 15px;
}

.sitemap_list ul li.first,
.sitemap_list ul li:first-child {}

.sitemap_list ul li.last,
.sitemap_list ul li:last-child {}

.sitemap_list a:link,
.sitemap_list a:visited {
    color: #263238;
    font-size: 14px;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.sitemap_list a:hover,
.sitemap_list a:active,
.sitemap_list a.current:link,
.sitemap_list a.current:visited {
    color: #b30e2c;
    font-size: 14px;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.sitemap_list2 {
    float: left;
    width: 25%;
    margin-right: 0%;
    margin-bottom: 50px;
}

.sitemap_list2 ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sitemap_list2 ul li {
    clear: both;
    margin-bottom: 15px;
}

.sitemap_list2 ul li.first,
.sitemap_list2 ul li:first-child {}

.sitemap_list2 ul li.last,
.sitemap_list2 ul li:last-child {}

.sitemap_list2 a:link,
.sitemap_list2 a:visited {
    color: #263238;
    font-size: 14px;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.sitemap_list2 a:hover,
.sitemap_list2 a:active,
.sitemap_list2 a.current:link,
.sitemap_list2 a.current:visited {
    color: #b30e2c;
    font-size: 14px;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.contact_content_left {
    float: left;
    width: 45%;
}

.contact_content_right {
    float: right;
    width: 45%;
}

.google_map {
    width: 100%;
    height: 500px;
    clear: both;
}

.required {
    color: #F00;
    font-family: 'MHeiHKBold';
}

.form_title {
    clear: both;
    font-family: 'MHeiHKBold';
    margin-bottom: 20px;
    color: #ffc000;
    font-size: 15px;
}

.msg_form_error {
    color: #797979;
    /*  font-family:'MHeiHKBold';
    */
    text-align: left;
    clear: both;
    display: block;
    padding-top: 10px;
}

.err_msg {
    clear: both;
    color: #ffffff;
    font-family: 'MHeiHKBold';
    clear: both;
    display: block;
    text-align: left;
    font-size: 15px;
    padding-top: 10px;
    font-weight: normal;
    display: block;
    padding: 10px;
    background-color: #ff6c7a;
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.confirm_msg_text {
    width: 100%;
    text-align: center;
    color: #000000;
}

.confirm_msg {
    clear: both;
    display: none;
}

table.confirm_msg td {}

.loading {
    clear: both;
    width: 30px;
    height: 30px;
    margin: auto;
    background-image: url(../../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}

.product_list_loading {
    clear: both;
    width: 100%;
    height: 200px;
    margin: auto;
    background-image: url(../../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}

.news_list {
    clear: both;
    width: 100%;
    border-top: 1px solid #CCC;
    /*border-bottom:1px solid #CCC;
    */
    padding-top: 20px;
    padding-bottom: 20px;
}

.news_list .item {
    float: left;
    width: 31%;
    height: 400px;
    overflow: hidden;
    padding-bottom: 20px;
    /*border-left:1px #CCC dotted;
    */
    padding-left: 2%;
    margin-right: 2%;
}

.news_list .item_first {
    border-left: none;
    padding-left: 0px;
    width: 30%;
}

.news_list .item .photo {
    clear: both;
    margin-bottom: 20px;
    border-top: 1px #CCC dotted;
    padding-top: 20px;
    width: 100%;
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.news_list .item .photo a {
    float: left;
    width: 100%;
    height: 250px;
}

.news_list .item_first_row .photo {
    clear: both;
    margin-bottom: 20px;
    border-top: none;
    padding-top: 0px;
}

.news_list .item .date {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
}

.news_list .item .title {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-family: 'MHeiHKBold';
    padding-top: 10px;
}

.news_list .item .title a:link,
.news_list .item .title a:visited {
    color: #000;
    text-decoration: none;
}

.news_list .item .title a:hover,
.news_list .item .title a:active {
    color: #000;
    text-decoration: underline;
}

.news_list .item .editor {
    clear: both;
    width: 100%;
    font-size: 12px;
    padding-top: 10px;
}

.news_list .item .desc {
    clear: both;
    width: 100%;
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    line-height: 150%;
}

.news_list2 {
    clear: both;
    width: 100%;
    border-left: 1px #CCC dotted;
    padding-left: 20px;
}

.news_list2 .item {
    clear: both;
    width: 440px;
    overflow: hidden;
    padding-bottom: 20px;
    border-top: 1px #CCC dotted;
    padding-top: 20px;
}

.news_list2 .item_first {
    border-top: none;
    padding-top: 0px;
}

.news_list2 .item .date {
    clear: both;
    width: 100%;
    font-size: 12px;
}

.news_list2 .item .title {
    clear: both;
    width: 100%;
    font-size: 13px;
    color: #000;
    font-family: 'MHeiHKBold';
    padding-top: 5px;
}

.news_list2 .item .title a:link,
.news_list2 .item .title a:visited {
    color: #000;
    text-decoration: none;
}

.news_list2 .item .title a:hover,
.news_list2 .item .title a:active {
    color: #000;
    text-decoration: underline;
}

.news_list2 .item .editor {
    clear: both;
    width: 100%;
    font-size: 12px;
    padding-top: 10px;
}

.news_list2 .item .desc {
    clear: both;
    width: 100%;
    font-size: 12px;
    padding-top: 2px;
}

.btn_back {
    position: absolute;
    right: 0px;
    top: 0px;
}

.btn_back a:link,
.btn_back a:visited {
    float: left;
    padding: 5px 15px 5px 15px;
    text-align: center;
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 3px solid #000000;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
    */
}

.btn_back a:hover,
.btn_back a:active,
.btn_back a.current:link,
.btn_back a.current:visited {
    float: left;
    padding: 5px 15px 5px 15px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    border: 3px solid #000000;
    background-color: #000000;
    animation: background_color_change 0.5s;
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
}

.home_paging {
    position: fixed;
    bottom: 30px;
    z-index: 99;
}

.home_paging .item {
    float: left;
    margin-left: 10px;
}

.home_paging .item a:link,
.home_paging .item a:visited {
    float: left;
    background-image: url(../../images/home_paging.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left top;
    width: 15px;
    height: 15px;
    text-indent: -99999px;
}

.home_paging .item a:hover,
.home_paging .item a:active,
.home_paging .item a.current:link,
.home_paging .item a.current:visited {
    float: left;
    background-image: url(../../images/home_paging.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 15px;
    height: 15px;
    text-indent: -99999px;
}

.home_msg {
    position: fixed;
    top: 0px;
    left: 0px;
    color: #FFF;
    font-weight: 300;
    width: 100%;
    height: 100%;
}

.home_msg_container {
    width: 100%;
    height: 100%;
    position: relative;
}

.home_msg_group {
    display: none;
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.home_msg_group table.table_home_msg {
    width: 100%;
    height: 100%;
}

.home_msg_group table td {
    vertical-align: middle;
    text-align: center;
}

.table_home_logo {
    width: 80%;
    margin: auto;
    clear: both;
    width: inherit;
}

.table_home_logo img {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.loading_page_m {
    display: none;
}

.loading_page {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../../images/logo_loading.png?v=3);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    z-index: 9999999;
}

.mobile_content {
    display: none;
}

.mmenu {
    clear: both;
    width: 30px;
    position: absolute;
    left: 20px;
    top: 40px;
    display: none;
}

.mmenu a:link,
.mmenu a:visited {
    float: left;
}

.mmenu a:hover {
    float: left;
}

.mmenu img {
    width: 100%;
}

.topsubmenu {
    clear: both;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 60px;
    width: 800px;
    -webkit-box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    z-index: 999;
    display: none;
    background-color: rgba(235, 235, 235, 0.95);
}

.topsubmenu_left {
    clear: both;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 60px;
    width: 460px;
    -webkit-box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    z-index: 999;
    display: none;
}

.topsubmenu_left_short {
    clear: both;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 60px;
    width: 300px;
    -webkit-box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    z-index: 999;
    display: none;
}

.topsubmenu .heading {
    clear: both;
    color: #8e7d75;
    font-size: 15px;
    padding: 0px 20px 0px 20px;
    display: block;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.topsubmenu .heading:hover {
    color: #b30e2c;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.topsubmenu .item {
    float: left;
    width: 150px;
    margin-bottom: 10px;
}

.topsubmenu_left .item {
    width: 200px;
}

.topsubmenu_left_short .item {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.topsubmenu .item2 {
    color: #8e7d75;
    font-size: 15px;
    padding: 0px 0px 15px 0px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    line-height: 130%;
}

.topsubmenu .item2:hover {
    color: #b30e2c;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.topsubmenu .content {
    clear: both;
    display: block;
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid #ffffff;
    padding: 0px 5px 0px 5px;
}

.topsubmenu_container {
    display: block;
    padding: 20px 20px 20px 20px;
}

.topsubmenu .photo {
    float: left;
    width: 20%;
    margin-right: 2%;
    height: 220px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.topsubmenu .content {
    float: left;
    width: 70%;
    padding: 20px 20px 20px 20px;
}

.topsubmenu .content_left {
    float: left;
    margin-right: 40px;
}

.topsubmenu .content_right {
    float: left;
}

.topsubmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    margin-right: 40px;
}

.topsubmenu ul:last-child {}

.topsubmenu ul li {
    clear: both;
    padding-bottom: 10px;
}

.topsubmenu ul li:first-child {}

.topsubmenu ul li:last-child {}

.topsubmenu ul li a:link,
.topsubmenu ul li a:visited {
    color: #809595;
    text-decoration: none;
    font-size: 15px;
}

.topsubmenu ul li a:hover,
.topsubmenu ul li a.current:link,
.topsubmenu ul li a.current:visited {
    color: #b30e2c;
    text-decoration: none;
    font-size: 15px;
}

.home_banner_list {
    clear: both;
    width: 100%;
    height: 850px;
    padding: 0;
    margin: 0;
    margin: auto;
    position: relative;
}

.home_banner_list .item_container {
    width: 100%;
    height: 850px;
    position: relative;
    margin: auto;
}

.home_banner_list .item_left {
    float: left;
    width: 40%;
    background-position: top center;
    background-repeat: no-repeat;
    height: 850px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.home_banner_list .item_right {
    float: left;
    width: 60%;
    background-position: top center;
    background-repeat: no-repeat;
    height: 850px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.home_banner_list .item_left_img {
    float: right;
    width: 40%;
}

.home_banner_list .item_right_content {
    float: left;
    width: 60%;
}

.home_banner_list .item_right .img_logo {
    height: 40px;
}

.home_banner_list .item_right_container {
    display: block;
    padding: 30px 40px 30px 40px;
}

.home_banner_list .item {
    clear: both;
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: top center;
    background-repeat: no-repeat;
    display: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home_banner_list .item table {
    height: 850px;
    width: 90%;
    float: right;
    margin-right: 5%;
}

.home_banner_list .item table td {
    text-align: left;
    padding-top: 0px;
    vertical-align: middle;
}

.home_banner_list .title {
    clear: both;
    font-size: 53px;
    color: #0d0d0d;
    line-height: 100%;
    font-family: 'Didot';
    line-height: 120%;
}

.home_banner_list .desc {
    clear: both;
    padding-top: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #4b4b4b;
    line-height: 150%;
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid #4b4b4b;
}

.home_banner_list .item_left_img table {
    height: 850px;
    width: 330px;
    float: left;
    margin-left: 100px;
    margin-right: 0px;
}

.home_banner_list .table_paging {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 30px;
}

.home_banner_paging {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.home_banner_paging_container {
    margin: auto;
}

.home_banner_paging .item2 {
    float: left;
    margin-left: 5px;
    width: 10px;
    height: 10px;
}

.home_banner_paging .item2 a:link,
.home_banner_paging .item2 a:visited {
    float: left;
    background-image: url(../../images/home_paging.png?v=2?v=2?v=2?v=2?v=2?v=2?v=222?V=2?v=22222);
    background-repeat: no-repeat;
    background-position: left top;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
}

.home_banner_paging .item2 a:hover,
.home_banner_paging .item2 a:active,
.home_banner_paging .item2 a.current:link,
.home_banner_paging .item2 a.current:visited {
    float: left;
    background-image: url(../../images/home_paging.png?v=2?v=2?v=2?v=2?v=2?v=2?v=222?V=2?v=22222);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
}

.news_list3 {
    clear: both;
    width: 100%;
    margin-bottom: 30px;
}

.news_list3 .item {
    clear: both;
}

.news_list3 .item .photo {
    clear: both;
    width: 100%;
}

.news_list3 .item .date {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    text-transform: uppercase;
}

.news_list3 .item .title {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-family: 'MHeiHKBold';
    padding-top: 30px;
}

.news_list3 .item .title a:link,
.news_list3 .item .title a:visited {
    color: #000;
    text-decoration: none;
}

.news_list3 .item .title a:hover,
.news_list3 .item .title a:active {
    color: #000;
    text-decoration: underline;
}

.news_list3 .item .editor {
    clear: both;
    width: 100%;
    font-size: 12px;
    padding-top: 10px;
}

.news_list3 .item .desc {
    clear: both;
    width: 100%;
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    line-height: 150%;
}


/************************************************************** paging **************************************************************/

#paging_info_area {
    color: #263238;
    font-size: 14px;
    clear: both;
    padding-bottom: 30px;
    padding-top: 0px;
    width: 100%;
}

#paging_info {
    float: left;
}

#paging_hspace {
    margin-left: 15px;
    display: inline;
}

#paging {
    float: left;
    font-size: 14px;
    font-family: 'MHeiHKBold';
    color: #263238;
    padding: 0px 0px 0px 0px;
    margin: 0;
    padding-bottom: 20px;
}

#paging ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}

#paging ul li {
    float: left;
    background: none;
    margin: 0;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 4px;
}

#paging ul li.last {
    float: left;
    background: url(../images/separator_footer_nav.jpg?V=2) no-repeat left 2px !important;
    /*IE8�MFirefox�BOpera�BSafari*/
    *background: url(../images/separator_footer_nav.jpg?V=2) no-repeat left 2px !important;
    /*IE7*/
    *background: url(../images/separator_footer_nav.jpg?V=2) no-repeat left 2px;
    /*future use*/
    background: url(../images/separator_footer_nav.jpg?V=2) no-repeat left 2px;
    /*IE6*/
    padding: 0px 0px 0px 10px;
}

#paging ul li.all {
    display: inline;
    background: none;
    padding: 0px 20px 0px 0px;
}

#paging a:link,
#paging a:visited {
    color: #ffffff;
    text-decoration: none;
    background: none;
    font-family: 'MHeiHKBold';
    font-size: 14px;
    float: left;
    background-color: #bebebe;
    padding: 5px 10px 5px 10px;
}

#paging a:hover,
#paging a.current:hover,
#paging a.current,
#paging a.current:visited {
    color: #ffffff;
    text-decoration: none;
    background: none;
    font-family: 'MHeiHKBold';
    font-size: 14px;
    float: left;
    background-color: #cc3333;
    padding: 5px 10px 5px 10px;
}

.press_list {
    clear: both;
    width: 100%;
    margin-left: -1%;
}

.press_list .heading {
    clear: both;
    width: 100%;
    text-align: center;
    color: #58595b;
    font-size: 26px;
    padding-bottom: 40px;
    font-family: 'MHeiHKBold';
}

.press_list .item {
    float: left;
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    height: 202px;
    overflow: hidden;
}

.press_list .item img {
    width: 100%;
}

.dealer_title {
    clear: both;
    padding-bottom: 20px;
    font-family: 'MHeiHKBold';
    font-size: 24px;
}

.customer_title {
    clear: both;
    padding-bottom: 20px;
    font-family: 'MHeiHKBold';
    font-size: 24px;
}

.table_dealer_info {
    clear: both;
    margin-bottom: 20px;
}

.table_dealer_info td {
    padding: 0px 10px 10px 0px;
}

.table_dealer_info td.title {}

.btn_link {
    cursor: pointer;
}

.product_gallery_item_list {
    clear: both;
    width: 1000px;
    height: 210px;
    background-color: #FFF;
    position: relative;
    margin: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 50px;
}

.product_gallery_item_list_area {
    width: 1000px;
    height: 210px;
}

.product_gallery_item_list_container {
    float: left;
    width: 28000px;
    height: 210px;
}

.product_gallery_item_list .item {
    float: left;
    width: 310px;
    height: 210px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    margin-right: 5px;
}

.product_gallery_item_list .item a {
    float: left;
    width: 310px;
    height: 210px;
    text-decoration: none;
}

.btn_product_gallery_prev {
    position: absolute;
    left: 10px;
    top: 0px;
}

.btn_product_gallery_prev a:link,
.btn_product_gallery_prev a:visited {
    float: left;
    background-image: url(../../images/btn_product_gallery_prev.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: center center;
    width: 43px;
    height: 210px;
    text-indent: -9999px;
}

.btn_product_gallery_prev a:hover,
.btn_product_gallery_prev a.current:link,
.btn_product_gallery_prev a.current:visited {
    float: left;
    background-image: url(../../images/btn_product_gallery_prev.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: center center;
    width: 43px;
    height: 210px;
    text-indent: -9999px;
}

.btn_product_gallery_next {
    position: absolute;
    right: 10px;
    top: 0px;
}

.btn_product_gallery_next a:link,
.btn_product_gallery_next a:visited {
    float: left;
    background-image: url(../../images/btn_product_gallery_next.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: center center;
    width: 43px;
    height: 210px;
    text-indent: -9999px;
}

.btn_product_gallery_next a:hover,
.btn_product_gallery_next a.current:link,
.btn_product_gallery_next a.current:visited {
    float: left;
    background-image: url(../../images/btn_product_gallery_next.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: center center;
    width: 43px;
    height: 210px;
    text-indent: -9999px;
}

.other_product_photo_list {
    clear: both;
    width: 1000px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

.other_product_photo_list .item {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
    position: relative;
    backgroverflow: hidden;
    ound-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #ff0000;
}

.other_product_photo_list .item a {
    float: left;
    width: 100%;
    height: 400px;
    text-decoration: none;
}

.other_product_photo_list2 {
    clear: both;
    width: 500px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

.other_product_photo_list2 .item {
    float: left;
    width: 100%;
    position: relative;
    backgroverflow: hidden;
    ound-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #ff0000;
}

.other_product_photo_list2 .item a {
    float: left;
    width: 100%;
    height: 400px;
    text-decoration: none;
}

.topmenu_m {
    display: none;
}

.topsubmenu select {
    display: none;
}

.top_social_list {
    position: absolute;
    left: 0px;
    top: 10px;
}

.top_social_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top_social_list ul li {
    float: left;
    margin-right: 10px;
}

.top_social_list ul li img {
    height: 20px;
}

.top_social_list ul li.email img {
    height: 13px;
    margin-right: 5px;
}

.top_social_list ul li a:link,
.top_social_list ul li a:visited {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
}

.top_social_list ul li a:hover {
    font-size: 15px;
    color: #c4e5ff;
    text-decoration: none;
}

.top_info_list {
    position: absolute;
    right: 0px;
    top: 0px;
}

.top_info_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top_info_list ul li {
    float: left;
    margin-left: 20px;
    line-height: 40px;
}

.top_info_list ul li a:link,
.top_info_list ul li a:visited {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
}

.top_info_list ul li a:hover {
    font-size: 15px;
    color: #c4e5ff;
    text-decoration: none;
}

.top_info_list ul li img {
    margin-right: 10px;
}

.addthis_toolbox {
    /* padding-top:10px;
    */
    margin-top: 0px;
}


/* Chrome only: */

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .addthis_toolbox {
        padding-top: 10px;
        margin-top: 0px;
    }
}

.globalnav {
    position: absolute;
    right: 100px;
    top: 25px;
}

.globalnav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.globalnav ul li {
    float: left;
    background-image: url(../../images/globalnav.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding: 0px 10px 0px 10px;
}

.globalnav ul li:first-child {
    background-image: none;
}

.globalnav ul li a:link,
.globalnav ul li a:visited {
    float: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    border-bottom: none;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.globalnav ul li a:hover,
.globalnav ul li a.current:link,
.globalnav ul li a.current:visited {
    float: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px dotted #ffffff;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.btn_browse {
    clear: both;
    width: 126px;
    margin-top: 30px;
}

.btn_browse a:link,
.btn_browse a:visited {
    clear: both;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-weight: normal;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #0d0d0d;
    border: 1px solid #0d0d0d;
    background-color: #f7f7f7;
}

.btn_browse a:hover,
.btn_browse a:active,
.btn_browse a.current:link,
.btn_browse a.current:visited {
    clear: both;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-weight: normal;
    color: #ffffff;
    border: 1px solid #0d0d0d;
    background-color: #0d0d0d;
    animation: background_color_change 0.5s;
}

.about_area .heading {
    clear: both;
    padding-top: 60px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-family: 'MHeiHKBold';
    font-size: 30px;
}

.about_area_content2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9999;
}

.about_area {
    clear: both;
    width: 100%;
    height: 562px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.home_ad {
    clear: both;
    width: 100%;
    height: 1084px;
    background-image: url(../../images/home_ad.jpg?V=2?v=2);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.home_ad .heading {
    clear: both;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-family: 'MHeiHKBold';
    font-size: 18px;
}

.home_advertise_list {
    clear: both;
    width: 100%;
    padding-bottom: 20px;
}

.home_advertise_list .item {
    float: left;
    width: 264px;
    height: 700px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

.home_advertise_list .item .photo {
    clear: both;
    width: 100%;
    height: 520px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.home_advertise_list .item .title {
    clear: both;
    padding-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: 'MHeiHKBold';
    color: #ffffff;
}

.home_advertise_list .item .subtitle {
    clear: both;
    padding-top: 5px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.home_advertise_list .item .desc {
    clear: both;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #d9d9d9;
    font-style: italic;
}

.home_advertise_list .item .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 520px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/home_ad_overlay.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    display: none;
}

.home_advertise_list .item .overlay_container {
    position: relative;
    width: 100%;
    height: 520px;
}

.btn_popup_link {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.btn_popup_link a:link,
.btn_popup_link a:visited {
    float: left;
    width: 34px;
    height: 34px;
    background-image: url(../../images/icon/zoom.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    text-indent: -99999px;
}

.btn_popup_link a:hover {
    float: left;
    width: 34px;
    height: 34px;
    background-image: url(../../images/icon/zoom.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    text-indent: -99999px;
}

.home_ad_button_list {
    position: absolute;
    bottom: 30px;
    left: 90px;
}

.btn_home_prev {
    position: absolute;
    left: 10%;
    top: 440px;
    z-index: 999;
}

.btn_home_prev a:link,
.btn_home_prev a:visited {
    float: left;
    width: 50px;
    height: 50px;
    background-image: url(../../images/btn_home_prev.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -99999px;
}

.btn_home_prev a:hover {
    float: left;
    width: 50px;
    height: 50px;
    background-image: url(../../images/btn_home_prev.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left bototm;
    text-indent: -99999px;
}

.btn_home_next {
    position: absolute;
    right: 10%;
    top: 440px;
    z-index: 999;
}

.btn_home_next a:link,
.btn_home_next a:visited {
    float: left;
    width: 50px;
    height: 50px;
    background-image: url(../../images/btn_home_next.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -99999px;
}

.btn_home_next a:hover {
    float: left;
    width: 50px;
    height: 50px;
    background-image: url(../../images/btn_home_next.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left bototm;
    text-indent: -99999px;
}

.banner_list2 {
    clear: both;
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
}

.banner_list2 .item {
    clear: both;
    width: 100%;
    height: 420px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner_list2 .item table {
    clear: both;
    width: 100%;
    height: 420px;
    text-align: center;
}

.banner_list2 .item table td {
    text-align: center;
    vertical-align: middle;
    padding-top: 120px;
}

.banner_list2 .item .section_title {
    clear: both;
    width: 100%;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.banner_list2 .item a:link,
.banner_list2 .item a:visited {
    float: left;
    width: 100%;
    height: 420px;
    text-decoration: none;
    text-indent: -9999px;
}

.banner_list2 .item a:hover,
.banner_list2 .item a:active {
    float: left;
    width: 100%;
    height: 420px;
    text-decoration: none;
    text-indent: -9999px;
}

.banner_list2 .table_paging {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 20px;
}

.banner_paging {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0px;
}

.banner_paging_container {
    position: relative;
    width: 100%;
}

.banner_paging .item2 {
    float: left;
    margin-left: 2px;
    margin-right: 2px;
    width: 10px;
    height: 10px;
}

.banner_paging .item2 a:link,
.banner_paging .item2 a:visited {
    float: left;
    background-image: url(../../images/banner_paging.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left top;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
}

.banner_paging .item2 a:hover,
.banner_paging .item2 a:active,
.banner_paging .item2 a.current:link,
.banner_paging .item2 a.current:visited {
    float: left;
    background-image: url(../../images/banner_paging.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
}

.btn_webpage_prev {
    position: absolute;
    left: 10%;
    top: 310px;
    z-index: 999;
}

.btn_webpage_prev a:link,
.btn_webpage_prev a:visited {
    float: left;
    width: 50px;
    height: 50px;
    background-image: url(../../images/btn_home_prev.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -99999px;
}

.btn_webpage_prev a:hover {
    float: left;
    width: 50px;
    height: 50px;
    background-image: url(../../images/btn_home_prev.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left bototm;
    text-indent: -99999px;
}

.btn_webpage_next {
    position: absolute;
    right: 10%;
    top: 310px;
    z-index: 999;
}

.btn_webpage_next a:link,
.btn_webpage_next a:visited {
    float: left;
    width: 50px;
    height: 50px;
    background-image: url(../../images/btn_home_next.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -99999px;
}

.btn_webpage_next a:hover {
    float: left;
    width: 50px;
    height: 50px;
    background-image: url(../../images/btn_home_next.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left bototm;
    text-indent: -99999px;
}

.product_list_sort {
    clear: both;
    width: 100%;
    padding-bottom: 10px;
}

.product_list_sort table {
    float: right;
}

.product_list_sort table td {
    padding-left: 10px;
}

.input_select {
    height: 22px;
    line-height: 22px;
    border: 1px solid #cccccc;
    padding-left: 5px;
    color: #000000;
    font-size: 12px;
    min-width: 270px;
}

.select_area {
    clear: both;
    width: 30%;
    margin: auto;
    margin-top: 10px;
}

select.input_select2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: none;
    padding-left: 5px;
    color: #000000;
    font-size: 12px;
    border: 1px solid #cccccc;
}

.product_photo_thumb_box_group {
    clear: both;
    position: relative;
    width: 100%;
}

.product_photo_thumb_box_group_container {
    clear: both;
    width: 100%;
}

.product_photo_thumb_box_group_list {
    width: 100%;
}

.product_photo_thumb_box_group_list .item {
    width: 100%;
}

.product_photo_thumb_box_group_list .item a {
    float: left;
    width: 120px;
    height: 190px;
}

.btn_product_photo_thumb_box_group_prev {
    float: left;
    margin-left: 50px;
    margin-right: 50px;
}

.btn_product_photo_thumb_box_group_prev a:link,
.btn_product_photo_thumb_box_group_prev a:visited {
    float: left;
    background-image: url(../../images/btn_product_photo_thumb_box_group_prev.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left top;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
}

.btn_product_photo_thumb_box_group_prev a:hover {
    float: left;
    background-image: url(../../images/btn_product_photo_thumb_box_group_prev.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
}

.btn_product_photo_thumb_box_group_next {
    float: left;
    margin-left: 50px;
    margin-right: 50px;
}

.btn_product_photo_thumb_box_group_next a:link,
.btn_product_photo_thumb_box_group_next a:visited {
    float: left;
    background-image: url(../../images/btn_product_photo_thumb_box_group_next.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left top;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
}

.btn_product_photo_thumb_box_group_next a:hover {
    float: left;
    background-image: url(../../images/btn_product_photo_thumb_box_group_next.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
}

.main_content_left {
    /* float:left;
     width:68%;
     */
    clear: both;
    width: 100%;
}

.main_content_right {
    float: right;
    width: 20%;
}

.main_content_left .heading2 {
    clear: both;
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-family: 'MHeiHKBold';
    padding-bottom: 30px;
}

.main_content_left .heading {
    clear: both;
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 26px;
    font-family: 'MHeiHKBold';
    padding-bottom: 10px;
}

.main_content_right .heading {
    clear: both;
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 26px;
    font-family: 'MHeiHKBold';
    padding-bottom: 30px;
}

.btn_product_photo_thumb_box_area_list2 {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999;
}

.main_content_left .photo a {
    float: left;
    width: 100%;
    height: 1080px;
}

.main_content_left .photo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1080px;
    background-position: top center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main_content_right_container {
    clear: both;
    display: block;
    padding: 50px;
    width: 530px;
    /*height:980px;
    */
}

.product_detail_area .photo {
    float: left;
    width: 30%;
}

.product_detail_area .photo img {
    width: 100%;
}

.product_detail_area .content {}

.product_detail_area .title {
    clear: both;
    width: 100%;
    color: #000000;
    font-size: 20px;
    font-family: 'MHeiHKBold';
    text-transform: uppercase;
}

.product_detail_area .subtitle {
    clear: both;
    width: 100%;
    color: #000000;
    font-size: 16px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.product_detail_area .content .product_content_box {
    clear: both;
    width: 100%;
    color: #000000;
    font-size: 12px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e6e4e4;
    margin-bottom: 7px;
    line-height: 150%;
    text-transform: uppercase;
}

.product_content_box_desc {
    font-size: 16px;
}

.product_nav_list {
    clear: both;
    width: 100%;
    border-top: 1px dotted #9b9a9a;
    padding-top: 10px;
    margin-top: 20px;
}

.product_nav_list .item {
    clear: both;
    width: 100%;
    border-bottom: 1px dotted #9b9a9a;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.product_nav_list .item .title22 {
    clear: both;
    width: 100%;
}

.product_nav_list .item .content2 {
    clear: both;
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
    display: none;
    color: #809595;
}

.product_nav_list .item .title2 a:link,
.product_nav_list .item .title2 a:visited,
.product_nav_list .item .title2 a:hover {
    clear: both;
    display: block;
    background-image: url(../../images/product_nav.png?v=2?v=2?v=2?v=2?v=2?v=22?v=2);
    background-repeat: no-repeat;
    background-position: right 2px;
    font-size: 14px;
    color: #b30e2c;
    text-decoration: none;
    /* text-transform:capitalize;
     */
    font-weight: normal;
}

.product_nav_list .item.title a.current:hover,
.product_nav_list .item .title2 a.current:link,
.product_nav_list .item .title2 a.current:visited {
    clear: both;
    display: block;
    background-image: url(../../images/product_nav2.png?v=2?v=2?v=2?v=2?v=2?v=22?v=2);
    background-repeat: no-repeat;
    background-position: right 2px;
    font-size: 14px;
    color: #b30e2c;
    text-decoration: none;
    text-transform: normal;
    /* text-transform:capitalize;
     */
    font-weight: normal;
}

.btn_book {
    clear: both;
    padding-top: 60px;
}

.btn_book a:link,
.btn_book a:visited {
    float: left;
    padding: 15px 20px 15px 20px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #34251d;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
}

.btn_book a:hover,
.btn_book a:active,
.btn_book a.current:link,
.btn_book a.current:visited {
    float: left;
    padding: 15px 20px 15px 20px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #5b5b5b;
    animation: background_color_change 0.5s;
}

.product_photo_thumb_box {
    clear: both;
    display: block;
    position: relative;
    width: 390px;
    height: 80px;
    background-color: #ffffff;
    padding-bottom: 15px;
    margin: auto;
}

.product_photo_thumb_box_container {
    clear: both;
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.product_photo_thumb_list {
    width: 4000px;
    height: 100px;
    overflow: hidden;
}

.product_photo_thumb_list .item {
    float: left;
    margin-right: 10px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 1px solid #ffffff;
}

.product_photo_thumb_list .item a {
    float: left;
    width: 40px;
    height: 70px;
}

.btn_product_photo_thumb_box_prev {
    position: absolute;
    left: -27px;
    top: 50px;
}

.btn_product_photo_thumb_box_prev a:link,
.btn_product_photo_thumb_box_prev a:visited {
    float: left;
    background-image: url(../../images/btn_prev.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left top;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
}

.btn_product_photo_thumb_box_prev a:hover {
    float: left;
    background-image: url(../../images/btn_prev.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
}

.btn_product_photo_thumb_box_next {
    position: absolute;
    right: -37px;
    top: 50px;
}

.btn_product_photo_thumb_box_next a:link,
.btn_product_photo_thumb_box_next a:visited {
    float: left;
    background-image: url(../../images/btn_next.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left top;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
}

.btn_product_photo_thumb_box_next a:hover {
    float: left;
    background-image: url(../../images/btn_next.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
}

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

.btn_product_photo_thumb_box_prev2 a:link,
.btn_product_photo_thumb_box_prev2 a:visited {
    float: left;
    background-image: url(../../images/btn_product_photo_thumb_box_group_prev.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left top;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
}

.btn_product_photo_thumb_box_prev2 a:hover {
    float: left;
    background-image: url(../../images/btn_product_photo_thumb_box_group_prev.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
}

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

.btn_product_photo_thumb_box_next2 a:link,
.btn_product_photo_thumb_box_next2 a:visited {
    float: left;
    background-image: url(../../images/btn_product_photo_thumb_box_group_next.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left top;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
}

.btn_product_photo_thumb_box_next2 a:hover {
    float: left;
    background-image: url(../../images/btn_product_photo_thumb_box_group_next.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
}

.contact_left {
    float: left;
    width: 38%;
    padding-top: 50px;
}

.contact_right {
    float: right;
    width: 60%;
}

input.input_scode {
    float: left;
    width: 40%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0px 4% 0px 4%;
    text-align: center;
    border: 1px solid #c9c9c9;
    font-size: 13px;
    font-weight: normal;
    background-color: #ffffff;
    font-family: 'MHeiHK', Arial, Verdana, sans-serif;
    text-align: left;
    color: #000000;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

#security_code_img {
    float: left;
}

input.input_middle2 {
    width: 96%;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0px 2% 0px 2%;
    text-align: center;
    border: none;
    font-size: 12px;
    font-weight: normal;
    background-color: #ffffff;
    font-family: 'MHeiHK', Arial, Verdana, sans-serif;
    text-align: center;
    color: #000000;
}

input.input_enews {
    width: 96%;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0px 2% 0px 2%;
    text-align: center;
    border: 1px solid #000000;
    font-size: 12px;
    font-weight: normal;
    background-color: #ffffff;
    font-family: 'MHeiHK', Arial, Verdana, sans-serif;
    text-align: center;
    color: #000000;
}

textarea.input_middle2 {
    width: 96%;
    height: 120px;
    line-height: 120%;
    margin: 0;
    padding: 10px 2% 10px 2%;
    border: none;
    font-size: 12px;
    font-weight: normal;
    background-color: #f0f0f0;
    font-family: 'MHeiHK', Arial, Verdana, sans-serif;
    text-align: center;
    color: #181818;
}

input.input_middle3 {
    width: 96%;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0px 2% 0px 2%;
    text-align: center;
    border: 1px #000000 solid;
    font-size: 16px;
    font-weight: normal;
    background-color: #ffffff;
    font-family: 'MHeiHK', Arial, Verdana, sans-serif;
    text-align: left;
    color: #000000;
}

textarea.input_middle3 {
    width: 96%;
    height: 180px;
    line-height: 120%;
    margin: 0;
    padding: 10px 2% 10px 2%;
    border: 1px #000000 solid;
    font-size: 16px;
    font-weight: normal;
    background-color: #FFF;
    font-family: 'MHeiHK', Arial, Verdana, sans-serif;
    text-align: left;
    color: #181818;
}

textarea.input_middle_long {
    width: 96%;
    height: 270px;
    line-height: 120%;
    margin: 0;
    padding: 10px 2% 10px 2%;
    border: 1px #000000 solid;
    font-size: 16px;
    font-weight: normal;
    background-color: #FFF;
    font-family: 'MHeiHK', Arial, Verdana, sans-serif;
    text-align: left;
    color: #181818;
}

.main_content_full2 {
    clear: both;
    width: 1280px;
    margin: auto;
}

.btn_submit2 {
    clear: both;
    margin: auto;
}

.btn_submit2 a:link,
.btn_submit2 a:visited {
    float: left;
    padding: 15px 35px 15px 35px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #34251d;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
}

.btn_submit2 a:hover,
.btn_submit2 a:active,
.btn_submit2 a.current:link,
.btn_submit2 a.current:visited {
    float: left;
    padding: 15px 35px 15px 35px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #000000;
    animation: background_color_change 0.5s;
}

.table_form2 {
    clear: both;
    width: 50%;
    font-family: 'MHeiHK', Arial;
}

.table_form2 td.title {
    padding-bottom: 10px;
    color: #000000;
    font-size: 16px;
    font-family: 'MHeiHKBold';
}

.table_form2 td.content {
    padding-bottom: 20px;
}

.othernav {
    clear: both;
    padding-bottom: 60px;
}

.othernav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.othernav ul li {
    float: left;
    background-image: url(../../images/othernav.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding: 0px 30px 0px 30px;
}

.othernav ul li:first-child {
    background-image: none;
}

.othernav ul li a:link,
.othernav ul li a:visited {
    float: left;
    color: #828282;
    font-size: 20px;
    font-weight: normal;
}

.othernav ul li a:hover,
.othernav ul li a.current:link,
.othernav ul li a.current:visited {
    float: left;
    color: #000000;
    font-size: 20px;
    font-weight: normal;
}

.section_title3 {
    clear: both;
    font-size: 16px;
    font-family: 'MHeiHKBold';
    text-align: left;
}

input.input_short {
    width: 120px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0px 10px 0px 10px;
    border: 1px #000000 solid;
    font-size: 16px;
    font-weight: normal;
    background-color: #FFF;
    font-family: 'MHeiHK', Arial, Verdana, sans-serif;
    text-align: left;
    color: #181818;
}

.table_form_time {
    clear: both;
    width: 100%;
    font-family: 'MHeiHK', Arial;
}

.table_form_time td {}

.table_form_time td.content2 {
    padding-bottom: 20px;
    padding-left: 30px;
    width: 102px;
}

input.input_middle_time {
    width: 96%;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0px 10px 0px 10px;
    border: 1px #000000 solid;
    font-size: 16px;
    font-weight: normal;
    background-color: #FFF;
    font-family: 'MHeiHK', Arial, Verdana, sans-serif;
    text-align: left;
    color: #181818;
}


/**********************/

.table_history {
    clear: both;
    width: 100%;
}

.table_history th {
    color: #ffffff;
    padding: 10px;
    border-bottom: 1px dotted #c0cacb;
    vertical-align: middle;
    color: #a3a3a3;
    font-size: 18px;
}

.table_history td {
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px dotted #c0cacb;
    color: #000000;
    font-size: 18px;
}

.main_content_chat {
    clear: both;
    width: 1140px;
    margin: auto;
    padding-top: 70px;
    padding-bottom: 50px;
}

.btn_upload {
    clear: both;
    padding-top: 20px;
}

.btn_upload a:link,
.btn_upload a:visited {
    float: left;
    padding: 15px 35px 15px 35px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #34251d;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
}

.btn_upload a:hover,
.btn_upload a:active,
.btn_upload a.current:link,
.btn_upload a.current:visited {
    float: left;
    padding: 15px 35px 15px 35px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #000000;
    animation: background_color_change 0.5s;
}

.home_intro {
    clear: both;
    display: block;
    background-color: #ffffff;
    padding: 70px 0px 70px 0px;
}

.home_intro {
    clear: both;
    width: 1024px;
    margin: auto;
}

.social_list {
    position: absolute;
    right: 0px;
    top: 0px;
}

.social_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social_list ul li {
    float: left;
    margin-left: 10px;
}

.social_list ul li img {
    height: 20px;
}

.banner_intro {
    clear: both;
    width: 1000px;
    margin: auto;
    padding-top: 90px;
}

.home_ad2 {
    clear: both;
    width: 100%;
}

.home_ad2 .item {
    clear: both;
    width: 100%;
    height: 760px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home_ad2 .item table {
    width: 810px;
    height: 760px;
    margin: auto;
}

.home_ad2 .item table td {
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
}

.home_ad_area_content2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9999;
}

.home_ad_area {
    clear: both;
    width: 100%;
    height: 760px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home_news {
    clear: both;
    width: 100%;
}

.home_news_container {
    clear: both;
    display: block;
    padding: 120px 100px 120px 100px;
}

.home_news .heading {
    clear: both;
    width: 100%;
    font-size: 60px;
    color: #000000;
    font-family: 'MHeiHKBold';
    background-image: url(../../images/header_line.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 10px;
    margin-bottom: 90px;
}

.home_news_list {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.home_news_list .item {
    float: left;
    width: 50%;
    border-top: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.home_news_list .item_container {
    clear: both;
    display: block;
    padding: 40px 200px 40px 40px;
}

.home_news_list .item .title {
    clear: both;
    color: #000000;
    font-size: 30px;
    font-family: 'MHeiHKBold';
}

.home_news_list .item .date {
    clear: both;
    color: #4ba4be;
    font-size: 20px;
    font-family: 'MHeiHKBold';
    padding-top: 15px;
}

.home_news_list .item .desc {
    clear: both;
    color: #000000;
    font-size: 20px;
    padding-top: 15px;
}

.btn_more_news {
    clear: both;
    padding-bottom: 40px;
}

.btn_more_news a:link,
.btn_more_news a:visited {
    float: left;
    padding: 0px 90px 0px 90px;
    color: #000000;
    font-size: 20px;
    line-height: 54px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #000000;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn_more_news a:hover,
.btn_more_news a:active,
.btn_more_news a.current:link,
.btn_more_news a.current:visited {
    float: left;
    padding: 0px 90px 0px 90px;
    color: #ffffff;
    font-size: 20px;
    line-height: 54px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #000000;
    border: 1px solid #000000;
    animation: background_color_change 0.5s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.price_plan {
    clear: both;
    width: 100%;
    background-color: #000000;
    padding: 60px 0px 130px 0px;
    margin-top: 40px;
}

.price_plan_container {
    clear: both;
    width: 760px;
    margin: auto;
}

.price_plan .heading {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 70px;
}

.table_price_plan {
    clear: both;
    width: 100%;
}

.table_price_plan th {
    color: #4ba4be;
    font-size: 18px;
    padding: 10px;
}

.table_price_plan td {
    color: #ffffff;
    font-size: 18px;
    padding: 10px;
}

.webpage_other_list {
    clear: both;
    width: 100%;
    padding-top: 40px;
}

.webpage_other_list .item {
    clear: both;
    width: 100%;
}

.webpage_other_list .item .photo {
    float: left;
    width: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
}

.webpage_other_list .item .photo img {
    width: 100%;
}

.webpage_other_list .item .content {
    float: right;
    width: 50%;
}

.webpage_other_list .item .content_container {
    clear: both;
    display: block;
    padding: 130px 70px 130px 70px;
}

.webpage_other_list .item .title {
    clear: both;
    font-size: 30px;
    color: #000000;
}

.webpage_other_list .item .desc {
    clear: both;
    padding-top: 20px;
    font-size: 18px;
    line-height: 150%;
}

.webpage_other_list .item2 {
    clear: both;
    width: 100%;
}

.webpage_other_list .item2 .photo {
    float: right;
    width: 50%;
}

.webpage_other_list .item2 .content {
    float: left;
    width: 50%;
}

.webpage_other_list .item3 {
    clear: both;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
}

.webpage_other_list .item3 .content {
    width: 100%;
    text-align: center;
    color: #ffffff;
    margin: auto;
}

.webpage_other_list .item3 .content_container {
    width: 50%;
    margin: auto;
}

.webpage_other_list .item3 .title {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 35px;
}

.service_list {
    clear: both;
    width: 100%;
    background-color: #f7f7f7;
    padding: 70px 0px 70px 0px;
}

.service_list_container {
    clear: both;
    width: 1300px;
    margin: auto;
}

.service_list .item {
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    background-color: #ffffff;
    height: 300px;
}

.service_list .item table {
    width: 90%;
    background-color: #ffffff;
    height: 300px;
    margin: auto;
}

.service_list .item table td {
    text-align: center;
    vertical-align: middle;
}

.service_list .item .title {
    font-size: 24px;
    font-family: 'MHeiHKBold';
    background-image: url(../../images/service_line.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.service_list .item .desc {
    clear: both;
    font-size: 15px;
}

.blog_list {
    clear: both;
    width: 1100px;
    margin: auto;
    padding-top: 40px;
}

.blog_list .item {
    clear: both;
    width: 100%;
    margin-bottom: 100px;
}

.blog_list .item .photo {
    float: left;
    width: 45%;
}

.blog_list .item .photo img {
    width: 100%;
}

.blog_list .item .content {
    float: right;
    width: 45%;
}

.blog_list .item .content_container {
    clear: both;
    display: block;
    padding: 0px 0px 0px 0px;
}

.blog_list .item .title {
    clear: both;
    font-size: 30px;
    color: #000000;
}

.blog_list .item .desc {
    clear: both;
    padding-top: 20px;
    font-size: 18px;
    line-height: 150%;
}

.blog_list .item2 {
    clear: both;
    width: 100%;
}

.blog_list .item2 .photo {
    float: right;
    width: 45%;
}

.blog_list .item2 .content {
    float: left;
    width: 45%;
}

.btn_more_blog {
    clear: both;
    padding-top: 20px;
}

.btn_more_blog a:link,
.btn_more_blog a:visited {
    float: left;
    padding: 0px 25px 0px 25px;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #707070;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn_more_blog a:hover,
.btn_more_blog a:active,
.btn_more_blog a.current:link,
.btn_more_blog a.current:visited {
    float: left;
    padding: 0px 25px 0px 25px;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #000000;
    animation: background_color_change 0.5s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.photo_list {
    clear: both;
    padding-top: 30px;
    width: 50%;
    margin: auto;
}

.photo_list img {
    clear: both;
    margin-bottom: 10px;
    width: 100%;
}

.contact_form_area_left {
    float: left;
    width: 50%;
    height: 840px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contact_form_area_right {
    float: right;
    width: 50%;
}

.contact_form_area {
    clear: both;
    width: 100%;
    background-color: #4ba4be;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}

.contact_form_area_container {
    clear: both;
    width: 400px;
    margin: auto;
    padding: 90px 0px 90px 0px;
}

.contact_form_area .heading {
    clear: both;
    width: 100%;
    background-color: #4ba4be;
    padding: 0px 0px 60px 0px;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    padding-bottom: 50px;
}

.register_form_area {
    clear: both;
    width: 850px;
    margin: auto;
    font-size: 13px;
    font-family: 'MHeiHK', Arial, sans-serif, Arial, Verdana, sans-serif;
    padding-bottom: 40px;
}

.must_enter {
    font-style: italic;
}

.must_enter {
    font-style: italic;
}

.required {
    color: #00aeef;
}

.table_register {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.table_register td {
    width: 48%;
}

.table_register td.content_left {
    padding-right: 2%;
}

.table_register td.content_right {
    padding-left: 2%;
}

.table_register .title {
    padding-bottom: 7px;
}

.table_register .content {
    padding-bottom: 20px;
}

label {
    float: left;
    margin-right: 20px;
}

input.input_middle_register {
    width: 96%;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0px 2% 0px 2%;
    border: 1px solid #dcddde;
    font-size: 12px;
    font-weight: normal;
    background-color: #f0f0f0;
    font-family: 'MHeiHK', Arial, Verdana, sans-serif;
    text-align: left;
    color: #181818;
}

input.input_enew {
    width: 92%;
    height: 43px;
    line-height: 43px;
    margin: 0;
    padding: 0px 4% 0px 4%;
    border: none;
    font-size: 15px;
    font-weight: normal;
    background-color: #f0f0f0;
    font-family: 'MHeiHK', Arial, Verdana, sans-serif;
    text-align: left;
    color: #181818;
}

textarea.input_long_register {
    width: 96%;
    height: 130px;
    line-height: 150%;
    margin: 0;
    padding: 2% 2% 2% 2%;
    border: 1px solid #dcddde;
    font-size: 12px;
    font-weight: normal;
    background-color: #f0f0f0;
    font-family: 'MHeiHK', Arial, Verdana, sans-serif;
    text-align: left;
    color: #181818;
    margin-bottom: 25px;
}

.table_other_form {
    background-color: #d7d7d7;
    margin-top: 20px;
}

.table_other_form td {
    padding: 5px 0px 0px 0px;
}

.table_other_form td.title {
    font-size: 13px;
    font-family: 'MHeiHKBold';
    padding-left: 10px;
}

textarea.input_long {
    width: 96%;
    height: 130px;
    line-height: 150%;
    margin: 0;
    padding: 2% 2% 2% 2%;
    border: none;
    font-size: 13px;
    font-weight: normal;
    background-color: #d7d7d7;
    text-align: left;
}

select.input_short_register {
    width: 25%;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0px 0% 0px 2%;
    border: 1px solid #dcddde;
    font-size: 12px;
    font-weight: normal;
    background-color: #f0f0f0;
    font-family: 'MHeiHK', Arial, Verdana, sans-serif;
    text-align: left;
    color: #181818;
}

select.input_middle_register {
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0px 0% 0px 2%;
    border: 1px solid #dcddde;
    font-size: 12px;
    font-weight: normal;
    background-color: #f0f0f0;
    font-family: 'MHeiHK', Arial, Verdana, sans-serif;
    text-align: left;
    color: #181818;
}

.btn_submit_register {
    clear: both;
    padding-top: 20px;
}

.btn_submit_register a:link,
.btn_submit_register a:visited {
    float: left;
    padding: 0px 35px 0px 35px;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #707070;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn_submit_register a:hover,
.btn_submit_register a:active,
.btn_submit_register a.current:link,
.btn_submit_register a.current:visited {
    float: left;
    padding: 0px 35px 0px 35px;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #000000;
    animation: background_color_change 0.5s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.register_other_title {
    clear: both;
    width: 90%;
    margin-bottom: 20px;
    background-image: url(../../images/register_title.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: repeat-x;
    background-position: center right;
}

.register_other_title .title {
    float: left;
    background-color: #ffffff;
    padding-right: 20px;
    color: #1e1d52;
    font-size: 18px;
    font-family: 'MHeiHKBold';
}

.table_register2 {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-image: url(../../images/register_title.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: repeat-x;
    background-position: bottom left;
}

.table_register2 td {}

.table_register2 td.content_left {
    width: 31%;
}

.table_register2 td.content_middle {
    width: 32%;
    padding-left: 2%;
}

.table_register2 td.content_right {
    width: 32%;
    padding-left: 2%;
}

.table_register2 td.content_middle div {
    float: left;
}

.table_register2 td.content_middle div.dleft {
    width: 49%;
    padding-right: 1%;
}

.table_register2 td.content_middle div.dright {
    width: 47%;
    padding-left: 3%;
}

.table_register2 .title {
    padding-bottom: 7px;
}

.table_register2 .content {
    padding-bottom: 20px;
}

.register_form_area .confirm_msg_text {
    color: #000000;
}

.btn_enews {
    clear: both;
    width: 156px;
    margin: auto;
    margin-top: 10px;
}

.btn_enews a:link,
.btn_enews a:visited {
    display: block;
    padding: 5px 0px 5px 0px;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #ef372a;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
}

.btn_enews a:hover,
.btn_enews a:active,
.btn_enews a.current:link,
.btn_enews a.current:visited {
    display: block;
    padding: 5px 0px 5px 0px;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #000000;
    animation: background_color_change 0.5s;
}

.btn_learn_more {
    clear: both;
    padding-top: 20px;
}

.btn_learn_more a:link,
.btn_learn_more a:visited {
    float: left;
    padding: 0px 25px 0px 25px;
    color: #ffffff;
    font-size: 20px;
    line-height: 47px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background: none;
    border: 1px solid #ffffff;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn_learn_more a:hover,
.btn_learn_more a:active,
.btn_learn_more a.current:link,
.btn_learn_more a.current:visited {
    float: left;
    padding: 0px 25px 0px 25px;
    color: #4ba4be;
    font-size: 20px;
    line-height: 47px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    animation: background_color_change 0.5s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn_donate {
    position: absolute;
    right: 0px;
    top: 107px;
    font-family: 'MHeiHK', Arial;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_donate a:link,
.btn_donate a:visited {
    float: left;
    padding: 15px 64px 15px 64px;
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    text-transform: capitalize;
    background-color: #ffffff;
    border: 3px solid #aab7bd;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_donate a:hover,
.btn_donate a:active,
.btn_donate a.current:link,
.btn_donate a.current:visited {
    float: left;
    padding: 15px 64px 15px 64px;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    text-transform: capitalize;
    background-color: #a57c2c;
    border: 3px solid #a57c2c;
    animation: background_color_change 0.5s;
}

.footer_logo_payment {
    clear: both;
    width: 100%;
    padding-top: 200px;
}

.footer_logo_payment img {
    max-width: 100%;
}

.footer_logo {
    clear: both;
    width: 100%;
}

.footer_logo img {
    max-width: 100%;
}

.footer_logo_list {
    position: absolute;
    left: 0px;
    top: 50px;
}

.footer_logo_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer_logo_list ul li {
    float: left;
    margin-right: 50px;
}

.footer_logo2 {
    width: 100px;
    margin-top: 5px;
}

.footer_logo2 img {
    width: 100%;
}

.footer_logo3 {
    width: 166px;
    margin-top: 45px;
}

.footer_logo3 img {
    width: 100%;
}

.section_content {
    clear: both;
    width: 100%;
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 40px;
}

.section_content5 {
    clear: both;
    width: 100%;
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 40px;
}

.section_content_container {
    clear: both;
    width: 1260px;
    margin: auto;
    position: relative;
}

.section_content2 {
    clear: both;
    width: 100%;
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 40px;
}

.section_content2_container {
    clear: both;
    width: 1260px;
    margin: auto;
    position: relative;
}

.section_content3 {
    clear: both;
    width: 100%;
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.section_content3_container {
    clear: both;
    width: 1160px;
    margin: auto;
    position: relative;
}

.section_title2a {
    clear: both;
    margin: auto;
    padding-bottom: 50px;
    text-indent: -9999px;
    background-repeat: no-repeat;
}

.section_title1 {
    background-image: url(../images/title_01.jpg?V=2?v=2);
    width: 236px;
    height: 84px;
}

.section_title2 {
    clear: both;
    font-size: 40px;
    color: #173e79;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    margin-bottom: 0px;
}

.section_title2 img {
    margin-left: 10px;
    margin-right: 10px;
}

.section_title3 {
    background-image: url(../images/title_03.jpg?V=2?v=2);
    width: 364px;
    height: 100px;
}

.section_title4 {
    background-image: url(../images/title_04.jpg?V=2?v=2);
    width: 567px;
    height: 113px;
}

.section_title5 {
    background-image: url(../images/title_05.jpg?V=2?v=2);
    width: 330px;
    height: 185px;
}

.section_content_left {
    float: left;
    width: 45%;
}

.section_content_right {
    float: left;
    width: 50%;
}

.section_content_left img {
    width: 460px;
}

.img_about1 {
    float: right;
    width: 300px;
    margin-right: 100px;
}

.img_about1 img {
    width: 100%;
}

.btn_more_detail {}

a.btn_more_detail:link,
a.btn_more_detail:visited {
    color: #c0c0c0;
    text-decoration: underline;
}

a.btn_more_detail:hover {
    color: #000000;
    text-decoration: underline;
}

.btn_little_detail {}

a.btn_little_detail:link,
a.btn_little_detail:visited {
    color: #c0c0c0;
    text-decoration: underline;
}

a.btn_little_detail:hover {
    color: #c0c0c0;
    text-decoration: underline;
}

.section_content_left2 {
    float: left;
    width: 28%;
}

.section_content_middle {
    float: left;
    width: 40%;
    margin-left: 2%;
    margin-right: 2%;
}

.section_content_right2 {
    float: left;
    width: 28%;
}

.section_content_left2 img {
    width: 100%;
}

.section_content_right2 img {
    width: 100%;
}

.gallery_list {
    clear: both;
    width: 100%;
}

.gallery_list .item {
    float: left;
    width: 25%;
    height: 225px;
}

.gallery_list .photo {
    width: 100%;
    height: 225px;
    overflow: hidden;
}

.gallery_list .photo_container {
    width: 100%;
    height: 225px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.img-zoom {
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.hover_img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.blog_list_area {
    clear: both;
    width: 100%;
}

.blog_gallery_item_list {
    clear: both;
    width: 100%;
    position: relative;
    margin: auto;
}

.blog_gallery_item_list_area {
    width: 100%;
}

.blog_gallery_item_list_container {
    float: left;
    width: 100%;
}

.blog_gallery_item_list .item {
    float: left;
    width: 380px;
    height: 460px;
    position: relative;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 40px;
    cursor: pointer;
    background-color: #dddee2;
}

.blog_gallery_item_list .item a:link .content_container,
.blog_gallery_item_list .item a:visited .content_container {
    opacity: 1;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.blog_gallery_item_list .item a:hover .content_container,
.blog_gallery_item_list .item a.current:link .content_container,
.blog_gallery_item_list .item a.current:visited .content_container {
    opacity: 1;
    animation: opacity 0.5s;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.blog_gallery_item_list .item .content_container {
    width: 320px;
    height: 400px;
    padding: 30px 30px 30px 30px;
    background-color: #dddee2;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.blog_gallery_item_list .item .photo {
    width: 100%;
    height: 260px;
    position: relative;
}

.blog_gallery_item_list .item .photo_container {
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: #000;
}

.blog_gallery_item_list .item a {
    float: left;
    width: 100%;
    height: 760px;
    text-decoration: none;
}

.blog_gallery_item_list .item .title {
    clear: both;
    font-size: 24px;
    color: #000000;
    width: 100%;
    font-family: 'MHeiHKBold';
    text-align: center;
}

.blog_gallery_item_list .item .title2 {
    clear: both;
    font-size: 18px;
    color: #58595b;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-style: italic;
}

.blog_gallery_item_list .item .desc {
    clear: both;
    font-size: 18px;
    color: #58595b;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn_blog_gallery_prev {
    position: absolute;
    left: 0px;
    top: 10px;
}

.btn_blog_gallery_prev a:link,
.btn_blog_gallery_prev a:visited {
    float: left;
    background-image: url(../../images/btn_blog_gallery_prev.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 34px;
    text-indent: -9999px;
}

.btn_blog_gallery_prev a:hover,
.btn_blog_gallery_prev a.current:link,
.btn_blog_gallery_prev a.current:visited {
    float: left;
    background-image: url(../../images/btn_blog_gallery_prev.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 34px;
    text-indent: -9999px;
}

.btn_blog_gallery_next {
    position: absolute;
    right: 0px;
    top: 10px;
}

.btn_blog_gallery_next a:link,
.btn_blog_gallery_next a:visited {
    float: left;
    background-image: url(../../images/btn_blog_gallery_next.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 34px;
    text-indent: -9999px;
}

.btn_blog_gallery_next a:hover,
.btn_blog_gallery_next a.current:link,
.btn_blog_gallery_next a.current:visited {
    float: left;
    background-image: url(../../images/btn_blog_gallery_next.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 34px;
    text-indent: -9999px;
}

.blog_gallery_paging_nav {
    clear: both;
    width: 770px;
    margin: auto;
    position: relative;
    padding-bottom: 20px;
    margin-top: 40px;
}

.blog_gallery_paging_content {
    clear: both;
    width: 440px;
    margin: auto;
    position: relative;
}

.blog_gallery_paging_content .title {
    clear: both;
    font-size: 14px;
    color: #d14a05;
    width: 100%;
    text-align: center;
}

.blog_gallery_paging_content .title2 {
    clear: both;
    font-size: 14px;
    color: #FFF;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.section_area_blog {
    padding-top: 140px;
    width: 100%;
    background-color: #000;
}

.btn_blog_detail {
    background-color: #0000;
    width: 150px;
    color: #000;
    padding: 5px 5px 5px 5px;
    font-size: 24px;
    text-align: center;
    border: 2px solid #000;
    clear: both;
    margin: auto;
    margin-top: 20px;
}

.product_price_footer {
    clear: both;
    width: 100%;
    padding-top: 30px;
    border-top: 2px solid #bbbbbb;
    margin-top: 0px;
}

.table_product_price {}

.table_product_price td {
    padding: 0px 10px 0px 10px;
    vertical-align: middle;
}

.table_product_price td.title {
    font-size: 40px;
    color: #a2a8a8;
    text-transform: uppercase;
    font-family: 'MHeiHK', Arial, sans-serif;
}

.table_product_price td.content {
    font-size: 40px;
    color: #222222;
    font-family: "Bell Gothic Std";
}

.btn_back {
    position: absolute;
    right: 0px;
    top: 0px;
}

.btn_back a:link,
.btn_back a:visited {
    float: left;
    padding: 5px 15px 5px 15px;
    text-align: center;
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 3px solid #000000;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
    */
}

.btn_back a:hover,
.btn_back a:active,
.btn_back a.current:link,
.btn_back a.current:visited {
    float: left;
    padding: 5px 15px 5px 15px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    border: 3px solid #000000;
    background-color: #000000;
    animation: background_color_change 0.5s;
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
}

.product_left {
    float: left;
    width: 48%;
}

.product_right {
    float: right;
    width: 48%;
}

.product_right img {
    width: 100%;
}

.btn_remove {}

.btn_remove a:link,
.btn_remove a:visited {
    float: left;
    width: 17px;
    height: 17px;
    background-image: url(../../images/btn_remove.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no;
    background-position: left top;
    text-indent: -9999px;
    -webkit-transition: none 500ms ease-out 0s;
    -moz-transition: none 500ms ease-out 0s;
    -o-transition: none 500ms ease-out 0s;
    transition: none 500ms ease-out 0s;
}

.btn_remove a:hover,
.btn_remove a.current:link,
.btn_remove a.current:visited {
    float: left;
    width: 17px;
    height: 17px;
    background-image: url(../../images/btn_remove.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no;
    background-position: left bottom;
    text-indent: -9999px;
}

.btn_qty_min {
    clear: both;
}

.btn_qty_min a:link,
.btn_qty_min a:visited {
    float: left;
    padding: 10px 20px 10px 20px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    background-color: #ffffff;
    border: 2px solid #e1e1e1;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    line-height: 24px;
}

.btn_qty_min a:hover,
.btn_qty_min a:active,
.btn_qty_min a.current:link,
.btn_qty_min a.current:visited {
    float: left;
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    background-color: #ee3124;
    border: 2px solid #ee3124;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    line-height: 24px;
}

.btn_qty_add {
    clear: both;
}

.btn_qty_add a:link,
.btn_qty_add a:visited {
    float: left;
    padding: 10px 20px 10px 20px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    background-color: #ffffff;
    border: 2px solid #e1e1e1;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    line-height: 24px;
}

.btn_qty_add a:hover,
.btn_qty_add a:active,
.btn_qty_add a.current:link,
.btn_qty_add a.current:visited {
    float: left;
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    background-color: #ee3124;
    border: 2px solid #ee3124;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    line-height: 24px;
}

input.input_qty {
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0px 2% 0px 2%;
    border: 1px solid #cccccc;
    font-size: 18px;
    font-weight: normal;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-weight: 600;
}

input.input_qty2 {
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0px 0% 0px 0%;
    border: none;
    border: 1px solid #ccc8c9;
    font-size: 15px;
    font-family: 'MHeiHKBold';
    background-color: #ffffff;
    text-align: center;
    color: #809596;
}

.special_price {}

.old_price {}

.msg_thank {
    clear: both;
    background-image: url(../images/thank.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    width: 431px;
    height: 84px;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 30px;
}

.title_checkout {
    clear: both;
    background-image: url(../images/checkout.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    width: 377px;
    height: 84px;
    margin-bottom: 30px;
}

.checkout_col_full {
    width: 60%;
    margin: auto;
}

.checkout_col1 {
    float: left;
    width: 48%;
}

.checkout_col2 {
    float: right;
    width: 48%;
}

.checkout_col2 .heading {
    font-size: 16px;
    color: #809595;
    padding-bottom: 20px;
}

.checkout_col2 .heading2 {
    font-size: 29px;
    color: #000000;
    padding-bottom: 10px;
}

.checkout_col2 .heading3 {
    font-size: 16px;
    color: #809595;
    padding-bottom: 20px;
}

.checkout_col3 {
    float: left;
    width: 33%;
    margin-left: 2%;
}

.step3 {
    clear: both;
    color: #173e79;
    font-size: 30px;
    padding-bottom: 20px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.step {
    padding-left: 15px;
    clear: both;
    color: #173e79;
    font-size: 30px;
    padding-bottom: 20px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.step2 {
    clear: both;
    color: #000000;
    font-size: 18px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    font-family: 'MHeiHK', Arial, sans-serif;
    font-family: 'MHeiHKBold';
}

.step span {
    color: #d10d05;
}

.table_form {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.table_form .title {
    vertical-align: middle;
    font-size: 12px;
    font-family: 'MHeiHKBold';
    width: 140px;
}

.table_form td {
    padding-bottom: 10px;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
}

.table_form_login {
    width: 300px;
    margin: auto;
    padding-top: 40px;
}

.table_form_login .highlight {
    color: #efb52d;
}

.table_form_login .title {
    font-size: 13px;
    color: #333333;
    text-align: left;
    font-family: 'MHeiHKBold';
    text-transform: uppercase;
    vertical-align: middle;
}

.table_form_login td.content {
    font-size: 13px;
    text-align: left;
}

.table_form_login td {
    padding-bottom: 20px;
}

.table_form .col1 {
    width: 49%;
    padding-right: 1%;
}

.table_form .col2 {
    width: 49%;
    padding-left: 1%;
}

.table_form .checkbox {
    vertical-align: middle;
    width: 10px;
    padding-right: 5px;
}

.table_form .content {
    vertical-align: middle;
    font-size: 13px;
    text-align: left;
}

.table_form .content2 {
    vertical-align: middle;
    font-size: 13px;
    text-align: left;
    color: #d10d05;
}

.table_form .content2 a {
    color: #080808;
}

input[type="checkbox"] {
    width: 15px;
    /*Desired width*/
    height: 15px;
    /*Desired height*/
}

input[type="radio"] {
    width: 15px;
    /*Desired width*/
    height: 15px;
    /*Desired height*/
}

input.input_short2 {
    float: left;
    width: 28%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0px 0% 0px 0%;
    text-align: center;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    font-size: 13px;
    font-weight: normal;
    background-color: #ffffff;
    font-family: 'MHeiHK', Arial, Verdana, sans-serif;
    text-align: left;
    color: #000000;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

input.input_middle_short {
    float: left;
    width: 68%;
    margin-left: 1%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0px 0% 0px 0%;
    text-align: center;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    font-size: 13px;
    font-weight: normal;
    background-color: #ffffff;
    font-family: 'MHeiHK', Arial, Verdana, sans-serif;
    text-align: left;
    color: #000000;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

input.input_middle {
    width: 95%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 5px 2% 5px 2%;
    text-align: center;
    border: 1px solid #4b4b4b;
    font-size: 14px;
    font-weight: normal;
    /*
     background-color:#ffffff;
	 */
    background-color: rgb(0, 0, 0, 0);
    font-family: 'MHeiHK', Arial, Verdana, sans-serif;
    text-align: left;
    color: #000000;
}

input.input_long {
    width: 96%;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0px 2% 0px 2%;
    text-align: center;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    font-weight: normal;
    background-color: #ffffff;
    font-family: 'MHeiHK', Arial, Arial, Verdana, sans-serif;
    text-align: left;
    color: #222222;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

select.input_middle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0px 0% 0px 4%;
    text-align: center;
    border: 1px solid #c9c9c9;
    font-size: 13px;
    font-weight: normal;
    background-color: #ffffff;
    font-family: 'MHeiHK', Arial, Verdana, sans-serif;
    text-align: left;
    color: #000000;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.checkout_space {
    clear: both;
    padding-top: 150px;
}

.msg_title {
    clear: both;
    padding-bottom: 5px;
    font-size: 13px;
}

.table_cart {
    width: 100%;
}

.table_cart th {
    font-size: 15px;
    padding: 0px 10px 10px 0px;
    border-bottom: none;
    color: #809595;
    font-family: 'MHeiHKBold';
    text-align: center;
}

.table_cart td {
    vertical-align: middle;
    font-size: 15px;
    padding: 10px 10px 60px 0px;
    font-size: 18px;
    text-align: center;
}

.table_cart .product_info {
    text-align: left;
    padding-left: 20px;
}

.table_cart th.remove {
    width: 24px;
}

.table_cart th.img {
    width: 160px;
}

.table_cart .img img {
    width: 100%;
    margin: auto;
}

.table_cart .img2 img {
    max-height: 100px;
}

.table_cart .img img {}

.table_cart th.qty {
    text-align: center;
    width: 50px;
}

.table_cart td.qty {
    text-align: center;
}

.table_cart td.price {
    text-align: right;
}

.table_cart td.final_price {
    font-size: 28px;
    font-family: 'MHeiHKBold';
}

.table_cart td.final_price_left {
    text-align: left;
}

.table_cart td.final_price_right {
    text-align: right;
}

.table_cart th.price {
    text-align: right;
}

.table_cart .highlight {
    font-family: 'MHeiHKBold';
    font-size: 14px;
}

.table_cart .stitle {
    clear: both;
    font-family: 'MHeiHKBold';
    font-size: 18px;
}

.table_cart .stitle2 {
    clear: both;
    font-size: 24px;
    font-weight: 600px;
    color: #000000;
}

.table_cart .sdesc2 {
    clear: both;
    padding-top: 10px;
    font-size: 17px;
    color: #919191;
}

.table_cart .sdesc3 {
    clear: both;
    padding-top: 10px;
    font-size: 14px;
    color: #919191;
}

.payment_final_msg {
    clear: both;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 100px;
    font-size: 24px;
}

 ::-webkit-input-placeholder {
    color: #a6a6a6;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: #a6a6a6;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #a6a6a6;
}

 :-ms-input-placeholder {
    color: #a6a6a6;
}

.remark_hint {
    clear: both;
    color: #444444;
    font-size: 13px;
    font-weight: normal;
}

.top_global_link {
    position: absolute;
    left: 0px;
    top: -42px;
    color: #ffffff;
    font-size: 15px;
}

.top_global_link a:link,
.top_global_link a:visited {
    color: #ffffff;
    text-decoration: none;
}

.top_global_link a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.top_global_heading {
    clear: both;
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 38px;
    font-family: 'MHeiHKBold';
    padding-bottom: 30px;
    font-family: 'MHeiHK', Arial, sans-serif;
}

.top_global_heading span {
    font-size: 24px;
}

.home_banner {
    clear: both;
    width: 100%;
    margin: auto;
    margin-bottom: 0px;
}

.footer_nav2 {
    float: right;
}

.footer_nav2 ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer_nav2 ul li img {
    height: 16px;
}

.footer_nav2 ul li {
    float: left;
    margin-left: 5px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.footer_nav2 ul li.first,
.footer_nav2 ul li:first-child {}

.footer_nav2 ul li.last,
.footer_nav2 ul li:last-child {}

.footer_nav2 a:link,
.footer_nav2 a:visited {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.footer_nav2 a:hover,
.footer_nav2 a:active,
.footer_nav2 a.current:link,
.footer_nav2 a.current:visited {
    color: #000000;
    font-size: 16px;
    text-decoration: underline;
    font-family: 'MHeiHKBold';
}

.global_area {
    position: absolute;
    right: 0px;
    top: 10px;
}

.header_current .global_area {
    top: 15px;
}

.global_nav2 {
    float: left;
}

.global_nav2 ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.global_nav2 ul li img {
    height: 16px;
}

.global_nav2 ul li {
    float: left;
    margin-left: 5px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.global_nav2 ul li.first,
.global_nav2 ul li:first-child {}

.global_nav2 ul li.last,
.global_nav2 ul li:last-child {}

.global_nav2 a:link,
.global_nav2 a:visited {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.global_nav2 a:hover,
.global_nav2 a:active,
.global_nav2 a.current:link,
.global_nav2 a.current:visited {
    color: #000000;
    font-size: 16px;
    text-decoration: underline;
    font-family: 'MHeiHKBold';
}

.lang_nav {
    position: absolute;
    right: 100px;
    top: 10px;
    line-height: 17px;
}

.lang_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.lang_nav ul li {
    display: inline;
    float: left;
    padding: 0px 7px 0px 9px;
    background-image: url(../../images/lang_separator.png?v=22);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.lang_nav ul li.first,
.lang_nav ul li:first-child {
    padding-left: 0px;
    display: inline;
    float: left;
    background-image: none;
}

.lang_nav ul li.last,
.lang_nav ul li:last-child {
    padding-right: 0px;
    display: inline;
    float: left;
}

.lang_nav a:link,
.lang_nav a:visited {
    color: #4f4f4f;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
}

.lang_nav a:hover,
.lang_nav a:active,
.lang_nav a.current:link,
.lang_nav a.current:visited {
    color: #b30e2c;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
}

.global_nav {
    position: absolute;
    right: 200px;
    top: 10px;
    line-height: 17px;
}

.global_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.global_nav ul li {
    display: inline;
    float: left;
    padding: 0px 7px 0px 9px;
    background-image: url(../../images/lang_separator.png?v=22);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.global_nav ul li.first,
.global_nav ul li:first-child {
    padding-left: 0px;
    display: inline;
    float: left;
    background-image: none;
}

.global_nav ul li.last,
.global_nav ul li:last-child {
    padding-right: 0px;
    display: inline;
    float: left;
}

.global_nav a:link,
.global_nav a:visited {
    color: #4f4f4f;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
}

.global_nav a:hover,
.global_nav a:active,
.global_nav a.current:link,
.global_nav a.current:visited {
    color: #b30e2c;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
}

.global_nav3 {
    float: left;
    line-height: 17px;
}

.global_nav3 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.global_nav3 ul li {
    display: inline;
    float: left;
    padding: 0px 7px 0px 9px;
    background-image: url(../../images/lang_separator.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2?v=2?v=2?v=2?v=2?v=2?V=2);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.global_nav3 ul li.first,
.global_nav3 ul li:first-child {
    padding-left: 0px;
    display: inline;
    float: left;
    background-image: none;
}

.global_nav3 ul li.last,
.global_nav3 ul li:last-child {
    padding-right: 0px;
    display: inline;
    float: left;
}

.global_nav3 a:link,
.global_nav3 a:visited {
    color: #809595;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
}

.global_nav3 a:hover,
.global_nav3 a:active,
.global_nav3 a.current:link,
.global_nav3 a.current:visited {
    color: #809595;
    font-size: 12px;
    text-decoration: underline;
    font-weight: normal;
    text-transform: uppercase;
}

.table_contact2 {
    width: 100%;
    font-size: 15px;
}

.table_contact2 a {
    color: #ef372a;
}

.table_contact2 td {
    width: 27%;
    padding-left: 3%;
    padding-right: 3%;
    background-image: url(../../images/contact.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left center;
    text-align: center;
}

.table_contact2 td:first-child {
    background-image: none;
}

.table_contact2 .heading {
    clear: both;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    font-family: 'MHeiHK', Arial, sans-serif;
    font-size: 26px;
    color: #000000;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.table_contact2 .title {
    clear: both;
    width: 100%;
    text-align: center;
    font-family: 'MHeiHKBold';
    padding-bottom: 5px;
}

.table_contact2 .title {
    clear: both;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

input.input_long {
    width: 96%;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0px 2% 0px 2%;
    text-align: center;
    border: none;
    font-size: 12px;
    font-weight: normal;
    background-color: #ebebeb;
    font-family: 'MHeiHK', Arial, Verdana, sans-serif;
    text-align: center;
    color: #000000;
}

.home_product_list2 {
    clear: both;
    width: 100%;
}

.home_product_list2 .item {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.home_product_list2 .item .photo2 {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.home_product_list2 .item .photo2 img {
    width: 100%;
}

.home_product_list2 .item .title {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 'MHeiHKBold';
}

.home_product_list_top {
    clear: both;
    width: 100%;
}

.home_product_list_top .item {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.table_product_detail td {
    width: 27%;
    padding-left: 3%;
    padding-right: 3%;
    background-image: url(../../images/product.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left center;
    text-align: center;
    vertical-align: top;
}

.table_product_detail td:first-child {
    width: 15%;
    background-image: none;
}

.table_product_detail td:last-child {
    width: 15%;
}

.table_product_detail td.last:last-child {
    padding-top: 50px;
}

.table_product_detail .title {
    font-size: 26px;
    font-family: 'MHeiHKBold';
    font-family: 'MHeiHK', Arial, sans-serif;
    color: #000000;
}

.table_product_detail .desc {
    font-size: 15px;
    font-weight: normal;
    clear: both;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
}

.btn_shop_now {
    clear: both;
    width: 115px;
    margin: auto;
    padding-top: 20px;
}

.btn_shop_now a:link,
.btn_shop_now a:visited {
    float: left;
    background-image: url(../../images/shop_now.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 101px;
    text-decoration: none;
    color: #000000;
    width: 100%;
    text-align: center;
    font-family: 'MHeiHK', Arial, sans-serif;
    font-size: 18px;
    font-family: 'MHeiHKBold';
}

.btn_shop_now a:hover {
    float: left;
    background-image: url(../../images/shop_now.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 101px;
    text-decoration: none;
    color: #ef372a;
    width: 100%;
    text-align: center;
    font-family: 'MHeiHK', Arial, sans-serif;
    font-size: 18px;
    font-family: 'MHeiHKBold';
}

.btn_shop_now2 {
    clear: both;
    width: 100%;
    margin: auto;
    padding-top: 20px;
}

.btn_shop_now2 a:link,
.btn_shop_now2 a:visited {
    float: left;
    text-decoration: none;
    color: #000000;
    width: 100%;
    text-align: center;
    font-family: 'MHeiHK', Arial, sans-serif;
    font-size: 18px;
    font-family: 'MHeiHKBold';
}

.btn_shop_now2 a:hover {
    float: left;
    text-decoration: none;
    color: #ef372a;
    width: 100%;
    text-align: center;
    font-family: 'MHeiHK', Arial, sans-serif;
    font-size: 18px;
    font-family: 'MHeiHKBold';
}

.product_size_hint {
    clear: both;
    width: 115px;
    margin: auto;
    background-image: url(../../images/shop_now.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 101px;
    text-decoration: none;
    color: #000000;
    width: 100%;
    text-align: center;
    font-family: 'MHeiHK', Arial, sans-serif;
    font-size: 18px;
    font-family: 'MHeiHKBold';
}

.product_list {
    clear: both;
    width: 100%;
}

.product_list .item table {
    height: 200px;
}

.product_list .item table td {
    vertical-align: middle;
    text-align: center;
}

.product_list .item {
    float: left;
    width: 21%;
    margin-bottom: 60px;
    margin-right: 2%;
    margin-left: 2%;
    position: relative;
}

.product_list .item .content {
    clear: both;
    width: 100%;
    padding-top: 10px;
}

.product_list .item .photo1 {
    clear: both;
    width: 100%;
    margin: auto;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
}

.product_list .item .photo1 img {
    max-width: 100%;
}

.product_list .item .photo {
    clear: both;
    width: 100%;
    margin: auto;
}

.product_list .item .photo img {
    max-width: 100%;
}

.product_list .item .title {
    clear: both;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #809595;
    min-height: 50px;
}

.product_list .item .price {
    clear: both;
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding-top: 5px;
    color: #263238;
}

.btn_quick_view {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
}

.product_detail_price {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #ef372a;
}

.product_list2 {
    clear: both;
    width: 100%;
}

.product_list2 .item {
    float: left;
    width: 23%;
    margin-bottom: 20px;
    margin-right: 5%;
    margin-left: 5%;
}

.product_list2 .item .content {
    clear: both;
    width: 100%;
    min-height: 230px;
    padding-top: 10px;
    font-family: 'MHeiHK', Arial, sans-serif;
}

.product_list2 .item .photo2 {
    clear: both;
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
}

.product_list2 .item .photo2 img {
    width: 100%;
}

.product_list2 .item .title {
    clear: both;
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-family: 'MHeiHKBold';
}

.product_list2 .item .desc {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
}

.product_list2 .item .price {
    clear: both;
    width: 100%;
    text-align: right;
    font-size: 18px;
    padding-top: 5px;
    color: #ef372a;
    font-family: 'MHeiHKBold';
}

.top_remark {
    clear: both;
    display: block;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    font-family: 'MHeiHKBold';
    font-family: 'MHeiHK', Arial, sans-serif;
    background-color: #f4f5f6;
}

.table_login {
    width: 100%;
}

.table_login .content_left,
.table_login .content_right {
    width: 42%;
    padding-left: 4%;
    padding-right: 4%;
}

.table_login td:first-child {
    background-image: none;
}

.table_login td:last-child {}

.table_login .heading {
    clear: both;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    font-size: 29px;
    color: #000000;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.table_login .title2 {
    clear: both;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    font-size: 16px;
    color: #809595;
    text-decoration: none;
}

.table_login .title2a {
    clear: both;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    font-size: 16px;
    color: #809595;
}

.table_login .content2 {
    clear: both;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    font-family: 'MHeiHK', Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.form_other {
    color: #263238;
    font-size: 13px;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}

.table_form {}

.table_form td {
    padding-bottom: 20px;
}

.required {
    color: #f50c64;
    font-family: 'MHeiHKBold';
}

input.input_login {
    width: 96%;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0px 2% 0px 2%;
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: normal;
    background-color: #ebebeb;
    text-align: center;
}

.btn_button_normal {
    clear: both;
    width: 200px;
    margin: auto;
    margin-top: 20px;
}

.btn_button_normal a:link,
.btn_button_normal a:visited {
    display: block;
    text-align: center;
    padding: 0px 25px 0px 25px;
    line-height: 33px;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #b30e2c;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn_button_normal a:hover,
.btn_button_normal a:active,
.btn_button_normal a.current:link,
.btn_button_normal a.current:visited {
    display: block;
    text-align: center;
    padding: 0px 25px 0px 25px;
    line-height: 33px;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #263238;
    animation: background_color_change 0.5s;
}

.btn_forgot {}

.btn_forgot a:link,
.btn_forgot a:visited {
    color: #000000;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
}

.btn_forgot a:hover,
.btn_forgot a:active,
.btn_forgot a.current:link,
.btn_forgot a.current:visited {
    color: #000000;
    font-size: 13px;
    text-decoration: underline;
    font-weight: normal;
}

.table_forgot {
    clear: both;
    width: 50%;
    margin: auto;
    text-align: center;
}

.table_forgot .heading {
    clear: both;
    width: 100%;
    font-family: 'MHeiHK', Arial, sans-serif;
    font-size: 28px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 30px;
    text-align: center;
}

.table_normal_form {
    width: 50%;
    margin: auto;
}

.btn_sold {
    clear: both;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    padding: 10px 0px 10px 0px;
    color: #FFFFFF;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    background-color: #ef372a;
    text-align: center;
    animation: background_color_change 0.5s;
    font-family: 'MHeiHKBold';
}

.btn_adding_to_bag {
    clear: both;
    width: 220px;
    background-image: url(../../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 52px;
    display: none;
}

.btn_add_to_bag img {
    margin-right: 10px;
    height: 20px;
}

.btn_add_to_bag {
    clear: both;
    margin: auto;
    width: 100%;
}

.btn_add_to_bag a:link,
.btn_add_to_bag a:visited {
    display: block;
    padding: 10px 20px 10px 20px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #363636;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
}

.btn_add_to_bag a:hover,
.btn_add_to_bag a:active,
.btn_add_to_bag a.current:link,
.btn_add_to_bag a.current:visited {
    display: block;
    padding: 10px 20px 10px 20px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #b30e2c;
    animation: background_color_change 0.5s;
}

.btn_add_to_bag_enquiry {
    clear: both;
    margin: auto;
    width: 100%;
}

.btn_add_to_bag_enquiry a:link,
.btn_add_to_bag_enquiry a:visited {
    display: block;
    padding: 10px 20px 10px 20px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #363636;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
}

.btn_add_to_bag_enquiry a:hover,
.btn_add_to_bag_enquiry a:active,
.btn_add_to_bag_enquiry a.current:link,
.btn_add_to_bag_enquiry a.current:visited {
    display: block;
    padding: 10px 20px 10px 20px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #b30e2c;
    animation: background_color_change 0.5s;
}

.btn_download img {
    margin-right: 10px;
    height: 20px;
}

.btn_download {
    clear: both;
    margin: auto;
    width: 100%;
    padding-top: 20px;
}

.btn_download a:link,
.btn_download a:visited {
    display: block;
    padding: 10px 10px 10px 10px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #666264;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
}

.btn_download a:hover,
.btn_download a:active,
.btn_download a.current:link,
.btn_download a.current:visited {
    display: block;
    padding: 10px 10px 10px 10px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #000000;
    animation: background_color_change 0.5s;
}

.btn_add_to_bag2 {
    clear: both;
    width: 80%;
    margin: auto;
    margin-top: 20px;
}

.btn_add_to_bag2 a:link,
.btn_add_to_bag2 a:visited {
    display: block;
    padding: 10px 0px 10px 0px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    background-color: #ffffff;
    border: 1px solid #000000;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    font-family: 'MHeiHKBold';
}

.btn_add_to_bag2 a:hover,
.btn_add_to_bag2 a:active,
.btn_add_to_bag2 a.current:link,
.btn_add_to_bag2 a.current:visited {
    display: block;
    padding: 10px 0px 10px 0px;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    background-color: #ef372a;
    border: 1px solid #ef372a;
    text-align: center;
    animation: background_color_change 0.5s;
    font-family: 'MHeiHKBold';
}

.table_qty {
    clear: both;
    width: 30%;
    margin: auto;
    margin-top: 20px;
}

.table_qty td {
    vertical-align: middle;
    padding: 0px 2px 0px 2px;
}

.table_product_detail .table_qty td {
    background-image: none;
}

.table_product_detail .table_qty td {
    padding: 0;
    padding: 0px 2px 0px 2px;
    vertical-align: middle;
}

.table_product_detail .price {
    clear: both;
    color: #ef372a;
    font-size: 16px;
    font-family: 'MHeiHKBold';
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.product_list2 .item .price .old_price {
    color: #888888;
    font-size: 12px;
}

.old_price {
    color: #888888;
    font-size: 12px;
}

.lightbox .title {
    clear: both;
    display: block;
    text-align: Center;
    font-family: 'MHeiHKBold';
    color: #ffffff;
    font-size: 20px;
    background-color: #b30e2c;
    padding: 20px;
}

.lightbox .msg {
    clear: both;
    width: 100%;
    text-align: Center;
    color: #809595;
    font-size: 15px;
    padding-top: 20px;
    line-height: 150%;
}

.lightbox .content_left {
    float: left;
    width: 50%;
}

.lightbox .content_left img {
    width: 100%;
}

.lightbox .content_right {
    float: right;
    width: 50%;
    color: #ffffff;
}

.lightbox .content_right_container {
    display: block;
    padding: 50px 50px 50px 50px;
}

.lightbox h1 {
    font-size: 52px;
    color: #ffffff;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.lightbox_product {}

.lightbox_product .lightbox_container {
    background-color: #ffffff;
}

.lightbox_product .lightbox_container {
    clear: both;
    width: 380px;
    margin: auto;
    position: relative;
    margin-top: 220px;
}

.lightbox_product .title {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #809595;
    font-family: 'MHeiHKBold';
}

.lightbox_product .price {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #263238;
    font-family: 'MHeiHKBold';
    padding-top: 5px;
}

.lightbox_product .desc {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #263238;
    font-family: 'MHeiHKBold';
    padding-top: 5px;
}

.lightbox_product .photo {
    clear: both;
    width: 60%;
    margin: auto;
    padding-top: 5px;
}

.lightbox_enews .lightbox_container {
    background-color: #809595;
}

.lightbox_enews .lightbox_container {
    clear: both;
    width: 1000px;
    margin: auto;
    position: relative;
    margin-top: 220px;
}

.lightbox {
    background-image: url(../../images/lightbox/bg.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2?v=22);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    color: #FFF;
    z-index: 99999;
    display: none;
}

.lightbox_container {
    clear: both;
    width: 500px;
    margin: auto;
    position: relative;
    margin-top: 100px;
}

.lightbox_content {
    clear: both;
    display: block;
    padding: 0px 0px 40px 0px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.62);
    box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.62);
}

.btn_lightbox_area_close {
    position: absolute;
    right: 25px;
    top: 25px;
}

.btn_lightbox_area_close a:link,
.btn_lightbox_area_close a:visited {
    float: left;
    width: 11px;
    height: 13px;
    background-image: url(../../images/lightbox/btn_lightbox_area_close.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    text-indent: -9999px;
}

.btn_lightbox_area_close a:hover,
.btn_lightbox_area_close a:active,
.btn_lightbox_area_close a.current:link,
.btn_lightbox_area_close a.current:visited {
    float: left;
    width: 11px;
    height: 13px;
    background-image: url(../../images/lightbox/btn_lightbox_area_close.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    text-indent: -9999px;
}

.btn_lightbox_area_close2 {
    position: absolute;
    right: 25px;
    top: 25px;
}

.btn_lightbox_area_close2 a:link,
.btn_lightbox_area_close2 a:visited {
    float: left;
    width: 10px;
    height: 12px;
    background-image: url(../../images/lightbox/btn_lightbox_area_close.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    text-indent: -9999px;
}

.btn_lightbox_area_close2 a:hover,
.btn_lightbox_area_close2 a:active,
.btn_lightbox_area_close2 a.current:link,
.btn_lightbox_area_close2 a.current:visited {
    float: left;
    width: 10px;
    height: 12px;
    background-image: url(../../images/lightbox/btn_lightbox_area_close.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    text-indent: -9999px;
}

.lightbox_product .btn_lightbox_area_close a:link,
.lightbox_product .btn_lightbox_area_close a:visited {
    float: left;
    width: 10px;
    height: 12px;
    background-image: url(../../images/lightbox/btn_lightbox_area_close2.png?v=2?v=2?v=2?v=2?v=2?v=22?v=2);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    text-indent: -9999px;
}

.lightbox_product .btn_lightbox_area_close a:hover,
.lightbox_product .btn_lightbox_area_close a:active,
.lightbox_product .btn_lightbox_area_close a.current:link,
.lightbox_product .btn_lightbox_area_close a.current:visited {
    float: left;
    width: 10px;
    height: 12px;
    background-image: url(../../images/lightbox/btn_lightbox_area_close2.png?v=2?v=2?v=2?v=2?v=2?v=22?v=2);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    text-indent: -9999px;
}

.cart_footer_msg {
    clear: both;
    width: 100%;
    text-align: right;
    font-family: 'MHeiHKBold';
    padding-top: 20px;
}

.cart_footer_msg2 {
    clear: both;
    width: 100%;
    text-align: left;
    font-family: 'MHeiHKBold';
    padding-top: 20px;
}

.btn_button_detail {
    clear: both;
}

.btn_button_detail a:link,
.btn_button_detail a:visited {
    float: left;
    padding: 0px 30px 0px 30px;
    line-height: 40px;
    color: #8e8e8e;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    background-color: #f2f2f2;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn_button_detail a:hover,
.btn_button_detail a:active,
.btn_button_detail a.current:link,
.btn_button_detail a.current:visited {
    float: left;
    padding: 0px 30px 0px 30px;
    line-height: 40px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    background-color: #8e8e8e;
    animation: background_color_change 0.5s;
}

.btn_button_left {
    float: left;
}

.btn_button_left a:link,
.btn_button_left a:visited {
    float: left;
    padding: 0px 30px 0px 30px;
    line-height: 40px;
    color: #8e8e8e;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    background-color: #f2f2f2;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn_button_left a:hover,
.btn_button_left a:active,
.btn_button_left a.current:link,
.btn_button_left a.current:visited {
    float: left;
    padding: 0px 30px 0px 30px;
    line-height: 40px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    background-color: #8e8e8e;
    animation: background_color_change 0.5s;
}

.button_list_right {
    float: right;
}

.button_list_right .item {
    float: left;
    margin-left: 10px;
}

.button_list_right .item a:link,
.button_list_right .item a:visited {
    float: left;
    padding: 0px 40px 0px 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    background-color: #173e79;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.button_list_right .item a:hover,
.button_list_right .item a:active,
.button_list_right .item a.current:link,
.button_list_right .item a.current:visited {
    float: left;
    padding: 0px 40px 0px 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    background-color: #e2060f;
    animation: background_color_change 0.5s;
}

.paypal_icon {
    clear: both;
    width: 208px;
    margin: auto;
    padding-top: 10px;
}

.paypal_icon img {
    clear: both;
    width: 100%;
}

.table_shipping_area {
    margin-bottom: 20px;
}

.table_same_as_billing_info {
    clear: both;
    color: #000000;
}

.table_same_as_billing_info td {
    padding: 5px 10px 5px 15px;
    font-size: 24px;
    vertical-align: middle;
}

.table_same_as_billing_info td.title {}

.table_same_as_billing_info td.content2 {
    color: #b1b1b1;
}

.table_info {
    margin-bottom: 30px;
}

.table_info td {
    padding: 0px 10px 10px 0px;
}

.table_info td.title {
    font-family: 'MHeiHKBold';
}

.btn_detail {
    clear: both;
    width: 100%;
}

.btn_detail a:link,
.btn_detail a:visited {
    display: block;
    padding: 10px 10px 10px 10px;
    min-width: 100px;
    color: #000000;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #000000;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    font-family: 'MHeiHKBold';
}

.btn_detail a:hover,
.btn_detail a:active,
.btn_detail a.current:link,
.btn_detail a.current:visited {
    display: block;
    padding: 10px 10px 10px 10px;
    min-width: 100px;
    color: #FFFFFF;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #ef372a;
    border: 1px solid #ef372a;
    text-align: center;
    animation: background_color_change 0.5s;
    font-family: 'MHeiHKBold';
}

.product_list .item .title img,
.table_product_detail .title img,
.home_product_list_top .title img,
.home_product_list2 .title img {
    max-width: 100%;
    margin: auto;
}

.footer_beer_msg {
    clear: both;
    display: block;
    padding: 10px 20px 10px 20px;
    background-color: #6f814a;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-family: 'MHeiHKBold';
}


/*****************/

.discount_area {
    clear: both;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

input.input_discount {
    width: 324px;
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0px 10px 0px 10px;
    text-align: left;
    border: 1px solid #c9c9c9;
    font-size: 15px;
    font-weight: normal;
    background-color: #ffffff;
    float: left;
}

.btn_discount_code {
    float: left;
}

.btn_discount_code a:link,
.btn_discount_code a:visited {
    float: left;
    padding: 0px 25px 0px 25px;
    line-height: 33px;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #b30e2c;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn_discount_code a:hover,
.btn_discount_code a:active,
.btn_discount_code a.current:link,
.btn_discount_code a.current:visited {
    float: left;
    padding: 0px 25px 0px 25px;
    line-height: 33px;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #263238;
    animation: background_color_change 0.5s;
}

.btn_remove_discount {
    float: left;
}

.btn_remove_discount a:link,
.btn_remove_discount a:visited {
    float: left;
    padding: 0px 25px 0px 25px;
    line-height: 33px;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #e2060f;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn_remove_discount a:hover,
.btn_remove_discount a:active,
.btn_remove_discount a.current:link,
.btn_remove_discount a.current:visited {
    float: left;
    padding: 0px 25px 0px 25px;
    line-height: 33px;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #f1646a;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.footer_left {
    float: left;
    width: 30%;
}

.footer_right {
    float: right;
    width: 66%;
}

.table_enews2 {
    float: right;
    width: 100%;
}

.table_enews2 td {
    padding-left: 10px;
    vertical-align: middle;
}

.table_enews2 td.title {
    font-size: 0.8em;
    color: #ffffff;
}

.table_enews2 td.content {
    width: 100px;
}

.btn_submit_enews2 {
    float: right;
}

.btn_submit_enews2 a:link,
.btn_submit_enews2 a:visited {
    display: block;
    padding: 0px 0px 0px 0px;
    width: 100px;
    text-align: center;
    background-color: #5a5c61;
    font-size: 0.8em;
    color: #ffffff;
    text-decoration: none;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
}

.btn_submit_enews2 a:hover {
    display: block;
    padding: 0px 0px 0px 0px;
    width: 100px;
    text-align: center;
    background-color: #323438;
    font-size: 0.8em;
    color: #ffffff;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    animation: background_color_change 0.5s;
}

.sponsor_area {
    clear: both;
    width: 100%;
}

.sponsor_area_container {
    clear: both;
    max-width: 96%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 30px;
}

.sponsor_list {
    width: 100%;
}

.sponsor_list .item {
    float: left;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 20px;
}

.sponsor_list .item table {
    height: 120px;
}

.sponsor_list .item table img {}

.sponsor_list .item table td {
    vertical-align: middle;
}

.advertise_list {
    clear: both;
    width: 100%;
    padding-top: 10px;
}

.advertise_list .item {
    float: left;
    width: 33.333%;
    height: 624px;
    margin-bottom: 0px;
}

.advertise_list .item_content {
    width: 100%;
    height: 624px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.advertise_list .item_container {
    width: 100%;
}

.advertise_list .item_container2 {
    width: 100%;
}

.advertise_list .item table {
    width: 85%;
    height: 624px;
    margin: auto;
}

.advertise_list .item table td {
    vertical-align: middle;
    text-align: center;
}

.advertise_list .item .title {
    clear: both;
    width: 80%;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 57px;
}

.advertise_list .item .desc {
    clear: both;
    width: 80%;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding-top: 20px;
}

.advertise_list2 {
    clear: both;
    width: 100%;
    padding-top: 10px;
}

.advertise_list2 .item {
    float: left;
    width: 50%;
    height: 624px;
    margin-bottom: 0px;
}

.advertise_list2 .item_content {
    width: 100%;
    height: 624px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.advertise_list2 .item_container {
    width: 100%;
}

.advertise_list2 .item_container2 {
    width: 100%;
}

.advertise_list2 .item table {
    width: 85%;
    height: 624px;
    margin: auto;
}

.advertise_list2 .item table td {
    vertical-align: middle;
    text-align: center;
}

.advertise_list2 .item .title {
    clear: both;
    width: 80%;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 57px;
}

.advertise_list2 .item .desc {
    clear: both;
    width: 80%;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding-top: 20px;
}

.advertise_list3 {
    clear: both;
    width: 100%;
    padding-top: 10px;
}

.advertise_list3 .item {
    clear: both;
    width: 100%;
    padding-bottom: 0px;
}

.advertise_list3 .item .photo {
    float: left;
    width: 50%;
    height: 620px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.advertise_list3 .item .photo img {
    width: 100%;
}

.advertise_list3 .item .photo a {
    width: 100%;
}

.advertise_list3 .item .content {
    float: right;
    width: 50%;
    height: 620px;
}

.advertise_list3 .item .content_container {
    display: block;
    padding: 30px;
}

.advertise_list3 .item table {
    width: 100%;
    height: 560px;
}

.advertise_list3 .item table td {
    vertical-align: middle;
    text-align: center;
}

.advertise_list3 .item .title {
    color: #5a5c61;
    font-size: 57px;
    clear: both;
    width: 100%;
    text-align: center;
    font-family: 'MHeiHK', Arial, 'Lato';
}

.advertise_list3 .item .desc {
    color: #5a5c61;
    font-size: 20px;
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.btn_browse_advertise {
    clear: both;
    width: 200px;
    margin: auto;
    margin-top: 40px;
}

.btn_browse_advertise a:link,
.btn_browse_advertise a:visited {
    clear: both;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #b30e2c;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
}

.btn_browse_advertise a:hover,
.btn_browse_advertise a:active,
.btn_browse_advertise a.current:link,
.btn_browse_advertise a.current:visited {
    clear: both;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #c8b4b5;
    animation: background_color_change 0.5s;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
}

.table_enews {
    clear: both;
    width: 100%;
    padding-top: 20px;
}

.table_enews td {
    padding-bottom: 0px;
}

.table_enews td.title {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
}

.btn_submit_enews {
    clear: both;
    width: 100%;
}

.btn_submit_enews a:link,
.btn_submit_enews a:visited {
    display: block;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    line-height: 34px;
    background-color: #000000;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_submit_enews a:hover {
    display: block;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
    line-height: 34px;
    text-align: center;
    animation: all_change 0.5s;
}

.webpage_banner {
    clear: both;
    width: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #ffffff;
    margin-bottom: 0px;
}

.webpage_banner table {
    clear: both;
    width: 1000px;
    margin: auto;
    height: 400px;
    line-height: 150%;
}

.webpage_banner table td {
    text-align: center;
    vertical-align: middle;
}

.webpage_banner .title {
    clear: both;
    width: 100%;
    color: #ffffff;
    font-size: 60px;
    font-family: 'MHeiHKBold';
    line-height: 100%;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.webpage_banner2 table td {
    text-align: left;
    vertical-align: middle;
}

.webpage_banner2 .title {
    clear: both;
    width: 100%;
    color: #b30e2c;
    font-size: 60px;
    font-family: 'MHeiHKBold';
    line-height: 100%;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.webpage_banner .desc {
    clear: both;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    /* text-shadow: 0px 0px 5px #2B0000;
     */
    padding-top: 10px;
    line-height: 150%;
}

.webpage_banner_container {
    clear: both;
    max-width: 96%;
    margin: auto;
    line-height: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.webpage_banner img {
    width: 100%;
}

.webpage_banner_container p {
    line-height: 150%;
}

.webpage_content_left {
    float: left;
    width: 50%;
    padding-top: 0px;
}

.webpage_content_full {
    width: 100%;
    clear: both;
}

.webpage_content_right {
    float: right;
    width: 50%;
}

.webpage_content_right .title {
    color: #809595;
    font-size: 36px;
}

.webpage_content_right .desc {
    color: #809595;
    font-size: 19px;
    padding-top: 20px;
}

.webpage_content_left img {
    width: 100%;
}

.webpage_content_right_container {
    display: block;
    padding: 0px 60px 0px 60px;
}

.webpage_content_full .webpage_content_right_container {
    display: block;
    padding: 0px 20px 0px 20px;
}

.main_content_area_heading {
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 0px;
    padding-bottom: 0px;
}

.main_content_area_middle {
    max-width: 96%;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 50px;
}

.main_content_area {
    max-width: 96%;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 50px;
}

.main_content_area_product {
    padding-bottom: 20px;
}

.main_content_area_normal {
    max-width: 96%;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 50px;
}

.center {
    text-align: center;
}

.section_info {
    clear: both;
    padding-top: 10px;
    max-width: 860px;
    margin: auto;
}

.main_content_area_no_bg {
    max-width: 96%;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 0px;
}

.main_content_area_padding {
    max-width: 96%;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 50px;
}

.new-price {
    color: #000000;
    clear: both;
}

.new-price span {}

.old-price {
    color: #aaaaaa;
    clear: both;
    text-decoration: line-through;
}

.btn_paging {
    width: 140px;
    margin-left: 10px;
    margin-right: 10px;
}

.btn_paging a:link,
.btn_paging a:visited {
    display: block;
    padding: 0px 0px 0px 0px;
    color: #ffffff;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #b30e2c;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.btn_paging a:hover,
.btn_paging a:active,
.btn_paging a.current:link,
.btn_paging a.current:visited {
    display: block;
    padding: 0px 0px 0px 0px;
    color: #ffffff;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #b30e2c;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.product_content_left {
    float: right;
    max-width: 600px;
}

.product_content_right {
    float: left;
    width: 400px;
}

.product_content_left2 {}

.product_content_right2 {}

.product_content_left2 .product_detail_big_photo {
    min-height: inherit;
}

.product_content_left2 .product_detail_big_photo table {
    min-height: inherit;
    width: 100%;
}

.product_content_left2 .product_detail_big_photo table td {
    vertical-align: top;
    text-align: center;
}

.product_content_left2 .product_detail_big_photo img {
    max-height: inherit;
    width: 90%;
}

.product_content_right_container {
    width: 100%;
}

.product_content_right .title {
    color: #809595;
    font-size: 36px;
    line-height: 120%;
}

.product_content_right .price {
    color: #263238;
    font-size: 18px;
    clear: both;
    padding-top: 10px;
}

.you_may_also_like {
    clear: both;
    width: 100%;
    padding-top: 20px;
}

.you_may_also_like .heading {
    clear: both;
    font-size: 14px;
    color: #000000;
    font-family: 'MHeiHKBold';
    padding-bottom: 60px;
    text-align: left;
    display: block;
    padding: 20px 10px 5px 10px;
    border-bottom: 3px solid #000000;
    margin-bottom: 20px;
    font-family: 'MHeiHKBold';
}

body.section_bg {
    background-image: url(../../images/bg.png?v=2?v=2?v=2?v=2?v=2);
    background-repeat: repeat;
}

.product_cart_area {
    clear: both;
    padding-top: 15px;
    width: 100%;
    border-top: 1px solid #363636;
    margin-top: 15px;
}

.product_cart_area table {}

.product_cart_area table td {
    padding: 0px 5px 0px 5px;
}

.product_cart_area3 {
    clear: both;
    width: 100%;
    text-align: left;
    padding-top: 30px;
    color: #173e79;
    font-size: 30px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.product_cart_area3 img {
    margin-right: 10px;
}

.product_cart_area2 table td {
    padding: 0px 0px 0px 0px;
}

.product_detail_area .product_cart_area {
    clear: both;
    width: 100%;
    padding-top: 15px;
}

.product_detail_area .product_cart_area table {}

.product_detail_area .product_cart_area table td {
    padding: 0px 5px 0px 0px;
}

.product_detail_area .product_cart_area2 {
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 0px;
}

.product_detail_area .product_cart_area2 table td {
    padding: 0px 5px 0px 0px;
}

.table_login_box {
    clear: both;
    max-width: 580px;
    margin: auto;
}

.table_login_box .heading {
    clear: both;
    width: 100%;
    text-align: center;
    color: #b30e2c;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'MHeiHKBold';
}

.table_login_box .title2a {
    clear: both;
    width: 100%;
    text-align: center;
    color: #929292;
    font-size: 15px;
    margin-bottom: 50px;
}

.remember_me {
    float: left;
    color: #263238;
    font-size: 13px;
}

.btn_forgot {
    float: right;
    color: #b30e2c;
    font-size: 13px;
}

.shopping_title {
    clear: both;
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 29px;
    padding-bottom: 60px;
}

.cart_page_left {
    float: left;
    width: 55%;
}

.cart_page_right {
    float: right;
    width: 36%;
}

.cart_page_right2 {
    float: right;
}

.table_cart_total {
    width: 100%;
}

.table_cart_total td {
    padding: 0px 0px 10px 10px;
    vertical-align: middle;
}

.table_cart_total .title {
    color: #819596;
    font-size: 13px;
    text-transform: uppercase;
}

.table_cart_total .content {
    color: #819596;
    font-size: 15px;
    text-align: right;
}

.table_cart_total .footer_total .title {
    color: #819596;
    font-size: 24px;
    padding-top: 10px;
}

.table_cart_total .footer_total .content {
    color: #819596;
    font-size: 24px;
    padding-top: 10px;
}

.cart_line2 {
    width: 100%;
    border-bottom: 1px solid #000000;
    padding-top: 10px;
    margin-bottom: 30px;
}

.table_discount {
    float: left;
}

.table_discount td {
    padding: 0px 10px 0px 0px;
    vertical-align: middle;
}

.table_discount .title {
    color: #173e79;
    font-size: 25px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.btn_button_login {
    clear: both;
    width: 140px;
    margin-top: 0px;
}

.btn_button_login a:link,
.btn_button_login a:visited {
    display: block;
    padding: 10px 0px 10px 0px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #b30e2c;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn_button_login a:hover,
.btn_button_login a:active,
.btn_button_login a.current:link,
.btn_button_login a.current:visited {
    display: block;
    padding: 10px 0px 10px 0px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #263238;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.table_cart2 {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.table_cart2 th {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #000000;
}

.table_cart2 td {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #000000;
    vertical-align: middle;
    font-size: 22px;
    color: #000000;
}

.table_cart2 .img {
    width: 20%;
}

.table_cart2 .img img {
    width: 100%;
}

.table_form_checkbox {
    clear: both;
    margin-bottom: 20px;
}

.table_form_checkbox .title {
    vertical-align: middle;
    font-size: 12px;
    font-family: 'MHeiHKBold';
}

.table_form_checkbox td {
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
}

.grey_bg {
    background-color: #f0f0f0;
}

.top_search_area_panel {
    display: none;
    background-color: #f0f0f0;
    height: 20px;
}

.btn_top_search {
    padding-top: 2px;
}

.btn_top_search2 {
    padding-top: 2px;
}

input.input_search {
    width: 92%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0px 4% 0px 4%;
    border: 1px solid #cccccc;
    font-size: 14px;
    font-weight: normal;
    background-color: #fefefe;
    font-family: 'MHeiHK', '微軟正黑體', Arial, Verdana, sans-serif;
    color: #78909c;
}

.section_search {
    font-size: 13px;
    color: #b30e2c;
    padding-bottom: 20px;
    font-family: 'MHeiHKBold';
    text-transform: uppercase;
}

.enews_title {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 48px;
    font-family: 'MHeiHKBold';
    line-height: 100%;
}

.enews_desc {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding-top: 20px;
}

.table_form_payment {
    clear: both;
    margin-bottom: 20px;
}

.table_form_payment .title {
    vertical-align: middle;
    font-family: 'MHeiHKBold';
}

.table_form_payment td {
    padding-bottom: 5px;
    text-align: left;
    vertical-align: middle;
    padding-right: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.payment_item_list {
    clear: both;
    padding-left: 15px;
}

.payment_item {
    float: left;
    width: 25%;
    margin-bottom: 20px;
}


/****************************/

.top_header {
    clear: both;
    width: 100%;
    height: 46px;
    background-color: #b30e2c;
}

.top_header_container {
    clear: both;
    max-width: 96%;
    margin: auto;
    color: #ffffff;
    font-size: 14px;
    position: relative;
}

.topnav {
    float: left;
}

.topnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topnav ul li img {
    margin-right: 5px;
}

.topnav ul li {
    float: left;
    margin-right: 20px;
}

.topnav ul li a:link,
.topnav ul li a:visited {
    color: #ffffff;
    font-size: 14px;
    line-height: 46px;
    text-decoration: none;
}

.topnav ul li a:hover,
.topnav ul li a.current:link,
.topnav ul li a.current:visited {
    color: #b30e2c;
    font-size: 14px;
    line-height: 46px;
    text-decoration: none;
}

.btn_top {
    position: fixed;
    right: 10px;
    bottom: 200px;
    width: 97px;
}

.btn_top_cart img {
    width: 100%;
}

.btn_top_cart {
    float: right;
}

.btn_top_cart img {
    margin-right: 10px;
}

.btn_top_cart a:link,
.btn_top_cart a:visited {
    color: #ffffff;
    font-size: 16px;
    line-height: 46px;
    text-decoration: none;
    background-color: #b30e2c;
    float: left;
    padding: 0px 15px 0px 15px;
}

.btn_top_cart a:hover,
.btn_top_cart a.current:link,
.btn_top_cart a.current:visited {
    color: #ffffff;
    font-size: 16px;
    line-height: 46px;
    text-decoration: none;
    background-color: #d5e04d;
    padding: 0px 15px 0px 15px;
}

.footer_bottom {
    clear: both;
    width: 100%;
    background-color: #050505;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer_bottom_container {
    max-width: 96%;
    margin: auto;
}

.footer_office_list {
    clear: both;
    width: 100%;
}

.footer_office_list .item {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 30px;
}

.footer_office_list .item .title {
    clear: both;
    color: #263238;
    font-size: 18px;
    font-family: 'MHeiHKBold';
}

.footer_office_list .item .desc {
    clear: both;
    font-size: 14px;
    padding-top: 10px;
}

.footer_office_list .item .desc2 {
    clear: both;
    font-size: 13px;
    padding-top: 10px;
}

.footer_office_list .item .desc3 {
    clear: both;
    font-size: 13px;
    padding-top: 10px;
}

.office_list {
    clear: both;
    width: 100%;
}

.office_list .item {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.office_list .item .title {
    clear: both;
    color: #263238;
    font-size: 18px;
    font-family: 'MHeiHKBold';
}

.office_list .item .desc {
    clear: both;
    font-size: 14px;
    padding-top: 10px;
}

.office_list .item .desc2 {
    clear: both;
    font-size: 13px;
    padding-top: 10px;
}

.office_list .item .desc3 {
    clear: both;
    font-size: 13px;
    padding-top: 10px;
}

.home_promotion_box {
    max-width: 96%;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 30px;
    width: 100%;
}

.home_promotion_list {
    width: 100%;
}

.home_promotion_list .item {
    float: left;
    width: 31.33%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
}

.home_promotion_list .item .photo {
    width: 100%;
    height: 270px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.home_promotion_list .item .photo_container {
    width: 100%;
    height: 270px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home_promotion_list .item .content {
    width: 100%;
    height: 270px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.home_promotion_list .item .photo table {
    width: 90%;
    margin: auto;
    height: 270px;
}

.home_promotion_list .item .photo table td {
    vertical-align: middle;
    color: #ffffff;
}

.home_promotion_list .item .title {
    vertical-align: middle;
    color: #ffffff;
    font-size: 20px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
    font-family: 'CSong3';
}

.home_promotion_list .item img {
    width: 100%;
}

.home_promotion_list .btn_item_button {
    clear: both;
    width: 126px;
    margin: auto;
    margin-top: 30px;
}

.home_promotion_list .btn_item_button a:link,
.home_promotion_list .btn_item_button a:visited {
    clear: both;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-weight: normal;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #0d0d0d;
    border: 1px solid #0d0d0d;
    background-color: #f7f7f7;
}

.home_promotion_list .btn_item_button a:hover,
.home_promotion_list .btn_item_button a:active,
.home_promotion_list .btn_item_button a.current:link,
.home_promotion_list .btn_item_button a.current:visited {
    clear: both;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-weight: normal;
    color: #ffffff;
    border: 1px solid #0d0d0d;
    background-color: #0d0d0d;
    animation: background_color_change 0.5s;
}

.home_about_box {
    width: 100%;
    height: 480px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home_about_box_conatiner {
    max-width: 1480px;
    height: 480px;
    margin: auto;
}

.home_about_box_left {
    float: left;
    width: 60%;
    height: 480px;
    line-height: 100%;
    background-image: url(../../images/home_about.png?v=2?v=2?v=2?v=2?v=2?v=22);
    background-position: left top;
    background-repeat: repeat-y;
}

.home_about_box_left h2 {
    margin-bottom: 0px;
    padding-bottom: 20px;
    line-height: 130%;
}

.home_about_box_left p {
    line-height: 180%;
}

.home_about_box_left_container {
    display: block;
    padding: 80px 0px 20px 0px;
    max-width: 500px;
    margin-left: 100px;
}

.home_about_box_left p {
    color: #000000;
}

.home_news_box {
    clear: both;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 0px;
    background-image: url(../../images/bg_news.jpg?V=2?v=2);
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 40px;
    min-height: 670px;
}

.home_news_box_container {
    max-width: 96%;
    margin: auto;
}

.home_news_box_list {
    clear: both;
    width: 100%;
}

.home_news_box_list .item {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 4%;
    position: relative;
    height: 400px;
}

.home_news_box_list .photo_container {
    width: 100%;
    height: 310px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.home_news_box_list .photo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 310px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home_news_box_list .content {
    clear: both;
    width: 100%;
    padding-top: 20px;
}

.home_news_box_list .title {
    clear: both;
    width: 100%;
    font-size: 18px;
    font-family: 'MHeiHKBold';
    color: #ffffff;
    text-align: center;
}

.home_news_box_list .date {
    clear: both;
    width: 100%;
    font-size: 13px;
    padding-top: 5px;
    color: #ffffff;
    text-align: center;
}

.home_product_box {
    clear: both;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.home_product_box_container {
    max-width: 96%;
    margin: auto;
}

.home_product_box_tabmenu {}

.home_product_box_tabmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home_product_box_tabmenu ul li {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

.home_product_box_tabmenu ul li a:link,
.home_product_box_tabmenu ul li a:visited {
    color: #263238;
    font-size: 24px;
    font-family: 'MHeiHKBold';
    text-decoration: none;
    float: left;
    border-bottom: 5px solid #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.home_product_box_tabmenu ul li a:hover,
.home_product_box_tabmenu ul li a.current:link,
.home_product_box_tabmenu ul li a.current:visited {
    color: #b30e2c;
    font-size: 24px;
    font-family: 'MHeiHKBold';
    text-decoration: none;
    float: left;
    border-bottom: 5px solid #b30e2c;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.home_product_box_tabcontent {
    clear: both;
    width: 100%;
    padding-top: 30px;
    display: none;
}

.home_product_list {
    clear: both;
    width: 100%;
}

.home_product_list .item {
    float: left;
    width: 21%;
    margin-left: 2%;
    margin-right: 2%;
    background-color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.home_product_list .item:hover {
    -webkit-box-shadow: 0px 0px 43px -12px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 43px -12px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 0px 43px -12px rgba(0, 0, 0, 0.43);
    background-color: #ffffff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.home_product_list .item_container {
    border: 2px solid #e9e9e9;
    display: block;
    padding: 20px 20px 20px 20px;
    min-height: 300px;
}

.home_product_list .item .photo {
    clear: both;
    width: 100%;
    height: 180px;
    text-align: center;
}

.home_product_list .item .photo table {
    height: 180px;
}

.home_product_list .item .photo img {
    max-width: 160px;
    max-height: 160px;
}

.home_product_list .item .photo table td {
    vertical-align: middle;
    text-align: center;
}

.home_product_list .item .content {
    clear: both;
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.home_product_list .item .brand {
    clear: both;
    width: 100%;
    text-align: left;
}

.home_product_list .item .title {
    clear: both;
    max-width: 170px;
    margin: auto;
    text-align: center;
    color: #000000;
    font-size: 13px;
    min-height: 35px;
    font-family: 'MHeiHKBold';
}

.home_product_list .item .expiry_date {
    clear: both;
    text-align: center;
    color: #1066ae;
    font-size: 12px;
    padding-top: 5px;
}

.home_product_list .item .price {
    clear: both;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    color: #b30e2c;
    font-size: 15px;
    font-family: 'MHeiHKBold';
    min-height: 35px;
}

.home_product_list .item_icon {
    position: absolute;
    left: 0px;
    top: 0px;
}

.product_relate_list {
    clear: both;
    width: 100%;
}

.product_relate_list .item {
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #fefefe;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.product_relate_list .item:hover {
    -webkit-box-shadow: 0px 0px 43px -12px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 43px -12px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 0px 43px -12px rgba(0, 0, 0, 0.43);
    background-color: #ffffff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.product_relate_list .item_container {
    border: 2px solid #e9e9e9;
    display: block;
    padding: 40px 10px 30px 10px;
    min-height: 300px;
}

.product_relate_list .item .photo {
    clear: both;
    width: 100%;
    height: 160px;
    text-align: center;
}

.product_relate_list .item .photo table {
    height: 160px;
}

.product_relate_list .item .photo table td {
    vertical-align: middle;
    text-align: center;
}

.product_relate_list .item .content {
    clear: both;
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.product_relate_list .item .brand {
    clear: both;
    width: 100%;
    text-align: left;
}

.product_relate_list .item .title {
    clear: both;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    color: #546e7a;
    font-size: 14px;
    min-height: 35px;
    font-family: 'MHeiHKBold';
}

.product_relate_list .item .price {
    clear: both;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    color: #b30e2c;
    font-size: 16px;
    font-family: 'MHeiHKBold';
    min-height: 35px;
}

.product_relate_list .item_icon {
    position: absolute;
    left: 0px;
    top: 0px;
}

.product_history_list {
    clear: both;
    width: 100%;
}

.product_history_list .item {
    width: 100%;
    background-color: #fefefe;
    margin-bottom: 30px;
    position: relative;
}

.product_history_list .item_container {
    border: 2px solid #e9e9e9;
    display: block;
    padding: 40px 10px 30px 10px;
    min-height: 300px;
}

.product_history_list .item .photo {
    clear: both;
    width: 100%;
    height: 160px;
    text-align: center;
}

.product_history_list .item .photo table {
    height: 160px;
}

.product_history_list .item .photo table td {
    vertical-align: middle;
    text-align: center;
}

.product_history_list .item .content {
    clear: both;
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.product_history_list .item .brand {
    clear: both;
    width: 100%;
    text-align: left;
}

.product_history_list .item .title {
    clear: both;
    width: 100%;
    padding-top: 5px;
    text-align: left;
    color: #546e7a;
    font-size: 14px;
    min-height: 35px;
    font-family: 'MHeiHKBold';
}

.product_history_list .item .price {
    clear: both;
    width: 100%;
    padding-top: 10px;
    text-align: right;
    color: #b30e2c;
    font-size: 16px;
    font-family: 'MHeiHKBold';
    min-height: 35px;
}

.product_history_list .item_icon {
    position: absolute;
    left: 0px;
    top: 0px;
}

.product_detail_box {
    clear: both;
    width: 100%;
    padding-top: 20px;
}

.product_detail_box .heading {
    clear: both;
    font-size: 14px;
    color: #000000;
    font-family: 'MHeiHKBold';
    padding-bottom: 60px;
    text-align: left;
    display: block;
    padding: 20px 10px 5px 10px;
    border-bottom: 3px solid #000000;
    margin-bottom: 20px;
    font-family: 'MHeiHKBold';
}

.product_detail_box .content {
    display: block;
    padding: 0px 10px 10px 10px;
    font-size: 14px;
    line-height: 180%;
}

.product_detail_brand {
    clear: both;
}

.product_detail_title {
    clear: both;
    font-size: 20px;
    color: #919191;
    font-weight: 600;
    padding-bottom: 5px;
}

.product_detail_price {
    clear: both;
    font-size: 30px;
    color: #b50a47;
    font-family: 'MHeiHKBold';
    text-align: left;
}

.product_detail_price .new-price {}

.product_detail_price .old-price {
    color: #aaaaaa;
    text-decoration: line-through;
}

.inside_promotion_list {
    clear: both;
    width: 100%;
}

.inside_promotion_list .item {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.inside_promotion_list .item img {
    width: 100%;
}


/**************************/

.nav_link {
    clear: both;
    width: 100%;
}

.nav_link_container {
    max-width: 96%;
    margin: auto;
    padding: 20px 0px 20px 0px;
}

.nav_link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav_link ul li {
    float: left;
    background-image: url(../../images/nav_link.png?v=3);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding: 0px 15px 0px 20px;
    color: #4f4f4f;
    text-decoration: none;
    font-size: 14px;
}

.nav_link ul li:first-child {
    background-image: none;
    padding: 0px 15px 0px 0px;
}

.nav_link ul li a:link,
.nav_link ul li a:visited {
    color: #4f4f4f;
    text-decoration: none;
    font-size: 14px;
}

.nav_link ul li a:hover,
.nav_link ul li a.current:link,
.nav_link ul li a.current:visited {
    color: #b30e2c;
    text-decoration: none;
    font-size: 12px;
    font-size: 14px;
}

.main_product_list {
    clear: both;
    width: 100%;
}

.main_product_list .item {
    float: left;
    width: 29.33%;
    margin-left: 2%;
    margin-right: 2%;
    /*
     background-color:#f9f9f9;
	   background-color:#ffffff;
	   */
    margin-bottom: 4%;
    position: relative;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    cursor: pointer;
}

.main_product_list .item_container {
    display: block;
    padding: 40px 10px 30px 10px;
    border: 1px solid #757474;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    border: 1px solid #fbf9f8;
}

.main_product_list .item:hover {
    /*
     background-color:#f9f9f9;
   background-color:#ffffff;
   */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.main_product_list .item:hover .item_container {
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    border: 1px solid #000000;
}

.main_product_list .item .photo {
    clear: both;
    width: 100%;
    height: 150px;
    text-align: center;
}

.main_product_list .item .photo img {
    max-width: 70%;
    max-height: 150px;
}

.main_product_list .item .photo table {
    height: 150px;
}

.main_product_list .item .photo table td {
    vertical-align: middle;
    text-align: center;
}

.main_product_list .item .content {
    clear: both;
    width: 100%;
    padding-top: 40px;
    text-align: center;
    min-height: 120px;
    min-height: 240px;
}

.main_product_list .item .brand {
    clear: both;
    width: 100%;
    text-align: left;
}

.main_product_list .item .title {
    clear: both;
    width: 80%;
    margin: auto;
    text-align: center;
    color: #4b4b4b;
    font-size: 24px;
    line-height: 120%;
    font-family: 'CSong3';
}

.main_product_list .item .content2 {
    clear: both;
    width: 92%;
    margin: auto;
    min-height: 60px;
}

.main_product_list .item .product_list_price {
    clear: both;
    text-align: center;
    color: #4b4b4b;
    font-size: 24px;
    line-height: 100%;
    width: 100%;
    padding-top: 8px;
    font-family: 'CSong3Medium';
}

.product_detail_icon_list {
    clear: both;
    width: 100%;
    padding-bottom: 5px;
}

.product_detail_icon_list .item_icon_detail {
    float: left;
    margin-right: 20px;
}

.product_detail_icon_list .item_icon_detail img {
    width: 30px;
}

.product_photo_img {
    width: 100%;
    text-align: center;
}

.product_photo_img img {
    max-width: 100%;
    max-height: 500px;
}

.item_icon_no_stock {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 50%;
}

.item_icon_no_stock img {
    margin: auto;
    margin-top: 30%;
    margin-left: 15%;
    width: 70%;
}

.main_product_list .item_icon_hot {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 80px;
}

.main_product_list .item_icon_new {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 80px;
}

.main_product_list .item_icon_discount {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 80px;
}

.main_product_list .item_icon {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 80px;
}

.main_product_list .item_icon img {
    width: 100%;
}

.winery_main_product_list {
    clear: both;
    width: 100%;
}

.winery_main_product_list .item {
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #efefed;
    margin-bottom: 2%;
    position: relative;
}

.winery_main_product_list .item_container {
    display: block;
    padding: 40px 10px 30px 10px;
    min-height: 500px;
}

.winery_main_product_list .item .photo {
    clear: both;
    width: 100%;
    height: 390px;
    text-align: center;
}

.winery_main_product_list .item .photo img {
    max-width: 80%;
    max-height: 360px;
}

.winery_main_product_list .item .photo table {
    height: 390px;
}

.winery_main_product_list .item .photo table td {
    vertical-align: middle;
    text-align: center;
}

.winery_main_product_list .item .content {
    clear: both;
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.winery_main_product_list .item .brand {
    clear: both;
    width: 100%;
    text-align: left;
}

.winery_main_product_list .item .title {
    clear: both;
    width: 98%;
    margin: auto;
    text-align: center;
    color: #000000;
    font-size: 18px;
    min-height: 45px;
    font-weight: 600;
}

.winery_main_product_list .item .content2 {
    clear: both;
    width: 92%;
    margin: auto;
}

.winery_main_product_list .item .price {
    float: right;
    text-align: right;
    color: #000000;
    font-size: 28px;
    font-weight: 600;
}

.winery_main_product_list .item_icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.table_cart_1 {
    float: left;
}

.table_cart_1 td.pad {
    padding-right: 10px;
}

.table_cart_2 {
    float: left;
    margin-left: 10px;
}

.btn_add_to_favourite {
    clear: both;
}

.btn_add_to_favourite a:link,
.btn_add_to_favourite a:visited {
    float: left;
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    background-color: #f9a825;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../../images/icon/bookmark.png?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: 20px center;
    padding: 0px 20px 0px 50px;
    line-height: 48px;
}

.btn_add_to_favourite a:hover,
.btn_add_to_favourite a:active,
.btn_add_to_favourite a.current:link,
.btn_add_to_favourite a.current:visited {
    float: left;
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    background-color: #c8881f;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../../images/icon/bookmark.png?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: 20px center;
    padding: 0px 20px 0px 50px;
    line-height: 48px;
}

.btn_compare_product {
    clear: both;
}

.btn_compare_product a:link,
.btn_compare_product a:visited {
    float: left;
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    background-color: #29b6f6;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../../images/icon/compare.png?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: 20px center;
    padding: 0px 20px 0px 50px;
    line-height: 48px;
}

.btn_compare_product a:hover,
.btn_compare_product a:active,
.btn_compare_product a.current:link,
.btn_compare_product a.current:visited {
    float: left;
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    background-color: #1f779f;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../../images/icon/compare.png?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: 20px center;
    padding: 0px 20px 0px 50px;
    line-height: 48px;
}

.product_sort_panel {
    clear: both;
    width: 100%;
    font-size: 13px;
    color: #000000;
    font-family: 'MHeiHKBold';
    margin-bottom: 15px;
}

.product_sort_panel .title {
    clear: both;
    display: block;
    font-size: 13px;
    /*
     padding:0px 5px 5px 5px;
  */
    font-size: 20px;
    color: #b30e2c;
    padding-bottom: 10px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.product_sort_panel .title a:link,
.product_sort_panel .title a:visited,
.product_sort_panel .title a:hover {
    float: left;
    width: 100%;
    /*background-image:url(../../images/icon/open.png?v=2?v=2?v=2?v=2?v=2?V=2?v=2?v=2);*/
    background-repeat: no-repeat;
    background-position: center right 20px;
    padding-right: 20px;
    color: #b30e2c;
    text-decoration: none;
}

.product_sort_panel .title a.current:hover,
.product_sort_panel .title a.current:link,
.product_sort_panel .title a.current:visited {
    float: left;
    width: 100%;
    /*background-image:url(../../images/icon/close.png?v=2?v=2?v=2?v=2?v=2?V=2?v=2?v=2);*/
    background-repeat: no-repeat;
    background-position: center right 20px;
    padding-right: 20px;
    color: #b30e2c;
    text-decoration: none;
}

.product_sort_panel .content {
    clear: both;
    display: block;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    padding: 10px 5px 5px 5px;
    /*
     border-bottom:3px solid #000000;
	 */
    display: none;
}

.btn_clear_filter {
    float: right;
    display: none;
}

.btn_clear_filter a:link,
.btn_clear_filter a:visited {
    font-size: 14px;
    color: #e53935;
    text-decoration: none;
    text-transform: capitalize;
}

.btn_clear_filter a:hover {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}

.main_checkbox_list {
    clear: both;
    width: 100%;
}

.main_checkbox_list .item {
    clear: both;
    width: 100%;
    margin-bottom: 0px;
}

.main_checkbox_list .item a:link,
.main_checkbox_list .item a:visited,
.main_checkbox_list .item a:hover {
    display: block;
    padding: 6px 0px 5px 35px;
    text-decoration: none;
    font-size: 15px;
    color: #919191;
    background-image: url(../../images/input/checkbox.png?v=2?v=2?v=22);
    min-height: 20px;
    background-repeat: no-repeat;
    background-position: left 3px;
}

.main_checkbox_list .item a.current:link,
.main_checkbox_list .item a.current:visited,
.main_checkbox_list .item a.current:hover {
    display: block;
    padding: 6px 0px 5px 35px;
    text-decoration: none;
    min-height: 20px;
    font-size: 15px;
    color: #173e79;
    background-image: url(../../images/input/checkbox_selected.png?v=2?v=2?v=222);
    background-repeat: no-repeat;
    background-position: left 3px;
}

.fb-like {
    position: absolute;
    left: 200px;
    top: 35px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.header_current .fb-like {
    position: absolute;
    /* left:50px;
     top:-35px;
     */
    top: 16px;
    left: 500px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    color: #ffffff;
}

.header_current .fb-like span {
    color: #ffffff;
}

.top_search_area {
    position: absolute;
    left: 270px;
    top: 20px;
    width: 320px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.header_current .top_search_area {
    left: 170px;
    top: 10px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.top_search_area .col2 {
    width: 30px;
}

.btn_search {
    float: left;
    margin-left: 10px;
}

.btn_search a:link,
.btn_search a:visited {
    float: left;
    background-image: url(../../images/icon/search2.png?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
    text-indent: -999999px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    background-color: #fefefe;
}

.btn_search a:hover {
    float: left;
    background-image: url(../../images/icon/search2.png?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
    text-indent: -999999px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    background-color: #fefefe;
}

.paging_info_total {
    float: left;
    padding-bottom: 20px;
    margin-left: 1%;
    padding-top: 20px;
}

.sortby_area {
    float: right;
    padding-bottom: 20px;
    margin-right: 1%;
}

.sortby_area {}

.sortby_area table td {
    vertical-align: middle;
    color: #173e79;
    font-size: 18px;
    padding-left: 10px;
    font-weight: 600;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.sortby_area table td select {
    color: #173e79;
    font-size: 18px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    padding: 5px 0px 10px 5px;
    border: 5px solid #7bb2dd;
}

.promotion2_box {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.detail_date {
    clear: both;
    width: 100%;
    text-align: left;
    padding-top: 0px;
    font-weight: normal;
    font-size: 15px;
    color: #263238;
}

.career_list {
    clear: both;
    width: 100%;
}

.career_list .item {
    clear: both;
    display: block;
    padding: 0px 10px 20px 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cfd8dc;
}

.career_list .item .title {
    color: #37474f;
    font-family: 'MHeiHKBold';
    font-size: 15px;
}

.discount_icon {
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #e53935;
    color: #ffffff;
    font-size: 11px;
    font-family: 'MHeiHKBold';
    text-align: center;
    line-height: 40px;
}

.discount_desc {
    clear: both;
    margin-top: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #e53935;
    color: #ffffff;
    font-size: 12px;
    font-family: 'MHeiHKBold';
    text-align: center;
    line-height: 40px;
}

.topmenu_other {
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    position: absolute;
    right: 0px;
    top: 10px;
}

.topmenu_other ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.topmenu_other ul li {
    float: left;
    margin-left: 40px;
}

.topmenu_other ul li a:link,
.topmenu_other ul li a:visited {
    font-size: 16px;
    color: #263238;
    text-decoration: none;
    font-family: 'MHeiHKBold';
    background-position: 2px bottom;
    padding-bottom: 10px;
    background-repeat: no-repeat;
}

.topmenu_other ul li a:hover,
.topmenu_other ul li a.current:link,
.topmenu_other ul li a.current:visited {
    font-size: 16px;
    color: #b30e2c;
    text-decoration: none;
    font-family: 'MHeiHKBold';
    background-position: 2px bottom;
    padding-bottom: 10px;
    background-repeat: no-repeat;
}

.header_current .topmenu_other {
    display: none;
}

.faq_list {
    clear: both;
    width: 100%;
}

.faq_list .item {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.faq_list .item .title {
    color: #4b4b4b;
    font-size: 24px;
    width: 100%;
}

.faq_list .item h2 {
    color: #4b4b4b;
    font-size: 24px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    line-height: 130%;
}

.faq_list .item .title a:link,
.faq_list .item .title a:visited {
    color: #ffffff;
    font-size: 18px;
    font-family: 'MHeiHKBold';
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 6px 10px 6px 10px;
    background-color: #123a5e;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    background-image: url(../../images/tabmenu/open.png?v=2?v=2?v=2?v=2?v=2);
    background-position: center right 10px;
    background-repeat: no-repeat;
    padding-right: 15px;
}

.faq_list .item .title a:hover,
.faq_list .item .title a.current:link,
.faq_list .item .title a.current:visited {
    color: #ffffff;
    font-size: 18px;
    font-family: 'MHeiHKBold';
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 6px 10px 6px 10px;
    background-color: #b30e2c;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    background-image: url(../../images/tabmenu/close.png?v=2?v=2?v=2?v=2?v=2);
    background-position: center right 10px;
    background-repeat: no-repeat;
    padding-right: 15px;
}

.faq_list .item .desc {
    clear: both;
    display: block;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    color: #4b4b4b;
}

.faq_list .item .desc p {
    line-height: 150%;
    padding-bottom: 30px;
}

.faq_list .item .desc ul,
.faq_list .item .desc ol {
    line-height: 120%;
    padding-bottom: 10px;
    font-size: 14px;
    color: #4b4b4b;
}

.faq_list .item .desc ul li,
.faq_list .item .desc ol li {
    line-height: 120%;
    padding-bottom: 20px;
    font-size: 14px;
    color: #4b4b4b;
}


/*
 .faq_list .item .desc.current{
     background-color:#d6ecf3;
}
 .faq_list .item .desc ul li{
     font-size:18px;
       font-family:'MHeiHKBold';
     color:#000000;
}
 .faq_list .item .desc ul {
     padding-bottom:20px;
     color:#000000;
}
 .faq_list .item .desc p {
     padding-bottom:20px;
     color:#000000;
}
 .faq_list .item .desc ol li{
     font-size:18px;
       font-family:'MHeiHKBold';
     color:#000000;
}*/

.product_list_highlight_list {
    clear: both;
    width: 100%;
    padding-bottom: 20px;
}

.product_list_highlight_list .item {
    width: 100%;
    background-color: #fefefe;
    position: relative;
}

.product_list_highlight_list .item_container {
    border: 2px solid #e9e9e9;
    display: block;
    padding: 40px 10px 30px 10px;
    min-height: 300px;
}

.product_list_highlight_list .item .photo {
    clear: both;
    width: 100%;
    height: 160px;
    text-align: center;
}

.product_list_highlight_list .item .photo table {
    height: 160px;
}

.product_list_highlight_list .item .photo table td {
    vertical-align: middle;
    text-align: center;
}

.product_list_highlight_list .item .content {
    clear: both;
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.product_list_highlight_list .item .brand {
    clear: both;
    width: 100%;
    text-align: left;
}

.product_list_highlight_list .item .title {
    clear: both;
    width: 100%;
    padding-top: 5px;
    text-align: left;
    color: #546e7a;
    font-size: 14px;
    min-height: 35px;
    font-family: 'MHeiHKBold';
}

.product_list_highlight_list .item .price {
    clear: both;
    width: 100%;
    padding-top: 10px;
    text-align: right;
    color: #b30e2c;
    font-size: 16px;
    font-family: 'MHeiHKBold';
    min-height: 35px;
}

.product_list_highlight_list .item_icon {
    position: absolute;
    left: 0px;
    top: 0px;
}

.you_may_also_like .bx-wrapper .bx-next {
    right: 0px;
}

.you_may_also_like .bx-wrapper .bx-prev {
    left: 0px;
}

.product_relate_list2 {
    clear: both;
    width: 100%;
}

.product_relate_list2 .item {
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #fefefe;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.product_relate_list2 .item:hover {
    -webkit-box-shadow: 0px 0px 43px -12px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 43px -12px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 0px 43px -12px rgba(0, 0, 0, 0.43);
    background-color: #ffffff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.product_relate_list2 .item_container {
    border: 2px solid #e9e9e9;
    display: block;
    padding: 40px 10px 30px 10px;
    min-height: 300px;
}

.product_relate_list2 .item .photo {
    clear: both;
    width: 100%;
    height: 160px;
    text-align: center;
}

.product_relate_list2 .item .photo img {
    max-height: 150px;
    max-width: 150px;
}

.product_relate_list2 .item .photo table {
    height: 160px;
}

.product_relate_list2 .item .photo table td {
    vertical-align: middle;
    text-align: center;
}

.product_relate_list2 .item .content {
    clear: both;
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.product_relate_list2 .item .brand {
    clear: both;
    width: 100%;
    text-align: left;
}

.product_relate_list2 .item .title {
    clear: both;
    width: 86%;
    margin: auto;
    text-align: center;
    color: #546e7a;
    font-size: 13px;
    min-height: 45px;
    font-family: 'MHeiHKBold';
}

.product_relate_list2 .item .price {
    clear: both;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    color: #b30e2c;
    font-size: 16px;
    font-family: 'MHeiHKBold';
    min-height: 35px;
}

.product_relate_list2 .item_icon {
    position: absolute;
    left: 0px;
    top: 0px;
}

.home_promotion_list .slide {
    position: relative;
}

.home_promotion_list .slide table {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.home_promotion_list .slide table td {
    vertical-align: middle;
    text-align: center;
}

.home_promotion_list .slide .title {
    font-size: 24px;
    font-family: 'MHeiHKBold';
}

.payment_name {
    float: left;
}

.payment_name2 {
    padding-top: 5px;
}

.payment_bank_list {
    float: left;
    margin-left: 20px;
}

.payment_bank_list .item {
    float: left;
    margin-right: 20px;
}

.payment_bank_list .item img {
    height: 40px;
}

.payment_bank_list2 {
    clear: both;
    width: 100%;
    margin: auto;
    padding-top: 20px;
}

.payment_bank_list2 .item {
    clear: both;
    margin-bottom: 40px;
    text-align: center;
}

.payment_bank_list2 .item img {
    max-width: 150px;
    margin: auto;
    text-align: center;
}

.payment_bank_list2 .item .desc {
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.header_social_list {
    position: absolute;
    left: 110px;
    top: 35px;
}

.header_social_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_social_list ul li {
    float: left;
    margin-left: 10px;
}

.header_social_list ul li img {
    height: 30px;
}

.header_social_list ul li.icon2 img {
    height: 30px;
    margin-top: 0px
}

.header_current .header_social_list {
    position: absolute;
    left: 60px;
    top: 15px;
}

.header_current .header_social_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_current .header_social_list ul li {
    float: left;
    margin-left: 10px;
}

.header_current .header_social_list ul li img {
    height: 25px;
}

.header_current .header_social_list ul li.icon2 img {
    height: 25px;
    margin-top: 0px
}

.topmenu_other_area {
    position: absolute;
    right: 0px;
    top: 64px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.header_current .topmenu_other_area {
    top: 26px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.topmenu_other1 {
    float: left;
    margin-top: 10px;
}

.topmenu_other1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topmenu_other1 ul li {
    float: left;
    margin-left: 10px;
    font-family: 'MHeiHKBold';
}

.topmenu_other1 ul li a:link,
.topmenu_other1 ul li a:visited {
    font-size: 15px;
    color: #aaaaaa;
    text-decoration: none;
}

.topmenu_other1 ul li a:hover,
.topmenu_other1 ul li a.current:link,
.topmenu_other1 ul li a.current:visited {
    font-size: 15px;
    color: #b30e2c;
    text-decoration: none;
}

.topmenu_other2 {
    float: left;
}

.topmenu_other2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topmenu_other2 ul li {
    float: left;
    margin-left: 20px;
    line-height: 50px;
    padding-top: 2px;
}

.topmenu_other2 ul li img {
    margin-left: 5px;
}

.topmenu_other2 ul li a:link,
.topmenu_other2 ul li a:visited {
    font-size: 20px;
    color: #193d6c;
    text-decoration: none;
    float: left;
    line-height: 50px;
}

.topmenu_other2 ul li a:hover,
.topmenu_other2 ul li a.current:link,
.topmenu_other2 ul li a.current:visited {
    font-size: 20px;
    color: #000000;
    text-decoration: none;
    float: left;
}

.topmenu_other2 ul li.cart_li a:link,
.topmenu_other2 ul li.cart_li a:visited {
    font-size: 16px;
    color: #d7dfe7;
    text-decoration: none;
    float: left;
    background-color: #173e79;
    padding: 0px 65px 0px 35px;
    line-height: 50px;
}

.topmenu_other2 ul li.cart_li a:hover,
.topmenu_other2 ul li.cart_li a.current:link,
.topmenu_other2 ul li.cart_li a.current:visited {
    font-size: 16px;
    color: #d7dfe7;
    text-decoration: none;
    float: left;
    background-color: #000000;
    padding: 0px 65px 0px 35px;
    line-height: 50px;
}

.topmenu_other2 ul li.cart_li img {
    margin-right: 5px;
    margin-left: 0px;
}


/* .bxslider_home_banner {
     margin-left: 25%;
     margin-right: 25%;
}
*/

.bxslider_home_banner {
    width: 100%;
}

.bxslider_home_banner .slide img {
    width: 100%;
}

.home_banner_area {
    max-width: 96%;
    margin: auto;
    background-color: #000000;
}

.home_banner_area .slide {
    background-color: #000000;
}

.home_banner_area .slide img {
    /* opacity:0.3;
     */
    opacity: 1;
}

.home_banner_area .bx-wrapper {
    margin: 0 auto 20px;
}

.home_banner_area .bx-wrapper .bx-pager,
.home_banner_area .bx-wrapper .bx-controls-auto {
    bottom: -50px;
}

.home_banner_area .bx-wrapper .bx-pager.bx-default-pager a {
    background: #dcdcdc;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px;
    outline: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.home_banner_area .bx-wrapper .bx-pager.bx-default-pager a:hover,
.home_banner_area .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #b30e2c;
}

.home_banner_area .bx-wrapper .bx-prev {
    left: 0%;
    top: 40%;
}

.home_banner_area .bx-wrapper .bx-next {
    top: 40%;
    right: 0%;
}

.promotion1_area {
    clear: both;
    max-width: 96%;
    margin: auto;
    padding-top: 150px;
}

.promotion1_area .item {
    float: left;
    width: 50%;
}

.promotion1_area .item img {
    width: 100%;
}

.bxslider_promotion1 {
    width: 100%;
}

.promotion1_area img {
    width: 100%;
}

.promotion1_area .bx-wrapper {}

.promotion2_area {
    clear: both;
    max-width: 96%;
    margin: auto;
}

.bxslider_promotion2 {
    width: 100%;
}

.promotion2_area img {
    width: 100%;
}

.promotion2_area .bx-wrapper {}

.section_title_white {
    clear: both;
    width: 100%;
    font-size: 48px;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 0px;
    color: #ffffff;
    font-family: 'MHeiHKBold';
}

.section_title_white2 {
    clear: both;
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding-bottom: 80px;
    color: #ffffff;
}

.home_product_brand_box {
    clear: both;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 40px;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 40px;
}

.home_product_brand_box_container {
    max-width: 96%;
    margin: auto;
}

.section_title_black {
    clear: both;
    width: 100%;
    font-size: 48px;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 0px;
    color: #000000;
    font-family: 'MHeiHKBold';
}

.section_title_black2 {
    clear: both;
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding-bottom: 80px;
    color: #000000;
}

.home_product_brand_box_list {
    clear: both;
    text-align: center;
}

.table_home_product_brand_box_list {}

.home_product_brand_box_list table td {
    text-align: center;
}

.home_product_brand_box_list .item {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    text-align: center;
    float: left;
    width: 190px;
}

.home_product_brand_box_list .item table {
    height: 80px;
    width: 100%;
}

.home_product_brand_box_list .item table td {
    vertical-align: center;
    text-align: center;
}

.home_product_brand_box_list img {
    max-height: 60px;
    margin: auto;
}

.box_title_new {
    clear: both;
    width: 96%;
    margin: auto;
    margin-bottom: 30px;
    font-size: 24px;
    font-family: 'MHeiHKBold';
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

.box_title {
    clear: both;
    width: 96%;
    margin: auto;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #000000;
    font-size: 24px;
    font-family: 'MHeiHKBold';
}

.box_title_left {
    float: left;
}

.btn_add_to_cart_from_list img {
    margin-right: 10px;
}

.btn_add_to_cart_from_list {
    clear: both;
    max-width: 200px;
    margin: auto;
    margin-top: 20px;
}

.btn_add_to_cart_from_list {
    clear: both;
    padding-top: 0px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_add_to_cart_from_list a:link,
.btn_add_to_cart_from_list a:visited {
    display: block;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #fbf9f8;
    border: 1px solid #333333;
    color: #7b7a7a;
    padding: 10px 10px 10px 10px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_add_to_cart_from_list a:hover,
.btn_add_to_cart_from_list a:active,
.btn_add_to_cart_from_list a.current:link,
.btn_add_to_cart_from_list a.current:visited {
    display: block;
    text-align: center;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #7b7a7a;
    border: 1px solid #333333;
    color: #ffffff;
    animation: background_color_change 0.5s;
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_add_to_cart_from_list_enquiry img {
    margin-right: 10px;
}

.btn_add_to_cart_from_list_enquiry {
    clear: both;
    max-width: 200px;
    margin: auto;
    margin-top: 20px;
}

.btn_add_to_cart_from_list_enquiry {
    clear: both;
    padding-top: 0px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_add_to_cart_from_list_enquiry a:link,
.btn_add_to_cart_from_list_enquiry a:visited {
    display: block;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #7b7a7a;
    border: 1px solid #333333;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_add_to_cart_from_list_enquiry a:hover,
.btn_add_to_cart_from_list_enquiry a:active,
.btn_add_to_cart_from_list_enquiry a.current:link,
.btn_add_to_cart_from_list_enquiry a.current:visited {
    display: block;
    text-align: center;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #fbf9f8;
    border: 1px solid #333333;
    color: #7b7a7a;
    animation: background_color_change 0.5s;
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.home_new_product_box {
    clear: both;
    width: 100%;
    padding-top: 70px;
}

.home_new_product_box_container {
    max-width: 96%;
    margin: auto;
}

.home_new_product_list {
    clear: both;
    width: 100%;
    padding-top: 40px;
}

.home_new_product_list .item {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 30px;
    position: relative;
    height: 540px;
    background-color: #ffffff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    position: relative;
}

.home_new_product_list .item:hover {
    /*
     -webkit-box-shadow: 0px 0px 43px -12px rgba(0,0,0,0.43);
     -moz-box-shadow: 0px 0px 43px -12px rgba(0,0,0,0.43);
     box-shadow: 0px 0px 43px -12px rgba(0,0,0,0.43);
	 */
    background-color: #f2f2f2;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.home_new_product_list .item_container {
    display: block;
    padding: 0px 0px 0px 0px;
    height: 100%;
    position: relative;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.home_new_product_list .item .photo {
    clear: both;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.home_new_product_list .item .photo table {
    height: 100%;
    max-width: 90%;
    margin: auto;
}

.home_new_product_list .item .photo table td {
    vertical-align: middle;
    text-align: center;
}

.home_new_product_list .item .photo img {
    max-width: 100%;
    margin: auto;
    max-height: 458px;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.home_new_product_list .item:hover .item_container {
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    padding: 10% 10% 10% 10%;
    height: 80%;
}

.home_new_product_list .item:hover .photo {
    background-color: #ffffff;
}

.home_new_product_list .item:hover img {
    max-width: 100%;
    max-height: 400px;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.home_new_product_list .item:hover .item_icon {
    right: 15%;
    top: 10%;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.home_new_product_list .item .content {
    display: none;
    position: absolute;
    left: 0px;
    bottom: 0%;
    width: 100%;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.home_new_product_list .item:hover .content {
    display: block;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.home_new_product_list .content table {
    width: 100%;
}

.home_new_product_list .content table td {
    vertical-align: bottom;
    padding-bottom: 0px;
}

.home_new_product_list .item .content_container {
    display: block;
    padding: 0px 0px 0px 0px;
}

.home_new_product_list .item .brand {
    clear: both;
    width: 100%;
    text-align: left;
}

.home_new_product_list .item .expiry_date {
    clear: both;
    text-align: center;
    color: #1066ae;
    font-size: 12px;
    padding-top: 5px;
}

.home_new_product_list .item .title {
    clear: both;
    width: 100%;
    margin: auto;
    color: #000000;
    font-size: 18px;
}

.home_new_product_list .item .desc {
    clear: both;
    width: 100%;
    color: #000000;
    font-size: 15px;
    padding-top: 10px;
}

.home_new_product_list .item .title_area {
    display: block;
    /*
      background-color: rgb(255, 255, 255, 0.9);
	  
	  */
    background: url(../../images/overlay_bg.png?v=2?v=2);
    padding: 50px 40px 40px 40px;
    margin-bottom: 0px;
}

.home_new_product_list .item .desc_area {
    display: block;
    padding: 0px 40px 0px 40px;
}

.home_new_product_list .item .price_area {
    float: right;
    color: #000000;
    font-size: 24px;
}

.home_new_product_list .item .price span {}

.price {
    color: #4b4b4b;
    font-size: 24px;
}

.price span {}

.home_new_product_list .item_icon {
    position: absolute;
    right: 5%;
    top: 5%;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.topmenu_side {
    position: absolute;
    left: 0px;
    top: 134px;
    width: 164px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    z-index: 999;
}

.topmenu_side_container {
    display: block;
    padding: 20px 10px 20px 10px;
}

.topmenu_side_area {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 300px;
    background-image: url(../../images/sidebar/bg.png?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: repeat;
    background-position: top center;
}

.topmenu_side_bottom {
    clear: both;
    width: 100%;
}

.topmenu_side_bottom img {
    clear: both;
    width: 100%;
}

.header_current .topmenu_side {
    top: 54px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.topmenu_nav {
    width: 100%;
}

.topmenu_nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.topmenu_nav ul li {
    clear: both;
    margin-bottom: 5px;
    position: relative;
    display: block;
}

.topmenu_nav ul li.first,
.topmenu_nav ul li:first-child {}

.topmenu_nav ul li.last,
.topmenu_nav ul li:last-child {}

.topmenu_nav ul li {
    background-image: url(../../images/icon/other.png?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 18px;
}

.topmenu_nav ul li.category {
    background-image: url(../../images/icon/simcard.png?v=2?v=2?v=2?v=2?v=2?v=22);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 18px;
}

.topmenu_nav ul li.country {
    background-image: url(../../images/icon/country.png?v=2?v=2?v=2?v=2?v=2?v=22);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 18px;
}

.topmenu_nav a:link,
.topmenu_nav a:visited {
    color: #696969;
    font-size: 14px;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.topmenu_nav a:hover,
.topmenu_nav a:active,
.topmenu_nav a.current:link,
.topmenu_nav a.current:visited {
    color: #d7860c;
    font-size: 14px;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.topmenu_nav li.country a:link,
.topmenu_nav li.country a:visited {
    color: #b30e2c;
    font-size: 14px;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.topmenu_nav li.country a:hover,
.topmenu_nav li.country a:active,
.topmenu_nav li.country a.current:link,
.topmenu_nav li.country a.current:visited {
    color: #052137;
    font-size: 14px;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.topsubmenu_side {
    display: none;
    position: absolute;
    left: 164px;
    top: 134px;
    width: 200px;
    min-height: 500px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    background-color: #d4ecff;
    -webkit-box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
}

.topsubmenu_side_container {
    display: block;
    padding: 20px 20px 20px 40px;
}

.topsubmenu_nav {
    width: 100%;
}

.topsubmenu_nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.topsubmenu_nav ul li {
    clear: both;
    margin-bottom: 5px;
}

.topsubmenu_nav ul li.first,
.topsubmenu_nav ul li:first-child {}

.topsubmenu_nav ul li.last,
.topsubmenu_nav ul li:last-child {}

.topsubmenu_nav ul li {}

.topsubmenu_nav ul li img {
    height: 20px;
    margin-right: 10px;
}

.topsubmenu_nav a:link,
.topsubmenu_nav a:visited {
    color: #696969;
    font-size: 14px;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.topsubmenu_nav a:hover,
.topsubmenu_nav a:active,
.topsubmenu_nav a.current:link,
.topsubmenu_nav a.current:visited {
    color: #b30e2c;
    font-size: 14px;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.main_content_area_about {
    clear: both;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 650px;
}

.main_content_area_about_container {
    max-width: 900px;
    margin: auto;
    color: #ffffff;
    text-align: center;
}

.btn_button_normal2 img {
    margin-right: 10px;
    width: 16px;
}

.btn_button_normal2 {
    clear: both;
    padding-top: 30px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_button_normal2 a:link,
.btn_button_normal2 a:visited {
    float: left;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #b30e2c;
    color: #ffffff;
    padding: 0px 10px 0px 10px;
    min-width: 130px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #ffffff;
    background-color: #4b4b4b;
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_button_normal2 a:hover,
.btn_button_normal2 a:active,
.btn_button_normal2 a.current:link,
.btn_button_normal2 a.current:visited {
    float: left;
    text-align: center;
    padding: 0px 10px 0px 10px;
    min-width: 130px;
    font-size: 15px;
    line-height: 40px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #000000;
    color: #ffffff;
    animation: background_color_change 0.5s;
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_button img {
    margin-right: 10px;
    width: 18px;
}

.btn_button {
    clear: both;
    padding-top: 20px;
    width: 200px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_button a:link,
.btn_button a:visited {
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    text-decoration: none;
    font-weight: normal;
    background-color: #173e79;
    color: #ffffff;
    padding: 0px 10px 0px 10px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #ffffff;
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_button a:hover,
.btn_button a:active,
.btn_button a.current:link,
.btn_button a.current:visited {
    display: block;
    text-align: center;
    padding: 0px 10px 0px 10px;
    font-size: 22px;
    line-height: 50px;
    text-decoration: none;
    font-weight: normal;
    background-color: #000000;
    color: #ffffff;
    animation: background_color_change 0.5s;
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.contact_info b {
    color: #919191;
    font-weight: 600;
}

.contact_info a:link,
.contact_info a:visited {
    color: #000000;
}

.contact_info a:hover {
    color: #000000;
}

.contact_info p {
    padding-bottom: 3px;
}

.contact_info .title {
    clear: both;
    color: #000000;
    font-size: 24px;
    padding-bottom: 15px;
    font-weight: 600;
}

.contact_info .title2 {
    clear: both;
    color: #919191;
    font-size: 17px;
    padding-bottom: 15px;
}

.btn_submit {
    clear: both;
    padding-top: 0px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_submit a:link,
.btn_submit a:visited {
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 54px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #f8931f;
    color: #ffffff;
    padding: 0px 10px 0px 10px;
    min-width: 130px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #ffffff;
    background-color: #b30e2c;
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_submit a:hover,
.btn_submit a:active,
.btn_submit a.current:link,
.btn_submit a.current:visited {
    float: left;
    text-align: center;
    padding: 0px 10px 0px 10px;
    min-width: 130px;
    font-size: 18px;
    line-height: 54px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #333333;
    color: #ffffff;
    animation: background_color_change 0.5s;
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.country_arrow {
    position: absolute;
    right: -31px;
    top: -5px;
    display: none;
}

.header_current .topsubmenu_side {
    top: 54px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.table_price_discount {}

.table_price_discount td {
    padding: 0px 10px 0px 0px;
    vertical-align: middle;
    color: #4b4b4b;
    font-size: 20px;
    vertical-align: middle;
}

.table_checkbox td {
    vertical-align: top;
    padding-left: 10px;
}

.product_detail_desc {
    clear: both;
    font-size: 15px;
}

.product_relate_list2 .item .expiry_date {
    clear: both;
    text-align: center;
    color: #1066ae;
    font-size: 12px;
    padding-top: 5px;
}

.main_product_list .item .expiry_date {
    clear: both;
    text-align: center;
    color: #1066ae;
    font-size: 12px;
    padding-top: 5px;
}

.table_detail_button {
    clear: both;
}

.table_detail_button td {
    padding-right: 10px;
}

.footer_subscribe_logo {
    clear: both;
    width: 100%;
    text-align: center;
}

.footer_subscribe_title {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 42px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    padding-top: 30px;
}

.footer_subscribe_msg {
    clear: both;
    width: 100%;
    padding-top: 30px;
}

.footer_subscribe {
    clear: both;
    text-align: center;
    max-width: 96%;
    margin: auto;
}

.footer_social_list {
    float: right;
}

.footer_social_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_social_list ul li {
    float: left;
    margin-right: 0px;
    margin-left: 15px;
}

.footer_social_list ul li img {
    height: 30px;
}

.btn_submit_email {
    clear: both;
    margin: auto;
}

.btn_submit_email a:link,
.btn_submit_email a:visited {
    float: left;
    padding: 15px 45px 15px 45px;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #393e46;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.btn_submit_email a:hover,
.btn_submit_email a:active,
.btn_submit_email a.current:link,
.btn_submit_email a.current:visited {
    float: left;
    padding: 15px 45px 15px 45px;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #000000;
    animation: background_color_change 0.5s;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.home_events_box {
    clear: both;
    width: 100%;
    padding-top: 135px;
}

.home_events_box_container {
    clear: both;
    max-width: 96%;
    margin: auto;
}

.home_events_box .heading {
    clear: both;
    width: 100%;
    font-size: 55px;
    color: #173e79;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    text-align: center;
}

.home_events_box .heading2 {
    clear: both;
    width: 100%;
    font-size: 18px;
    color: #b4b4b4;
    text-align: center;
    padding-top: 10px;
}

.home_events_list {
    clear: both;
    width: 100%;
}

.home_events_list .item {
    clear: both;
    width: 100%;
    margin-top: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    min-height: 570px;
    position: relative;
}

.home_events_list .photo {
    float: left;
    width: 50%;
    height: 570px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home_events_list .content {
    float: right;
    width: 50%;
    min-height: 570px;
    position: relative;
}

.home_events_list .content_container {
    display: block;
    padding: 110px 20px 0px 70px;
}

.home_events_list .content table {
    width: 100%;
}

.home_events_list .content table td {
    vertical-align: middle;
    padding-bottom: 10px;
    color: #000000;
    font-size: 22px;
    padding-right: 0px;
}

.home_events_list .content table td.desc {
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    color: #173e79;
    font-size: 22px;
    padding-left: 15px;
}

.home_events_list .content table td.desc span {
    font-size: 22px;
}

.home_events_list .photo table {
    width: 85%;
    height: 100%;
    margin: auto;
}

.home_events_list .photo table td {
    vertical-align: bottom;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 100px;
}

.home_events_list .photo .title2 {
    font-size: 72px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    padding-bottom: 20px;
}

.home_events_list .item .icon {
    position: absolute;
    right: 10%;
    top: -26%;
    width: 35%;
}

.home_events_list .item .icon img {
    width: 100%;
}

.btn_link2 {
    clear: both;
    /*padding-top:30px;*/
}

.btn_link2 a:link,
.btn_link2 a:visited {
    font-size: 18px;
    text-decoration: underline;
    color: #a3abb1;
}

.btn_link2 a:hover,
.btn_link2 a:active,
.btn_link2 a.current:link,
.btn_link2 a.current:visited {
    font-size: 18px;
    text-decoration: underline;
    color: #000000;
}

.cart_info_area {
    position: absolute;
    right: 20px;
    top: 10px;
}

.cart_info {
    float: left;
    color: #193d6c;
    font-size: 15px;
    margin-left: 5px;
    background-image: url(../../images/cart_span.png?v=2?v=2);
    background-position: center center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.home_new_product_box .heading {
    clear: both;
    width: 100%;
    font-size: 55px;
    color: #173e79;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    text-align: center;
}

.home_new_product_box .heading2 {
    clear: both;
    width: 100%;
    font-size: 18px;
    color: #b4b4b4;
    text-align: center;
    padding-top: 10px;
}

.home_new_product_tab_list {
    clear: both;
    padding-top: 30px;
}

.home_new_product_tab_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home_new_product_tab_list ul li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.home_new_product_tab_list ul li a:link,
.home_new_product_tab_list ul li a:visited {
    float: left;
    font-size: 18px;
    color: #b4b4b4;
    text-decoration: none;
    background-image: url(../../images/tab.png?v=2?v=2);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px;
    line-height: 30px;
    height: 30px;
}

.home_new_product_tab_list ul li a:hover,
.home_new_product_tab_list ul li a.current:link,
.home_new_product_tab_list ul li a.current:visited {
    float: left;
    font-size: 18px;
    color: #b30e2c;
    text-decoration: none;
    background-image: url(../../images/tab_over.png?v=2?v=2);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px;
    line-height: 30px;
    height: 30px;
}

.scale_down {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.scale_up {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.main_content_info_section {
    clear: both;
    width: 100%;
    background-color: #eeeeee;
    font-size: 22px;
}

.main_content_info_section_area {
    max-width: 96%;
    margin: auto;
    padding-bottom: 80px;
    padding-top: 80px;
}

.subtitle {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}

.search_result_list {
    clear: both;
    width: 100%;
}

.search_result_list .item {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #ffffff;
    margin-bottom: 2%;
}

.search_result_list .item_content {
    clear: both;
    padding: 60px 60px 60px 60px;
}

.search_result_list .date {
    clear: both;
    font-size: 17px;
    color: #919191;
    font-weight: 600;
}

.search_result_list .title {
    clear: both;
    font-size: 24px;
    color: #000000;
    padding-top: 10px;
    font-weight: 600;
}

.search_result_list .desc {
    clear: both;
    font-size: 17px;
    color: #919191;
    padding-top: 10px;
    line-height: 150%;
}

.search_result_list .content {
    clear: both;
    width: 100%;
    min-height: 350px;
}

.btn_read_more {
    clear: both;
    padding-top: 10px;
}

.btn_read_more a:link,
.btn_read_more a:visited {
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}

.btn_read_more a:hover,
.btn_read_more a.current:link,
.btn_read_more a.current:visited {
    font-size: 17px;
    color: #096fb3;
    font-weight: 600;
    text-decoration: none;
}

.btn_show_map {
    clear: both;
    padding-top: 30px;
}

.btn_show_map a:link,
.btn_show_map a:visited {
    float: left;
    padding: 15px 20px 15px 20px;
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #000000;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
}

.btn_show_map a:hover,
.btn_show_map a:active,
.btn_show_map a.current:link,
.btn_show_map a.current:visited {
    float: left;
    padding: 15px 20px 15px 20px;
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #000000;
    animation: background_color_change 0.5s;
}

.section_main {
    background-image: url(../../images/main.jpg?V=2);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

.main_landing {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

.main_landing table.table_main_landing {
    width: 100%;
    height: 100%;
    position: relative;
}

.main_landing table.table_main_landing td {
    vertical-align: middle;
    text-align: center;
}

.main_landing_container {
    max-width: 96%;
    margin: auto;
}

.main_logo {
    max-width: 227px;
    margin: auto;
}

.main_logo img {
    width: 100%;
}

.main_landing_box {
    clear: both;
    width: 100%;
    border-top: 1px solid #b30e2c;
    padding-top: 30px;
    margin-top: 30px;
}

.main_landing_box .title {
    clear: both;
    color: #173e79;
    font-size: 40px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.main_landing_box .subtitle {
    clear: both;
    color: #b30e2c;
    font-size: 18px;
    padding-top: 0px;
    padding-bottom: 30px;
}

.btn_main_landing_button {
    clear: both;
    margin-left: 20px;
    margin-right: 20px;
}

.btn_main_landing_button a:link,
.btn_main_landing_button a:visited {
    float: left;
    padding: 15px 20px 15px 20px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #b30e2c;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
}

.btn_main_landing_button a:hover,
.btn_main_landing_button a:active,
.btn_main_landing_button a.current:link,
.btn_main_landing_button a.current:visited {
    float: left;
    padding: 15px 20px 15px 20px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #000000;
    animation: background_color_change 0.5s;
}

.featured_product_area {
    clear: both;
    width: 100%;
    margin: auto;
    padding-top: 30px;
    background-image: url(../../images/bg_events.jpg?V=2);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 520px;
}

.featured_product_area_container {
    clear: both;
    max-width: 96%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.featured_product_area .heading {
    width: 100%;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.featured_product_list {
    clear: both;
    width: 100%;
}

.featured_product_list .item {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
}

.featured_product_list .item_container {
    display: block;
}

.featured_product_list .photo {
    width: 100%;
}

.featured_product_list .photo table {
    width: 100%;
    min-height: 360px;
}

.featured_product_list .photo table td {
    vertical-align: middle;
    text-align: center;
}

.featured_product_list .photo img {
    max-width: 100%;
    max-height: 320px;
}

.featured_product_list .content {
    clear: both;
    width: 100%;
    padding-top: 30px;
    text-align: center;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
}

.news2_list_box {
    clear: both;
    width: 100%;
    padding-top: 30px;
}

.news2_list_box .item2 {
    float: left;
    width: 31.33%;
    margin-left: 1%;
    margin-right: 1%;
}

.news2_list_box .item {
    clear: both;
    margin-bottom: 6%;
    width: 100%;
    min-height: 400px;
    position: relative;
    background-color: #0b263e;
}

.news2_list_box .item_container {
    clear: both;
    display: block;
    padding: 40px;
    color: #ffffff;
}

.news2_list_box .item .photo {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.news2_list_box .item .photo_old {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    background-image: url(../../images/old_event_overlay.png?v=2?v=2);
}

.news2_list_box .item .photo_old_text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.news2_list_box .item .photo_old_text table {
    width: 100%;
    height: 100%;
}

.news2_list_box .item .photo_old_text table td {
    vertical-align: middle;
    text-align: center;
}

.news2_list_box .item .photo_old_text table td img {
    max-width: 70%;
    margin: auto;
}

.news2_list_box .item .photo_container {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.news2_list_box .title2 {
    color: #ffffff;
    font-size: 15px;
    padding-bottom: 5px;
}

.news2_list_box .date {
    color: #ffffff;
    font-size: 40px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.news2_list_box .date span {
    font-size: 60px;
}

.news2_list_box .title {
    color: #ffffff;
    font-size: 30px;
    padding-bottom: 10px;
    min-height: 100px;
}

.btn_events_button {
    clear: both;
    padding-top: 5px;
}

.btn_events_button a:link,
.btn_events_button a:visited {
    float: left;
    padding: 15px 20px 15px 20px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    border: 2px solid #ffffff;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
}

.btn_events_button a:hover,
.btn_events_button a:active,
.btn_events_button a.current:link,
.btn_events_button a.current:visited {
    float: left;
    padding: 15px 20px 15px 20px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    border: 2px solid #ffffff;
    background-color: #000000;
    animation: background_color_change 0.5s;
}

.news_list_box {
    clear: both;
    width: 100%;
    padding-top: 30px;
}

.news_list_box .item2 {
    float: left;
    width: 31.33%;
    margin-left: 1%;
    margin-right: 1%;
}

.news_list_box .item {
    clear: both;
    margin-bottom: 6%;
    width: 100%;
    min-height: 500px;
    position: relative;
    background-color: #0b263e;
}

.news_list_box .item_container {
    clear: both;
    display: block;
    padding: 60px;
    color: #ffffff;
}

.news_list_box .item .photo {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.news_list_box .item .photo_old {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    background-image: url(../../images/old_event_overlay.png?v=2?v=2);
}

.news_list_box .item .photo_old_text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.news_list_box .item .photo_old_text table {
    width: 100%;
    height: 100%;
}

.news_list_box .item .photo_old_text table td {
    vertical-align: middle;
    text-align: center;
}

.news_list_box .item .photo_old_text table td img {
    max-width: 70%;
    margin: auto;
}

.news_list_box .item .photo_container {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.news_list_box .title2 {
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 5px;
}

.news_list_box .date {
    color: #ffffff;
    font-size: 60px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.news_list_box .date span {
    font-size: 96px;
}

.news_list_box .title {
    color: #ffffff;
    font-size: 45px;
    padding-bottom: 10px;
    min-height: 150px;
}

.inside_news_list {
    clear: both;
    width: 100%;
}

.inside_news_list .item {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #ffffff;
    margin-bottom: 2%;
}

.inside_news_list .item_content {
    clear: both;
    padding: 60px 60px 60px 60px;
}

.inside_news_list .date {
    clear: both;
    font-size: 17px;
    color: #919191;
    font-weight: 600;
}

.inside_news_list .title {
    clear: both;
    font-size: 24px;
    color: #000000;
    padding-top: 10px;
    font-weight: 600;
}

.inside_news_list .desc {
    clear: both;
    font-size: 17px;
    color: #919191;
    padding-top: 10px;
    line-height: 150%;
}

.inside_news_list .content {
    clear: both;
    width: 100%;
    min-height: 350px;
}

.photo_img img {
    max-width: 100%;
}

.heading_line {
    clear: both;
    max-width: 1360px;
    margin: auto;
    border-top: 1px solid #000000;
    padding-top: 0px;
    margin-top: 40px;
}

.heading_line2 {
    clear: both;
    width: 100%;
    margin: auto;
    border-top: 1px solid #000000;
    padding-top: 60px;
    margin-top: 90px;
}

.heading_line3 {
    clear: both;
    width: 100%;
    margin: auto;
    border-top: 1px solid #000000;
    padding-top: 40px;
    margin-top: 40px;
}

.heading_line4 {
    clear: both;
    max-width: 1360px;
    margin: auto;
    border-top: 1px solid #000000;
    padding-top: 30px;
    margin-top: 40px;
}

.product_category_nav {}

.product_category_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product_category_nav ul li {
    float: left;
    margin-left: 50px;
    margin-right: 50px;
}

.product_category_nav ul li a:link,
.product_category_nav ul li a:visited {
    color: #aaaaaa;
    font-size: 42px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    text-decoration: none;
}

.product_category_nav ul li a:hover,
.product_category_nav ul li a.current:link,
.product_category_nav ul li a.current:visited {
    color: #173e79;
    font-size: 42px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    text-decoration: none;
}

.paging_right {
    float: right;
}

.product_list_paging {
    float: right;
}

.product_bottom_info {
    clear: both;
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
}

.product_bottom_info_left {
    float: left;
    width: 30%;
}

.product_bottom_info_left table {}

.product_bottom_info_left table td {
    vertical-align: middle;
    padding-right: 10px;
    color: #000000;
    font-size: 15px;
}

.product_list_paging {
    float: right;
    width: 68%;
}

input.input_perpage {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0px 10px 0px 10px;
    text-align: left;
    border: 1px solid #acacac;
    font-size: 22px;
    font-weight: normal;
    background-color: #ffffff;
    text-align: left;
    color: #000000;
}

.main_product_list2 {
    clear: both;
    width: 100%;
}

.main_product_list2 .item {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #efefed;
    margin-bottom: 2%;
    position: relative;
}

.main_product_list2 .item_container {
    display: block;
    padding: 40px 10px 30px 10px;
    min-height: 400px;
}

.main_product_list2 .item .photo {
    clear: both;
    width: 100%;
    height: 300px;
    text-align: center;
}

.main_product_list2 .item .photo img {
    max-width: 100%;
    max-height: 300px;
}

.main_product_list2 .item .photo table {
    height: 300px;
}

.main_product_list2 .item .photo table td {
    vertical-align: middle;
    text-align: center;
}

.main_product_list2 .item .content {
    clear: both;
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.main_product_list2 .item .brand {
    clear: both;
    width: 100%;
    text-align: left;
}

.main_product_list2 .item .title {
    clear: both;
    width: 98%;
    margin: auto;
    text-align: center;
    color: #000000;
    font-size: 22px;
    min-height: 45px;
    font-weight: 600;
}

.main_product_list2 .item .content2 {
    clear: both;
    width: 92%;
    margin: auto;
}

.main_product_list2 .item .price {
    float: right;
    text-align: right;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}

.main_product_list2 .item_icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.winery_main_product_list2 {
    clear: both;
    width: 100%;
}

.winery_main_product_list2 .item {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #efefed;
    margin-bottom: 2%;
    position: relative;
}

.winery_main_product_list2 .item_container {
    display: block;
    padding: 40px 10px 30px 10px;
    min-height: 400px;
}

.winery_main_product_list2 .item .photo {
    clear: both;
    width: 100%;
    height: 300px;
    text-align: center;
}

.winery_main_product_list2 .item .photo img {
    max-width: 100%;
    max-height: 300px;
}

.winery_main_product_list2 .item .photo table {
    height: 300px;
}

.winery_main_product_list2 .item .photo table td {
    vertical-align: middle;
    text-align: center;
}

.winery_main_product_list2 .item .content {
    clear: both;
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.winery_main_product_list2 .item .brand {
    clear: both;
    width: 100%;
    text-align: left;
}

.winery_main_product_list2 .item .title {
    clear: both;
    width: 98%;
    margin: auto;
    text-align: center;
    color: #000000;
    font-size: 22px;
    min-height: 45px;
    font-weight: 600;
}

.winery_main_product_list2 .item .content2 {
    clear: both;
    width: 92%;
    margin: auto;
}

.winery_main_product_list2 .item .price {
    float: right;
    text-align: right;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}

.winery_main_product_list2 .item_icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.inside_banner {
    clear: both;
    width: 100%;
    padding-bottom: 90px;
    max-width: 96%;
    margin: auto;
    position: relative;
    height: 100%;
}

.inside_banner table {
    clear: both;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.inside_banner table td {
    vertical-align: middle;
    text-align: center;
    font-family: 'GreatDayPersonalUse', Georgia, sans-serif, Arial, Verdana, sans-serif;
    font-size: 78px;
    color: #ffffff;
}

.inside_banner img {
    clear: both;
    width: 100%;
}

.tabcontent {
    clear: both;
    width: 100%;
    padding-top: 50px;
}

.winery_brand_area {
    clear: both;
    width: 100%;
    margin: auto;
    padding-top: 30px;
    background-image: url(../../images/bg_events.jpg?V=2);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 520px;
}

.winery_brand_area_container {
    clear: both;
    max-width: 96%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.winery_brand_area .heading {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.section_desc {
    clear: both;
    width: 100%;
    text-align: center;
}

.partner_logo_list {
    clear: both;
    width: 100%;
}

.partner_logo_list .item {
    float: left;
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}

.partner_logo_list .item img {
    max-height: 120px;
}

.partner_logo_list .item table {
    height: 100px;
    width: 100%;
}

.partner_logo_list .item table td {
    vertical-align: middle;
    text-align: center;
}

.inside_login_panel {
    clear: both;
    width: 100%;
    margin: auto;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 965px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.popup_gallery_list {
    max-width: 96%;
    margin: auto;
    position: relative;
    min-height: 800px;
}

.btn_popup_gallery_prev {
    position: absolute;
    left: 10px;
    top: 40%;
}

.btn_popup_gallery_next {
    position: absolute;
    right: 10px;
    top: 40%;
}

.popup_gallery_list .item {
    float: left;
    width: 100%;
    background-color: #eaeaec;
    display: none;
}

.popup_gallery_list .item_container {
    clear: both;
    display: block;
    padding: 50px;
}

.popup_gallery_list .photo {
    clear: both;
    width: 100%;
}

.popup_gallery_list .photo img {
    clear: both;
    width: 100%;
}

.popup_gallery_list .content {
    clear: both;
    width: 100%;
    padding-top: 10px;
}

.popup_gallery_list .title {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #919191;
    font-weight: 600;
    min-height: 50px;
}

.popup_gallery_list .title span {
    margin-left: 30px;
}

.popup_gallery_list .desc {
    clear: both;
    width: 100%;
    text-align: center;
}

.popup_gallery_list .desc img {
    max-width: 100%;
    margin: auto;
}

.lightbox_popup {
    background-image: url(../../images/lightbox/bg.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2?v=212);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    color: #FFF;
    z-index: 99999;
    display: none;
}

.lightbox_popup_container {
    clear: both;
    width: 1000px;
    margin: auto;
    position: relative;
    margin-top: 20px;
    background-color: #eaeaec;
}

.btn_close_lightbox_popup {
    position: absolute;
    right: -10px;
    top: -10px;
}

.product_detail_big_photo {
    min-height: 600px;
}

.product_detail_big_photo table {
    min-height: 600px;
    width: 100%;
}

.product_detail_big_photo table td {
    vertical-align: top;
    text-align: center;
}

.product_detail_big_photo img {
    max-height: 600px;
}

.product_detail_brand {
    clear: both;
    width: 100%;
    color: #173e79;
    font-size: 30px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.product_detail_brand img {
    margin-right: 10px;
    max-height: 30px;
}

.product_year_list {
    clear: both;
    width: 100%;
}

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

.product_year_list .item a:link,
.product_year_list .item a:visited {
    float: left;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    font-size: 20px;
    color: #919191;
    padding: 10px 10px 10px 10px;
}

.product_year_list .item a:hover,
.product_year_list .item a.current:link,
.product_year_list .item a.current:visited {
    float: left;
    border: 1px solid #b30e2c;
    background-color: #b30e2c;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 10px 10px 10px;
}

.product_other_box {
    clear: both;
    width: 100%;
    margin-bottom: 40px;
    ;
}

.product_other_box .other_title {
    color: #173e79;
    font-size: 30px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.product_other_box .other_desc {
    color: #173e79;
    font-size: 18px;
    padding-top: 20px;
}

.product_detail_price {
    font-size: 20px;
}

.product_preorder {
    display: block;
    color: #b30e2c;
    font-size: 15px;
}

.btn_open_detail {
    cursor: pointer;
}

.product_bottom_area2 {
    clear: both;
    max-width: 1120px;
    margin: auto;
    padding-top: 20px;
}

.product_bottom_area {
    clear: both;
    width: 100%;
    padding-top: 30px;
}

.product_bottom_area_title {
    clear: both;
    width: 100%;
    text-align: center;
    color: #0f2d53;
    font-size: 20px;
    padding-bottom: 15px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.product_bottom_area_title img {
    clear: both;
    padding-bottom: 5px;
}

.product_bottom_area_area {
    clear: both;
    width: 100%;
    background-color: #0f2d53;
    color: #ffffff;
    padding: 60px 0px 60px 0px;
}

.product_bottom_area_container {
    clear: both;
    max-width: 800px;
    margin: auto;
}

.product_bottom_area_title2 {
    clear: both;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    padding-bottom: 80px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    font-weight: 600;
}

.btn_close_expand {
    clear: both;
    width: 100%;
    text-align: right;
    padding-bottom: 60px;
}

.product_other_box2 {
    float: left;
    width: 46%;
    margin-right: 4%;
}

.product_other_box2 .other_title {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.product_other_box2 .other_desc {
    color: #ffffff;
    font-size: 18px;
    padding-top: 20px;
}

.table_other_product_info {
    clear: both;
    padding-top: 20px;
}

.table_other_product_info td {
    padding: 10px 0px 10px 0px;
    font-size: 13px;
    color: #ffffff;
    border-bottom: 2px solid #d1a757;
}

.table_other_product_info td.title2 {
    padding: 10px 10px 10px 0px;
    font-size: 13px;
    color: #d1a757;
    min-width: 100px;
}


/*******************/

.inside_login_panel_area {
    max-width: 96%;
    background: rgba(255, 255, 255, 0.75);
    /*
	 -webkit-box-shadow: 0px 1px 14px 1px rgba(0,0,0,0.24);
     -moz-box-shadow: 0px 1px 14px 1px rgba(0,0,0,0.24);
     box-shadow: 0px 1px 14px 1px rgba(0,0,0,0.24);
	 */
    margin: auto;
    margin-top: 30px;
    min-height: 600px;
}

.inside_login_panel_area_container {
    padding: 50px 80px 50px 80px;
    display: block;
}

.table_cart td {
    vertical-align: top;
}

.table_cart .col_1 {
    width: 60px;
    padding-right: 30px;
    padding-top: 60px;
}

.table_cart .col_2 {
    width: 190px;
    text-align: center;
}

.table_cart .col_2 img {
    max-height: 280px;
}

.cart_qty_area {
    clear: both;
    width: 100%;
    padding-top: 10px;
}

.cart_qty_area_left {
    float: left;
    width: 50%;
}

.cart_qty_area_right {
    float: right;
}

.cart_qty_area_right .price_title {
    font-size: 22px;
    font-weight: 600;
    color: #173e79;
    padding-bottom: 10px;
}

.product_detail_price .price {}

.btn_show_more_item {
    cursor: pointer;
    color: #bebebe;
    text-decoration: underline;
    font-size: 15px;
    margin-left: 35px;
    clear: both;
    padding-top: 15px;
}

.btn_show_more_item:hover {
    color: #0082ac;
}

.btn_show_less_item {
    cursor: pointer;
    color: #bebebe;
    text-decoration: underline;
    font-size: 15px;
    margin-left: 35px;
    clear: both;
    padding-top: 15px;
    display: none;
}

.btn_show_less_item:hover {
    color: #0082ac;
}


/*********************/

.discount_area_left {
    float: left;
    width: 70%;
}

.discount_area_right {
    float: right;
    width: 28%;
}

.table_discount_price {
    float: right;
}

.table_discount_price td {
    text-align: right;
    color: #e2060f;
    font-size: 32px;
    padding-left: 10px;
    vertical-align: bottom;
    font-size: 32px;
}

.table_discount_price td span.sign {
    font-size: 20px;
}

.table_discount_price td.content2 {
    text-align: right;
    color: #000000;
    font-size: 20px;
}


/*****************/

.cart_coin_intro {
    clear: both;
    width: 100%;
    padding-top: 100px;
}

.cart_coin_intro_left {
    float: left;
    width: 66%;
}

.cart_coin_intro_right {
    float: right;
    width: 20%;
}

.cart_coin_intro_list {
    clear: both;
    width: 100%;
}

.cart_coin_intro_list .item {
    clear: both;
    width: 100%;
    margin-bottom: 80px;
}

.cart_coin_intro_list .item .photo {
    float: left;
    width: 20%;
}

.cart_coin_intro_list .item .photo img {
    width: 100%;
}

.cart_coin_intro_list .item .content {
    float: right;
    width: 76%;
}

.cart_coin_intro_list .item .content_full {
    float: inherit;
    clear: both;
    width: 100%;
}

.cart_coin_intro_list .title {
    clear: both;
    width: 100%;
    color: #173e79;
    font-size: 30px;
}

.cart_coin_intro_list .desc {
    clear: both;
    width: 100%;
    color: #919191;
    font-size: 17px;
    padding-top: 20px;
}


/***************/

.cart_credit_area_left {
    float: left;
    width: 80%;
}

.cart_credit_area_right {
    float: right;
    width: 19%;
}

.cart_credit_area_left .heading {
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    color: #173e79;
    font-size: 26px;
    float: left;
}

.cart_box_info {
    float: left;
    margin-left: 30px;
}

.cart_box_info2 {
    float: left;
    width: 320px;
}

.cart_box_info .desc3 {
    float: right;
    width: 80%;
    padding-top: 5px;
}

.cart_box_info .desc2 {
    clear: both;
    padding-top: 10px;
    font-size: 14px;
    color: #e2060f;
}

.table_cart_coin {
    clear: both;
}

.table_cart_coin td.pad {
    padding-right: 0px;
}

.table_cart_coin_cart {
    clear: both;
    width: 100%;
}

.table_cart_coin_cart .item2 {
    float: left;
}

.table_cart_coin_cart .input_qty2 {
    width: 60px;
    height: 46px;
    font-size: 18px;
    color: #173e79;
}

.btn_qty_min2 {
    clear: both;
}

.btn_qty_min2 a:link,
.btn_qty_min2 a:visited {
    float: left;
    padding: 10px 20px 10px 20px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    background-color: #ffffff;
    border: 2px solid #e1e1e1;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    line-height: 24px;
}

.btn_qty_min2 a:hover,
.btn_qty_min2 a:active,
.btn_qty_min2 a.current:link,
.btn_qty_min2 a.current:visited {
    float: left;
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    background-color: #1f91d1;
    border: 2px solid #1f91d1;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    line-height: 24px;
}

.btn_qty_add2 {
    clear: both;
}

.btn_qty_add2 a:link,
.btn_qty_add2 a:visited {
    float: left;
    padding: 10px 20px 10px 20px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    background-color: #ffffff;
    border: 2px solid #e1e1e1;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    line-height: 24px;
}

.btn_qty_add2 a:hover,
.btn_qty_add2 a:active,
.btn_qty_add2 a.current:link,
.btn_qty_add2 a.current:visited {
    float: left;
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    background-color: #1f91d1;
    border: 2px solid #1f91d1;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    line-height: 24px;
}

input.input_coin {
    width: 130px;
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0px 2% 0px 2%;
    border: 1px solid #cccccc;
    font-size: 18px;
    font-weight: normal;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-weight: 600;
}

.cart_coin_current_box {
    clear: both;
    display: block;
    border: 1px solid #b7b7b7;
    padding: 20px;
}

.cart_coin_current_box img {
    float: right;
}

.cart_coin_current_box .price_area {
    clear: both;
    padding-top: 10px;
    font-size: 40px;
    color: #173e79;
    text-align: right;
}

.cart_coin_current_box .price_area span {
    clear: both;
    font-size: 15px;
}

.btn_coin_add {
    clear: both;
    padding-top: 10px;
    padding-bottom: 30px;
    width: 100%;
    text-align: right;
}

.btn_coin_add a:link,
.btn_coin_add a:visited {
    font-size: 20px;
    color: #173e79;
    text-decoration: underline;
    font-weight: 600;
    text-align: right;
}

.btn_coin_add a:hover {
    font-size: 20px;
    color: #e2060f;
    text-decoration: underline;
    font-weight: 600;
    text-align: right;
}


/*********************/

.require_coin2 {
    display: block;
    background-color: #ee3124;
    font-size: 25px;
    text-align: center;
    padding: 10px 10px 10px 10px;
    color: #ffffff;
}

.events_button_area {
    float: right;
}

.btn_button_grey_long img {
    margin-right: 10px;
    width: 18px;
}

.btn_button_grey_long {
    clear: both;
    padding-top: 10px;
    width: 100%;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_button_grey_long a:link,
.btn_button_grey_long a:visited {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    text-decoration: none;
    font-weight: normal;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    color: #000000;
    padding: 0px 10px 0px 10px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_button_grey_long a:hover,
.btn_button_grey_long a:active,
.btn_button_grey_long a.current:link,
.btn_button_grey_long a.current:visited {
    display: block;
    text-align: center;
    padding: 0px 10px 0px 10px;
    font-size: 18px;
    line-height: 45px;
    text-decoration: none;
    font-weight: normal;
    border: 1px solid #e1e1e1;
    background-color: #e1e1e1;
    color: #ffffff;
    animation: background_color_change 0.5s;
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}


/***************/

.event_current_coin {
    float: left;
    width: 40%;
    text-align: center;
    color: #0082ac;
    font-size: 26px;
    font-weight: 600;
}

.btn_buy_coin {
    float: right;
    width: 58%;
}

.btn_buy_coin a:link,
.btn_buy_coin a:visited {
    display: block;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    color: #000000;
    padding: 5px 5px 5px 5px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_buy_coin a:hover,
.btn_buy_coin a:active,
.btn_buy_coin a.current:link,
.btn_buy_coin a.current:visited {
    display: block;
    text-align: center;
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    border: 1px solid #e1e1e1;
    background-color: #e1e1e1;
    color: #ffffff;
    animation: background_color_change 0.5s;
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.event_coin_err {
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.btn_joined_event {
    clear: both;
    padding-top: 20px;
    width: 180px;
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    text-decoration: none;
    font-weight: normal;
    background-color: #a9a9a9;
    color: #ffffff;
    padding: 0px 10px 0px 10px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #ffffff;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}


/*****************************/

.lightbox2 {
    background-image: url(../../images/lightbox2/bg.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2?v=22);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    color: #FFF;
    z-index: 99999;
    display: none;
}

.lightbox2_container {
    clear: both;
    width: 800px;
    margin: auto;
    position: relative;
    margin-top: 100px;
}

.lightbox2_content {
    clear: both;
    display: block;
    padding: 70px 0px 70px 0px;
    background-color: #2e6cb9;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.62);
    box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.62);
}

.btn_lightbox2_area_close {
    position: absolute;
    right: 25px;
    top: 25px;
}

.btn_lightbox2_area_close a:link,
.btn_lightbox2_area_close a:visited {
    float: left;
    width: 27px;
    height: 27px;
    background-image: url(../../images/lightbox2/btn_lightbox_area_close.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    text-indent: -9999px;
}

.btn_lightbox2_area_close a:hover,
.btn_lightbox2_area_close a:active,
.btn_lightbox2_area_close a.current:link,
.btn_lightbox2_area_close a.current:visited {
    float: left;
    width: 27px;
    height: 27px;
    background-image: url(../../images/lightbox2/btn_lightbox_area_close.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    text-indent: -9999px;
}

.lightbox2 .heading {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    padding-bottom: 50px;
}

.popup_newsletter_area {
    max-width: 600px;
    margin: auto;
}

.table_newsletter {
    width: 100%;
    margin: auto;
}

.table_newsletter td {
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 5px;
}

.table_newsletter td.content {
    padding-bottom: 20px;
}

input.input_news {
    width: 95%;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0px 2% 0px 2%;
    text-align: center;
    border: none;
    font-size: 15px;
    font-weight: normal;
    background-color: #ffffff;
    text-align: left;
    color: #000000;
}

.btn_newsletter {
    clear: both;
    padding-top: 10px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_newsletter a:link,
.btn_newsletter a:visited {
    float: left;
    text-align: center;
    font-size: 18px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #b30e2c;
    color: #ffffff;
    padding: 20px 20px 20px 20px;
    min-width: 200px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #ffffff;
    background-color: #3a3e45;
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_newsletter a:hover,
.btn_newsletter a:active,
.btn_newsletter a.current:link,
.btn_newsletter a.current:visited {
    float: left;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    text-align: center;
    padding: 20px 20px 20px 20px;
    min-width: 200px;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #040404;
    color: #ffffff;
    animation: background_color_change 0.5s;
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.lightbox2 .confirm_msg_info {
    text-align: center;
    width: 100%;
    font-size: 13px;
}

.product_cart_area3_full {
    clear: both;
    width: 100%;
    color: #173e79;
    font-size: 30px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.product_cart_area3_full img {
    margin-right: 10px;
}

.product_other_box_full {
    clear: both;
    width: 100%;
    margin-bottom: 50px;
}

.product_other_box_full .other_title {
    color: #173e79;
    font-size: 30px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.product_other_box_full .other_desc {
    color: #173e79;
    font-size: 18px;
    padding-top: 20px;
}

.in_product_code {
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.in_product_country {
    clear: both;
    width: 100%;
    text-align: center;
    margin-top: -15px;
    font-size: 20px;
    color: #919191;
    font-weight: normal;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.product_other_box2_full {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.product_other_box2_full .other_title {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.product_other_box2_full .other_desc {
    color: #ffffff;
    font-size: 15px;
    padding-top: 20px;
}

.input_select_normal {
    color: #173e79;
    font-size: 18px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    padding: 5px 0px 10px 5px;
    border: 3px solid #7bb2dd;
}

.free_shipping_notice {
    color: #e2060f;
    font-size: 13px;
    font-weight: 600;
}

.hint_credit {
    color: #0082cb;
    font-size: 12px;
}

.hint_credit span {
    color: #0082cb;
    font-size: 12px;
}

.table_cart2 .footer_total2 .title {
    color: #173e79;
    font-size: 22px;
    font-weight: 600;
    text-align: right;
    border-bottom: none;
}

.table_cart2 .footer_total2 .content {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    border-bottom: none;
}

.table_cart2 .footer_total2 .title3 {
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.reduce_price {
    color: #000000;
}

.reduce_price span {
    color: #000000;
}

.reduce_price div {
    color: #000000;
}

.reduce_price .price {
    color: #000000;
}

.icon_coin {
    height: 30px;
}

.checkout_info_area {
    clear: both;
    width: 100%;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.checkout_info_left {
    float: left;
    width: 48%;
}

.checkout_info_right {
    float: right;
    width: 48%;
}

.table_form_new {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.table_form_new .title {
    padding-left: 20px;
    padding-bottom: 5px;
}

.table_form_new .content {
    padding-bottom: 10px;
}

.table_form_new td {
    padding-bottom: 10px;
    font-size: 24px;
    text-align: left;
    vertical-align: middle;
    font-weight: 600;
    color: #000000;
}

input.input_middle_checkout {
    width: 90%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0px 3% 0px 3%;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    font-weight: normal;
    background-color: #ffffff;
    text-align: left;
    color: #000000;
}

input.input_half_checkout {
    width: 80%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0px 6% 0px 6%;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    font-weight: normal;
    background-color: #ffffff;
    text-align: left;
    color: #000000;
}

select.input_middle_checkout {
    width: 96%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0px 3% 0px 3%;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    font-weight: normal;
    background-color: #ffffff;
    text-align: left;
    color: #000000;
}

.checkout_term {
    display: block;
    padding: 40px 20px 60px 20px;
    border: 1px solid #e1e1e1;
    clear: both;
    margin-top: 30px;
}

.checkout_term .title {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}

.checkout_term .desc {
    clear: both;
    font-size: 24px;
    padding-top: 20px;
    line-height: 150%;
}

.btn_confirm_checkout img {
    margin-right: 10px;
}

.btn_confirm_checkout {
    clear: both;
    width: 280px;
    margin-top: 0px;
}

.btn_confirm_checkout a:link,
.btn_confirm_checkout a:visited {
    display: block;
    padding: 15px 0px 15px 0px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    background-color: #173e79;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
}

.btn_confirm_checkout a:hover,
.btn_confirm_checkout a:active,
.btn_confirm_checkout a.current:link,
.btn_confirm_checkout a.current:visited {
    display: block;
    padding: 15px 0px 15px 0px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    background-color: #263238;
    text-align: center;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
}

.table_checkout_login {
    float: left;
}

.table_checkout_login td {
    padding-right: 20px;
    color: #173e79;
    font-size: 20px;
    vertical-align: middle;
    font-weight: 600;
}

.btn_checkout_login {
    float: left;
}

.btn_checkout_login a:link,
.btn_checkout_login a:visited {
    float: left;
    padding: 0px 30px 0px 30px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    background-color: #000000;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
}

.btn_checkout_login a:hover,
.btn_checkout_login a:active,
.btn_checkout_login a.current:link,
.btn_checkout_login a.current:visited {
    float: left;
    padding: 0px 30px 0px 30px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    background-color: #ca1623;
    animation: background_color_change 0.5s;
}

.checkout_continue_button_area {
    float: right;
}

.checkout_continue_button_area table td {
    vertical-align: middle;
    padding-left: 20px;
}

.checkout_continue_button_area .msg {
    color: #e2060f;
}

.btn_checkout_continue {
    float: right;
}

.btn_checkout_continue a:link,
.btn_checkout_continue a:visited {
    float: left;
    padding: 0px 30px 0px 30px;
    line-height: 40px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    background-color: #e5e6e7;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
}

.btn_checkout_continue a:hover,
.btn_checkout_continue a:active,
.btn_checkout_continue a.current:link,
.btn_checkout_continue a.current:visited {
    float: left;
    padding: 0px 30px 0px 30px;
    line-height: 40px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    background-color: #9a9a9a;
    animation: background_color_change 0.5s;
}


/**********************/

.table_form_register {
    clear: both;
    width: 100%;
}

.table_form_register td {
    padding: 0px 0px 5px 0px;
    font-size: 12px;
    color: #8e8e8e;
    vertical-align: middle;
    width: 50%;
}

.table_form_register td.td_left {
    padding: 0px 5px 0px 0px;
    vertical-align: middle;
}

.table_form_register td.td_right {
    padding: 0px 0px 0px 5px;
    vertical-align: middle;
}

.table_form_register td.hint {
    vertical-align: middle;
    font-size: 12px;
    color: #8e8e8e;
    padding-top: 8px;
}

.table_form_register_info {
    width: 100%;
    padding-bottom: 30px;
}

.table_form_register_info td {
    width: 30%;
}

.table_form_register_info td.middle {
    width: 40%;
    text-align: center;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
}

.btn_login_via_facebook {
    clear: both;
    padding-top: 0px;
    width: 100%;
}

.btn_login_via_facebook a:link,
.btn_login_via_facebook a:visited {
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 20px 10px 55px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #ffffff;
    background-color: #3b5998;
    background-image: url(../../images/icon/login/facebook.png?v=2?v=2);
    background-repeat: no-repeat;
    background-position: center left 20px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_login_via_facebook a:hover,
.btn_login_via_facebook a:active,
.btn_login_via_facebook a.current:link,
.btn_login_via_facebook a.current:visited {
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 20px 10px 55px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #ffffff;
    background-color: #4c70bb;
    background-image: url(../../images/icon/login/facebook.png?v=2?v=2);
    background-repeat: no-repeat;
    background-position: center left 20px;
    animation: background_color_change 0.5s;
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_login_via_google {
    clear: both;
    padding-top: 15px;
    width: 100%;
}

.btn_login_via_google a:link,
.btn_login_via_google a:visited {
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 20px 10px 55px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #ffffff;
    background-color: #dc4e41;
    background-image: url(../../images/icon/login/google.png?v=2?v=2);
    background-repeat: no-repeat;
    background-position: center left 20px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_login_via_google a:hover,
.btn_login_via_google a:active,
.btn_login_via_google a.current:link,
.btn_login_via_google a.current:visited {
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 20px 10px 55px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #ffffff;
    background-color: #ed5b4d;
    background-image: url(../../images/icon/login/google.png?v=2?v=2);
    background-repeat: no-repeat;
    background-position: center left 20px;
    animation: background_color_change 0.5s;
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_register_right {
    float: right;
}

.btn_register_right a:link,
.btn_register_right a:visited {
    float: left;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #ffffff;
    background-color: #b30e2c;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_register_right a:hover,
.btn_register_right a:active,
.btn_register_right a.current:link,
.btn_register_right a.current:visited {
    float: left;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #ffffff;
    background-color: #000000;
    animation: background_color_change 0.5s;
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_register_left {
    float: left;
}

.btn_register_left a:link,
.btn_register_left a:visited {
    float: left;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #ffffff;
    background-color: #dc4e41;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_register_left a:hover,
.btn_register_left a:active,
.btn_register_left a.current:link,
.btn_register_left a.current:visited {
    float: left;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #ffffff;
    background-color: #e54e40;
    animation: background_color_change 0.5s;
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

select.input_middle_register {
    width: 96%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0px 3% 0px 0%;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    font-size: 12px;
    font-weight: normal;
    background-color: #ffffff;
    text-align: left;
    color: #000000;
}


/**********************/

.account_top_left {
    float: left;
}

.account_top_right {
    float: right;
}

.account_top_right td {
    vertical-align: middle;
    padding-left: 10px;
    text-align: left;
}

.account_top_right .title {
    color: #173e79;
    font-size: 30px;
    text-align: right;
    width: 100%;
}

.account_top_right .title a {
    color: #173e79;
}

.account_top_right .subtitle {
    clear: both;
    padding-top: 2px;
    color: #0082cb;
    font-size: 13px;
    text-align: right;
    width: 100%;
}

.account_top_right .subtitle a:link,
.account_top_right .subtitle a:visited {
    text-decoration: none;
    color: #0082cb;
    font-size: 13px;
}

.account_top_right .subtitle a:hover {
    text-decoration: none;
    color: #e2060f;
    font-size: 13px;
}

.main_content_area_full {
    clear: both;
    width: 100%;
    background-color: #eeeeee;
    padding-top: 50px;
    padding-bottom: 100px;
}

.main_content_area_full .main_content_area_middle {
    padding-bottom: 0px;
    padding-top: 0px;
}

.main_content_box {
    clear: both;
    display: block;
    padding: 50px 30px 50px 30px;
    background-color: #ffffff;
    margin-bottom: 50px;
}

.inside_section_title {
    clear: both;
    width: 100%;
    font-size: 35px;
    color: #173e79;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    margin-bottom: 20px;
}

.inside_section_title2 {
    clear: both;
    width: 100%;
    font-size: 35px;
    color: #173e79;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #bdbdbd;
}

.account_coin_area {
    float: left;
    width: 48%;
}

.table_account_coin {
    width: 100%;
}

.table_account_coin td {}

.table_account_coin td.td_right {
    width: 35%;
    padding-left: 1%;
}

.table_account_coin .subtitle {
    clear: both;
    padding-top: 5px;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    padding-left: 50px;
}

.table_account_coin .subtitle span {
    margin-left: 10px;
    font-size: 24px;
    color: #bbbbbb;
    font-weight: 600;
}

.table_account_coin .subtitle2 {
    clear: both;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}

.btn_account_buy_coin {
    clear: both;
    padding-top: 10px;
    width: 100%;
}

.btn_account_buy_coin a:link,
.btn_account_buy_coin a:visited {
    display: block;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    background-color: #0082cb;
    color: #ffffff;
    padding: 10px 5px 10px 5px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_account_buy_coin a:hover,
.btn_account_buy_coin a:active,
.btn_account_buy_coin a.current:link,
.btn_account_buy_coin a.current:visited {
    display: block;
    text-align: center;
    padding: 10px 5px 10px 5px;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    background-color: #0496e8;
    color: #ffffff;
    animation: background_color_change 0.5s;
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}


/********************/

.buy_coin_area {
    clear: both;
    width: 100%;
    padding-top: 20px;
    border-top: 2px solid #bdbdbd;
}

.inside_section_title3 {
    font-size: 22px;
    color: #bdbdbd;
    padding-bottom: 20px;
}

.add_coin_value_list {
    clear: both;
    width: 100%;
}

.add_coin_value_list .item {
    float: left;
    width: 18%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.add_coin_value_list .item a:link,
.add_coin_value_list .item a:visited {
    display: block;
    text-align: center;
    font-size: 25px;
    color: #173e79;
    font-weight: 600;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #0082cb;
    padding: 10px 10px 10px 10px;
}

.add_coin_value_list .item a:hover,
.add_coin_value_list .item a.current:link,
.add_coin_value_list .item a.current:visited {
    display: block;
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    background-color: #0082cb;
    border: 1px solid #0082cb;
    padding: 10px 10px 10px 10px;
}

.add_coin_value_list .item a:link span,
.add_coin_value_list .item a:visited span {
    color: #656565;
}

.add_coin_value_list .item a:hover span,
.add_coin_value_list .item a.current:link span,
.add_coin_value_list .item a.current:visited span {
    color: #ffffff;
}

.add_coin_value_msg {
    clear: both;
    color: #e2060f;
    padding-bottom: 10px;
}

.btn_pay_coin {
    display: none;
}

.inside_tab {
    clear: both;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px solid #bdbdbd;
}

.inside_tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inside_tab ul li {
    float: left;
    margin-left: 0px;
    margin-right: 50px;
}

.inside_tab ul li a:link,
.inside_tab ul li a:visited {
    color: #aaaaaa;
    font-size: 42px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    text-decoration: none;
}

.inside_tab ul li a:hover,
.inside_tab ul li a.current:link,
.inside_tab ul li a.current:visited {
    color: #173e79;
    font-size: 42px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Georgia, sans-serif, Arial, Verdana, sans-serif;
    text-decoration: none;
}

.order_history_detail_box {
    float: left;
    width: 48%;
    margin-right: 1%;
    margin-bottom: 20px;
}

.icon_detail_sold_out {
    clear: both;
    padding-top: 20px;
    max-width: 200px;
}

.icon_detail_sold_out img {
    width: 100%;
}

.popup_button_list {
    clear: both;
    padding-top: 20px;
}

.popup_button_list table td {
    padding: 0px 10px 0px 10px;
}

.btn_button_global {
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_button_global a:link,
.btn_button_global a:visited {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    text-decoration: none;
    font-weight: normal;
    background-color: #173e79;
    color: #ffffff;
    padding: 0px 20px 0px 20px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #ffffff;
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_button_global a:hover,
.btn_button_global a:active,
.btn_button_global a.current:link,
.btn_button_global a.current:visited {
    display: block;
    text-align: center;
    padding: 0px 20px 0px 20px;
    font-size: 15px;
    line-height: 50px;
    text-decoration: none;
    font-weight: normal;
    background-color: #000000;
    color: #ffffff;
    animation: background_color_change 0.5s;
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_button_global2 {
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_button_global2 a:link,
.btn_button_global2 a:visited {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    text-decoration: none;
    font-weight: normal;
    background-color: #000000;
    color: #ffffff;
    padding: 0px 20px 0px 20px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #ffffff;
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_button_global2 a:hover,
.btn_button_global2 a:active,
.btn_button_global2 a.current:link,
.btn_button_global2 a.current:visited {
    display: block;
    text-align: center;
    padding: 0px 20px 0px 20px;
    font-size: 15px;
    line-height: 50px;
    text-decoration: none;
    font-weight: normal;
    background-color: #173e79;
    color: #ffffff;
    animation: background_color_change 0.5s;
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_enquiry_for_stock {
    clear: both;
    padding-top: 20px;
    width: 200px;
}


/********************/

.other_top_nav {
    position: absolute;
    right: 20px;
    top: 15px;
}

.other_top_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.other_top_nav li {
    float: left;
    margin-left: 20px;
    position: relative;
}

.other_top_nav li img {
    height: 20px;
}

.other_top_nav li span {
    position: absolute;
    right: -16px;
    top: -10px;
    font-size: 9px;
    text-align: center;
    border-radius: 50%;
    line-height: 14px;
    width: 14px;
    height: 14px;
    border: 1px solid #4f4f4f;
    background-color: #ffffff;
    color: #4f4f4f;
}

.home_promotion_area {
    clear: both;
    width: 100%;
    background-color: #f9f9f9;
    padding-top: 100px;
    padding-bottom: 100px;
}

.home_promotion_area_container {
    max-width: 96%;
    margin: auto;
}

.home_promotion_area .heading {
    clear: both;
    width: 100%;
    text-align: center;
    color: #4a250f;
    font-family: 'CSong3';
    padding-bottom: 80px;
    font-size: 36px;
}

.home_intro_area {
    clear: both;
    width: 100%;
    background-color: #ffffff;
    padding-top: 100px;
    padding-bottom: 0px;
}

.home_intro_area_container {
    max-width: 900px;
    margin: auto;
}

.home_intro_area .heading {
    clear: both;
    width: 100%;
    text-align: center;
    color: #4a250f;
    font-family: 'CSong3';
    padding-bottom: 20px;
    font-size: 36px;
}

.home_intro_area .heading span {
    font-size: 24px;
}

.home_intro_area .desc {
    width: 100%;
    clear: both;
    font-size: 18px;
    color: #4b4b4b;
    text-align: center;
    padding-bottom: 80px;
}

.photo_list_full {
    width: 100%;
    clear: both;
    padding-top: 0px;
}

.photo_list_full .item {
    width: 100%;
    clear: both;
}

.photo_list_full .item img {
    width: 100%;
}

.home_info_list {
    width: 100%;
}

.home_info_list .item {
    float: left;
    width: 31.33%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
}

.home_info_list .item .photo {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home_info_list .item .photo table {
    max-width: 130px;
    margin: auto;
    height: 170px;
}

.home_info_list .item .photo table td {
    vertical-align: middle;
    text-align: center;
}

.home_info_list .item .photo img {
    max-width: 100%;
    max-height: 130px;
}

.home_info_list .item .title {
    clear: both;
    width: 100%;
    text-align: center;
    color: #4a250f;
    font-size: 24px;
    font-family: 'CSong3';
    line-height: 120%;
}

.home_info_list .item .title table {
    width: 100%;
    margin: auto;
    height: 80px;
}

.home_info_list .item .title table td {
    vertical-align: middle;
    text-align: center;
}

.home_info_list .item .desc {
    clear: both;
    width: 100%;
    text-align: center;
    color: #4a250f;
    font-size: 25px;
    font-family: 'CSong3';
    padding-top: 10px;
}

.home_info_list .item .desc span {
    color: #ffa19c;
    font-size: 36px;
}

.home_promotion3_area {
    clear: both;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.home_promotion3_area_container {
    width: 100%;
    margin: auto;
}

.home_promotion3_list {
    width: 100%;
}

.home_promotion3_list .item {
    clear: both;
    width: 100%;
    height: 410px;
}

.home_promotion3_list .item .photo_container {
    width: 100%;
    height: 410px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home_promotion3_list .item .photo {
    width: 100%;
    height: 410px;
    position: relative;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home_promotion3_list .item .content {
    width: 100%;
    height: 410px;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home_promotion3_list .item .photo table {
    max-width: 800px;
    margin: auto;
    height: 410px;
}

.home_promotion3_list .item .photo table td {
    vertical-align: middle;
    text-align: center;
}

.home_promotion3_list .item .title {
    vertical-align: middle;
    color: #000000;
    font-size: 24px;
    padding-bottom: 15px;
    font-family: 'CSong3';
}

.home_promotion3_list .item img {
    width: 100%;
}

.home_promotion3_list .btn_item_button {
    clear: both;
    width: 200px;
    margin: auto;
}

.home_promotion3_list .btn_item_button a:link,
.home_promotion3_list .btn_item_button a:visited {
    clear: both;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 20px 40px 20px 40px;
    text-decoration: none;
    font-weight: normal;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #0d0d0d;
    border: 1px solid #0d0d0d;
}

.home_promotion3_list .btn_item_button a:hover,
.home_promotion3_list .btn_item_button a:active,
.home_promotion3_list .btn_item_button a.current:link,
.home_promotion3_list .btn_item_button a.current:visited {
    clear: both;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 20px 40px 20px 40px;
    text-decoration: none;
    font-weight: normal;
    color: #ffffff;
    border: 1px solid #0d0d0d;
    background-color: #0d0d0d;
    animation: background_color_change 0.5s;
}

.home_promotion2_area {
    clear: both;
    width: 100%;
    background-color: #f9f9f9;
    padding-top: 0px;
    padding-bottom: 0px;
}

.home_promotion2_area_container {
    width: 100%;
    margin: auto;
}

.home_promotion2_area .heading {
    clear: both;
    width: 100%;
    text-align: center;
    color: #4a250f;
    font-family: 'CSong3';
    padding-bottom: 80px;
    font-size: 36px;
}

.home_promotion2_list {
    width: 100%;
}

.home_promotion2_list .item {
    clear: both;
    width: 100%;
}

.home_promotion2_list .item .photo {
    float: right;
    width: 50%;
    height: 820px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home_promotion2_list .item .content {
    float: left;
    width: 50%;
}

.home_promotion2_list .item .content table {
    max-width: 96%;
    margin: auto;
    height: 820px;
}

.home_promotion2_list .item:nth-child(even) .photo {
    float: left;
}

.home_promotion2_list .item:nth-child(even) .content {
    float: right;
    width: 50%;
}

.home_promotion2_list .item:nth-child(even) .content table {}

.home_promotion2_list .item .content table td {
    vertical-align: middle;
    text-align: center;
}

.home_promotion2_list .item .title {
    vertical-align: middle;
    color: #4a250f;
    font-size: 36px;
    padding-bottom: 30px;
    font-family: 'CSong3';
    width: 100%;
    text-align: center;
    background-image: url(../../images/home_promotion2_title.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.home_promotion2_list .item .desc {
    vertical-align: middle;
    color: #4b4b4b;
    font-size: 24px;
    font-family: 'CSong3';
    width: 100%;
    text-align: center;
}

.home_promotion2_list .btn_item_button {
    clear: both;
    width: 126px;
    margin: auto;
    margin-top: 30px;
}

.home_promotion2_list .btn_item_button a:link,
.home_promotion2_list .btn_item_button a:visited {
    clear: both;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-weight: normal;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #0d0d0d;
    border: 1px solid #0d0d0d;
    background-color: #f7f7f7;
}

.home_promotion2_list .btn_item_button a:hover,
.home_promotion2_list .btn_item_button a:active,
.home_promotion2_list .btn_item_button a.current:link,
.home_promotion2_list .btn_item_button a.current:visited {
    clear: both;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-weight: normal;
    color: #ffffff;
    border: 1px solid #0d0d0d;
    background-color: #0d0d0d;
    animation: background_color_change 0.5s;
}

.content_sidemenu {
    float: left;
    width: 16%;
}

.content_sidecontent {
    float: right;
    width: 76%;
    padding-left: 4%;
    border-left: 1px solid #000000;
    min-height: 800px;
}

.faq_nav {
    clear: both;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
    color: #4b4b4b;
    font-size: 24px;
}

.faq_nav .item {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.faq_nav .item a:link,
.faq_nav .item a:visited {
    color: #4b4b4b;
    font-size: 24px;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    ;
}

.faq_nav .item a:hover,
.faq_nav .item a:active,
.faq_nav .item a.current:link,
.faq_nav .item a.current:visited {
    color: #4b4b4b;
    font-size: 24px;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #4b4b4b;
    ;
}

.faq_category {
    clear: both;
    width: 100%;
    border-top: 1px solid #000000;
    padding-top: 40px;
    margin-top: 40px;
}

.faq_category .item {
    clear: both;
    width: 100%;
    margin-bottom: 40px;
}

.faq_category .item a:link,
.faq_category .item a:visited {
    color: #b7b7b7;
    font-size: 18px;
    text-decoration: none;
}

.faq_category .item a:hover,
.faq_category .item a:active,
.faq_category .item a.current:link,
.faq_category .item a.current:visited {
    color: #4b4b4b;
    font-size: 18px;
    text-decoration: none;
}

.content_side_search {
    width: 100%;
    border-top: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
}

.content_side_search td {
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    vertical-align: middle;
    text-align: center;
}

.btn_content_search {
    width: 40px;
}

.btn_content_search a {
    float: left;
    width: 100%;
}

input.input_content_search {
    width: 92%;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0px 4% 0px 4%;
    text-align: left;
    border: none;
    font-size: 18px;
    font-weight: normal;
    background-color: #ffffff;
    text-align: left;
    color: #4b4b4b;
}

.section_nav {
    clear: both;
    width: 100%;
    border-top: 1px solid #d7d7d7;
    margin-top: 20px;
    padding-top: 20px;
}

.section_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section_nav ul li {
    float: left;
    margin-bottom: 10px;
}

.section_nav ul li {
    display: inline;
    float: left;
    padding: 0px 10px 0px 10px;
    background-image: url(../../images/section_nav_separator.png?v=22);
    background-repeat: no-repeat;
    background-position: 0px 10px;
}

.section_nav ul li.first,
.section_nav ul li:first-child {
    padding-left: 0px;
    display: inline;
    float: left;
    background-image: none;
}

.section_nav ul li.last,
.section_nav ul li:last-child {
    padding-right: 0px;
    display: inline;
    float: left;
}

.section_nav a:link,
.section_nav a:visited {
    color: #898988;
    font-size: 16px;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.section_nav a:hover,
.section_nav a:active,
.section_nav a.current:link,
.section_nav a.current:visited {
    color: #1d1d1c;
    font-size: 16px;
    text-decoration: none;
    font-family: 'MHeiHKBold';
}

.customer_service_list {
    width: 100%;
}

.customer_service_list .item {
    clear: both;
    width: 100%;
}

.customer_service_list .item .photo {
    float: right;
    width: 45%;
    height: 780px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.customer_service_list .item .content {
    float: left;
    width: 55%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.customer_service_list .item .content table {
    max-width: 430px;
    margin: auto;
    height: 780px;
}

.customer_service_list2 .item .content table {
    max-width: 300px;
}

.customer_service_list .item:nth-child(even) .photo {
    float: left;
}

.customer_service_list .item:nth-child(even) .content {
    float: right;
    width: 55%;
}

.customer_service_list .item:nth-child(even) .content table {}

.customer_service_list .item .content table td {
    vertical-align: middle;
}

.customer_service_list .item .title {
    vertical-align: middle;
    color: #4a250f;
    font-size: 30px;
    padding-bottom: 15px;
    font-family: 'CSong3';
    width: 100%;
}

.customer_service_list .item .desc {
    vertical-align: middle;
    color: #4b4b4b;
    font-size: 16px;
    width: 100%;
}

.customer_service_list .item .desc h1,
.customer_service_list .item .desc h2,
.customer_service_list .item .desc h3 {
    color: #4a250f;
    font-size: 30px;
    padding-bottom: 15px;
    font-family: 'CSong3';
}

.customer_service_list .item .desc h1,
.customer_service_list .item .desc h2,
.customer_service_list .item .desc h3 {
    color: #4a250f;
    font-size: 30px;
    padding-bottom: 15px;
    font-family: 'CSong3';
}

.customer_service_full_list {
    width: 100%;
}

.customer_service_full_list .item {
    clear: both;
    width: 100%;
    height: 780px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.customer_service_full_list .item .content {
    clear: both;
    max-width: 96%;
    margin: auto;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.customer_service_full_list .item .content table {
    max-width: 100%;
}

.customer_service_full_list2 .item .content table {}

.customer_service_full_list .item .content table td {
    vertical-align: middle;
}

.customer_service_full_list .item .title {
    vertical-align: middle;
    color: #4a250f;
    font-size: 30px;
    padding-bottom: 15px;
    font-family: 'CSong3';
    width: 100%;
}

.customer_service_full_list .item .desc {
    vertical-align: middle;
    color: #4b4b4b;
    font-size: 16px;
    width: 100%;
}

.customer_service_full_list .item .desc h1,
.customer_service_full_list .item .desc h2,
.customer_service_full_list .item .desc h3 {
    color: #4a250f;
    font-size: 30px;
    padding-bottom: 15px;
    font-family: 'CSong3';
}

.customer_service_full_list .item .desc h1,
.customer_service_full_list .item .desc h2,
.customer_service_full_list .item .desc h3 {
    color: #4a250f;
    font-size: 30px;
    padding-bottom: 15px;
    font-family: 'CSong3';
}

.table_pricing {
    border-top: 1px solid #4B4B4B;
    border-left: 1px solid #4B4B4B;
    width: 100%;
    margin-top: 30px;
    clear: both;
}

.table_pricing th {
    background-color: #b7b7b7;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    border-right: 1px solid #4B4B4B;
    border-bottom: 1px solid #4B4B4B;
}

.table_pricing td {
    padding: 10px;
    border-right: 1px solid #4B4B4B;
    border-bottom: 1px solid #4B4B4B;
    color: #4B4B4B;
    text-align: center;
    font-size: 18px;
}

.customer_service_enquiry_area {
    clear: both;
    width: 100%;
    height: 820px;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 130px;
}

.customer_service_enquiry_box {
    background-color: rgba(255, 255, 255, 0.5);
    max-width: 96%;
    min-height: 640px;
    margin: auto;
    clear: both;
}

.customer_service_enquiry_box_container {
    display: block;
    padding: 30px;
}

.table_size {
    border-top: 1px solid #4b4b4b;
    border-left: 1px solid #4b4b4b;
}

.table_size th {
    background-color: #aac198;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    line-height: 150%;
    border-right: 1px solid #4b4b4b;
    border-bottom: 1px solid #4b4b4b;
}

.table_size th.col_1 {
    background-color: #424c38;
}

.table_size th.col_highlight {
    background-color: #7d926c;
}

.table_size td {
    padding: 5px 10px 5px 10px;
    border-right: 1px solid #4b4b4b;
    border-bottom: 1px solid #4b4b4b;
    color: #4b4b4b;
    text-align: center;
    font-size: 18px;
}

.proudct_size_box {
    clear: both;
    max-width: 800px;
    margin: auto;
    font-size: 12px;
}

.proudct_size_box_container {
    clear: both;
    display: block;
    background-color: #ffffff;
    padding: 20px;
    border: 3px dashed #bcbcbc;
}

.proudct_size_box_left {
    float: left;
    width: 40%;
}

.proudct_size_box_right {
    float: right;
    width: 40%;
}

.proudct_size_box2 {
    clear: both;
    max-width: 900px;
    margin: auto;
    font-size: 16px;
}

.proudct_size_box2_left {
    float: left;
    width: 70%;
}

.proudct_size_box2 ol li {
    padding-bottom: 10px;
}

.proudct_size_box2_right {
    float: right;
    width: 26%;
    padding-top: 30px;
}

.proudct_size_box2_right img {
    max-width: 100%;
}

.size_guide1 {
    width: 100%;
    text-align: center;
}

.size_guide1 .title {
    width: 100%;
    text-align: center;
    color: #505050;
    font-size: 24px;
    font-family: 'CSong3';
}

.size_guide1 .desc {
    max-width: 600px;
    margin: auto;
    text-align: center;
    color: #505050;
    font-size: 18px;
    padding-top: 30px;
    border-top: 1px solid #505050;
    margin-top: 40px;
    font-family: 'CSong3';
}

.size_guide2 {
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 50px;
    padding-top: 50px;
}

.size_guide2 h1 {
    font-size: 30px;
    font-style: italic;
}

.size_guide2 p {
    text-align: center;
    padding-bottom: 30px;
}

.size_guide3 h2 {
    font-size: 30px;
    color: #7d926c;
    width: 100%;
    text-align: center;
    font-style: italic;
}

.shop_area {
    clear: both;
    width: 100%;
    background-color: #fbf9f8;
    padding-top: 30px;
    padding-bottom: 50px;
}

.shop_area_left {
    float: left;
    width: 50%;
}

.shop_area_right {
    float: right;
    width: 50%;
}

.shop_area_left_content {
    float: right;
    width: 100%;
}

.office_nav {
    clear: both;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    color: #4b4b4b;
    font-size: 24px;
}

.office_nav .item {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.office_nav .item a:link,
.office_nav .item a:visited {
    color: #4b4b4b;
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 5px solid #fbf9f8;
}

.office_nav .item a:hover,
.office_nav .item a:active,
.office_nav .item a.current:link,
.office_nav .item a.current:visited {
    color: #4b4b4b;
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 5px solid #4a250f;
}

.office_info {
    clear: both;
    width: 100%;
    padding-top: 20px;
}

.office_info .address {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 130%;
}

.office_info .other_info {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
}

.office_info .other_info span {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.office_map {
    clear: both;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0px;
}

.office_map iframe {
    width: 100%;
    height: 330px;
}

.shop_photo_list {
    clear: both;
    width: 100%;
    height: 550px;
    padding: 0;
    margin: 0;
    margin: auto;
    position: relative;
}

.shop_photo_list .item2 {
    clear: both;
    width: 100%;
    height: 550px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: top center;
    background-repeat: no-repeat;
    display: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.shop_photo_paging {
    position: absolute;
    left: 10px;
    top: 35%;
}

.shop_photo_paging_container {
    margin: auto;
}

.shop_photo_paging .item3 {
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 4px;
    height: 47px;
}

.shop_photo_paging .item3 a:link,
.shop_photo_paging .item3 a:visited {
    float: left;
    background-image: url(../../images/shop_photo_paging.png?v=2?v=2?v=2?v=2?v=2?v=2?v=222?V=2?v=22222);
    background-repeat: no-repeat;
    background-position: left top;
    width: 4px;
    height: 47px;
    text-indent: -9999px;
}

.shop_photo_paging .item3 a:hover,
.shop_photo_paging .item3 a:active,
.shop_photo_paging .item3 a.current:link,
.shop_photo_paging .item3 a.current:visited {
    float: left;
    background-image: url(../../images/shop_photo_paging.png?v=2?v=2?v=2?v=2?v=2?v=2?v=222?V=2?v=22222);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 4px;
    height: 47px;
    text-indent: -9999px;
}

.content_banner {
    width: 100%;
    height: 380px;
    margin-bottom: 0px;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content_banner table {
    width: 100%;
    margin: auto;
    height: 380px;
}

.content_banner_container {
    max-width: 96%;
    margin: auto;
}

.content_banner table td {
    vertical-align: middle;
}

.content_banner .title {
    vertical-align: middle;
    font-size: 48px;
    color: #ffffff;
    font-family: 'CSong3';
}

.content_banner_container_center .title {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    background-image: url(../../images/banner_title.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    font-family: 'CSong3';
}

.content_banner_container_center .title2 {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    color: #ffffff;
    font-size: 36px;
    font-family: 'CSong3';
}

.content_banner_container_center .desc {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}

.product_category_banner {
    clear: both;
    width: 100%;
    height: 950px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.product_category_banner_container {
    float: right;
    width: 45%;
}

.product_category_banner .content {
    width: 100%;
}

.product_category_banner .content table {
    width: 100%;
    height: 950px;
}

.product_category_banner .content table td {
    vertical-align: middle;
    color: #ffffff;
}

.product_category_banner .title {
    font-size: 68px;
    color: #ffffff;
    line-height: 100%;
    font-family: 'Vijaya';
}

.product_category_banner .desc {
    clear: both;
    font-size: 13px;
    color: #ffffff;
    padding-top: 10px;
    line-height: 150%;
    font-family: 'Sunshine';
}

.product_category_list {
    clear: both;
    width: 100%;
    height: 850px;
    padding: 0;
    margin: 0;
    margin: auto;
    position: relative;
}

.product_category_list .item_container {
    width: 100%;
    height: 850px;
    position: relative;
    margin: auto;
}

.product_category_list .item_left {
    float: left;
    width: 40%;
    background-position: top center;
    background-repeat: no-repeat;
    height: 850px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.product_category_list .item_right {
    float: left;
    width: 60%;
    background-position: top center;
    background-repeat: no-repeat;
    height: 850px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.product_category_list .item_left_img {
    float: right;
    width: 40%;
}

.product_category_list .item_right_content {
    float: left;
    width: 60%;
}

.product_category_list .item_right_container {
    display: block;
    padding: 30px 40px 30px 40px;
}

.product_category_list .item {
    clear: both;
    width: 100%;
    height: 700px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.product_category_list .item table {
    height: 850px;
    width: 90%;
    float: right;
    margin-right: 5%;
}

.product_category_list .item table td {
    text-align: left;
    padding-top: 0px;
    vertical-align: middle;
}

.product_category_list .title {
    clear: both;
    font-size: 53px;
    color: #0d0d0d;
    line-height: 100%;
    font-family: 'Didot';
    line-height: 120%;
}

.product_category_list .desc {
    clear: both;
    padding-top: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #4b4b4b;
    line-height: 150%;
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid #4b4b4b;
}

.product_category_list .item_left_img table {
    height: 850px;
    width: 90%;
    float: left;
    margin-left: 5%;
    margin-right: 0px;
}

.content_product_area {
    clear: both;
    width: 100%;
    background-color: #fbf9f8;
    padding-top: 40px;
    padding-bottom: 40px;
}

.content_product_area_top {
    clear: both;
    width: 100%;
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 0px;
}

.content_product_area_container {
    max-width: 96%;
    margin: auto;
}

.product_type_list {
    clear: both;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 50px;
    color: #4b4b4b;
    font-size: 24px;
}

.product_type_list .item {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    font-family: 'CSong3';
}

.product_type_list .item a:link,
.product_type_list .item a:visited {
    color: #4b4b4b;
    font-size: 24px;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    ;
}

.product_type_list .item a:hover,
.product_type_list .item a:active,
.product_type_list .item a.current:link,
.product_type_list .item a.current:visited {
    color: #4b4b4b;
    font-size: 24px;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #4b4b4b;
    ;
}

.btn_add_to_favourite_list {
    position: absolute;
    right: 20px;
    top: 20px;
}

.btn_add_to_favourite_list a:link,
.btn_add_to_favourite_list a:visited {
    float: left;
    background-image: url(../../images/icon/add_favourite.png?v=2?v=2?v=2?v=2?v=22);
    background-repeat: no-repeat;
    text-indent: -99999px;
    text-decoration: none;
    width: 23px;
    height: 19px;
}

.btn_add_to_favourite_list a:hover,
.btn_add_to_favourite_list a:active,
.btn_add_to_favourite_list a.current:link,
.btn_add_to_favourite_list a.current:visited {
    background-image: url(../../images/icon/add_favourite2.png?v=2?v=2?v=2?v=2?v=22);
    background-repeat: no-repeat;
    text-indent: -99999px;
    text-decoration: none;
    width: 23px;
    height: 19px;
}

.product_category_desc {
    clear: both;
    text-align: center;
    max-width: 600px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #000000;
}

.main_product_sort_area {
    float: right;
    margin-bottom: 30px;
}

.main_product_sort_area table td {
    vertical-align: middle;
    padding-left: 15px;
}

.input_select_sort {
    height: 25px;
    line-height: 25px;
    border: 1px solid #767575;
    padding-left: 5px;
    color: #767575;
    font-size: 13px;
}

.input_sort_search {
    height: 25px;
    line-height: 25px;
    border: 1px solid #767575;
    padding-left: 35px;
    padding-right: 5px;
    color: #767575;
    font-size: 13px;
    width: 150px;
    background-image: url(../../images/icon/search5.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
}

.btn_content2_search {
    clear: both;
    width: 100px;
    margin: auto;
}

.btn_content2_search a:link,
.btn_content2_search a:visited {
    display: block;
    text-align: center;
    padding: 0px 25px 0px 25px;
    line-height: 27px;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #b30e2c;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
}

.btn_content2_search a:hover,
.btn_content2_search a:active,
.btn_content2_search a.current:link,
.btn_content2_search a.current:visited {
    display: block;
    text-align: center;
    padding: 0px 25px 0px 25px;
    line-height: 27px;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #263238;
    animation: background_color_change 0.5s;
}

.home_banner_thumb_list {
    height: 850px;
    width: 100%;
    position: relative;
}

.home_banner_thumb_list .slide {
    height: 850px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home_banner_thumb_list .photo {
    height: 850px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home_banner_thumb_list .photo_container {
    height: 850px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home_promotion2_thumb_list {
    height: 820px;
    width: 100%;
    position: relative;
}

.home_promotion2_thumb_list .slide {
    height: 820px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home_promotion2_thumb_list .photo2 {
    height: 820px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home_promotion2_thumb_list .photo2_container {
    height: 820px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home_photo_list {
    width: 100%;
    clear: both;
    padding-top: 0px;
}

.home_photo_list .item {
    width: 100%;
    clear: both;
    height: 550px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.home_photo_list .photo {
    width: 100%;
    clear: both;
    height: 550px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.thumb_paging_list {
    clear: both;
    margin: auto;
    padding-top: 50px;
}

.thumb_paging_list .page_item {
    float: left;
    margin-left: 2px;
    margin-right: 2px;
}

.thumb_paging_list .page_item a:link,
.thumb_paging_list .page_item a:visited {
    float: left;
    background-image: url(../../images/home_paging.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left top;
    width: 10px;
    height: 10px;
    text-indent: -99999px;
}

.thumb_paging_list .page_item a:hover,
.thumb_paging_list .page_item a:active,
.thumb_paging_list .page_item a.current:link,
.thumb_paging_list .page_item a.current:visited {
    float: left;
    background-image: url(../../images/home_paging.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 10px;
    height: 10px;
    text-indent: -99999px;
}

.home_thumb_paging_list {
    position: absolute;
    left: 20px;
    top: 40%;
}

.home_thumb_paging_list .page_item {
    clear: both;
    padding-top: 4px;
    padding-bottom: 4px;
}

.home_thumb_paging_list .page_item a:link,
.home_thumb_paging_list .page_item a:visited {
    float: left;
    background-image: url(../../images/home_paging.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left top;
    width: 10px;
    height: 10px;
    text-indent: -99999px;
}

.home_thumb_paging_list .page_item a:hover,
.home_thumb_paging_list .page_item a:active,
.home_thumb_paging_list .page_item a.current:link,
.home_thumb_paging_list .page_item a.current:visited {
    float: left;
    background-image: url(../../images/home_paging.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 10px;
    height: 10px;
    text-indent: -99999px;
}

.about_history_area_box {
    width: 100%;
    clear: both;
}

.about_history_area {
    width: 100%;
    clear: both;
    height: 840px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about_history_area .photo {
    width: 100%;
    clear: both;
    height: 690px;
    overflow: hidden;
}

.about_history_area .photo_container {
    width: 100%;
    clear: both;
    height: 690px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about_history_area_container {
    width: 100%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 40px;
    position: relative;
}

.about_history_area .content_left_photo {
    float: left;
    width: 70%;
    position: relative;
}

.about_history_area .content_right_content {}

.about_history_area .content_right_photo {
    float: right;
    width: 70%;
    position: relative;
}

.about_history_area .content_left_content {}

.about_history_area .content_left_content .content {
    position: absolute;
    left: 5%;
    top: 40%;
    z-index: 999999;
}

.about_history_area .content_right_content .content {
    position: absolute;
    right: 5%;
    top: 40%;
    z-index: 999999;
}

.about_history_area .bg_year {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 100px;
    z-index: 9999;
}

.about_history_area .year {
    font-size: 106px;
    font-family: 'Didot';
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about_history_area .year_top {
    width: 100%;
    height: 180px;
    background-image: url(../../images/company_history/year_top.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.about_history_area .year_bottom {
    width: 100%;
    height: 260px;
    background-image: url(../../images/company_history/year_bottom.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.about_history_area .year_top2 {
    width: 100%;
    height: 180px;
    background-image: url(../../images/company_history/year_top2.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.about_history_area .year_bottom2 {
    width: 100%;
    height: 260px;
    background-image: url(../../images/company_history/year_bottom2.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.about_history_area .content {
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 180px;
    width: 410px;
}

.about_history_area .content_container {
    display: block;
    padding: 30px;
    color: #434343;
    font-size: 16px;
    line-height: 150%;
}

.about_history_area .inside_content_left {
    float: left;
    width: 48%;
    position: relative;
}

.about_history_area .inside_content_right {
    float: right;
    width: 40%;
    position: relative;
}

.about_history_area .inside_content_top {
    float: inherit;
    clear: both;
    width: 100%;
}

.about_history_area .inside_content_bottom {
    float: inherit;
    clear: both;
    width: 100%;
    padding-top: 30px;
}

.company_history_photo_list2 {
    clear: both;
    width: 100%;
}

.company_history_photo_list2 .slide {
    width: 100%;
}

.company_history_photo_list2 .slide img {
    width: 100%;
}

.company_history_photo_list1 {
    clear: both;
    width: 100%;
}

.company_history_photo_list1 .slide {
    float: left;
    width: 40%;
    margin-right: 5%;
    margin-left: 5%;
}

.company_history_photo_list1 .slide img {
    width: 100%;
}

.btn_company_history_gallery img {
    margin-right: 10px;
}

.btn_company_history_gallery {
    clear: both;
    width: 100%;
    padding-top: 20px;
}

.btn_company_history_gallery a:link,
.btn_company_history_gallery a:visited {
    display: block;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #000000;
    padding: 20px 10px 20px 10px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #484848;
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_company_history_gallery a:hover,
.btn_company_history_gallery a:active,
.btn_company_history_gallery a.current:link,
.btn_company_history_gallery a.current:visited {
    display: block;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #000000;
    padding: 20px 10px 20px 10px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #484848;
    background-color: #f1f1f1;
    animation: background_color_change 0.5s;
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.about_mission_area_box {
    width: 100%;
    clear: both;
}

.about_mission_area {
    width: 100%;
    clear: both;
    height: 710px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about_mission_area .photo {
    width: 100%;
    clear: both;
    height: 710px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}

.about_mission_area .photo_container {
    width: 100%;
    clear: both;
    height: 710px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about_mission_area_container {
    width: 100%;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

.about_mission_area .content_bottom {
    width: 100%;
    clear: both;
    position: absolute;
    left: 0px;
    top: 0px;
}

.about_mission_area .content_bottom_container {
    clear: both;
    max-width: 96%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.about_mission_area .content_bottom .heading2 {
    width: 491px;
    height: 239px;
    background-image: url(../../images/about_mission/title.png);
    background-repeat: no-repeat;
    background-position: repeat;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 34px;
    line-height: 239px;
}

.about_mission_area .content_bottom .desc {
    clear: both;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    padding-top: 0px;
}

.about_mission_area .company_mission_photo_list {
    clear: both;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    padding-top: 40px;
}

.about_mission_area .content_right {
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99999;
}

.about_mission_area .box_bg {
    float: left;
    width: 397px;
    height: 362px;
    background-image: url(../../images/box_bg.png);
    background-repeat: no-repeat;
    background-position: repeat;
    margin-top: 150px;
}

.about_mission_area .box_bg table {
    width: 100%;
    height: 362px;
}

.about_mission_area .box_bg table td {
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    font-size: 34px;
}

.about_mission_area .content {
    margin-top: 200px;
    min-height: 180px;
    width: 410px;
    float: left;
    margin-left: 20px;
}

.about_mission_area .content_container {
    display: block;
    padding: 0px;
    color: #ffffff;
    font-size: 16px;
    line-height: 150%;
}

.inside_product_area {
    width: 100%;
}

.inside_product_area_left {
    float: left;
    width: 50%;
    background-color: #fbf9f8;
}

.inside_product_area_left_container {
    display: block;
    padding: 40px 80px 40px 40px;
}

.inside_product_area_right {
    float: right;
    width: 50%;
    background-color: #ffff;
}

.inside_product_area_right_container {
    display: block;
    padding: 40px 40px 40px 80px;
}

.product_detail_tabcontent_area {
    clear: both;
    width: 100%;
    padding-top: 20px;
}

.product_detail_tabcontent_area .item2 {
    clear: both;
    width: 100%;
    margin-bottom: 0px;
}

.product_detail_tabcontent_area .content2 {
    clear: both;
    width: 100%;
    color: #4b4b4b;
    font-size: 12px;
    display: none;
}

.product_detail_tabcontent_area .item2 .title2 {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.product_detail_tabcontent_area .item2 .title2 a:link,
.product_detail_tabcontent_area .item2 .title2 a:visited {
    display: block;
    background-image: url(../../images/tabmenu/open2.png);
    background-position: left top 13px;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #4b4b4b;
    font-size: 18px;
    text-decoration: none;
}

.product_detail_tabcontent_area .item2 .title2 a:hover {
    display: block;
    background-image: url(../../images/tabmenu/open2.png);
    background-position: left top 13px;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #4b4b4b;
    font-size: 18px;
    text-decoration: none;
}

.product_detail_tabcontent_area .item2 .title2 a.current:link,
.product_detail_tabcontent_area .item2 .title2 a.current:visited,
.product_detail_tabcontent_area .item2 .title2 a.current:hover {
    display: block;
    background-image: url(../../images/tabmenu/close2.png);
    background-position: left top 20px;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #4b4b4b;
    font-size: 18px;
    text-decoration: none;
}

.inside_button_area {
    float: right;
    width: 150px;
}

.btn_add_to_favourite_inside {
    float: right;
    padding-bottom: 10px;
    width: 80px;
}

.btn_add_to_favourite_inside a:link,
.btn_add_to_favourite_inside a:visited {
    display: block;
    background-image: url(../../images/icon/add_favourite.png?v=2?v=2?v=2?v=2?v=22);
    background-repeat: no-repeat;
    background-position: left 10px center;
    border: 1px solid #4b4b4b;
    font-size: 14px;
    color: #4b4b4b;
    padding: 5px 10px 5px 40px;
    text-decoration: none;
}

.btn_add_to_favourite_inside a:hover,
.btn_add_to_favourite_inside a:active,
.btn_add_to_favourite_inside a.current:link,
.btn_add_to_favourite_inside a.current:visited {
    display: block;
    background-image: url(../../images/icon/add_favourite2.png?v=33);
    background-repeat: no-repeat;
    background-position: left 10px center;
    font-size: 14px;
    color: #4b4b4b;
    padding: 5px 10px 5px 40px;
    text-decoration: none;
}

.inside_product_photo .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fbf9f8;
    border: 1px solid #515151;
    text-indent: -9999px;
    display: block;
    width: 8px;
    height: 8px;
    margin: 4px 0px 4px 0px;
    outline: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.inside_product_photo .bx-wrapper .bx-pager.bx-default-pager a:hover,
.inside_product_photo .bx-wrapper .bx-pager.bx-default-pager a.active,
.inside_product_photo .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #515151;
}

.inside_product_photo .bx-wrapper .bx-pager,
.inside_product_photo .bx-wrapper .bx-controls-auto {
    position: absolute;
    right: -50px;
    top: 40%;
    width: 8px;
}

.product_color_list {
    clear: both;
    width: 100%;
    padding-top: 20px;
}

.product_color_list ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.product_color_list ul li {
    float: left;
    background-image: url(../../images/product_inside_nav.png?v=3);
    background-repeat: no-repeat;
    background-position: left 12px;
    padding: 0px 10px 0px 10px;
    color: #4b4b4b;
    margin-bottom: 10px;
}

.product_color_list ul li:first-child {
    background-image: none;
    padding: 0px 10px 0px 0px;
}

.product_color_list ul li a:link,
.product_color_list ul li a:visited {
    color: #4f4f4f;
    text-decoration: none;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 3px;
    font-size: 14px;
}

.product_color_list ul li a:hover,
.product_color_list ul li a.current:link,
.product_color_list ul li a.current:visited {
    color: #4f4f4f;
    text-decoration: none;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #b30e2c;
    padding-bottom: 3px;
    font-size: 14px;
}

.table_other_product_info2 {
    clear: both;
    width: 70%;
    padding-top: 20px;
}

.table_other_product_info2 td {
    vertical-align: middle;
    padding-right: 10px;
    width: 48%;
}

.table_other_product_info2 select {
    width: 120px;
    height: 30px;
    line-height: 30px;
    border: none;
    padding-left: 5px;
    color: #4b4b4b;
    font-size: 14px;
    border: 1px solid #4b4b4b;
}

.company_mission_thumb_list {
    height: 260px;
    width: 100%;
    position: relative;
}

.company_mission_thumb_list .slide2 {
    float: left;
    width: 25%;
}

.company_mission_thumb_list .slide2 .slide2_container {
    display: block;
    padding: 0px 30px 0px 30px;
    background-image: url(../../images/about_mission/seperate.png);
    background-position: right top 70px;
    background-repeat: no-repeat;
    height: 260px;
}

.company_mission_thumb_list .slide2.last-child .slide2_container {
    display: block;
    padding: 0px 30px 0px 30px;
    background-image: none;
    background-position: right top 70px;
    background-repeat: no-repeat;
    height: 260px;
}

.company_mission_thumb_list .slide {
    height: 260px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.company_mission_thumb_list .caption {
    width: 100%;
    clear: both;
    padding-top: 10px;
    text-align: center;
}

.company_mission_thumb_list .photo2 {
    width: 100%;
}

.company_mission_thumb_list .photo2 img {
    max-width: 80%;
    margin: auto;
    max-height: 150px;
}

.company_mission_thumb_list .photo2 table {
    width: 100%;
    height: 170px;
}

.company_mission_thumb_list .photo2 table td {
    vertical-align: middle;
    text-align: center;
}

.company_mission_thumb_list .photo2_container {}

.company_mission_thumb_paging_list {
    clear: both;
    margin: auto;
    padding-top: 30px;
}

.company_mission_thumb_paging_list .page_item {
    float: left;
    margin-left: 2px;
    margin-right: 2px;
}

.company_mission_thumb_paging_list .page_item a:link,
.company_mission_thumb_paging_list .page_item a:visited {
    float: left;
    background-image: url(../../images/about_mission/paging.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left top;
    width: 10px;
    height: 10px;
    text-indent: -99999px;
}

.company_mission_thumb_paging_list .page_item a:hover,
.company_mission_thumb_paging_list .page_item a:active,
.company_mission_thumb_paging_list .page_item a.current:link,
.company_mission_thumb_paging_list .page_item a.current:visited {
    float: left;
    background-image: url(../../images/about_mission/paging.png?v=2?v=2?v=2?v=2?v=2?v=2?v=2);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 10px;
    height: 10px;
    text-indent: -99999px;
}

.about_process_area_box {
    width: 100%;
    clear: both;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../../../upload/images/craftsmanship.jpg);
}

.about_process_area {
    width: 100%;
    clear: both;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about_process_area_container {
    width: 100%;
    margin: auto;
    position: relative;
}

.about_process_area .content_bottom .heading2 {
    width: 491px;
    height: 239px;
    background-image: url(../../images/about_process/title.png);
    background-repeat: no-repeat;
    background-position: repeat;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 34px;
    line-height: 239px;
}

.about_process_area .content_bottom .desc {
    clear: both;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    padding-top: 0px;
}

.about_process_area .content_right {
    width: 50%;
    float: right;
    margin-top: 60px;
    margin-bottom: 60px;
    background: rgb(255, 255, 255, 0.8);
    display: block;
}

.about_process_area .content_left {
    width: 50%;
    float: left;
}

.about_process_area .title {
    padding-top: 30px;
    color: #4b4b4b;
    font-size: 30px;
}

.about_process_area .desc {
    clear: both;
    padding-top: 15px;
    color: #4b4b4b;
    font-size: 18px;
    padding-bottom: 30px;
}

.about_process_area .content {
    width: 96%;
    float: left;
    margin-left: 20px;
}

.about_process_area .content_left .content {
    width: 96%;
    float: right;
}

.about_process_area .content_container {
    display: block;
    padding: 30px;
    color: #ffffff;
    font-size: 16px;
    line-height: 150%;
}

.company_purchase_area {
    clear: both;
    width: 100%;
    background-color: #f9f9f9;
    padding-top: 0px;
    padding-bottom: 0px;
}

.company_purchase_area_container {
    width: 100%;
    margin: auto;
}

.company_purchase_area .heading {
    clear: both;
    width: 100%;
    text-align: center;
    color: #4a250f;
    font-family: 'CSong3';
    padding-bottom: 80px;
    font-size: 36px;
}

.company_purchase_list {
    width: 100%;
}

.company_purchase_list .item {
    clear: both;
    width: 100%;
}

.company_purchase_list .item .photo {
    float: right;
    width: 50%;
    height: 820px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.company_purchase_list .item .content {
    float: left;
    width: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.company_purchase_list .item2 .photo {
    float: left;
}

.company_purchase_list .item2 .content {
    float: right;
}

.company_purchase_list .item .content table {
    max-width: 96%;
    margin: auto;
    height: 820px;
}

.company_purchase_list .item:nth-child(even) .photo {
    float: left;
}

.company_purchase_list .item:nth-child(even) .content {
    float: right;
    width: 50%;
}

.company_purchase_list .item:nth-child(even) .content table {}

.company_purchase_list .item .content table td {
    vertical-align: middle;
    text-align: left;
}

.company_purchase_list .item .title {
    vertical-align: middle;
    color: #4b4b4b;
    font-size: 30px;
    font-family: 'CSong3';
    width: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.company_purchase_list .item .desc {
    vertical-align: middle;
    color: #4b4b4b;
    font-size: 16px;
    font-family: 'CSong3';
    width: 100%;
    padding-top: 20px;
}

.company_purchase_list .btn_item_button {
    clear: both;
    width: 126px;
    margin: auto;
    margin-top: 30px;
}

.company_purchase_list .btn_item_button a:link,
.company_purchase_list .btn_item_button a:visited {
    clear: both;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-weight: normal;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #0d0d0d;
    border: 1px solid #0d0d0d;
    background-color: #f7f7f7;
}

.company_purchase_list .btn_item_button a:hover,
.company_purchase_list .btn_item_button a:active,
.company_purchase_list .btn_item_button a.current:link,
.company_purchase_list .btn_item_button a.current:visited {
    clear: both;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-weight: normal;
    color: #ffffff;
    border: 1px solid #0d0d0d;
    background-color: #0d0d0d;
    animation: background_color_change 0.5s;
}

.home_banner_thumb_list {
    height: 850px;
    width: 100%;
    position: relative;
}

.home_banner_thumb_list .slide {
    height: 850px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home_banner_thumb_list .photo {
    height: 850px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home_banner_thumb_list .photo_container {
    height: 850px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.company_purchase_thumb_list {
    height: 820px;
    width: 100%;
    position: relative;
}

.company_purchase_thumb_list .slide {
    height: 820px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.company_purchase_thumb_list .photo2 {
    height: 820px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.company_purchase_thumb_list .photo2_container {
    height: 820px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.award_banner {
    width: 100%;
    height: 830px;
    margin-bottom: 0px;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.award_banner table {
    width: 100%;
    margin: auto;
    height: 830px;
}

.award_banner_container {
    max-width: 96%;
    margin: auto;
}

.award_banner table td {
    vertical-align: middle;
}

.award_banner .title {
    vertical-align: middle;
    font-size: 36px;
    color: #ffffff;
    font-family: 'CSong3';
    line-height: 120%;
    text-align: center;
    background-image: url(../../images/award_banner_title.png?V=2?v=2);
    background-repeat: no-repeat;
    width: 442px;
    height: 214px;
    margin: auto;
}

.award_banner .title_container {
    padding-top: 50px;
}

.award_banner_arrow {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.award_banner_arrow img {
    max-width: 152px;
    margin: auto;
}

.award_content_area {
    clear: both;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.award_content_area_container {
    max-width: 1200px;
    margin: auto;
}

.award_list {
    clear: both;
    width: 100%;
}

.award_list .item {
    float: left;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 100px;
    position: relative;
    cursor: pointer;
}

.award_list .item_container {
    display: block;
    padding: 20px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    border: 1px solid #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top 20px right 20px;
}

.award_list .item:hover .item_container {
    display: block;
    padding: 20px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    border: 1px solid #000000;
    background-image: url(../../images/award_over.png);
    background-repeat: no-repeat;
    background-position: top 20px right 20px;
}

.award_list .item table {
    width: 100%;
    height: 250px;
}

.award_list .item table td {
    vertical-align: middle;
}

.award_list .item td.photo {
    vertical-align: middle;
    width: 48%;
    text-align: center;
}

.award_list .item td.photo img {
    max-width: 80%;
    margin: auto;
    max-height: 200px;
}

.award_list .item .title {
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
}

.award_popup {
    position: absolute;
    right: -50%;
    bottom: 300px;
    width: 600px;
    background-color: rgb(0, 0, 0, 0.4);
    display: none;
}

.award_list .item:hover .award_popup {
    display: block;
}

.award_popup_container {
    display: block;
    padding: 20px;
}

.award_popup_left {
    float: left;
    width: 40%;
    color: #ffffff;
}

.award_popup_left .stitle {
    color: #ffffff;
    font-size: 24px;
    text-shadow: 1px 1px 20px rgba(150, 150, 150, 1);
    line-height: 110%;
}

.award_popup_left .sline {
    border-left: 1px solid #ffffff;
    height: 60px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.award_popup_left .sdesc {
    color: #ffffff;
    font-size: 15px;
    text-shadow: 1px 1px 20px rgba(150, 150, 150, 1);
    line-height: 110%;
}

.award_popup_right {
    float: left;
    width: 56%;
}

.award_popup_right img {
    width: 100%;
}

.inside_form_panel {
    clear: both;
    width: 100%;
    margin: auto;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 965px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.inside_form_panel_area {
    max-width: 96%;
    background: rgba(255, 255, 255, 0.75);
    /*
	 -webkit-box-shadow: 0px 1px 14px 1px rgba(0,0,0,0.24);
     -moz-box-shadow: 0px 1px 14px 1px rgba(0,0,0,0.24);
     box-shadow: 0px 1px 14px 1px rgba(0,0,0,0.24);
	 */
    margin: auto;
    margin-top: 30px;
    min-height: 600px;
}

.inside_form_panel_area_container {
    padding: 50px 80px 50px 80px;
    display: block;
}

.inside_form_panel_area .heading {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #4b4b4b;
    padding-bottom: 30px;
    line-height: 150%;
}

.service_step_panel {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.service_step_panel .item {
    width: 70px;
    text-align: center;
    z-index: 999;
}

.service_step_panel .item2 {
    width: 70px;
    margin: auto;
}

.service_step_panel .inside_item {
    width: 100%;
    position: relative;
}

.service_step_panel .item3 {
    position: absolute;
    right: 0px;
    top: 0px;
}

.service_step_panel .item1 {
    position: absolute;
    left: 0px;
    top: 0px;
}

.service_step_panel .item_container {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #b1b0b0;
    text-align: center;
    margin: auto;
    color: #b1b0b0;
    font-size: 26px;
    line-height: 45px;
    background-color: #fbf8f6;
}

.service_step_panel .item .title {
    color: #b1b0b0;
    font-size: 14px;
    clear: both;
}

.service_step_panel .item.current .item_container {
    color: #4b4b4b;
}

.service_step_panel .item.current .title {
    color: #4b4b4b;
}

.service_step_line {
    position: absolute;
    left: 2%;
    top: 36%;
    width: 96%;
    border-top: 1px solid #4b4b4b;
    z-index: 0px;
}

.service_form {
    max-width: 620px;
    margin: auto;
}

.service_form_bottom {
    max-width: 550px;
    margin: auto;
}

.table_form_service {
    width: 100%;
}

.table_form_service td {
    padding-bottom: 20px;
}

.service_button_list {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.btn_service_next {
    float: right;
}

.btn_service_next a:link,
.btn_service_next a:visited {
    color: #4b4b4b;
    font-size: 14px;
    text-decoration: none;
}

.btn_service_next a:hover,
.btn_service_next a:active {
    color: #000000;
    font-size: 14px;
    text-decoration: underline;
}

.btn_service_prev {
    float: right;
}

.btn_service_prev a:link,
.btn_service_prev a:visited {
    color: #4b4b4b;
    font-size: 14px;
    text-decoration: none;
}

.btn_service_prev a:hover,
.btn_service_prev a:active {
    color: #000000;
    font-size: 14px;
    text-decoration: underline;
}

.btn_button_full {
    clear: both;
    width: 100%;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_button_full a:link,
.btn_button_full a:visited {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #b30e2c;
    color: #ffffff;
    padding: 0px 10px 0px 10px;
    min-width: 130px;
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
    color: #ffffff;
    background-color: #4b4b4b;
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_button_full a:hover,
.btn_button_full a:active,
.btn_button_full a.current:link,
.btn_button_full a.current:visited {
    display: block;
    text-align: center;
    padding: 0px 10px 0px 10px;
    min-width: 130px;
    font-size: 15px;
    line-height: 40px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #000000;
    color: #ffffff;
    animation: background_color_change 0.5s;
    /* -webkit-box-shadow: 0px 0px 16px 0px rgba(18,118,195,1);
     -moz-box-shadow: 0px 0px 16px 0px (18,118,195,1);
     box-shadow: 0px 0px 16px 0px (18,118,195,1);
     */
    /* border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.company_history_gallery_panel {
    width: 600px;
    min-height: 400px;
    background-color: rgb(243, 243, 243, 0.76);
    position: absolute;
    left: 120%;
    top: -100%;
    z-index: 999;
}

.company_history_gallery_panel_container {
    display: block;
    padding: 50px 40px 40px 40px;
    position: relative;
}

.company_history_gallery_panel .slide_caption {
    width: 100%;
    padding-top: 10px;
    clear: both;
    font-size: 16px;
    color: #242424;
}

.company_history_gallery_list .bx-wrapper .bx-prev {
    left: -20px;
    background: url(../../images/gallery/btn_prev.png);
}

.company_history_gallery_list .bx-wrapper .bx-prev:hover,
.company_history_gallery_list .bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}

.company_history_gallery_list .bx-wrapper .bx-next {
    right: -20px;
    background: url(../../images/gallery/btn_next.png);
}

.company_history_gallery_list .bx-wrapper .bx-next:hover,
.company_history_gallery_list .bx-wrapper .bx-next:focus {
    background-position: 0 0;
}

.company_history_gallery_list .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 9px;
    height: 22px;
    text-indent: -9999px;
    z-index: 9999;
}

.btn_close_company_history_gallery {
    position: absolute;
    right: 10px;
    top: 10px;
}

.btn_close_company_history_gallery a:link,
.btn_close_company_history_gallery a:visited {
    float: left;
    width: 23px;
    height: 23px;
    background-image: url(../../images/gallery/btn_close.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -999999px;
}

.btn_close_company_history_gallery a:hover {
    float: left;
    width: 23px;
    height: 23px;
    background-image: url(../../images/gallery/btn_close.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -999999px;
}

.table_cart2 td.col1 {
    max-width: 250px;
}