/*font*/

h1{
  line-height:1.2 !important; 
}
@media(max-width:1330px){
h1 { font-size: 32px !important; }
h2 { font-size: 24px !important; }
h3 { font-size: 20px !important; }
h4 { font-size: 18px !important; }
h5 { font-size: 16px !important; }
h6 { font-size: 16px !important; }
body { font-size: 14px !important; }
}
@media(max-width:991px){
h1 { font-size: 26px !important;}
h2 { font-size: 24px !important; }
h3 { font-size: 20px !important; }
h4 { font-size: 18px !important; }
h5 { font-size: 16px !important; }
h6 { font-size: 16px !important; }
body { font-size: 14px !important; }
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 10px;
    line-height: 80px;
    font-size: 14px !important;
    margin: 0;
}

i.fa.fa-long-arrow-right{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

i.fa.fa-long-arrow-left{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.form-inline label {
    justify-content: left!important;
}
body {
    color: #ffffff !important;
}

/*Button*/
.sppb-btn {
    border: 1px solid #ffffff;
   	padding: 8px 30px !important;
  	transition:0.3s;
      letter-spacing: 2px;
    font-weight: 600;
}
.sppb-btn:hover {
    border: 1px solid #9F4E25;
}
/*End of Button*/

#sp-bottom {
    padding: 50px 0px 0px 0px;
}

/*header*/
header#sp-header {
    background-color: #0b4456;
    border-bottom: none;
  	position:fixed;
  	box-shadow: 2px 2px 5px #00000066;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    padding: 20px 10px;
    TEXT-ALIGN: left;  
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    margin-left: 10px;
    padding: 10px;
  	width: 165px
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #0b4456 !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #0b4456 !important;
}
/*logo*/
.logo-image {
    height: 80px !important;
}

/*quick-link*/
ul.menu li a {
    color: #fff;
    padding-right: 20px;
    margin: none;
    letter-spacing: 1px;
}
ul.menu {
    margin: 0px;
    padding: 0px;
}
section#sp-menu-bottom ul li{
    display: inline-block; 
  	line-height: 60px;
}

section#sp-menu-bottom .container-inner{
	line-height:80%;
    border-top: 1px solid #fff;
}

/*bottom */
.bottom-text a {
    color: #fff !important;
    transition: 0.3s;
}
.bottom-text a:hover{
    color: #ffffff87 !important;
    transition: 0.3s;
    text-decoration: none !important;
}

/*footer*/
#sp-footer {
    background-color: #9f4e25 !important;
}

footer#sp-footer {
    text-align: center;
}
.sp-copyright {
    color: #fff;
}

.sp-copyright a {
    color: rgb(255 255 255 / 50%) !important;
}

/* icon*/
.sppb-icons-group-list li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
@media(max-width:991px){
.sppb-text-right {
    text-align: left;
}
.sppb-icons-group-list li {
    display: inline-block;
    padding-left: 7px;
    padding-right: 30px;
}
}

/*button-003*/
.button-003.sppb-btn {
    border: 1px solid #ffffff;
    padding: 8px 30px !important;
    background: #0b4456;
  	font-size: 16px;
  	transition:0.3s;
}

.button-003.sppb-btn:hover {
    border: 1px solid #9f4e25;
    padding: 8px 30px !important;
    background: #9f4e25;
}

/*button-002*/

.button-002.sppb-btn {
    border: 1px solid #ffffff;
    padding: 8px 30px !important;
    background: #9f4e25;
  	font-size: 16px;
  	transition:0.3s;
}

.button-002.sppb-btn:hover {
    border: 1px solid #0b4456;
    padding: 8px 30px !important;
    background: #0b4456;
}

/*cta*/
#sp-bottom .sp-module a:hover {
    text-decoration: none;
}

/*media logo*/
@media (max-width:991px){
.logo img {
    max-height: 80px;
    width: auto;
}
div#sp-logo {
    padding-right: 0px;
  	margin-left: -30px;
}
}

/*bottom-icon*/

@media(max-width:991px){
section#sp-menu-bottom ul li {
    display: inline-block;
    line-height: 30px;
}
  .sppb-icons-group-list {
        margin: 10px 0px 0px 0px !important;
}
}

/*menu-bottom*/
@media(max-width:991px){
	section#sp-menu-bottom {
    padding: 0px 0px 15px 0px;
}
  section#sp-menu-bottom .container-inner {
    padding-top: 10px;
}
}
      
  
/*footer*/
@media(max-width:991px){
footer#sp-footer {
    padding-bottom: 40px;
}
}

/*scroll up*/
.sp-scroll-up {
	right: 110px;
    color: #ffffff;
    background: transparent;
    transition: 0.3s;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus{
    color: #fff;
    background: #9F4E25 !important;
    transition: 0.3s;
}

/*home-slide button*/
.home-slide span.sp-slider-btn-text {
    border: 1px solid #9f4e25;
    padding: 8px 30px !important;
    transition: 0.3s;
      letter-spacing: 4px;
    font-weight: 600;
}

section#sp-top {
    z-index: 9999;
    position: absolute;
    width: 100%;
}

