/*================================= CSS Document =================================*/
/*================================== font-face ===================================*/
@font-face {
    font-family: OpenSans-Light;
    src: url(font-face/OpenSans-Regular.eot);
    src: local('â˜º'), url('../font-face/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../font-face/OpenSans-Light.woff') format('woff'), url('../font-face/OpenSans-Light.ttf') format('truetype'), url('../font-face/OpenSans-Light.svg#webfontOTINA1xY') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: OpenSans-Regular;
    src: url(font-face/OpenSans-Regular.eot);
    src: local('?'), url('../font-face/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../font-face/OpenSans-Regular.woff') format('woff'), url('../font-face/OpenSans-Regular.ttf') format('truetype'), url('../font-face/OpenSans-Regular.svg#webfontOTINA1xY') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: OpenSans-Semibold;
    src: url('font-face/OpenSans-Semibold.eot');
    src: local('â˜º'), url('../font-face/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../font-face/OpenSans-Semibold.woff') format('woff'), url('../font-face/OpenSans-Semibold.ttf') format('truetype'), url('../font-face/OpenSans-Semibold.svg#webfontOTINA1xY') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: optional;
}

/*=================================== headings ====================================*/
html {
    font-size: 10px;
    color: #606060;
    font-family: OpenSans-Regular;
    height: 100%;
}

body {
    font-size: 16px;
    line-height: 26px;
    height: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    color: #444;
    font-weight: normal;
}

strong,
b {
    font-family: OpenSans-Semibold;
    color: #444;
    font-weight: normal;
}

h1,
.h1 {
    font-size: 30px;
    line-height: 45px;
    font-family: OpenSans-Light;
}

h2,
.h2 {
    font-size: 24px;
    line-height: 36px;
    font-family: OpenSans-Light;
}

h3,
.h3 {
    font-size: 18px;
    line-height: 27px;
}

h4,
.h4 {
    font-size: 16px;
    line-height: 26px;
    font-family: OpenSans-Semibold;
}

h5,
.h5 {
    font-size: 14px;
    line-height: 24px;
    font-family: OpenSans-Semibold;
}

/*==================================== links ======================================*/
a:link,
a:visited,
a:active {
    color: #606060;
    text-decoration: none;
}

a:hover {
    color: #fe8e14;
}

a.orangelink {
    color: #fe8e14;
}

a.orangelink:hover {
    color: #ff9f1f;
}

a.orangelink:active {
    color: #f99d31;
}

a.graylink {
    border-bottom: solid 1px;
}

a.graylink:hover {
    color: #fe8e14;
}

a.blacklink {
    color: #444;
    border-bottom: solid 1px;
    font-family: OpenSans-Semibold;
}

a.blacklink:hover {
    color: #fe8e14;
}

a.bluelink {
    color: #50a8e1;
}

a.bluelink:hover {
    color: #61c2ec;
}

a.noUnderLine {
    text-decoration: none !important;
}

/*============================ color $$ border $$ backgroundb ======================*/
.bgGray {
    background: #f5f5f5;
}

.bgWhite {
    background: #FFF;
}

.bgOrange {
    background: #fe8e14;
}

.fontOrange {
    color: #fe8e14 !important;
}

.fontWhite {
    color: #fff;
}

.fc4 {
    color: #444;
}

.fc9 {
    color: #999;
}

.fc60 {
    color: #606060;
}

.fca {
    color: #aaa;
}

.gray-border-right {
    border-right: solid 1px #ddd;
}

.gray-border-top {
    border-top: solid 1px #ddd;
}

.gray-border-bottom {
    border-bottom: solid 1px #ddd;
}

.noborder {
    border: none !important;
}

/*==================================== position ====================================*/
.cl {
    clear: both;
}

.vm {
    vertical-align: middle;
}

.vt {
    vertical-align: top;
}

