@font-face {
    font-family: myriad-pro;
    src: local("Myriad Pro Cond"), url(../font-face/MyriadPro-Cond.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}
@font-face {
    font-family: Oswald-Regular;
    src: local("Oswald Regular"), url(../font-face/Oswald-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}
@font-face {
    font-family: Oswald-Bold;
    src: local("Oswald Bold"), url(../font-face/Oswald-Bold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}
@font-face {
    font-family: Oswald-ExtraLight;
    src: local("Oswald ExtraLight"), url(../font-face/Oswald-ExtraLight.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}
@font-face {
    font-family: Oswald-Light;
    src: local("Oswald Light"), url(../font-face/Oswald-Light.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}
@font-face {
    font-family: Oswald-SemiBold;
    src: local("Oswald SemiBold"), url(../font-face/Oswald-SemiBold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}
@font-face {
    font-family: Oswald-Medium;
    src: local("Oswald Medium"), url(../font-face/Oswald-Medium.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}
@font-face {
    font-family: OpenSans-Light;
    src: local("Open Sans Light"), url(../font-face/OpenSans-Light.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}
@font-face {
    font-family: OpenSans-Regular;
    src: local("Open Sans Regular"), url(../font-face/OpenSans-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}
@font-face {
    font-family: OpenSans-Semibold;
    src: local("Open Sans Semibold"), url(../font-face/OpenSans-Semibold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}
html {
    font-size: 10px;
    color: #323234;
}
body,
html {
    font-family: OpenSans-Regular;
}
body {
    overflow-x: hidden;
}
#Web b,
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5,
strong {
    color: #323234;
    font-weight: 700;
    font-family: Oswald-Regular;
}
h2,
h3 {
    color: #323234;
}
.d-btn {
    display: inline-block;
    font-family: Oswald-Regular;
    height: 7rem;
    padding: 0 3.2rem;
    line-height: 7rem;
    color: #fe8e14;
    background: #fff;
    font-size: 2.4rem;
    border: 0;
    outline: 0;
}
.d-btn.orange-btn {
    background: #fe8e14;
    color: #fff;
}
.d-btn.border-btn {
    background: 0 0;
    color: #fe8e14;
    border: 3px solid #fe8e14;
    line-height: 6.4rem;
}
.d-btn.white-btn {
    background: #fff;
    color: #fe8e14;
}
.d-btn.active.focus,
.d-btn.active:focus,
.d-btn.focus,
.d-btn:active.focus,
.d-btn:active:focus,
.d-btn:focus {
    outline: 0;
}
a,
a:active,
a:focus,
a:visited {
    color: #606060;
    text-decoration: none !important;
}
a.orangeLink {
    color: #fe8e14 !important;
}
a.orangeLink:active,
a.orangeLink:hover {
    color: #fea543 !important;
}
a.greenLink,
a.greenLink:active,
a.greenLink:hover {
    color: #6ac4bb !important;
}
a.blumineLink {
    color: #306877 !important;
}
a.blumineLink:active,
a.blumineLink:hover {
    color: #3c7f92 !important;
}
a.graylink {
    border-bottom: 1px solid;
}
a.graylink:hover {
    color: #fe8e14;
}
a.blacklink {
    color: #444;
    border-bottom: 1px solid;
}
a.blacklink:hover {
    color: #fe8e14;
}
a.bluelink {
    color: #50a8e1;
}
a.bluelink:active,
a.bluelink:hover {
    color: #61c2ec;
}
a.whiteLink {
    color: #fff;
}
a.whiteLink:hover {
    color: #f2f2f2;
}
a.whiteLink:active,
a.whiteLink:visited {
    color: #fff;
}
a.fc9Link {
    color: #999;
}
a.fc9Link:active,
a.fc9Link:hover {
    color: #fff;
}
a.noUnderLine {
    text-decoration: none !important;
}
.orangeBgBtn {
    display: inline-block;
    padding: 0 25px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 16px !important;
    text-align: center;
    cursor: pointer;
    color: #fff !important;
    background: #fe8e14 !important;
    font-family: Oswald-Regular;
    vertical-align: top;
}
.orangeBgBtn:active,
.orangeBgBtn:hover,
.orangeBgBtn:visited {
    background: #fe8e14;
    color: #fff;
}
.orangeBorderBtn {
    display: inline-block;
    padding: 0 25px !important;
    height: 30px !important;
    line-height: 26px !important;
    font-size: 16px !important;
    text-align: center;
    cursor: pointer;
    color: #fe8e14 !important;
    background: 0 0 !important;
    border: 2px solid #fe8e14;
    font-family: Oswald-Regular;
    vertical-align: top;
}
.orangeBgBtn:active,
.orangeBgBtn:hover,
.orangeBgBtn:visited {
    border-color: #fea543;
    color: #fea543;
}
.overflowHidden {
    overflow: hidden;
}
.fontRegular {
    font-family: OpenSans-Regular;
    font-weight: 400;
}
.fontBold {
    font-family: OpenSans-Semibold;
    font-weight: 400;
}
.fontLight {
    font-family: OpenSans-Light;
    font-weight: 400;
}
.fontOswald {
    font-family: Oswald-Regular;
    font-weight: 400;
}
.fontOswaldBold {
    font-family: Oswald-Bold;
    font-weight: 400;
}
.fontOswaldExtraLight {
    font-family: Oswald-ExtraLight;
    font-weight: 400;
}
.fontOswaldLight {
    font-family: Oswald-Light;
    font-weight: 400;
}
.fontOswaldMedium {
    font-family: Oswald-Medium;
    font-weight: 400;
}
.fontOswaldSemiBold {
    font-family: Oswald-SemiBold;
    font-weight: 400;
}
.fontMyriad {
    font-family: myriad-pro;
    font-weight: 400;
}
.fc32 {
    color: #323234;
}
.fc4 {
    color: #444;
}
.fc9 {
    color: #999;
}
.fc60 {
    color: #606060;
}
.fca {
    color: #aaa;
}
.fontWhite {
    color: #fff !important;
}
.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;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.tl {
    text-align: left;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.vm {
    vertical-align: middle;
}
.vt {
    vertical-align: top;
}
.vb {
    vertical-align: bottom;
}
.mt0 {
    margin-top: 0;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.mt45 {
    margin-top: 45px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mt80 {
    margin-top: 80px;
}
.mt90 {
    margin-top: 90px;
}
.mt100 {
    margin-top: 100px;
}
.mt110 {
    margin-top: 110px;
}
.mt120 {
    margin-top: 120px;
}
.mt150 {
    margin-top: 150px;
}
.mr0 {
    margin-right: 0 !important;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr50 {
    margin-right: 50px;
}
.mb0 {
    margin-bottom: 0;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.mln5 {
    margin-left: -5px;
}
.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;
}
.pr25 {
    padding-right: 25px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.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;
}
.pl20 {
    padding-left: 20px;
}
.pl30 {
    padding-left: 30px;
}
.pl40 {
    padding-left: 40px;
}
.pl50 {
    padding-left: 50px;
}
.pl100 {
    padding-left: 100px;
}
.plr30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
@media (min-width: 1700px) {
    .xxl-plr120 {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }
    .xxl-pr90 {
        padding-right: 90px;
    }
}
.bgGray {
    background: #f5f5f5;
}
.bgOrange {
    background: #fe8e14;
}
a.bgOrange:hover {
    background: #fea543;
}
a.bgOrange,
a.bgOrange:active,
a.bgOrange:focus {
    color: #fff;
}
.textUpperCase {
    text-transform: uppercase;
}
.textCapitalize {
    text-transform: capitalize;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.hide-lg,
.hide-md,
.hide-sm,
.hide-xl {
    display: inline-block;
}
.show-block-lg,
.show-block-md,
.show-block-sm,
.show-block-xl,
.show-lg,
.show-md,
.show-sm,
.show-xl {
    display: none;
}
.hide-block-lg,
.hide-block-md,
.hide-block-sm,
.hide-block-xl {
    display: block;
}
@media (max-width: 767px) {
    .show-sm {
        display: inline-block;
    }
    .show-block-sm {
        display: block;
    }
    .hide-block-sm,
    .hide-sm {
        display: none;
    }
    h1 {
        font-size: 34px;
    }
    h1,
    h2 {
        line-height: 40px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 20px;
        line-height: 30px;
    }
    p {
        font-size: 14px;
        line-height: 26px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .show-md {
        display: inline-block !important;
    }
    .show-block-md {
        display: block;
    }
    .hide-block-md,
    .hide-md {
        display: none;
    }
    h1 {
        font-size: 36px;
        line-height: 42px;
    }
    h2 {
        font-size: 32px;
        line-height: 48px;
    }
    h3 {
        font-size: 24px;
        line-height: 32px;
    }
    p {
        font-size: 14px;
        line-height: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .show-lg {
        display: inline-block;
    }
    .show-block-lg {
        display: block;
    }
    .hide-block-lg,
    .hide-lg {
        display: none;
    }
    h1 {
        font-size: 44px;
        line-height: 56px;
    }
    h2 {
        font-size: 36px;
        line-height: 54px;
    }
    h3 {
        font-size: 27px;
        line-height: 36px;
    }
    p {
        font-size: 16px;
        line-height: 28px;
    }
}
@media (min-width: 1200px) and (max-width: 1698px) {
    .show-xl {
        display: inline-block;
    }
    .show-block-xl {
        display: block;
    }
    .hide-block-xl,
    .hide-xl {
        display: none;
    }
    h1 {
        font-size: 44px;
        line-height: 56px;
    }
    h2 {
        font-size: 36px;
        line-height: 54px;
    }
    h3 {
        font-size: 27px;
        line-height: 36px;
    }
    p {
        font-size: 16px;
        line-height: 28px;
    }
}
@media (min-width: 1698.1px) {
    .show-xl {
        display: inline-block;
    }
    .show-block-xl {
        display: block;
    }
    .hide-block-xl,
    .hide-xl {
        display: none;
    }
    h1 {
        font-size: 55px;
        line-height: 70px;
    }
    h2 {
        font-size: 40px;
        line-height: 60px;
    }
    h3 {
        font-size: 30px;
        line-height: 40px;
    }
    p {
        font-size: 18px;
        line-height: 30px;
    }
}
.orange-li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.productMenu {
    width: 100%;
    height: 95px;
    font-size: 14px;
    background: #f5f5f5;
}
.productMenu.fixedMenu {
    position: fixed;
    top: 0;
    z-index: 111;
}
.mobileProductMenu {
    display: none !important;
}
.productMenu .menuList {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 0;
}
.productMenu .menuList li {
    display: inline-block;
    position: relative;
    color: #323234;
    line-height: 95px;
    margin-right: 30px;
    padding: 0 10px;
    font-size: 18px;
    cursor: pointer;
    vertical-align: top;
    font-family: Oswald-Regular;
}
.productMenu .menuList li:first-child {
    font-size: 26px;
    margin-right: 50px;
    padding: 0;
}
.productMenu .menuList li:last-child {
    margin-right: 0;
}
.productMenu .menuList li a {
    font-family: Oswald-Regular;
}
.productMenu .menuList li a,
.productMenu .menuList li a:active {
    color: #323234;
    text-decoration: none;
}
.productMenu .menuList li a:hover {
    color: #fe8e14;
}
.productMenu .menuList li.title,
.productMenu .menuList li.title a {
    font-size: 26px;
    color: #fe8e14;
}
.productMenu .downloadBtn {
    display: inline-block;
    padding: 0 25px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    color: #fff;
    background: #fe8e14;
    font-family: Oswald-Regular;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 0 0 #fff;
}
.productMenu .downloadBtn:hover {
    box-shadow: -8px 8px 0 0 #000;
    transform: translate(8px, -8px);
    background: #fe8e14;
}
.productMenu .pcProductMenu .ct-more {
    top: 95px;
    padding: 8px 0;
    height: auto;
    background: #f5f5f5;
    position: absolute;
    border: 1px solid #ddd;
    border-top: 2px solid #ddd;
    z-index: 11;
}
.productMenu .pcProductMenu .ct-more li {
    float: none;
    display: block;
    padding: 0;
    height: 30px;
    margin-right: 0;
}
.productMenu .pcProductMenu .ct-more li a {
    display: block;
    padding: 0;
    width: auto;
    text-align: left;
    white-space: nowrap;
    text-transform: capitalize;
}
#BarcodeMenuContainer .productSubMenuWrap .subMenuCnt {
    top: 0;
    left: 505px;
}
.productMenu span.type {
    display: inline-block;
    color: #aaa;
}
.productMenu .pcProductMenu .ct-more {
    left: -22%;
}
.productMenu .menuList li a:active,
.productMenu .pcProductMenu .menuList li a {
    color: #323234;
}
.productMenu .pcProductMenu .menuList li a:hover {
    color: #fe8e14;
}
.productMenu .pcProductMenu .ct-more {
    width: auto;
    padding: 35px 40px;
}
.productMenu .pcProductMenu .ct-more li {
    height: auto;
    color: #323234;
    line-height: 30px;
    font-size: 18px;
    margin-top: 10px;
}
.productMenu .pcProductMenu .ct-more li:nth-child(2) {
    margin-top: 0;
}
.productMenu .pcProductMenu .ct-more li a {
    color: #323234;
    text-transform: uppercase;
}
.productMenu .pcProductMenu .ct-more li a:hover {
    color: #fe8e14;
}
.productMenu .pcProductMenu .ct-more .icon-orange-angle {
    position: absolute;
    width: 26px;
    height: 33px;
    left: 35px;
    top: -15px;
}
.productMenu .pcProductMenu .item.on {
    background: #ddd;
}
#_hj_feedback_container {
    display: none !important;
}
@media (max-width: 1599.98px) {
    .productMenu {
        height: 72px;
    }
    .productMenu .pcProductMenu .menuList li {
        line-height: 72px;
        margin-right: 30px;
        font-size: 16px;
    }
    .productMenu .menuList li.title a,
    .productMenu .pcProductMenu .menuList li.title,
    .productMenu .pcProductMenu .menuList li:first-child {
        font-size: 22px;
    }
    .productMenu .pcProductMenu .downloadBtn {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        margin-top: 16px;
    }
    .productMenu .pcProductMenu .ct-more {
        top: 72px;
        font-size: 16px;
    }
    .productMenu .pcProductMenu .ct-more li {
        font-size: 18px;
        line-height: 30px;
    }
    .productMenu .pcProductMenu .ct-more .icon-orange-angle {
        position: absolute;
        width: 23px;
        height: 30px;
        left: 35px;
        top: -12px;
    }
}
@media (max-width: 1199.98px) {
    .productMenu .pcProductMenu .menuList li {
        margin-right: 5px;
    }
    .productMenu .pcProductMenu .menuList li:first-child {
        margin-right: 18px;
    }
}
@media (max-width: 991.98px) {
    .productMenu .downloadBtn {
        display: none;
    }
    .productMenu {
        height: 60px;
    }
    .productMenu .pcProductMenu .menuList li {
        line-height: 60px;
        margin-right: 30px;
        font-size: 16px;
    }
    .productMenu .pcProductMenu .ct-more li {
        line-height: 30px;
    }
    .pcProductMenu {
        display: none !important;
    }
    .mobileProductMenu {
        display: block !important;
    }
    .mobileProductMenu .productLogo {
        display: inline-block;
        height: 36px;
        margin-top: 12px;
        cursor: pointer;
    }
    .mobileProductMenu .productLogo i.dbr-logo,
    .mobileProductMenu .productLogo i.dnt-logo,
    .mobileProductMenu .productLogo i.dwt-logo {
        height: 36px;
    }
    .mobileProductMenu .productLogo i.icon-orange-angle {
        vertical-align: top;
        margin-top: 16px;
        margin-left: 15px;
    }
    #SourceAnyWhereMenu .mobileProductMenu .productLogo i.icon-orange-angle {
        vertical-align: top;
        margin-top: 10px;
        margin-left: 15px;
    }
    .mobileProductMenu .currentPage {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
    .mobileProductDetailMenu {
        display: none;
        position: absolute;
        width: 100%;
        background: #323234;
        color: #fff;
        padding: 30px;
        z-index: 11;
    }
    .mobileProductDetailMenu .menuList .item {
        display: block;
        line-height: 30px;
    }
    .mobileProductDetailMenu .menuList .item a,
    .mobileProductDetailMenu .menuList .item a:active,
    .mobileProductDetailMenu .menuList .item a:visited {
        color: #fff;
    }
    .mobileProductDetailMenu .menuList .item a:hover {
        color: #fe8e14;
    }
    .mobileProductDetailMenu .menuList .item .showMenuMore,
    .mobileProductDetailMenu .menuList .item a {
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        font-family: Oswald-Regular;
        text-transform: uppercase;
    }
    .mobileProductDetailMenu .menuList .item .ct-more .item {
        line-height: 21px;
    }
    .mobileProductDetailMenu .menuList .item .ct-more .item a {
        font-size: 14px;
        font-family: Oswald-Regular;
    }
    .mobileProductDetailMenu .menuList > .item {
        margin-bottom: 10px;
    }
    .mobileProductDetailMenu .menuList .item .ct-more > .item {
        margin-top: 6px;
        padding-left: 20px;
    }
}
@media (max-width: 767.98px) {
    .productMenu {
        height: 42px;
    }
    .productMenu .pcProductMenu .menuList li {
        margin-right: 30px;
        display: none;
    }
    .productMenu .pcProductMenu .menuList li:first-child {
        display: inline-block;
    }
    .mobileProductMenu .productLogo {
        margin-top: 8px;
    }
    .mobileProductMenu .productLogo i.dbr-logo,
    .mobileProductMenu .productLogo i.dnt-logo,
    .mobileProductMenu .productLogo i.dwt-logo {
        height: 25px;
        width: 188px;
    }
    .mobileProductMenu .productLogo i.icon-orange-angle {
        vertical-align: top;
        margin-top: 8px;
        margin-left: 15px;
    }
    .mobileProductMenu .currentPage {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .mobileProductDetailMenu {
        display: none !important;
    }
    .productMenu .container {
        max-width: calc(100% - 40px);
    }
}
@media (min-width: 1200px) {
    .productMenu .container {
        max-width: calc(100% - 100px);
    }
}
@media (min-width: 1680px) {
    .productMenu .container {
        max-width: 1630px;
    }
}
#loadingLogin.loading {
    position: absolute;
    background-color: hsla(0, 0%, 100%, 0.575);
    height: 100%;
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
    display: block;
    top: 0;
    left: 0;
    z-index: 100;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    top: 50%;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    margin: 6px;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border: 6px solid transparent;
    border-top-color: #666;
}
.lds-ring div:first-child {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.icon-orange-angle {
    display: inline-block;
    width: 10px;
    height: 13px;
    background: url(../images/Artwork.png) no-repeat 50%;
    background-size: contain;
}
.card-hover {
    box-shadow: 0 0 0 0.01px #323234;
}
.card-hover:hover {
    transform: translate(10px, -10px);
    box-shadow: -10px 10px 0 0 #323234;
}
.card-trans {
    transition: all 0.2s ease-in-out;
}
@media (max-width: 1699.98px) {
    .card-hover:hover {
        transform: translate(10px, -10px);
        box-shadow: -10px 10px 0 0 #323234;
    }
    .card-trans {
        transition: all 0.2s ease-in-out;
    }
}
@media (max-width: 1199.98px) {
    .card-hover:hover {
        transform: translate(8px, -8px);
        box-shadow: -8px 8px 0 0 #323234;
    }
    .card-trans {
        transition: all 0.2s ease-in-out;
    }
}
@media (max-width: 991px) {
    .card-hover:hover {
        transform: none;
        box-shadow: none;
    }
    .card-trans {
        transition: none;
    }
}
body {
    margin: 0;
}
strong {
    font-family: OpenSans-Regular;
    font-weight: 700;
}
code {
    font-size: 14px;
    font-family: Monaco, Consolas, Courier New, Courier, monospace !important;
}
code.highlighter-rouge {
    padding: 3px 5px;
    color: #306877;
    background-color: #d5e6ea;
    border-radius: 0;
}
.content-port {
    max-width: 1630px;
}
.cursor-pointer {
    cursor: pointer;
}
.pos-absolute {
    position: absolute;
}
.pos-relative {
    position: relative;
}
.flex-container {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-h-between {
    justify-content: space-between;
}
.flex-h-center {
    justify-content: center;
}
.flex-h-around {
    justify-content: space-around;
}
.flex-v-center {
    align-items: center;
}
.flex-v-start {
    align-items: flex-start;
}
.flex-direction-column {
    flex-direction: column;
}
.blog-maxWidth-576 {
    max-width: 576px;
}
.fcOrange {
    color: #fe8e14;
}
.fcBlumine {
    color: #306877;
}
.lineHeight-28 {
    line-height: 28px;
}
.lineHeight-32 {
    line-height: 32px;
}
.lineHeight-34 {
    line-height: 34px;
}
.d-blog-btn {
    border: 1px solid #ddd;
    font-size: 1.6rem;
}
.d-blog-btn.block-orange {
    background-color: #fe8e14;
}
.d-blog-btn.block-green {
    background-color: #6ac4bb;
}
.d-blog-btn.block-green,
.d-blog-btn.block-orange {
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    border: 0 solid transparent;
    font-family: Oswald-Regular;
    color: #fff;
    display: block;
}
.d-blog-btn.orange-btn {
    color: #fff;
    background-color: #fe8e14;
    border: 1px solid transparent;
}
.d-blog-btn.active.focus,
.d-blog-btn.active:focus,
.d-blog-btn.focus,
.d-blog-btn:active.focus,
.d-blog-btn:active:focus,
.d-blog-btn:focus {
    outline: 0;
}
.d-blog-btn:hover {
    background-color: #323234;
}
.fullWidth {
    width: 100%;
}
.d-blog-border-1px {
    border: 1px solid #ddd;
}
i.triangle-down-12px {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 12px solid #fe8e14;
}
img {
    max-width: 100%;
    max-height: calc(180px + 50vh);
    object-fit: contain;
    height: auto;
    overflow-clip-margin: content-box;
    overflow: clip;
    margin: 10px 0;
}
article p:has(> img:not(img.inline)) {
    text-align: center;
}
.ds-blog-logo {
    width: 137px;
}
ul.horizontal-ul {
    display: flex;
    margin: 0;
}
ul.horizontal-ul > li {
    margin-right: 1rem;
}
ul.li-m16 > li {
    margin-right: 16px;
}
ul.li-m24 > li {
    margin-right: 24px;
}
ul.noneStyle > li {
    list-style-type: none;
}
ul.noneIndent {
    padding-left: 0;
}
ul.left-border > li {
    border-left: 1px solid #323234;
}
ul.right-border > li {
    border-right: 1px solid #323234;
}
ul.tag-list {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
}
ul.tag-list > li {
    padding: 0 5px;
}
ul.tag-list > li:first-child {
    padding-left: 0;
}
.vertical-splitter {
    background-color: #323234;
    width: 1px;
    height: inherit;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.noUnderLine {
    border-bottom: 0 solid transparent !important;
}
#left-container {
    box-sizing: border-box;
    flex: 1;
    margin-right: 190px;
    min-width: 0;
}
#left-container,
#right-container {
    width: 320px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 4rem;
}
#left-container {
    margin-top: 0;
}
#right-container:after {
    content: "";
    width: 100%;
    height: 0;
    visibility: hidden;
}
#index-banner {
    width: 100%;
    height: 285px;
    box-sizing: border-box;
    margin-bottom: 24px;
}
#banner-left {
    padding-left: 40px;
    width: 100%;
    height: 265px;
    background-color: #323234;
}
#banner-right {
    width: 550px;
    height: 205px;
    margin-top: -185px;
    margin-right: 40px;
    float: right;
    background-repeat: none;
    background-position: 100%;
    overflow: hidden;
    text-align: right;
}
div.developer-banner {
    background-image: url(../images/banner-developer.png);
    background-repeat: no-repeat;
    background-position: 50%;
    height: 100%;
}
#banner-left #triangle {
    transform: translate(50%, -50%);
    z-index: 114;
}
#triangle {
    width: 0;
    height: 0;
    border-top: 80px solid #fe8e14;
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .post-cover {
        width: 280px;
        height: 200px;
    }
    .post-summary {
        flex: 1;
        margin-left: 24px;
    }
    #banner-left-text {
        margin-left: 40px;
        width: fit-content;
        max-width: 400px;
    }
    #banner-right {
        width: 450px;
        height: 205px;
    }
}
@media (min-width: 1200px) and (max-width: 1698px) {
    #banner-left-text {
        margin-left: 40px;
    }
    #banner-left {
        width: 83%;
    }
}
@media (min-width: 1200px) and (max-width: 1450px) {
    .post-cover {
        width: 280px;
        height: 200px;
    }
}
@media (min-width: 1698.1px) {
    #right-container {
        width: 320px;
    }
    .content-port {
        margin-left: auto;
        margin-right: auto;
    }
    #banner-left {
        width: 83%;
    }
    #banner-left-text {
        margin-left: 10%;
    }
    #banner-right {
        margin-right: 9%;
    }
}
@media (min-width: 1998.1px) {
    #banner-left-text {
        margin-left: 20%;
    }
}
@media (min-width: 1451px) {
    .post-cover {
        width: 400px;
        height: 200px;
    }
}
@media (min-width: 1200px) {
    .post-summary {
        margin: 0 32px;
        flex: 1;
    }
    #banner-left-text {
        width: 45%;
        max-width: 640px;
    }
    #left-container {
        max-width: calc(100% - 380px);
    }
}
@media (max-width: 1679px) {
    #left-container {
        margin-right: 80px;
    }
}
@media (max-width: 1199px) {
    #left-container {
        width: 100%;
        margin: 0;
    }

    .banner {
      margin-bottom: 40px;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    #banner-left-text {
        margin-left: 40px;
        width: 380px;
    }
}
@media (min-width: 576px) {
    #banner-left-text h1 {
        font-size: 30px;
    }
    #banner-left-text p {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    #banner-left-text {
        width: 320px;
        margin-left: 0;
    }
    #banner-left-text h1 {
        font-size: 24px;
    }
    #banner-left-text p {
        font-size: 16px;
    }
}
#banner-left-text {
    box-sizing: border-box;
    word-wrap: break-word;
}
#post-list-container {
    box-sizing: border-box;
    width: 100%;
}
ul.post-list {
    margin-block-start: 0;
}
.post-card-item {
    width: 100%;
    margin-bottom: 2rem;
}
.post-card {
    width: 100%;
    min-height: 250px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 32px;
    background-color: #fff;
}
.post-card-body {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.post-card > p {
    font-size: 16px;
}
.post-card-body .post-cover {
    overflow: hidden;
}
.blug-bg,
.cover-img {
    background-image: url(../images/developer.png);
}
.post-cover .blur-bg {
    visibility: hidden;
    background-position: 50%;
    background-size: cover;
    filter: blur(8px);
    top: 0;
}
.post-cover .blur-bg,
.post-cover .cover-img {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
}
.post-cover .cover-img {
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    top: -100%;
    z-index: 10;
}
.post-excerpt p,
.post-title h2 {
    word-break: break-word;
}
.pagenum-btn {
    padding: 8px;
    border: 2px solid transparent;
}
.pagenum-btn.activated {
    border: 2px solid #323234;
}
.pagelink {
    color: #444;
}
.pagelink:hover {
    color: #000;
}
.titleLink {
    color: #444;
}
.titleLink:hover {
    color: #306877;
}
#float-panel {
    background-color: transparent;
    width: inherit;
}
#float-panel,
.search {
    box-sizing: border-box;
}
#float-panel ul li:not(:last-child) {
    margin-bottom: 10px;
}
#float-panel ul li a {
    font-size: 14px;
    text-decoration: underline !important;
}
#float-panel ul li a:hover {
    color: #fe8e14;
}
#float-panel .anchorList {
    max-height: 350px;
    overflow-y: scroll;
}
#float-panel .anchorList a {
    font-size: 14px;
    padding: 5px 0 5px 20px;
    display: block;
    border-left: 1px solid #aaa;
}
#float-panel .anchorList a.anchor-h3 {
    padding-left: 35px;
}
#float-panel .anchorList a.anchor-h4 {
    padding-left: 55px;
}
#float-panel .anchorList a:hover {
    color: inherit;
}
#float-panel .anchorList a.focus {
    font-family: OpenSans-Semibold;
    color: #000000;
    border-left: 2px solid #323234;
}
.search {
    border: 1px solid #707070;
    width: calc(100% - 42px);
    padding-left: 1rem;
    font-size: 14px;
}
.search-box {
    display: flex;
    box-sizing: border-box;
    height: 42px;
}
.search-box > .search-icon-btn {
    width: 42px;
}
.search-box > .search-icon-btn .fa-search {
    line-height: 2;
}
.search-box > * {
    display: inline-block;
    height: 100%;
    margin: 0;
}
.search-wrap {
    background-color: #fff;
    min-height: 65vh;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 20px 24px;
}
.gsc-control-cse-en {
    font-family: OpenSans-Regular, Helvetica, Arial, sans-serif !important;
}
.gsc-adBlock {
    display: none !important;
}
article {
    background-color: #fff;
    font-size: 16px;
    font-family: OpenSans-Regular;
    box-sizing: border-box;
    width: 100%;
    padding-top: 25px;
    word-wrap: break-word;
}

