/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: arial;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #000;
}

body {
    font-size: 1em;
    /*line-height: 1.4;*/
}

a{text-decoration:none;}
a:hover{text-decoration:underline}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/******************************** start ****************************/
body {background: #f6f6f6; font-family: 'Open Sans', sans-serif; font-size: 13px;  margin: 0px; padding: 0; text-decoration: none; color:#333 }
a {text-decoration: none ; color: #28c}
a:hover{text-decoration:none}
b,strong {color:#28c}
h3{color:#246}

header{margin: 30px 0; position:relative}
/* footer{background-color:#28c;padding:80px 0 120px;} */

.wrapper{width:980px ; margin: 0 auto;position:relative}
.outer-wrapper{min-width:980px;}

.call-tel{position:absolute; font-size:14px; color:#000; top:20px; right:0px;font-weight:300}
.lang-box{position:absolute; top:15px; right:150px; font-weight:300 ;font-size:14px; color:#666;width:130px;padding-top:5px;}
.flag{margin-right:10px;line-height:16px}

.lang-box-sub{display:none;position:relative;width:100%;z-index:100;background-color:#fff;cursor:pointer;}
.lang-box-sub a{display:block;padding:5px 10px;margin-top:5px}
.lang-box-sub a:hover{background-color:#28c;color:#fff}

.header-btn{position:absolute;bottom:0px; right:0px;}

/****btn****/
/**** btn-xxx-14 change to font-size 16 ****/
.btn-grey-14 {height:30px;line-height:30px;background-color:#bbb;border-radius: 20px;padding: 0 20px; color:#fff;font-size:16px;font-weight:bold;min-width:90px;display:inline-block;text-align:center}
.btn-blue-14-ar {height:30px;line-height:30px;background-color:#28c;border-radius: 20px;padding: 0 20px; color:#fff;font-size:16px;font-weight:bold;background-image:url('../b/arrow_d.png');background-position:95% center;background-repeat:no-repeat;min-width:90px;display:inline-block;text-align:center}
.btn-white-14-ar{height:40px;line-height:40px;display:block;text-align:center;background-color:#fff;color:#28c;font-weight:bold;font-size:16px;background-image:url('../b/arrow_e.png');background-repeat:no-repeat;background-position:97% center}
.btn-24{height:40px;line-height:40px;border-radius: 20px;padding: 0 20px; color:#fff;font-size:24px;font-weight:bold;display:inline-block;}

.btn-28-ar{height:50px;line-height:45px;border-radius: 30px;color:#fff;font-size:28px;font-weight:bold;background-image:url('../b/arrow_d.png');background-position:95% center;background-repeat:no-repeat;width:100%;display:inline-block;text-align:center;text-shadow: 1px 1px #444;border:1px solid #fff}

.btn-34-ar{height:50px;line-height:45px;border-radius: 30px;color:#fff;font-size:34px;font-weight:bold;background-image:url('../b/arrow_d.png');background-position:95% center;background-repeat:no-repeat;width:100%;display:inline-block;text-align:center;text-shadow: 1px 1px #444;border:1px solid #fff}

/*** this one no text-shadow + no border ***/
.btn-34-ar-b{height:60px;line-height:60px;border-radius: 30px;color:#fff;font-size:34px;font-weight:600;background-image:url('../b/arrow_d.png');background-position:95% center;background-repeat:no-repeat;width:100%;display:inline-block;text-align:center;}

.btn-20-ar-white{height:40px;line-height:40px;border-radius: 30px;color:#fff;font-size:20px;font-weight:bold;background-image:url('../b/arrow_d.png');background-position:95% center;background-repeat:no-repeat;width:100%;display:inline-block;text-align:center;border:1px solid #fff}
.btn-20-ar-blue{height:40px;line-height:40px;border-radius: 30px;color:#28c;font-size:20px;font-weight:bold;background-image:url('../b/arrow_e.png');background-position:95% center;background-repeat:no-repeat;width:100%;display:inline-block;text-align:center;border:1px solid #fff}

.bg-f{background-color:#fff}
.bg-0{background-color:#28c}
.bg-1{background-color:#06b}
.bg-2{background-color:#d19}
.bg-3{background-color:#360}
.bg-4{background-color:#d50}
.bg-5{background-color:#507}
.bg-6{background-color:#860}
.bg-7{background-color:#029}
.bg-8{background-color:#f90}
.bg-11{background-color:#4ad}

.btn-theme-0{background-color:#28c;height:40px;height:40px;line-height:40px;border-radius: 30px;padding: 0 30px 0 20px; color:#fff;font-size:20px;font-weight:bold;display:inline-block;background-image:url('../b/arrow_d.png');background-position:95% center;background-repeat:no-repeat;}
.btn-theme-1{background-color:#06b;height:40px;height:40px;line-height:40px;border-radius: 30px;padding: 0 30px 0 20px; color:#fff;font-size:20px;font-weight:bold;display:inline-block;background-image:url('../b/arrow_d.png');background-position:95% center;background-repeat:no-repeat;}
.btn-theme-2{background-color:#d19;height:40px;height:40px;line-height:40px;border-radius: 30px;padding: 0 30px 0 20px; color:#fff;font-size:20px;font-weight:bold;display:inline-block;background-image:url('../b/arrow_d.png');background-position:95% center;background-repeat:no-repeat;}
.btn-theme-3{background-color:#360;height:40px;height:40px;line-height:40px;border-radius: 30px;padding: 0 30px 0 20px; color:#fff;font-size:20px;font-weight:bold;display:inline-block;background-image:url('../b/arrow_d.png');background-position:95% center;background-repeat:no-repeat;}
.btn-theme-4{background-color:#d50;height:40px;height:40px;line-height:40px;border-radius: 30px;padding: 0 30px 0 20px; color:#fff;font-size:20px;font-weight:bold;display:inline-block;background-image:url('../b/arrow_d.png');background-position:95% center;background-repeat:no-repeat;}
.btn-theme-5{background-color:#507;height:40px;height:40px;line-height:40px;border-radius: 30px;padding: 0 30px 0 20px; color:#fff;font-size:20px;font-weight:bold;display:inline-block;background-image:url('../b/arrow_d.png');background-position:95% center;background-repeat:no-repeat;}
.btn-theme-6{background-color:#860;height:40px;height:40px;line-height:40px;border-radius: 30px;padding: 0 30px 0 20px; color:#fff;font-size:20px;font-weight:bold;display:inline-block;background-image:url('../b/arrow_d.png');background-position:95% center;background-repeat:no-repeat;}
.btn-theme-7{background-color:#029;height:40px;height:40px;line-height:40px;border-radius: 30px;padding: 0 30px 0 20px; color:#fff;font-size:20px;font-weight:bold;display:inline-block;background-image:url('../b/arrow_d.png');background-position:95% center;background-repeat:no-repeat;}
.btn-theme-8{background-color:#f90;height:40px;height:40px;line-height:40px;border-radius: 30px;padding: 0 30px 0 20px; color:#fff;font-size:20px;font-weight:bold;display:inline-block;background-image:url('../b/arrow_d.png');background-position:95% center;background-repeat:no-repeat;}

.btn-theme-0:hover{opacity:0.9}
.btn-theme-1:hover{opacity:0.9}
.btn-theme-2:hover{opacity:0.9}
.btn-theme-3:hover{opacity:0.9}
.btn-theme-4:hover{opacity:0.9}
.btn-theme-5:hover{opacity:0.9}
.btn-theme-6:hover{opacity:0.9}
.btn-theme-7:hover{opacity:0.9}
.btn-theme-8:hover{opacity:0.9}

.bg-0-hover{background-color:#28c}
.bg-0-hover:hover{background-color:#06b;color:#fff;background-image:url('../b/arrow_d.png')}

.bg-1-hover{background-color:#06b}
.bg-1-hover:hover{background-color:#fff;color:#06b;background-image:url('../b/arrow_e.png')}

.bg-9-hover{background-color:#fff}
.bg-9-hover:hover{background-color:#06b;color:#fff;background-image:url('../b/arrow_d.png')}

.bg-9b-hover{background-color:#fff}
.bg-9b-hover:hover{background-color:#28c;color:#fff;background-image:url('../b/arrow_d.png')}


.bg-10-hover{background-color:#ccc}
.bg-10-hover:hover{background-color:#28c;color:#fff;background-image:url('../b/arrow_d.png')}

.bg-8-hover{background-color:#f90}
.bg-8-hover:hover{background-color:#f70}

.btn-close-layer{float:right;margin:40px 30px 0 0;font-size:16px;color:#fff;cursor:pointer}


/***** breadcrumb ****/
.breadcrumb-box{margin-bottom:20px;}
.B_crumbBox{list-style:none; display:inline-block;padding:0px;margin:0px;*display: inline;}
.B_crumbBox li{display:inline-block;*display: inline;}

nav ul{list-style:none;padding:0px;margin:0px}
nav li{width:20%;float:left;text-align:center;border-right:1px solid #eee;background-color:#fff;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	height:40px;
	cursor:pointer;
	*width: 19.8%;
}
nav li:last-child{border-right:none;}
nav a{line-height:40px;position:relative;font-size:14px;font-weight:bold}
nav a:after{content: '';/*background-image: url('../b/arrow_c2.png');*/display: block;position: absolute;right: -15px;top: 9px;width: 11px;height: 6px;background-repeat:no-repeat}
nav li:hover,nav li.active{background-color:#28c}
nav li:hover a,li.active a{color:#FFF}
nav li:hover a:after,li.active a:after{/*background-image: url('../b/arrow_a2.png');*/background-repeat:no-repeat}

.mv-box{background-color:#28c;padding:30px 20px;/*min-height:180px;*/color:#fff;margin-bottom:20px;position:relative}
.mv-box h1{font-size:34px;margin-top:0px;padding-top:0px;margin-bottom:10px;font-weight:400}
.mv-box p{overflow:hidden}
.mv-img {width:150px;float:right;margin-left:10px;cursor:pointer}

.mv-box2{background-color:#28c;padding:20px 30px;color:#fff;position: relative;}
.mv-box2 h1{font-size:48px;margin:0px;padding:0px;font-weight:400}
.mv-box2 p{margin:0px;padding:0px;}

.mv-box3{padding:20px 30px;color:#fff;position: relative;}
.mv-box3 h1{font-size:60px;margin:10px 0 0 0;padding:0px;font-weight:100;text-align:center;}
.mv-box3 h1 b,.mv-box3 h1 strong{font-weight:600;color:#fff}
.mv-box3 p{margin:0px;padding:0px;font-size:16px;font-weight:100;text-align:center}


.cat-box{margin-bottom:10px;background-color:#eee; position:relative}
/*.cat-box:nth-child(odd){margin-left:10px;}*/
.cat-box h2{font-size:16px;font-weight:600;background-color:#fff;padding-left:15px;height:40px;line-height:40px;margin:0px;color:#246}
.cat-box h2 a{display:block;color:#246}
.cat-box-img{width:160px;height:160px;float:right;margin-left:10px;}
.cat-box-main{margin-right:160px;height:160px;position:relative}
.cat-box-content{position:absolute;height:90px;overflow:hidden;left:15px;top:20px;width:135px;}
.cat-box-main p{margin-top:0px;}
.cat-box-btn{position:absolute;bottom:10px;left:15px;}
.cat-box-btn:hover{ opacity:0.9}
.cat-box-audio{bottom: 10px;left: 20px;position: absolute;}
/**** box ****/
.mo-box{margin-bottom:40px;}
.mo-box-title{height:40px;line-height:40px;font-size:14px;background-color:#fff;color:#28c;font-weight:400;}
.mo-box-title a{display:block;height:40px;padding-left:20px;}
.mo-box-title span{position:relative;}
.mo-box-title span:after{content: '';
background-image: url('../b/arrow_c2.png');background-repeat:no-repeat;
display: block;
position: absolute;
right: -15px;
top: 7px;
width: 11px;
height: 6px;}

.cover-row.cus .input_row {
    width: 50%;
    float: left;
    padding-right: 10px;
margin-bottom: 10px;
}
.input_row.cus label {
    float: left;
    padding-right: 10px;
    line-height: 34px;
}
.cover-row.cus {
    overflow: hidden;
}
.input_row.cus {
    overflow: hidden;
}
.input_row.cus .fake_select {
    float: left;
    width: 40%;
}
.input_row.cus .fake_input {
    width: 48%;
    margin: 0 auto;
    padding-right: 30px;
}

.cover-row.cus .input_row label {
    display: inline-table;
padding-left: 5px !important;
}
.mo-box-title2{height:40px;line-height:40px;font-size:16px;background-color:#fff;color:#28c;font-weight:600;}
.mo-box-title2 a{display:block;height:40px;padding-left:20px;}
.mo-box-title2 span{position:relative;display:block}
.mo-box-title2 span:after{content: '';
background-image: url('../b/arrow_c2.png');background-repeat:no-repeat;
display: block;
position: absolute;
right: 20px;
top: 18px;
width: 11px;
height: 6px;}
.mo-box-main{background-color:#28c;padding:30px 20px;position:relative;}
.mo-box-main-h1{color:#fff;font-size:34px;}
.mo-box-main-h2{color:#fff;font-size:28px;}
.mo-box-main-newbtn{position:absolute;top:30px;right:20px;background-image:url('../b/mo_new.png');width:80px;height:30px;text-align:center;line-height:30px;font-size:18px;color:#000;text-shadow: 1px 1px #fff;font-weight:bold;background-repeat:no-repeat}
.mo-box-main-mv{margin:10px 0 20px;}

.contact-box-main{padding:30px;background-color:#28c;color:#fff;height:126px}
.contact-box-main-h1{font-size:14px;padding-bottom:10px;}
.contact-box-main-input{border: solid 1px #06b; padding: 8px 20px; border-radius: 7px;background-color:#fff;margin-bottom:20px}
.contact-box-main-input input{width: 220px; height: 30px; color: #333; font-size: 16px;border:none}

.box-wrapper{margin-bottom:40px;}
.box-title, .box-title a{font-size:26px; font-weight:300;margin-bottom:10px;color:#000}
.box-row{height:35px;border-bottom:1px solid #fff;clear:both;cursor:pointer;overflow:hidden}
.box-row-col-1{float:left;width:75px;text-align:center;height:100%}
.box-row-col-1 img{max-width:100%}
.box-row-col-2{float:left;width:160px;height:100%;line-height:35px;font-size:20px;color:#fff;font-weight:300}
.box-row-col-3{float:left;width:85px;height:100%;line-height:35px;}
.box-row-col-2 a{padding-left:10px;color:#fff}
.box-row-col-3-a {color:#fff;font-size:14px;font-weight:300}
.box-row-col-3-b {color:#fff;font-size:18px;font-weight:bold}
.box-more{text-align:right;margin-top:10px}
.box-more a{font-size:16px;color:#06b}

.box-row2{height:70px;border-bottom:1px solid #fff;clear:both;cursor:pointer;overflow:hidden}
.box-row2-main{padding:10px;line-height:1.1}
.box-row2-main img{float:left;margin-right:10px;}
.box-row2-main p{margin:0px;overflow:hidden}
.box-row2-title a{ font-size:20px;font-weight:300;color:#fff}
.box-row2-desc{font-size:13px;color:#fff}

.box-slide-title, .box-slide-title a{font-size:30px;color:#000;font-weight:300;line-height:1.1}

.box-slide-title2{font-size:18px;font-weight:300;line-height:1.1;margin-bottom:10px;}
.box-slide-wapper{height:190px;position:relative;}
.box-slide-move{font-size:16px;font-weight:300;height:100%;overflow:hidden;position:absolute;display:none;cursor:pointer}
.box-slide-move img{margin-bottom:20px;}
.box-slide-move a{color:#333}

.content-box1{margin-bottom:10px;background-color:#fff;position:relative}
.content-box1 h2{margin:0px;padding:10px 20px 0;line-height:30px;font-size:22px;color:#246;font-weight:600;}
.content-box1 img{float: right;width: 160px; height:auto}
.content-box-text{padding:20px 20px 10px;/*margin-right:160px;*/font-size:13px;color:#555}
.content-box-text p{padding-top:0px;margin-top:0px;}
.content-box-btn{position:absolute;bottom:20px;left:20px;}

.content-box2{background-color:#fff;margin-bottom:10px;}
/*.content-box2:nth-child(even){margin-left:10px;}*/
.content-box2-main{padding:15px 20px 40px;color:#246}
.content-box2-main h2{margin:0 0 20px 0;padding:0px;font-size:18px;font-weight:600;}
.content-box2-main p{margin-top:0px;}


.extra-content-box{margin-bottom:10px;position:relative}
/*.extra-content-box:nth-child(even){margin-right:10px;}*/
.extra-content-box-heading{font-size:28px;color:#246;font-weight:400;margin-bottom:10px;height:30px;line-height:30px;}
.extra-content-box-main{padding:20px;color:#fff;}
.extra-content-box-title{font-size:22px;font-weight:300;line-height:30px;height:30px;margin-bottom:10px;}
.extra-content-box-img{float:left;width:120px;}
.extra-content-box-text{margin-left:130px;}
.extra-content-box-btn{position:absolute;bottom:20px;display:block;width:280px;margin:0 20px;}

.address-box{margin-bottom:10px;}
/*.address-box:nth-child(even){margin-right:10px;}*/
.address-box-main{padding:20px;color:#fff;cursor:pointer}
.address-box-title{font-size:34px;font-weight:300;line-height:30px;height:40px;margin-bottom:10px;background-image:url('../b/arrow_d.png');background-repeat:no-repeat;background-position:right center}
.address-box-img{float:left;width:120px;}
.address-box-text{font-size:11px;margin-left:130px;}

.address-box-pop{position:absolute;top:0;left:0px;z-index:250;/*display:block;*/visibility:hidden;}
.address-box-pop-title{padding:20px 30px 10px;font-size:34px;line-height:40px;font-weight:400;color:#fff}
.address-box-pop-desc{padding:0 30px 40px;font-size:14px;font-weight:400;color:#fff}
.address-box-pop-img{min-height:320px;}
.address-box-pop-btn{margin:20px auto;}

.big-box{background-color:#fff;padding:40px 20px 30px}

/******* footer ********/
.footer-col{width:208px;float:left}
.footer-col ul{list-style:none;margin:0;padding:0px;}
.footer-col li{margin:0;padding:0px;}
.footer-col a{color:#fff}
.footer-title{margin-bottom:20px;font-size:24px;color:#fff}
.footer-title a{font-size:24px;font-weight:normal}
.footer-col li a{font-size:14px;font-weight:300;line-height: 26px;}

.social-box{margin-bottom:5px;}
.social-box img{margin-right:10px;}
.social-box a{font-size:14px;line-height:34px;}

.footer-small-link{font-size:10px !important;color:#fff !important}
.footer-small-link p{font-size:10px !important;}
.footer-small-link a{color:#fff;font-weight:normal !important}
.footer-small-link span{padding:0 8px;}


/****** form ****/
.form-title{font-size:14px;color:#246;font-weight:400;line-height:20px;}
.form-selectbox{margin:0px;font-size:14px;background: #eee;border-radius: 5px;padding: 10px;border:0px;width:100%;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;*width:100%}
.form-textinput{margin:0px;font-size:14px;background: #eee;border-radius: 5px;padding: 10px;border:0px;width:100%;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;*width:94%}
.form-textarea{margin:0px;font-size:14px;background: #eee;border-radius: 5px;padding: 10px;border:0px;width:100%;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	*width:97%;height:100px;}
.error{color:red;}
.error-border{border:1px solid red}
	
/***** col ****/
.col-2-3{width:650px;float:left}
.col-1-3{width:320px;float:left}
.col-first,.space-mr-10{margin-right:10px;}

.row{clear:both}
.space-mb-20{margin-bottom:20px;}
.col-1-2a{width:300px;float:left;}

/****** home ******/
.home-row-1{background-image:url('../b/home_background_IPMI.jpg');height:400px;position:relative;}
.home-row-1-bg{width:650px;height:360px; position:absolute; top:20px;opacity:0.95; filter: alpha(opacity=95);
background: #2288cc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyODhjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2YmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #2288cc 0%, #0066bb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2288cc), color-stop(100%,#0066bb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2288cc 0%,#0066bb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2288cc 0%,#0066bb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2288cc 0%,#0066bb 100%); /* IE10+ */
background: linear-gradient(to bottom, #2288cc 0%,#0066bb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2288cc', endColorstr='#0066bb',GradientType=0 ); /* IE6-8 */
}
.home-row-1-main{position:absolute;top:50px;left:60px;width:530px;cursor:pointer}
.home-row-1 h1{margin:0px;font-size:39px;color:#fff;text-shadow:1px 1px #444;height:50px;line-height:50px;font-weight:400}
.home-row-1-text{font-size:16px;color:#fff;height:20px;line-height:20px;margin-bottom:20px;}
.home-row-1-img{float:right;width:212px;}
.home-row-1-point{background-repeat:no-repeat;background-position:0 center;padding-left:40px; margin-right:232px;color:#fff;font-size:16px;font-weight:400;height:40px;margin-bottom:10px;}

.home-row-2-heading{text-align:center;height:70px;line-height:70px;font-size:44px;color:#000;font-weight:300;}
.home-row-2-heading span{color:#28c;font-weight:bold;/*font-size:28px;*/}
.home-row-2-desc{font-size:20px;color:#666;font-weight:300;text-align:center;/*height:50px;*/margin-bottom:20px;}

.home-row-3-heading{text-align:center;height:60px;font-size:40px;color:#000;font-weight:300;}
.home-row-3-heading span{color:#28c;font-weight:bold;font-size:28px;}
.home-row-3-desc{font-size:20px;color:#666;font-weight:300;text-align:center;/*height:50px;*/margin-bottom:20px;}

.home-row-4-heading{text-align:center;font-size:50px;color:#000;font-weight:100;color:#28c;margin-bottom:30px;}
.home-row-4-heading b{font-weight:bold;}
.home-row-4-desc{font-size:30px;color:#666;font-weight:100;text-align:center;/*height:50px;*/margin-bottom:40px;}


.chat-div{position:fixed;right:50px;bottom:47px;width:200px;height:174px;background-image:url('../b/chat.png');color:#fff;z-index:100;cursor:pointer;background-repeat:no-repeat}
.chat-div-1{font-size:28px;font-weight:300;text-align:center;padding-top:5px;}
.chat-div-2{font-size:16px;font-weight:300;text-align:center}

.dim-layer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:200;background-color:#000;opacity:0.7; filter: alpha(opacity=70);display:none}

.pop{position:absolute;background-color:#28c;display:none;z-index:500;top:0px;left:0px;}
.pop-main{padding: 100px 40px; text-align:center;}
.pop-main-title{font-size:34px;color:#fff;font-weight:400}
.pop-main-desc{font-size:14px;color:#fff;padding-bottom:40px;}

/**** fix old style *****/
ul.tb {list-style:none;padding:0;margin:0}
.logo-content{float:left; width:140px;} 
.logo-content-floatnone{ float: none; width:140px;} 
h1.title{color:#246;font-weight:600}
/**** end fix old style***/


/****** blog page *****/
.pageList {list-style-type:none;padding:0px;}
.pageList li{float:left;display:inline;padding:0 5px;}
.blogExtraContent{padding:15px 0;display:none;}
.blogExtraContent h2{padding:0}
.blogExtraContent hr{display:none}
/*.blogOgImage{}*/
.blogOgImageC { padding:30px 20px 0 ; text-align:center}
.blogOgImageC img{ width:auto;max-width:100% ; float:none}

.newsBoxTitle{font-size:16px;color:#000;font-weight:100}
.newsBoxImg{width:100%;margin-bottom:30px;}
.newsBoxReadMore{font-size:14px;color:#28c}
.newsBoxC{padding:20px 20px 30px 20px;background-color:#eee}
.newsHomeBlogC{width:230px;float:left;margin-bottom:30px;margin-right:20px;}
.newsHomeBlogImgC{height:150px;margin-bottom:20px;}
.newsHomeBoxImg{width:100%;max-height:150px;}
.newsHomeBlogTitle a{font-size:16px;color:#666;font-weight:100}


/*** menu  (sub domain) *****/
.menu ul{margin:0px;padding:0px;list-style:none;}
.menu li, h3.boxTitle{margin:0px;padding:0px; background-color:#4ad;border-bottom: 1px solid #FFFFFF;}
.menu li:last-child{border-bottom: none;}
.menu li a, h3.boxTitle a{color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
    height: 100%;
    line-height: 35px;display:block;
	padding-left:10px;}
.menu li a:hover ,h3.boxTitle a:hover{background-color:#0066BB}
.menu li.active , h3.boxTitle.active{background-color:#0066BB}
.menu li > ul > li.first {border-top:1px solid #fff}
.menu li > ul > li  > a{padding-left:30px;position: relative;}
.menu li > ul > li > a::before { content: '- ';  left: 15px;
    position: absolute; }

.th1 {background-color:#0066BB;color:#fff}

.tbl-j{background-color: #ccc;}
.tbl-j td{border:1px solid #fff;padding:5px;}
.tbl-j-title{background-color: #fff;}

.tooltip-a {background-color:#28c !important;color:#fff !important;background-image:none !important; border: #28c !important;padding:20px !important;font-size:12px !important;font-family: 'Open Sans' !important}
.tooltip-b {background-color:#f90 !important;color:#fff !important;background-image:none !important; border: #28c !important;padding:20px !important;font-size:12px !important;font-family: 'Open Sans' !important}


.ov{height:345px;background-repeat:no-repeat;position:relative;}
.ov .space{height:280px;}
.ov a{width: 267px;
display: block;
text-align: center;
background-image: url('../ovulation-calendar/v2.2btn.png');
height: 41px;
margin: 0 auto 0;
line-height: 41px;
font-size: 22px;
color: #fff;
font-family: 'Lato', sans-serif;}

.mv-layer-box{position:absolute;bottom:10px;height:170px;right:10px;width:360px;background-image:url('../b/banner_box_bg.png');cursor:pointer}
.mv-layer-box-wapper{padding:20px 30px 0;}
.mv-layer-box-point{background-image:url('../b/arrow_d.png');background-repeat:no-repeat;font-weight:300;font-size:16px;color:#fff;padding-left:22px;background-position:0 4px;padding-bottom:10px;}

/***** testimonials ****/
.testimonials-wrapper{padding:20px 40px}
.testimonials-box{margin-bottom:10px;background-color:#fff;}
.testimonials-box h2{margin:0px;padding:10px 20px 0;line-height:30px;font-size:22px;color:#246;font-weight:600;}
.testimonials-row{
    font-size: 16px;
    line-height: 24px;
    padding: 30px 40px;
    margin-bottom:40px;
    width: 70%;
    position:relative;
}
.testimonials-row p{
    margin-top:0px;
}
.testimonials-row-gray{
    background: none repeat scroll 0 0 #eee;
    color:#555;
}
.testimonials-row-blue{
    background: none repeat scroll 0 0 #28c;
    color:#fff;
}
.testimonial-row-quote{
      color: #999; font-size: 40px; 
      position:absolute
}
.testimonials-row-blue .testimonial-row-quote {
    color :#fff;
}

.testimonial-row-quote-start{top:20px;left:20px;}
.testimonial-row-quote-end{bottom:20px;right:20px;}
.testimonials-left{float:left}
.testimonials-right{float:right}
.testimonials-ar{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    margin: 0 auto;
    width: 0;
    position:absolute;
    bottom:-15px;
    left:50%}
.testimonials-row-gray .testimonials-ar{border-top: 15px solid #eee;}
.testimonials-row-blue .testimonials-ar{border-top: 15px solid #28c;}

.outer-wrapper .testimonials-row{
    width:41%
}
.testimonial-row-name{
    position:absolute;
    bottom:20px;
    right:50px;
    font-size:18px;
}
/*
.outer-wrapper .testimonials-row:nth-of-type(even){
    margin-top:50px;
}*/

.home-report{padding-left:80px;float:left;}
.home-report-text1{font-size:38px;font-family: 'Open Sans';color:#fff;font-weight: 400}
.home-report-text2{padding-top:30px;font-size:25px;font-family: 'Open Sans';font-weight: 400;color:#86b9e3}

.shareBtnC{position:absolute;right:60px;top:70px;}
.shareBtnC-group{}
.shareBtnC-text{font-size:12px;color:#fff;padding-top:10px;text-align:center}
.shareBtn img{width:34px !important;height:34px !important}
.clear-style{float:none !important;border:none !important;padding:0 !important;margin:0 !important;width:auto !important;height:auto !important}


@media screen and (max-device-width: 768px) {
.wrapper{width:660px ; margin: 0 auto;position:relative}
.outer-wrapper{min-width:660px;}
#rightPop{display:none;}
.newsHomeBlogC{width:45%}
.newsHomeBlogImgC{width:230px;margin-left:20px;}
.newsHomeBlogTitle{float:left;margin-left:20px;}
.footer-col{width:31%;height:250px;margin-left:10px;}
.home-row-2-heading{height:auto}
aside{display:none}
img{max-width:100%}
.mv-layer-box-point:nth-child(3){display:none}
.mv-layer-box-point:nth-child(2){display:none}
.mv-layer-box{height:110px}
iframe{width:100% !important; }
table{width:100% !important}
.home-report{ padding-left: 14px;}
.home-report-text1{font-size: 24px;}
.home-report-text2{font-size: 26px;}
}

@media only screen and (max-device-width : 480px) {
    .wrapper{width:100% ; margin: 0 auto;position:relative;}
    .outer-wrapper{min-width:100%;}
    
    .header-btn{position:relative;margin: 20px 0 0 20px;}
    .home-row-1-main{width:100%;height:auto;top: 30px;left: 10px;}
    .home-row-1-bg{width:100%;height:310px;}
    .home-row-1-img{display:none}
    .home-row-1-point{margin-right:0}
    .btn-34-ar{font-size:26px;width:90%}
    .home-row-1-text{display:none;}
    .home-row-1 h1{font-size:23px;}
    .call-tel{top:0px;display:none;}
    .space-mr-10{margin:0}
    .newsHomeBlogC{width:90%}
    .outer-wrapper .testimonials-row{width:60%;}
    .col-1-3{width:100%;}
    .col-2-3{width:100%}
    .footer-col{width:97%;height:auto;margin-left:20px;}
    nav li{width:100%}
    .mv-box2 h1{font-size:33px;line-height:1.1}
    .mv-layer-box{display:none}
    .ovInput-layer{  top: 20px !important;left: 15px !important;}
    .ovReult-cal {margin-left:15px !important;}
    .col-1-2a{width:95%}
    .extra-content-box-heading{height:auto}
    .mv-box3 h1{font-size:33px;}
    .shareBtnC{display:none}
    iframe{width:100% !important; height: auto !important}
    table{width:100% !important}
    .home-report-text1{font-size: 20px;}
    .home-report-text2{font-size: 22px;}
    .home-row-4-heading{font-size:43px;}
    .home-row-2-heading{font-size:40px;}
    .space-mr-10{margin-bottom:10px;}
    .sprs-curtag-euro{dispaly:none;}
    .kl-v3{width:100% !important}
}
@media screen and (max-device-width: 460px) {
.input_row.cus .fake_select {
    float: none;
    width: 100%;
}
.input_row.cus .fake_input {
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
}
.cover-row.cus .input_row {
    width: 100%;
    float: none !important;
    padding-right: 10px;
    margin-bottom: 10px;
}
}
.overImgText{}
.overImgText span{
    color: #fff;
    display: none;
    font-weight: 600;
    height: 150px;
    left: 159px;
    padding: 10px 0 0 10px;
    position: absolute;
    top: 40px;
    width: 150px;}
a.overImgText:hover span{
    display:block;
    background: rgba(0,0,0,0.6);
}
.home-row-slideclick{
    cursor: pointer;
    height: 318px;
    position: absolute;
    right: 68px;
    top: 45px;
    width: 182px;}