.vb {
    vertical-align: bottom;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.zoom {
    zoom: 1;
}

.overFlowAuto {
    overflow: auto;
}

/*================================== height&width ===================================*/
.w980 {
    width: 980px;
}

/*====================================== list =======================================*/
/* ol,
ul,
li,
dt,
dd {
    list-style: none;
    margin: 0;
    padding: 0;
} */

.orange-li>li {
    padding-left: 15px;
    background: url(images/icn-orange-li.png) no-repeat left 10px;
}

.list-numbers {
    list-style-position: inside;
    padding-left: 28px;
}

.list-numbers>li {
    list-style: decimal;
}

.list-circle {
    clear: both;
    padding-left: 20px;
}

.list-circle>li {
    list-style: circle;
}

.list-disc {
    clear: both;
    padding-left: 20px;
}

.list-disc>li {
    list-style: disc;
}

.list-square {
    clear: both;
    padding-left: 20px;
}

.list-square>li {
    list-style: square;
}

/*===================================== button =======================================*/
#mid_contain_alter .btn {
    display: inline-block;
    padding: 0 25px;
    height: 36px;
    line-height: 30px;
    color: #fe8e14;
    font-family: OpenSans-Semibold;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border: solid 2px #fe8e14;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#mid_contain_alter .btn:hover {
    background: #ff9f1f;
    color: #fff;
    border: solid 2px #ff9f1f;
}

#mid_contain_alter .btn:active {
    background: #f99d31;
    color: #fff;
    border: solid 2px #f99d31;
}

#mid_contain_alter .btn.lgBtn {
    height: 46px;
    min-width: 120px;
    line-height: 40px;
}

#mid_contain_alter .btn.mdBtn {
    height: 42px;
    min-width: 120px;
    line-height: 36px;
}

#mid_contain_alter .btn.smBtn {
    height: 38px;
    min-width: 100px;
    line-height: 32px;
}

#mid_contain_alter .btn.bgWhite {
    background: #fff;
    color: #fe8e14;
}

#mid_contain_alter .btn.bgWhite:hover {
    background: #ff9f1f;
    color: #fff;
}

#mid_contain_alter .btn.bgWhite:active {
    background: #f99d31;
    color: #fff;
}

#mid_contain_alter .btn.bgOrange {
    background: #fe8e14;
    color: #fff;
}

#mid_contain_alter .btn.bgOrange:hover {
    background: #ff9f1f;
}

#mid_contain_alter .btn.bgOrange:active {
    background: #f99d31;
}

/*Currently in use*/
#mid_contain_alter .d-btn {
    display: inline-block;
    padding: 0 25px;
    height: 36px;
    line-height: 30px;
    color: #fe8e14;
    font-family: OpenSans-Semibold;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border: solid 2px #fe8e14;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#mid_contain_alter .d-btn:link,
.d-btn:visited {
    color: #fe8e14;
}

#mid_contain_alter .d-btn:hover {
    background: #ff9f1f;
    color: #fff;
    border: solid 2px #ff9f1f;
}

#mid_contain_alter .d-btn:active {
    background: #f99d31;
    color: #fff;
    border: solid 2px #f99d31;
}

#mid_contain_alter .d-btn.lgBtn {
    height: 46px;
    line-height: 40px;
}

#mid_contain_alter .d-btn.mdBtn {
    height: 42px;
    line-height: 36px;
}

#mid_contain_alter .d-btn.smBtn {
    height: 38px;
    line-height: 32px;
}

#mid_contain_alter .d-btn.brBlur {
    border-color: #50a8e1;
    background: none;
    color: #b2abaa;
}

#mid_contain_alter .d-btn.brBlur:hover {
    border-color: #61c2ec;
    background: #61c2ec;
    color: #1daeeb;
}

#mid_contain_alter .d-btn.brBlur:active {
    border-color: #1daeeb;
    background: #1daeeb;
    color: #50a8e1;
}

#mid_contain_alter .d-btn.brWhite {
    border-color: #fff;
    background: none;
    color: #fff;
}

#mid_contain_alter .d-btn.brWhite:hover {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#B2000000);
}

#mid_contain_alter .d-btn.brWhite:active {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#B2000000);
}

#mid_contain_alter .d-btn.bgWhite {
    background: #fff;
    color: #fe8e14;
}

#mid_contain_alter .d-btn.bgWhite:hover {
    background: #ff9f1f;
    color: #fff;
}

#mid_contain_alter .d-btn.bgWhite:active {
    background: #f99d31;
    color: #fff;
}