article ul,
ol,
dl {
    margin-bottom: 1rem;
}

article ul li:not(:last-child),
ol li:not(:last-child),
dl li:not(:last-child) {
  margin-bottom: 5px;
}

article h1 ~ h2 ~ h3 ~ h4 ~ h5 ~ h6 ~ p ~ span {
    max-width: 100%;
}
article h1 ~ h2 ~ h3 ~ h4 ~ h5 ~ h6 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}
article h1 {
    font-size: 32px;
}
article h1,
article h2 {
    font-family: OpenSans-Regular;
}
article h2 {
    font-size: 28px;
}
article h3 {
    font-size: 24px;
}
article h3,
article h4 {
    font-family: OpenSans-Regular;
}
article h4 {
    font-size: 20px;
}
article h5 {
    font-family: OpenSans-Regular;
    font-size: 18px;
}
article h6,
article p,
article span {
    font-family: OpenSans-Regular;
    font-size: 16px;
}
article pre {
    background-color: #eaeaea;
    overflow: auto;
    padding: 10px 12px;
    max-height: 400px;
    border: 0;
    border-radius: 0;
}
article pre code {
    white-space: unset;
}
article code * {
    font-size: 14px;
    font-family: Monaco, Consolas, Courier New, Courier, monospace !important;
}
article table {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 16px;
}
td,
th {
    padding: 8px;
}
thead {
    font-weight: 700;
}
article table tr:nth-child(2n),
thead {
    background-color: #f0f0f0;
}
article a,
article a strong {
    color: #fe8e14 !important;
}
article a:active,
article a:active strong,
article a:hover,
article a:hover strong {
    color: #3c7f92 !important;
}
#blog-return-btn > span,
i {
    vertical-align: middle;
}
figure.highlight {
    margin: 0;
}
.highlight .hll {
    background-color: #ffc;
}
.highlight .c {
    color: #09f;
    font-style: italic;
}
.highlight .k {
    color: #069;
    font-weight: 700;
}
.highlight .o {
    color: #555;
}
.highlight .cm {
    color: #09f;
    font-style: italic;
}
.highlight .cp {
    color: #099;
}
.highlight .c1,
.highlight .cs {
    color: #09f;
    font-style: italic;
}
.highlight .cs {
    font-weight: 700;
}
.highlight .gd {
    background-color: #fcc;
    border: 1px solid #c00;
}
.highlight .ge {
    font-style: italic;
}
.highlight .gr {
    color: red;
}
.highlight .gh {
    color: #030;
    font-weight: 700;
}
.highlight .gi {
    background-color: #cfc;
    border: 1px solid #0c0;
}
.highlight .go {
    color: #aaa;
}
.highlight .gp {
    color: #009;
}
.highlight .gp,
.highlight .gs,
.highlight .gu {
    font-weight: 700;
}
.highlight .gu {
    color: #030;
}
.highlight .gt {
    color: #9c6;
}
.highlight .kc,
.highlight .kd,
.highlight .kn {
    color: #069;
    font-weight: 700;
}
.highlight .kp {
    color: #069;
}
.highlight .kr {
    color: #069;
    font-weight: 700;
}
.highlight .kt {
    color: #078;
    font-weight: 700;
}
.highlight .m {
    color: #f60;
}
.highlight .s {
    color: #c30;
}
.highlight .na {
    color: #309;
}
.highlight .nb {
    color: #366;
}
.highlight .nc {
    color: #0a8;
    font-weight: 700;
}
.highlight .no {
    color: #360;
}
.highlight .nd {
    color: #99f;
}
.highlight .ni {
    color: #999;
    font-weight: 700;
}
.highlight .ne {
    color: #c00;
    font-weight: 700;
}
.highlight .nf {
    color: #c0f;
}
.highlight .nl {
    color: #99f;
}
.highlight .nn {
    color: #0cf;
    font-weight: 700;
}
.highlight .nt {
    color: #309;
    font-weight: 700;
}
.highlight .nv {
    color: #033;
}
.highlight .ow {
    color: #000;
    font-weight: 700;
}
.highlight .w {
    color: #bbb;
}
.highlight .mf,
.highlight .mh,
.highlight .mi,
.highlight .mo {
    color: #f60;
}
.highlight .sb,
.highlight .sc {
    color: #c30;
}
.highlight .sd {
    color: #c30;
    font-style: italic;
}
.highlight .s2 {
    color: #c30;
}
.highlight .se {
    color: #c30;
    font-weight: 700;
}
.highlight .sh {
    color: #c30;
}
.highlight .si {
    color: #a00;
}
.highlight .sx {
    color: #c30;
}
.highlight .sr {
    color: #3aa;
}
.highlight .s1 {
    color: #c30;
}
.highlight .ss {
    color: #fc3;
}
.highlight .bp {
    color: #366;
}
.highlight .vc,
.highlight .vg,
.highlight .vi {
    color: #033;
}
.highlight .il {
    color: #f60;
}