/*page-title*/
.sp-page-title .sp-page-title-heading {
    font-size: 56px;
    font-weight: 600;
    font-family: 'times new roman';
    line-height: 1.00;
    color: rgb(255 255 255);
    margin-top: 5px;
    text-align: center;
}

.sp-module-content .mod-languages ul.lang-inline {
    padding: 0;
    margin-left: 78%;
}

@media(max-width:991px){
  .sp-module-content .mod-languages ul.lang-inline {
    margin: 0;
    padding: 0;
}
}

::marker {
    font-size: 24px;
}
.icon-style-001 a {
   transition:0.3s;
}
.icon-style-001 a:hover {
    transform: scale(1.15);
}
.icon-style-001 .sppb-icons-group-list li {
    padding-left: 0px;
}

ul.lang-inline {
    float: right;
    padding-right: 15px !important;
}
h5.sppb-addon-title {
    font-weight: 600;
    letter-spacing: 6px !important;
    
}

#sp-header #sp-menu2 .sp-megamenu-parent {
}

.sp-megamenu-parent {
    padding-top: 10px;
}
.sp-megamenu-parent > li.active:hover > a:before, .sp-megamenu-parent > li.active > a:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 3px;
    bottom: 10px;
    left: 0;
    right: 0;
    background-color: #fff;
    margin: auto;
}
li.lang-active {
    background-color: #ffffff !important;
    padding: 5px;
    line-height: 20px;
}


li.lang-active a {
    color: black !important;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  vertical-align: middle !important;
}
.sp-module-content .mod-languages ul.lang-inline {
    justify-content: flex-end !important;
    display: flex !important;
    margin-top: 5px;
}
.sp-module-content .mod-languages ul.lang-inline li {
    display: flex !important;
    align-content: center !important;
    align-items: center !important;
}
@media (min-width:1201px){
div#sp-menu1 {
    padding-left: 120px;
    text-align: left;
}}
@media (min-width:1201px){
div#sp-menu2 {
    text-align: right;
    padding-right: 90px;
}}

@media (min-width:1321px){
div#sp-menu2 {
    text-align: right;
    padding-right: 100px;
}}
@media (min-width:1201px)and (max-width:1320px){
div#sp-menu2 {
    text-align: right;
    padding-right: 50px;
}}

@media (min-width:1201px){
.zh-cn div#sp-menu1 {
    padding-left: 212px;
    text-align: left;
}
}
@media (min-width:1201px){
.zh-cn  div#sp-menu2 {
    text-align: right;
    padding-right: 172px;
}
}
@media (min-width: 992px){
div#sp-top2 {
    margin-top: -8px !important;
    position: fixed;
}
}

@media (max-width:991px){
ul.lang-inline {
    float: left;
    
}
div#sp-top2 {
    margin-left: 0px;
    position: fixed;
}
div#sp-menu1 {
    margin-left: 15px;
    z-index: 999;
    margin-top: 15px;
}
  
}

a.speasyimagegallery-gallery-item {
    cursor: zoom-in !important;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

#hover_text {
    display: block;
    line-height: 10px !important;
    text-align: center;
    position: absolute;
    margin: 16px !important;
}

h2.sp-page-title-heading {
    font-size: 56px !important;
}

.speasyimagegallery-gallery .speasyimagegallery-gallery-item > div:hover:after {
    background-color: transparent !important;
}

.speasyimagegallery-gallery .speasyimagegallery-gallery-item > div:before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    border-radius: 3px;
    border: 0px !important;
    z-index: 3;
    background: transparent;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 5;
}

.speasyimagegallery-gallery-item-content {
    display: none;
}

#sppb-addon-1664416229862 #btn-1664416229862.sppb-btn-custom {
    background-color: rgba(255, 255, 255, 0);
    color: #ffffff;
    font-size: 16px;
    border: 1px solid;
}

#sppb-addon-1664416229862 #btn-1664416229862.sppb-btn-custom:hover {
    border: 0px;
}

.sp-page-title:before {
    position: absolute;
    content: '';
    width: 1920px;
    height: 180px;
    background: url(/images/00_Loyalty-Home/background.png);
    background-size: inherit;
    left: 0px;
    bottom: 0px;
    z-index: 3;
}

@media(max-width:991px){
  .sp-page-title:before {
    position: absolute;
    content: '';
    width: 600px;
    height: 66px;
    background: url(/images/00_Loyalty-Home/background.png);
    background-size: inherit;
    left: 0px;
    bottom: 0px;
    z-index: 3;
}
  
  @media (max-width: 768px)
.sp-page-title .sp-page-title-heading {
    font-size: 36pt !important;
}
.sp-page-title {
    padding: 170px 0 120px !important;
}

}


a.page-link {
    margin-top: 50px;
}

.pagination > li > a {
  color: #0056b3;
}

.pagination > .active > a:hover {
  background-color: #007bff;
    border-color: #007bff;
}

.pagination > li > a:hover {
  color: #0056b3;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-tags {
  padding-left: 35px;
    padding-right: 35px;
  
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-title {
    margin: 0;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: -40px;
}