#mid_contain_alter .d-btn.bgOrange {
    background: #fe8e14;
    color: #fff;
}

#mid_contain_alter .d-btn.bgOrange:hover {
    background: #ff9f1f;
}

#mid_contain_alter .d-btn.bgOrange:active {
    background: #f99d31;
}

#mid_contain_alter .d-btn.bgBlue {
    border-color: #50a8e1;
    background: #50a8e1;
    color: #fff;
}

#mid_contain_alter .d-btn.bgBlue:hover {
    border-color: #61c2ec;
    background: #61c2ec;
}

#mid_contain_alter .d-btn.bgBlue:active {
    border-color: #1daeeb;
    background: #1daeeb;
}

#mid_contain_alter .btn-disabled-mobile.disabled {
    border-color: #aaa !important;
    color: #aaa !important;
    background: #fff !important;
}

/*======================================== frame =====================================*/
#wrapper {
    position: relative;
    height: auto;
    min-height: 100%;
}

.inner_wrap {
    height: auto;
}

/*===================================== cookie-warn ==================================*/
#cookie-warn {
    display: none;
    width: 100%;
    height: auto;
    min-height: 60px;
    line-height: 30px;
    text-align: left;
    background: #D8EDF8;
    color: #3a87ad;
    padding: 15px 0;
}

#cookie-warn p {
    margin: 0;
    line-height: 30px;
    width: 80%;
}

#cookie-warn img {
    position: absolute;
    right: 15px;
    top: 6px;
    cursor: pointer;
}


/*=================================== subNav =========================================*/
#subNav {
    width: 100%;
    height: 60px;
    border-bottom: solid 1px #eee;
    background: #fff;
    z-index: 1000;
    position: relative;
}

#subNav li {
    position: relative;
    height: 60px;
    line-height: 58px;
    float: left;
    font-size: 14px;
    list-style: none;
}

#subNav li a {
    display: inline-block;
    font-size: 14px;
}

#subNav .subNav-lt {
    float: left;
    margin-top: 18px;
    font-size: 16px;
    /* padding-left: 15px; */
}

#subNav .subNav-lt .category-link {
    text-transform: capitalize;
    color: #1daeeb;
}

#subNav .subNav-ct:after {
    content: '';
    display: block;
    clear: both;
}

#subNav .subNav-ct li {
    padding: 0 5px;
}

#subNav .subNav-ct>ul>li>a {
    height: 60px;
    padding: 0 10px;
}

#subNav .to-home {
    padding: 0;
    width: 25px;
    margin-right: 10px;
}

#subNav .to-home a {
    display: inline-block;
    width: 25px;
    height: 55px;
    background: url(../images/logo-to-home.png) no-repeat left center;
}

#subNav .subNav-rt {
    float: right;
    padding-right: 15px;
}

.subNav-rt .btn {
    margin-top: 12px;
}

/*================================ subNav-ct-more ====================================*/
#subNav a.dropdown-toggle .icon {
    display: block;
    position: relative;
    top: -16px;
    height: 8px;
    width: 10px;
    margin: 0 auto;
    background: url(images/icn-subNav-upDown-7x4.png) no-repeat center center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#subNav a.dropdown-toggle:hover .icon,
#subNav a.dropdown-toggle.on .icon {
    background: url(images/icn-subNav-upDown-hover-7x4.png) no-repeat center center;
}

/*#subNav a.dropdown-toggle.on .icon { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }*/
#subNav a.dropdown-toggle.on {
    color: #fe8e14;
}

.subNav-ct-more {
    position: absolute\0;
    display: none;
    width: auto;
    height: auto;
    background: #f5f5f5;
}

#subNav .subNav-ct-more li {
    margin-top: -1px;
}

#subNav .subNav-ct-more li:first-child {
    margin-top: 0;
}

#subNav .subNav-ct-more li {
    float: none;
    height: 40px;
    line-height: 35px;
    border-bottom: solid 1px #f5f5f5;
}

#subNav .subNav-ct-more li a {
    display: block;
    width: auto;
    height: 40px;
    padding: 0 2px;
    line-height: 39px;
    text-align: left;
    border-bottom: solid 1px #ddd;
    white-space: nowrap;
}