ul,
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.overviewHidden {
    overflow: hidden !important;
}
.logo-group {
    display: flex;
    align-items: center;
    height: 35px;
    width: 200px;
}

#fullLayoutMain {
    min-height: calc(100vh - 387px);
}
@media (max-width: 767px) {
    #fullLayoutMain {
        min-height: calc(100vh - 331px);
    }
}

@media (max-width: 575px) {
    article {
        background: none;
    }

    .bgGray {
        background-color: #fff;
    }
}

.dynamsoft-footer {
    color: #606060 !important;
    font-family: OpenSans-Regular;
    box-sizing: border-box;
    width: 100%;
}
.dynamsoft-footer .footer-top {
    height: 44rem;
    background: #3e3e3e;
    padding-top: 6rem;
}
.dynamsoft-footer .footer-top ul {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    padding: 0;
}
.dynamsoft-footer .footer-top ul li.title {
    color: #fe8e14;
    font-size: 2rem;
    margin-bottom: 2rem;
}
.dynamsoft-footer .footer-top ul li.subTitle {
    color: #ccc;
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.dynamsoft-footer .footer-top ul li.item {
    color: #fff;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.dynamsoft-footer .footer-top ul li.item:hover {
    color: #fe8e14;
}
.dynamsoft-footer .footer-top .subscribeCnt {
    display: inline-block;
    width: 90.4%;
}
.dynamsoft-footer .footer-top .subscribeCnt .SubscribeForm .SubscribeInput {
    display: inline-block;
    width: 68.8%;
    height: 5.5rem;
    border: 0;
    outline: 0;
    font-size: 2rem;
    padding: 0 1.5rem;
}
.dynamsoft-footer .footer-top .subscribeCnt .SubscribeForm button {
    background: #fe8e14;
    color: #fff;
    border: 0;
    outline: 0;
    vertical-align: top;
    width: 31.2%;
    font-family: OpenSans-Semibold;
    cursor: pointer;
    height: 5.5rem;
    font-size: 2rem;
}
.dynamsoft-footer .footer-top .subscribeCnt .shareList {
    margin-top: 5rem;
}
.dynamsoft-footer .footer-bottom {
    height: 100%;
    background: #323234;
}
.dynamsoft-footer .footer-bottom .dynamsoftLogo {
    display: inline-block;
    width: 138px;
    height: 33px;
    margin: 35px 0 0;
    background: url(../images/logo-dynamsoft-white.svg) no-repeat 0;
}
.dynamsoft-footer .footer-bottom .rightMenu {
    margin: 0;
}
.dynamsoft-footer .footer-bottom .rightMenu li {
    font-size: 18px;
    color: #999;
    display: inline-block;
    margin-left: 150px;
}
.dynamsoft-footer .footer-bottom .rightMenu li:first-child {
    margin-left: 0;
}
.dynamsoft-footer .shareList span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 2rem;
    background: #606060;
}
.dynamsoft-footer .shareList span:last-child {
    margin-right: 0;
}
.dynamsoft-footer .shareList span a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.dynamsoft-footer .shareList span a.linkedin {
    background: url(../images/professional-network-linkedin.png) no-repeat 50%;
}
.dynamsoft-footer .shareList span a.facebook {
    background: url(../images/social-media-facebook.png) no-repeat 50%;
}
.dynamsoft-footer .shareList span a.twitter {
    background: url(../images/social-media-twitter.png) no-repeat 50%;
}
.dynamsoft-footer .shareList span a.youtube {
    background: url(../images/social-video-youtube.png) no-repeat 50%;
}
.dynamsoft-footer .shareList span a.instagram {
    background: url(../images/social-instagram.png) no-repeat 50%;
}
.dynamsoft-footer .shareList span a.reddit {
    background: url(../images/reddit.svg) no-repeat center;
    background-size: 67%;
}

