.slider-background {
    background-color: rgb(0,0,0,0.4);
    padding: 0 10px;
}

html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
    color: #ffffff;
}

html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
    border-bottom-color: #66b1dd;
}

html:not(.sticky-header-active) #header.header-semi-transparent-dark .header-body {
    background-color: rgba(102, 138, 196, 0.4) !important;
}

#header .header-nav-main nav > ul > li > a {
    font-size: 1.0rem;
    font-weight: bold;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    font-size: 0.9em;
    font-weight: 400;
}
/* Custom Brands Colors */
.custom-spotify-hover-effect {
    transition: ease background 300ms;
}

.custom-spotify-hover-effect:hover {
    background: #e76f51;
}

.custom-itunes-hover-effect {
    transition: ease background 300ms;
}

.custom-itunes-hover-effect:hover {
    background: #2a9d8f;
}

.custom-amazon-hover-effect {
    transition: ease background 300ms;
}

.custom-amazon-hover-effect:hover {
    background: #e63946;
}

.custom-googlemusic-hover-effect {
    transition: ease background 300ms;
}

.custom-googlemusic-hover-effect:hover {
    background: #006d77;
}
.line-pre-title {
    width: 50px;
    height: 3px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

/*.custom-menu-item .custom-menu-item-details {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-title {
    position: relative;
    padding-bottom: 10px;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-price {
    position: relative;
    top: -5px;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong {
    font-size: 20.8px;
    font-size: 1.3rem;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong > span {
    font-size: 0.6em;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-line {
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom: dashed 1px #777;
}

.custom-menu-item .custom-menu-item-desc {
    position: relative;
    margin-top: 3px;
}

.custom-menu-item + .custom-menu-item {
    margin-top: 25px;
}*/





.custom-menu-item .custom-menu-item-details {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-title {
    position: relative;
    padding-bottom: 4px;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-price {
    position: relative;
    top: -5px;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong {
    font-size: 20.8px;
    font-size: 1.3rem;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong > span {
    font-size: 0.6em;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-line {
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom: dashed 1px #ffffff;
}

.custom-menu-item .custom-menu-item-desc {
    position: relative;
    margin-top: 5px;
}

.custom-menu-item + .custom-menu-item {
    margin-top: 25px;
}
.custom-section-halfbar-bg {
    background: #AB8B65;
}
.custom-section-halfbar-bg {
    position: absolute;
    top: 50%;
    width: 50vw;
    height: 40%;
    border-radius: 10px 0 0 10px;
    background: #CCC;
    opacity: 0.1;
    transform: translate3d(0, -50%, 0);
}

@media (max-width: 991px) {
    .custom-section-halfbar-bg {
        height: 20%;
    }
}
.custom-card-style-1 .custom-read-more svg,
.custom-card-style-2 .custom-read-more svg {
    transition: ease transform 300ms;
}

.custom-card-style-1:hover .custom-read-more svg,
.custom-card-style-2:hover .custom-read-more svg {
    transform: translate3d(7px, 0, 0);
}

.custom-card-style-1 {
    transition: ease transform 300ms;
}

.custom-card-style-1 .card-title {
    transition: ease color 300ms;
}

.custom-card-style-1:hover {
    transform: scale(1.03);
}

.custom-card-style-2 .card-img-top {
    padding-left: 35px;
}

.custom-card-style-2 .card-body {
    position: relative;
    background: #fafafa;
    margin-top: -50px;
    max-width: 83%;
}
.custom-box-shadow-1 {
    box-shadow: 0px 0px 31px -5px rgba(0, 0, 0, 0.14) !important;
}

.custom-box-shadow-2 {
    box-shadow: 0px 8px 31px -5px rgba(0, 0, 0, 0.2) !important;
}
.side-menu-our-work .sort-source li a:before {
    content: '';
    width: 15px;
    height: 3px;
    background-color: #3495df;
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
    transition: .5s width;
}

.side-menu-our-work .sort-source li a:hover:before {
    width: 30px;
}

.side-menu-our-work .sort-source li.active a {
    color: #3495df !important;
}

.side-menu-our-work .sort-source.sort-source-light li  a.active {
    color: #3495df!important;
    font-weight: bold !important;
}

.side-menu-our-work .sort-source-sub li a:before {
    content: '';
    width: 10px;
    height: 3px;
    background-color: #3495df;
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
    transition: .5s width;
}

.side-menu-our-work .sort-source-sub li a:hover:before {
    width: 20px;
}

.side-menu-our-work .sort-source-sub li.active a {
    color: #3495df !important;
}

.side-menu-our-work .sort-source-sub.sort-source-light li.active a {
    color: #3495df!important;
    font-weight: bold !important;
}

.side-menu-our-work .sort-source-sub.sort-source-light li a.active {
    color: #3495df!important;
    font-weight: bold !important;
}
.custom-card-style-3 {
    box-shadow: 0px 0px 35px -5px rgba(0, 0, 0, 0.1);
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    margin-top: 16px;
    margin-top: 1rem;
}

.custom-card-style-3 h3, .custom-card-style-3 h4 {
    letter-spacing: inherit;
    font-weight: 600;
}

.custom-card-style-3 hr {
    background: rgba(0, 0, 0, 0.15) !important;
}

.custom-card-style-3:before {
    background-color: #3495df;
    content: "";
    display: block;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
}

.custom-card-style-3.card-contact-us {
    margin-top: 0 !important;
}

.btn-bottom_link {
    background-color: #ffffff;
    border-color: #17a2b8 #17a2b8 #117a8b;
    color: #3495df;
    font-size: 0.9rem;
}

.btn-bottom_link:hover, .btn-bottom_link.hover {
    background-color: #e76f51;
    border-color: #1fc8e3 #1fc8e3 #17a2b8;
    color: #FFF;
}
p{
    text-indent: 2rem;
    font-size:1rem;
}
.text-indent-none {
    text-indent: 0px;
}
.img-fluid2 {
    max-width: 100%;
    height: auto;
    border: 8px solid #ffffff;
    box-shadow: 0px 8px 31px -5px rgb(0 0 0 / 20%) !important;
}

.articlePage a:hover{
     color:#02a79d;
 }
.this-page {
    height: 18px!important;
    padding: 0px 4px!important;
    line-height: 16px!important;
    font-family:"Microsoft YaHei", "微软雅黑", "宋体", sans-serif!important;
    background-color: #3495df!important;
    color: #ffffff!important;
}
.PrevDisabled{
    border:none!important;
}
.PrevDisabled .break .Next{
    font-family:"Microsoft YaHei", "微软雅黑", "宋体", sans-serif!important;
    background-color: #ffffff!important;
}
.NextDisabled{
    border:none!important;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border: 2px solid #dedede;
    border-radius:0.25rem;
}
.thumb-info .thumb-info-title {
    background-color: rgb(52,149,223,0.9);
}
.thumb-info .thumb-info-type, .thumb-info .thumb-info-action-icon, .thumb-info-social-icons a, .thumbnail .zoom, .img-thumbnail .zoom, .thumb-info-ribbon {
    background-color: #636363;
}
.thumb-info:hover .thumb-info-title {
	background: #00b7dd;
}
.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item:hover, .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item.selected {
    border: 2px solid #3495df;
}
.custom-thumb-info-style-1 .thumb-info-wrapper .custom-thumb-info-date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 27.2px;
    font-size: 1.7rem;
    line-height: 1;
    text-align: center;
    padding: 11.2px 19.2px;
    padding: 0.7rem 1.2rem;
    z-index: 2;
}
.custom-thumb-info-style-1 .thumb-info-wrapper .custom-thumb-info-date>span {
    display: block;
    font-size: .4em;
    line-height: 1.5;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    min-width: 130px;
}
.text-color-celadonBlue{
    color:#457B9D!important;
}
.bg-color-celadonBlue{
    background-color:#457B9D!important;
}

.page-header.page-header-modern.page-header-background {
    padding: 90px 0;
}
#header.header-no-border-bottom .header-body {
}
.blog-posts:not(.blog-posts-no-margins) article {
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none;
}
thead {
    background-color: #3495df;
    color: #ffffff;
    font-size:1rem;
}
.leaderSubTit1 {
    font-size: 22px;
    color:#777;
    border-left: 4px solid #D7D7D7;
    font-weight: normal;
    padding-left: 10px;
    margin-bottom: 30px;
}
.xrld>div {
    position: relative;
    padding-left: 163px;
    margin-bottom: 20px;
}
.lrld>div {
    position: relative;
    margin-bottom: 20px;
}
.leaderListItem1 {
    background: #FCFCFC;
    padding: 30px 10px 0 10px;
    overflow: hidden;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
}
.leaderListItem2 {
    background: #FCFCFC;
    padding: 30px 10px 0 10px;
    overflow: hidden;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
}
.xrldsubtit {
    width: 163px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 30px;
    background: #3495df;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.leaderListItem2 li {
    padding: 10px;
    height: 220px;
    text-align: center;
    margin-bottom: 30px;
    list-style: none;
}

.leaderListItem1 li {
    width: 180px;
    padding: 10px;
    float: left;
    height: 220px;
    text-align: center;
    margin-bottom: 30px;
    list-style: none;
}
.leaderListItem1 h5 {
    color: #777;
    margin-top: 5px;
}
.leaderListItem2 h5 {
    color: #777;
    margin-top: 5px;
}
.leaderImg {
    width: 100px;
    height: 133px;
    margin: auto;
}
.leaderTxt h3 {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}
.table>:not(caption)>*>* {
    padding: 0.2rem .5rem;
}
.custom-table {
    width:100%;
}
.custom-table td {
    font-size: 1.3rem;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    height: 40px;
min-width:40px;
}
.custom-table a{
color: #ffffff;
}
.custom-table a:hover{
text-decoration: none;
}
.home-post p{
  text-indent:0rem;
  font-size: 0.8rem;!important;
}
.box-data {
    border: 2px #3495df solid;
    background-color: #ffffff;
    position: absolute;
    display:none;
    z-index: 9999;
}
.bd-page-bar td{
font-size: 1rem!important;
font-family:"Microsoft YaHei", "微软雅黑", "宋体", sans-serif!important;
}
.bd-page-bar td div span {
font-size: 1rem!important;
font-family:"Microsoft YaHei", "微软雅黑", "宋体", sans-serif!important;
}
.bd-page-bar td div a {
font-size: 1rem!important;
font-family:"Microsoft YaHei", "微软雅黑", "宋体", sans-serif!important;
    height: 1.2rem;
border:none;
}
.this-page{
border: solid 1px #3495df;
    background: #3495df;
height:1.2rem;
}
.text-right {
text-align:right!important;
}