#subNav .subNav-ct-more li:last-child a {
    border-bottom: none;
}

#subNav .subNav-ct-more li:hover {
    background: #eee;
    border-bottom: solid 1px #fe8e14;
}

#subNav .subNav-ct-more li:hover a {
    border-bottom: solid 1px #fe8e14;
}

/*=================================== footer =======================================*/
.inner_wrap {
    padding-bottom: 86px;
}

#footer {
    /* position: absolute; */
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 86px;
    border-top: solid 1px #ddd;
    background: #fff;
}

#footerBtm {
    padding: 15px 0 22px;
    font-size: 14px;
    line-height: 24px;
    color: #444;
}

#footerBtm p {
    margin: 0;
}

#footerBtm a {
    color: #444;
}

#footerBtm a:hover {
    color: #fe8e14;
}

iframe[name='google_conversion_frame'] {
    display: none;
    line-height: 0 !important;
    font-size: 0 !important;
    margin: 0;
}

a#toTop {
    position: fixed;
    _position: absolute;
    z-index: 9999;
    bottom: 30px;
    right: 2%;
    bottom: 5%;
    width: 46px;
    height: 45px;
    float: right;
    background: url(images/icn-toTop-45X45.png) no-repeat center top;
}

a#toTop:hover {
    background-position: center -45px;
}

/*================================== tooltip =======================================*/
#tooltip {
    border: 1px solid #CCC;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    background: url(https://www.dynamsoft.com/assets/images/blkTransparent.png) top left repeat;
    position: absolute;
    z-index: 9999;
    color: #fff;
    font-size: 11px;
}

#tooltip .tipBody {
    background-color: #333;
    padding: 5px 5px 5px 15px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    line-height: 19px;
}

/*==== bootstrap-tooltip ====*/
.tooltip .tooltip-inner {
    background: #c7c7c7;
    padding: 10px 15px 12px;
}

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1 !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #c7c7c7 !important;
}

/*================================  mask layer =====================================*/
#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9997;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#quote.window {
    position: fixed;
    left: 0;
    top: 0;
    float: left;
    display: none;
    z-index: 9999;
    padding: 20px;
    margin-bottom: 20px;
}