.dynamsoft-footer .shareList span a.github {
    background: url(../images/github.svg) no-repeat center;
    background-size: 67%;
}

.dynamsoft-footer .mobile-footer-top {
    background: #3e3e3e;
    padding: 23px 0;
}
.dynamsoft-footer .mobile-footer-top .mobile-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dynamsoft-footer .mobile-footer-top .mobile-links li {
    display: inline-block;
    margin-right: 35px;
    font-size: 14px;
}
.dynamsoft-footer .mobile-footer-top .mobile-links li:last-child {
    margin-right: 0;
}
.dynamsoft-footer .mobile-footer-top p {
    margin-bottom: 20px;
}
.dynamsoft-footer .mobile-footer-top .dynamsoftLogo {
    display: inline-block;
    width: 138px;
    height: 33px;
    background: url(../images/logo-dynamsoft-white.svg) no-repeat 0;
}
.dynamsoft-footer .mobile-footer-top .shareList {
    margin-top: 25px;
}
.dynamsoft-footer .mobile-footer-bottom {
    padding: 25px 0;
    background: #323234;
    font-size: 14px;
}
.dynamsoft-footer .mobile-footer-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.dynamsoft-footer .mobile-footer-bottom ul li {
    display: inline-block;
    margin-right: 40px;
}
.dynamsoft-footer .mobile-footer-bottom ul li:last-child {
    margin-right: 0;
}
.dynamsoft-footer .subscribe {
    position: relative;
}
.dynamsoft-footer .subscribe .newsLetter {
    text-align: left !important;
}
.dynamsoft-footer .ds-white {
    display: inline-block;
    background: url(../images/logo-dynamsoft-white.svg) no-repeat 50%;
    width: 102px;
    height: 25px;
    padding-left: 0;
}
.dynamsoft-footer .ct-ct {
    padding-left: 0;
    text-align: left;
    line-height: 60px;
    padding-right: 0;
}
.dynamsoft-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footerTop {
    padding: 40px 0 32px;
    background: #3e3e3e;
}
#footerTop .products {
    width: 26%;
}
#footerTop .resources {
    width: 23%;
}
#footerTop .company {
    width: 20%;
}
#footerTop ul {
    float: left;
}
#footerTop ul li.title {
    margin-bottom: 16px;
    font-size: 14px;
    color: #fe8e14;
    line-height: 24px;
    font-family: Oswald-Regular;
}
#footerTop .subscribe .newsLetter {
    margin-bottom: 16px;
    font-size: 16px;
    color: #fff;
}
#footerTop .subscribe .form {
    position: relative;
    width: 100%;
}
#footerTop .big-icon {
    display: block;
}
#footerTop .subscribe .link {
    position: relative;
    margin: 16px 0 20px;
}
#footerTop .subscribe .link span {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
}
#footerTop .subscribe .link a {
    color: #aaa;
    font-size: 13px;
}
#footerTop .subscribe .form input {
    width: 69%;
    -webkit-appearance: none;
    float: left;
    padding-left: 8px;
    height: 38px;
    font-size: 16px;
    background: #fff;
    color: #323234;
    outline: 0;
    border: 1px solid #fff;
}
#footerTop .subscribe .form .d-btn {
    width: 30%;
    color: #fff;
    float: left;
    padding: 0;
    height: 38px;
    line-height: 34px;
    text-align: center;
    font-family: OpenSans-Regular;
}
#footerTop .subscribe .shareList {
    text-align: left;
    margin-top: 30px;
}
#footerTop .subscribe li {
    text-align: center;
}
#footerTop .subscribe .socialMedia {
    text-align: left;
}
#footerTop .big-icon span {
    display: inline-block;
    width: 35px;
    height: 20px;
}
#footerBottom {
    background: #2a2a2b;
    font-size: 12px;
    line-height: 22px;
    height: 60px;
    text-align: center;
}
#footerBottom .ct-lt {
    width: 25%;
    padding-right: 0;
    text-align: left;
    padding-left: 0;
    margin-top: 16px;
}
#footerBottom .ct-rt {
    padding: 15px 0 0;
    margin-left: 20px;
}
#footerBottom a {
    color: #aaa;
    text-decoration: none;
}
a#toTop {
    display: none;
    position: fixed;
    z-index: 9;
    bottom: 30px;
    right: 2%;
    bottom: 3%;
    width: 46px;
    height: 45px;
    float: right;
    background: url(../images/icn-toTop-45X45.png) no-repeat top;
    transition: 0.2s ease-in-out;
}
@media (max-width: 1199px) {
    .visible-xl {
        display: none;
    }
}
@media (max-width: 991px) {
    .dynamsoft-footer .visible-xl {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    .hide-xs {
        display: none !important;
    }
    .dynamsoft-footer #footerTop .subscribe {
        width: 100% !important;
    }
    .dynamsoft-footer .ct-ct {
        line-height: 22px !important;
        text-align: center !important;
        width: 100% !important;
    }
    .dynamsoft-footer .sm-mr10 {
        margin-right: 10px;
    }
    .dynamsoft-footer .hidden-xs {
        display: none !important;
    }
    #footerTop .subscribe .socialMedia {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .visible-xs {
        display: none;
    }
    #footerTop .big-icon {
        text-align: left !important;
    }
    #footerTop .logo {
        display: none;
    }
    #footerBottom {
        padding: 0;
        color: #aaa;
    }
    #footerBottom .ds-white {
        width: 102px;
        height: 25px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .visible-sm {
        display: block !important;
    }
    .hidden-sm {
        display: none !important;
    }
    .dynamsoft-footer .shareList span {
        display: inline-block;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin-right: 2rem;
        background: #606060;
    }
    #footerTop .products {
        width: 35%;
    }
    #footerTop .resources {
        width: 22%;
        display: none;
    }
    #footerTop .company {
        width: 25%;
    }
    #footerTop .subscribe {
        width: 40%;
    }
    #footerTop ul li.subTitle {
        color: #ccc;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 6px;
    }
    #footerTop ul > li {
        margin-bottom: 5px;
    }
    #footerTop ul > li:last-child {
        margin-bottom: 0;
    }
    #footerTop ul li.title {
        font-size: 16px;
        line-height: 26px;
    }
    #footerTop .subscribe .newsLetter,
    #footerTop ul li a {
        font-size: 14px;
        line-height: 24px;
    }
    #footerTop .small-icon span {
        display: inline-block;
        width: 35px;
        height: 20px;
    }
    .dynamsoft-footer .footer-bottom .dynamsoftLogo {
        width: 138px;
        height: 33px;
        margin: 20px 0 0;
    }
    .dynamsoft-footer .footer-bottom .rightMenu {
        height: 75px;
        line-height: 75px;
        margin: 0 0 0 160px;
    }
    .dynamsoft-footer .footer-bottom .rightMenu li {
        font-size: 14px;
        color: #999;
        display: inline-block;
        margin-left: 10px;
    }
    .dynamsoft-footer .footer-bottom .rightMenu li:first-child {
        margin-left: 0;
    }
    #footerTop .subscribe .form input {
        width: 69%;
        -webkit-appearance: none;
        float: left;
        padding-left: 14px;
        height: 34px;
        font-size: 14px;
        background: #fff;
        color: #606060;
        outline: 0;
        border: 1px solid #fff;
    }
    #footerTop .subscribe .form .d-btn {
        width: 30%;
        color: #fff;
        float: left;
        padding: 0;
        height: 34px;
        line-height: 34px;
        text-align: center;
        font-family: OpenSans-Regular;
        font-size: 14px;
    }
    #footerTop .subscribe .shareList {
        text-align: left;
        margin-top: 30px;
    }
    #footerTop .products .item {
        padding-left: 18px;
    }
}
@media (min-width: 991px) {
    .dynamsoft-footer .shareList span {
        display: inline-block;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        margin-right: 2rem;
        background: #606060;
    }
    #footerTop .products {
        width: 22%;
    }
    #footerTop .resources {
        width: 24%;
    }
    #footerTop .company {
        width: 23%;
    }
    #footerTop .subscribe {
        width: 31%;
    }
    #footerTop ul li.title {
        font-size: 16px;
        line-height: 26px;
    }
    #footerTop ul li.subTitle {
        color: #ccc;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 6px;
    }
    #footerTop ul > li {
        margin-bottom: 5px;
    }
    #footerTop ul > li:last-child {
        margin-bottom: 0;
    }
    #footerTop .subscribe .newsLetter,
    #footerTop ul li a {
        font-size: 14px;
        line-height: 24px;
    }
    .dynamsoft-footer .small-icon {
        margin-top: 20px;
        display: none;
    }
    .dynamsoft-footer .footer-bottom .dynamsoftLogo {
        width: 138px;
        height: 33px;
        margin: 20px 0 0;
    }
    .dynamsoft-footer .footer-bottom .rightMenu {
        height: 75px;
        line-height: 75px;
        margin: 0 0 0 260px;
    }
    .dynamsoft-footer .footer-bottom .rightMenu li {
        font-size: 14px;
        color: #999;
        display: inline-block;
        margin-left: 30px;
    }
    .dynamsoft-footer .footer-bottom .rightMenu li:first-child {
        margin-left: 0;
    }
    #footerTop .subscribe .form input {
        width: 69%;
        -webkit-appearance: none;
        float: left;
        padding-left: 14px;
        height: 42px;
        font-size: 16px;
        background: #fff;
        color: #606060;
        outline: 0;
        border: 1px solid #fff;
    }
    #footerTop .subscribe .form .d-btn {
        width: 30%;
        color: #fff;
        float: left;
        padding: 0;
        height: 42px;
        line-height: 42px;
        text-align: center;
        font-family: OpenSans-Regular;
        font-size: 16px;
    }
    #footerTop .subscribe .shareList {
        text-align: left;
        margin-top: 30px;
    }
    #footerTop .products .item {
        padding-left: 18px;
    }
}
@media (min-width: 1200px) {
    #footerTop {
        padding: 48px 0;
    }
    .dynamsoft-footer .shareList span {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 2rem;
        background: #606060;
    }
    #footerTop .products {
        width: 22%;
    }
    #footerTop .resources {
        width: 24%;
    }
    #footerTop .company {
        width: 23%;
    }
    #footerTop .subscribe {
        width: 31%;
    }
    #footerTop ul li.title {
        font-size: 18px;
        line-height: 28px;
    }
    #footerTop ul li.subTitle {
        color: #ccc;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
    }
    #footerTop ul > li {
        margin-bottom: 5px;
    }
    #footerTop ul > li:last-child {
        margin-bottom: 0;
    }
    #footerTop .subscribe .newsLetter,
    #footerTop ul li a {
        font-size: 16px;
        line-height: 26px;
    }
    .dynamsoft-footer .footer-bottom .dynamsoftLogo {
        width: 138px;
        height: 33px;
        margin: 20px 0 0;
    }
    .dynamsoft-footer .footer-bottom .rightMenu {
        height: 75px;
        line-height: 75px;
        margin-left: 350px;
    }
    .dynamsoft-footer .footer-bottom .rightMenu li {
        font-size: 16px;
        color: #999;
        margin-left: 30px;
    }
    #footerTop .subscribe .form input {
        width: 69%;
        -webkit-appearance: none;
        float: left;
        padding-left: 14px;
        height: 46px;
        font-size: 18px;
        background: #fff;
        color: #606060;
        outline: 0;
        border: 1px solid #fff;
    }
    #footerTop .subscribe .form .d-btn {
        width: 30%;
        color: #fff;
        float: left;
        padding: 0;
        height: 46px;
        line-height: 46px;
        text-align: center;
        font-family: OpenSans-Regular;
        font-size: 18px;
    }
    #footerTop .subscribe .shareList {
        text-align: left;
        margin-top: 30px;
    }
    #footerTop .products .item {
        padding-left: 20px;
    }
}
@media (min-width: 1680px) {
    #footerTop {
        padding: 60px 0;
    }
    #footerTop .products {
        width: 22%;
    }
    #footerTop .resources {
        width: 24%;
    }
    #footerTop .company {
        width: 23%;
    }
    #footerTop .subscribe {
        width: 31%;
    }
    #footerTop ul li.title {
        font-size: 20px;
        line-height: 30px;
    }
    #footerTop ul li.subTitle {
        color: #ccc;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 6px;
    }
    #footerTop ul > li {
        margin-bottom: 5px;
    }
    #footerTop ul > li:last-child {
        margin-bottom: 0;
    }
    #footerTop .subscribe .newsLetter,
    #footerTop ul li a {
        font-size: 18px;
        line-height: 26px;
    }
    .dynamsoft-footer .footer-bottom .dynamsoftLogo {
        width: 138px;
        height: 33px;
        margin: 35px 0 0;
    }
    .dynamsoft-footer .footer-bottom .rightMenu {
        height: 105px;
        line-height: 105px;
        margin-left: 450px;
    }
    .dynamsoft-footer .footer-bottom .rightMenu li {
        font-size: 18px;
    }
    #footerTop .subscribe .form input {
        width: 69%;
        -webkit-appearance: none;
        float: left;
        padding-left: 14px;
        height: 55px;
        font-size: 20px;
        background: #fff;
        color: #606060;
        outline: 0;
        border: 1px solid #fff;
    }
    #footerTop .subscribe .form .d-btn {
        width: 30%;
        color: #fff;
        float: left;
        padding: 0;
        height: 55px;
        line-height: 55px;
        text-align: center;
        font-family: OpenSans-Regular;
        font-size: 20px;
    }
    #footerTop .subscribe .shareList {
        text-align: left;
        margin-top: 30px;
    }
    #footerTop .products .item {
        padding-left: 22px;
    }
}
@media (min-width: 992px) {
    .dynamsoft-footer .container {
        max-width: calc(100% - 40px);
    }
}
@media (min-width: 1200px) {
    .dynamsoft-footer .container {
        max-width: calc(100% - 100px);
    }
}
@media (min-width: 1680px) {
    .dynamsoft-footer .container {
        max-width: 1630px;
    }
}
@media (min-width: 1200px) and (max-width: 1679px) {
    .content-port.container {
        padding: 0 30px;
    }
}