a.close {
    float: right;
    margin-top: 15px;
    display: block;
    background: url(https://www.dynamsoft.com/assets/images/icn-close-49X13.gif) no-repeat;
    width: 49px;
    height: 13px;
}

/*=============================== padding & margin =================================*/
.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pt100 {
    padding-top: 100px;
}

.pr0 {
    padding-right: 0 !important;
}

.pr15 {
    padding-right: 15px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb100 {
    padding-bottom: 100px;
}

.pl0 {
    padding-left: 0 !important;
}

.pl15 {
    padding-left: 15px;
}

.plr30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mr0 {
    margin-right: 0 !important;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.mln5 {
    margin-left: -5px;
}

.mauto {
    margin-left: auto;
    margin-right: auto;
}

/*================================= line-height =================================*/
.lh24 {
    line-height: 24px;
}

.lh30 {
    line-height: 30px;
}

.lh36 {
    line-height: 36px;
}

.lh30 {
    line-height: 30px;
}

/*================================= font-size ===================================*/
.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

.f30 {
    font-size: 30px;
}

.f36 {
    font-size: 36px;
}

.fontSb {
    font-family: OpenSans-Semibold;
}

.fontLt {
    font-family: OpenSans-Light;
}

.fontRl {
    font-family: OpenSans-Regular;
}

.t2 {
    text-indent: 2em;
}

.vm {
    vertical-align: middle !important;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.inline-block {
    display: inline-block;
}

.inlineBlock {
    display: inline-block;
}

.block {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

hr.cutLine {
    border-top: solid 1px #ddd;
    margin: 0;
    padding: 0;
}

.show-xs,
.show-sm,
.show-md,
.show-lg {
    display: none;
}

.hide-xs,
.hide-sm,
.hide-md,
.hide-lg {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .show-xs {
        display: inline-block;
    }

    .hide-xs {
        display: none;
    }

    /* #subNav { display: none; } */
    #subMenu {
        display: none;
    }

    #subMenu .subMenu-secondary.sm-active {
        display: none !important;
    }
}

@media (min-width: 768px) {

    h1,
    .h1 {
        font-size: 36px;
        line-height: 50px;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 45px;
    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 36px;
        font-family: OpenSans-Light;
    }

    h4,
    .h4 {
        font-size: 16px;
        line-height: 26px;
    }

    h5,
    .h5 {
        font-size: 14px;
        line-height: 24px;
    }

    #comm100-float-button-2 {
        display: block;
    }

    .sm-fontSb {
        font-family: OpenSans-Semibold;
    }

    .sm-fontLt {
        font-family: OpenSans-Light;
    }

    .sm-fontRl {
        font-family: OpenSans-Regular;
    }

    .sm-mauto {
        margin-left: auto;
        margin-right: auto;
    }

    /*====== reset ======*/
    .sm-tl {
        text-align: left;
    }

    .sm-tr {
        text-align: right;
    }

    .sm-tc {
        text-align: center;
    }

    .sm-fl {
        float: left;
    }

    .sm-fr {
        float: right;
    }

    .sm-f14 {
        font-size: 14px;
    }

    .sm-f16 {
        font-size: 16px;
    }

    .sm-f18 {
        font-size: 18px;
    }

    .sm-f20 {
        font-size: 20px;
    }

    .sm-f24 {
        font-size: 24px;
    }

    .sm-f26 {
        font-size: 26px;
    }

    .sm-f30 {
        font-size: 30px;
    }

    .sm-f36 {
        font-size: 36px;
    }

    .sm-lh24 {
        line-height: 24px;
    }

    .sm-lh27 {
        line-height: 27px;
    }

    .sm-lh34 {
        line-height: 34px;
    }

    .sm-lh39 {
        line-height: 39px;
    }

    .sm-lh42 {
        line-height: 42px;
    }

    .sm-lh48 {
        line-height: 48px;
    }

    .sm-ptb20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sm-ptb30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sm-ptb50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sm-ptb60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .sm-ptb80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .sm-ptb100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .sm-pt0 {
        padding-top: 0;
    }

    .sm-plr0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sm-pl0 {
        padding-left: 0 !important;
    }

    .sm-pr0 {
        padding-right: 0 !important;
    }

    .sm-pt20 {
        padding-top: 20px;
    }

    .sm-pt40 {
        padding-top: 40px;
    }

    .sm-pt50 {
        padding-top: 50px;
    }

    .sm-pt60 {
        padding-top: 60px;
    }

    .sm-pt70 {
        padding-top: 70px;
    }

    .sm-pt80 {
        padding-top: 80px;
    }

    .sm-pt100 {
        padding-top: 100px;
    }

    .sm-pr15 {
        padding-right: 15px !important;
    }

    .sm-pb0 {
        padding-bottom: 0;
    }

    .sm-pb10 {
        padding-bottom: 10px;
    }

    .sm-pb20 {
        padding-bottom: 20px;
    }

    .sm-pb30 {
        padding-bottom: 30px;
    }

    .sm-pb40 {
        padding-bottom: 40px;
    }

    .sm-pb50 {
        padding-bottom: 50px;
    }

    .sm-pb60 {
        padding-bottom: 60px;
    }

    .sm-pb70 {
        padding-bottom: 70px;
    }

    .sm-pb80 {
        padding-bottom: 80px;
    }

    .sm-pb90 {
        padding-bottom: 90px;
    }

    .sm-pb100 {
        padding-bottom: 100px;
    }

    .sm-pl15 {
        padding-left: 15px !important;
    }

    .sm-pl30 {
        padding-left: 30px;
    }

    .sm-mt0 {
        margin-top: 0;
    }

    .sm-mt10 {
        margin-top: 10px;
    }

    .sm-mt15 {
        margin-top: 15px;
    }

    .sm-mt20 {
        margin-top: 20px;
    }

    .sm-mt30 {
        margin-top: 30px;
    }

    .sm-mt40 {
        margin-top: 40px;
    }

    .sm-mt50 {
        margin-top: 50px;
    }

    .sm-mt60 {
        margin-top: 60px;
    }

    .sm-mt70 {
        margin-top: 70px;
    }

    .sm-mt80 {
        margin-top: 80px;
    }

    .sm-mt100 {
        margin-top: 100px;
    }

    .sm-mb0 {
        margin-bottom: 0;
    }

    .sm-ml0 {
        margin-left: 0;
    }

    .sm-ml50 {
        margin-left: 50px;
    }

    /*====== reset ======*/
    #smHeader .toggle-smNav {
        float: right;
        padding: 19px 15px 23px 30px;
        height: 65px;
        font-size: 16px;
        cursor: pointer;
    }

    .toggle-smNav .icon-bar {
        display: block;
        width: 22px;
        height: 3px;
        border-radius: 2px;
        background: #aaa;
        margin-top: 4px;
    }

    /*=================================== subNav =========================================*/
    #subNav {
        height: 65px;
    }

    #subNav li {
        height: 65px;
        line-height: 64px;
    }

    #subNav .to-home a {
        height: 62px;
    }

    /*====== footer ======*/
    .inner_wrap {
        padding-bottom: 61px;
    }

    #footer {
        height: 61px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .show-sm {
        display: inline-block;
    }

    .hide-sm {
        display: none;
    }

    #subMenu .subMenu-secondary.sm-active {
        display: block;
    }

    #smHeaderClickedContent .smHeaderClicked-Nav>li:first-child a {
        cursor: default;
    }

    #subNav .subNav-lt {
        padding-left: 15px;
    }
}