article ul li {
    list-style: disc;
    padding-left: 0;
    margin-left: 20px;
}

article ul.noneIndent,
article ul.noneIndent li {
    list-style: none;
    margin-left: 0px;
}

article ol {
    list-style: decimal;
    margin-left: -20px;
}

article ol li {
    list-style: decimal;
}

.cta-button {
    display: inline-block;
    padding: 0 25px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    color: #fff !important;
    background: #fe8e14;
    font-family: Oswald-Regular;
    transition: ease-in-out 0.2s all;
    box-shadow: 0 0 0 0 #fff;
    text-transform: uppercase;
}
.cta-button:hover {
    box-shadow: -5px 5px 0 0 #000;
    transform: translate(5px, -5px);
    background: #fe8e14 !important;
    color: #fff !important;
}
#left-container table {
    display: block;
    overflow: auto;
}
#left-container #paginator ul li {
    list-style: none;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.codepool_filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.codepool_filter .filter {
    font-size: 16px;
    margin-top: 15px;
}

.codepool_filter .filter:not(:last-child) {
    margin-right: 20px;
}

.codepool_filter .filter label {
    font-family: OpenSans-Semibold;
}

.codepool_filter .filter select {
    outline: none;
    margin-left: 15px;
}

#post-list-container .blog-pagination {
    margin: 30px;
}

#post-list-container .blog-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

#post-list-container .blog-pagination ul li {
    font-size: 16px;
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
}

#post-list-container .blog-pagination ul li.active {
    color: white;
    background: #fe8e14;
}

#post-list-container .blog-pagination ul li.paginationjs-prev,
#post-list-container .blog-pagination ul li.paginationjs-next {
    font-size: 28px;
    line-height: 33px;
}