@media (min-width: 992px) {

    h1,
    .h1 {
        font-size: 40px;
        line-height: 60px;
    }

    h2,
    .h2 {
        font-size: 36px;
        line-height: 50px;
    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 36px;
    }

    h4,
    .h4 {
        font-size: 16px;
        line-height: 26px;
    }

    h5,
    .h5 {
        font-size: 14px;
        line-height: 24px;
    }

    /*====== reset ======*/
    .md-fontSb {
        font-family: OpenSans-Semibold;
    }

    .md-fontLt {
        font-family: OpenSans-Light;
    }

    .md-fontRl {
        font-family: OpenSans-Regular;
    }

    .md-block {
        display: block !important;
    }

    .md-fl {
        float: left;
    }

    .md-fr {
        float: right;
    }

    .md-fn {
        float: none !important;
    }

    .md-tc {
        text-align: center;
    }

    .md-tl {
        text-align: left;
    }

    .md-tr {
        text-align: right;
    }

    .md-f12 {
        font-size: 12px;
    }

    .md-f14 {
        font-size: 14px;
    }

    .md-f16 {
        font-size: 16px;
    }

    .md-f18 {
        font-size: 18px;
    }

    .md-f24 {
        font-size: 24px;
    }

    .md-f30 {
        font-size: 30px;
        line-height: 45px;
    }

    .md-f32 {
        font-size: 32px;
    }

    .md-f36 {
        font-size: 36px;
    }

    .md-f40 {
        font-size: 40px;
    }

    .md-lh26 {
        line-height: 26px;
    }

    .md-lh36 {
        line-height: 36px;
    }

    .md-lh45 {
        line-height: 45px;
    }

    .md-lh60 {
        line-height: 60px;
    }

    .md-mt0 {
        margin-top: 0;
    }

    .md-mt10 {
        margin-top: 10px;
    }

    .md-mt15 {
        margin-top: 15px;
    }

    .md-mt20 {
        margin-top: 20px;
    }

    .md-mt30 {
        margin-top: 30px;
    }

    .md-mt40 {
        margin-top: 40px;
    }

    .md-mt50 {
        margin-top: 50px;
    }

    .md-mt60 {
        margin-top: 60px;
    }

    .md-mt70 {
        margin-top: 70px;
    }

    .md-mt80 {
        margin-top: 80px;
    }

    .md-mt100 {
        margin-top: 100px;
    }

    .md-mt160 {
        margin-top: 160px;
    }

    .md-mr30 {
        margin-right: 30px;
    }

    .md-ml30 {
        margin-left: 30px;
    }

    .md-ptb100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .md-p0 {
        padding: 0 !important;
    }

    .md-pt20 {
        padding-top: 20px;
    }

    .md-pt30 {
        padding-top: 30px;
    }

    .md-pt40 {
        padding-top: 40px;
    }

    .md-pt50 {
        padding-top: 50px;
    }

    .md-pt60 {
        padding-top: 60px;
    }

    .md-pr0 {
        padding-right: 0 !important;
    }

    .md-pr15 {
        padding-right: 15px;
    }

    .md-pb10 {
        padding-bottom: 10px;
    }

    .md-pb15 {
        padding-bottom: 15px;
    }

    .md-pb30 {
        padding-bottom: 30px;
    }

    .md-pb50 {
        padding-bottom: 50px;
    }

    .md-pb70 {
        padding-bottom: 70px;
    }

    .md-pb90 {
        padding-bottom: 90px;
    }

    .md-pl0 {
        padding-left: 0 !important;
    }

    .md-pl15 {
        padding-left: 15px;
    }

    /*======= reset ======*/
    /*====== md-nav ======*/
    #header.fixed {
        padding-bottom: 60px;
    }

    #subNav.subNav-fixed {
        position: fixed;
        top: 0;
        z-index: 1001;
        box-shadow: 0 0 12px rgba(0, 0, 0, .3);
        -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .3);
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .3);
    }

    #subNav .subNav-ct {
        float: right;
    }

    /*====== md-nav ======*/
    #cp-header {
        float: right;
    }

    #cp-header li {
        text-indent: 0;
    }

    #cp-header li a {
        font-size: 14px;
        line-height: 24px;
    }

    .inner_wrap {
        padding-bottom: 75px;
    }

    #footer {
        height: 75px;
    }

    #footerBtm {
        height: 75px;
        line-height: 42px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .show-md {
        display: inline-block;
    }

    .hide-md {
        display: none;
    }
}

@media (min-width: 1200px) {
    .show-lg {
        display: inline-block;
    }

    .hide-lg {
        display: none;
    }

    /*====== reset ======*/
    .lg-tc {
        text-align: center;
    }

    .lg-tl {
        text-align: left;
    }

    .lg-fl {
        float: left;
    }

    .lg-tr {
        text-align: right;
    }

    .lg-fr {
        float: right;
    }

    .lg-fn {
        float: none !important;
    }

    .lg-mt0 {
        margin-top: 0;
    }

    .lg-mt10 {
        margin-top: 10px;
    }

    .lg-mt20 {
        margin-top: 20px;
    }

    .lg-mt30 {
        margin-top: 30px;
    }

    .lg-mt40 {
        margin-top: 40px;
    }

    .lg-mt50 {
        margin-top: 50px;
    }

    .lg-mt60 {
        margin-top: 60px;
    }

    .lg-mt100 {
        margin-top: 100px;
    }

    .lg-ml10 {
        margin-left: 10px;
    }

    .lg-ptb40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lg-ptb80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .lg-ptb100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .lg-pt80 {
        padding-top: 80px;
    }

    .lg-pt100 {
        padding-top: 100px;
    }

    .lg-pr0 {
        padding-right: 0 !important;
    }

    .lg-pr15 {
        padding-right: 15px;
    }

    .lg-pb10 {
        padding-bottom: 10px;
    }

    .lg-pb40 {
        padding-bottom: 40px;
    }

    .lg-pb50 {
        padding-bottom: 50px;
    }

    .lg-pb60 {
        padding-bottom: 60px;
    }

    .lg-pb80 {
        padding-bottom: 80px;
    }

    .lg-pb100 {
        padding-bottom: 100px;
    }

    .lg-pl0 {
        padding-left: 0 !important;
    }

    .lg-pl15 {
        padding-left: 15px;
    }

    .lg-p0 {
        padding: 0 !important;
    }

    /*====== lg-nav ======*/
    #subMenu .subMenu-secondary {
        margin-left: -414px;
    }

    #action-nav .action-signin {
        margin-left: 50px;
    }

    #subNav .subNav-ct li {
        padding: 0 10px;
    }

    /*====== lg-subNav ======*/
    #subNav .subNav-ct li {
        padding: 0 10px;
    }
}




/*=================================== header =========================================*/