








/* Body background */




/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */

























/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */



















.dnd-section{
  padding:100px 80px;
}

.dnd-section > .row-fluid,
.content-wrapper,
.page-center{
  max-width: 1506px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width:1480px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center{
    max-width: 1280px;
  }
}

@media screen and (max-width:1280px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center{
    max-width: 1506px;
    width: 100%;
    margin: 0 auto;
  }
}








body.cns{
  overflow-x:hidden;
}

html body {
  
  color: #000000;
  
  font-family:Lato;
  font-size: 16px;
  font-weight: 400;
  background-color:







rgba(255, 255, 255, 1.0)

;
}


a {
  font-family: Lato;
  color: rgba(247, 155, 0, 1.0);
  cursor: pointer;
}

a:hover,
a:focus {
  color: rgba(247, 155, 0, 1.0);
}

a:active {
  color: rgba(255, 195, 40, 1.0);
}

h1 {
  color: rgba(0, 0, 0, 1.0);
  font-family:Lato,Helvetica,Arial,Lucida,sans-serif;
  font-size: 56px;
  font-weight: 700;
}
h2 {
  color: rgba(46, 51, 55, 1.0);
  font-family:Lato,sans-serif;
  font-size: 42px;
  font-weight: 700;
}
h3 {
  color: rgba(46, 51, 55, 1.0);
  font-family:Lato,sans-serif;
  font-size: 27px;
  font-weight: 700;
}

h4 {
  color: rgba(0, 0, 0, 1.0);
  font-family:Lato,sans-serif;
  font-size: 20px;
  font-weight: 700;
}

h5 {
  color: rgba(0, 0, 0, 1.0);
  font-family:Riona Sans Medium,sans-serif;
  font-size: 14px;
  font-weight: 700;
}

h6 {
  color: rgba(0, 0, 0, 1.0);
  font-family:Riona Sans Medium,sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.cnt_page h1,
.cnt_page h2,
.cnt_page h3,
.cns_page h1,
.cns_page h2,
.cns_page h3{
  font-family: MS Yahei !important;
}

.cnt_page .top_section .widget-type-rich_text p,
.cns_page .top_section .widget-type-rich_text p,
.cnt_page .two-col-with-image p,
.cns_page .two-col-with-image p,
.cnt_page .two-col-with-content .two-col-content .col-6 p,
.cns_page .two-col-with-content .two-col-content .col-6 p,
.cnt_page .two-col-with-content .two-col-content .right-section .bg-box h5,
.cns_page .two-col-with-content .two-col-content .right-section .bg-box h5,
.cnt_page .contact-us-card .contact-info p,
.cns_page .contact-us-card .contact-info p,
.cnt_page .footer .footer-form-section .form-title,
.cns_page .footer .footer-form-section .form-title,
.cnt_page .footer-form-section form input.hs-button.primary.large,
.cns_page .footer-form-section form input.hs-button.primary.large{
  font-family: MS Yahei;
}



.cnt_page .dnd-section p,
.cns_page .dnd-section p{
  font-size:20px;
}


blockquote {
  border-left: 10px solid #031222;;
}




button,
.button {
  background-color: 







rgba(221, 128, 65, 1.0)

;
  border: 1px solid #dd8041;
  border-radius: 60px;
  color: #FFFFFF;
  padding: 15px 53px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(181, 88, 25, 1.0);
  border-color: #b55819;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(255, 168, 105, 1.0);
  border-color: #ffa869;
  color: #FFFFFF;
}





form,
.submitted-message {
  font-size: 16px;
  color: #000000;
  font-weight: 
}

/* Form title */

.form-title {
  background-color: rgba(0, 0, 0, 0.0);
  color: #000000;
}

/* Form label */

.hs-form label {
  color: #031222;
}

/* Form help text */

form legend {
  color: #031222;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: #D1D6DC;
  color: #000000;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #031222;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #000000;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000000;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #031222;
}

.fn-date-picker td .pika-button:hover {
  background-color: #031222 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #031222;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button{
  background-color: 







rgba(221, 128, 65, 1.0)

;
  border: 1px solid #dd8041;
  border-radius: 60px;
  color: #FFFFFF;
  padding: 15px 53px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
.button:hover,
.button:focus {
  background-color: ; 
  border: 1px solid #dd8041;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active,
.button:active{
  background-color: ; 
  border: 1px solid #dd8041;
  color: #FFFFFF;
}





table {
  background-color: 







rgba(255, 255, 255, 1.0)

;
  border-color: #031222;
}

th,
td {
  border-color: #031222;
  color: #031222;
}

thead th,
thead td {
  background-color: 







rgba(3, 18, 34, 1.0)

;
  border-bottom-color: #031222;
  color: #FFFFFF;
}

tfoot td {
  background-color: 







rgba(255, 255, 255, 1.0)

;
  color: #031222;
}













.cst-header-grp .cst-hdr{
  background-color:







rgba(53, 54, 48, 1.0)

;
}

.sticky .cst-header-grp .cst-hdr{
  background-color:







rgba(255, 255, 255, 1.0)

;
}

fix_head_bg_color

.nav-grp>.hs_cos_wrapper>.navigation-primary>ul>li>a{
  color:







rgba(255, 255, 255, 1.0)

;
}

.nav-grp>.hs_cos_wrapper>.navigation-primary>ul>li>a:hover{
  color:







rgba(247, 155, 0, 1.0)

;
}
















.cst-footer-grp{
  background-color:







rgba(53, 54, 48, 1.0)

;
}

.cst-ftr-menu-grp>div h3,
.cst-ftr-menu-grp>div h3{
  color:







rgba(255, 255, 255, 1.0)

;
}

.cst-ftr-menu-grp .menu-item-grp .menu-wrapper>a,
.cst-footer-grp .page-center .cst-btm-grp .ftr-btm-links a{
  color:







rgba(255, 255, 255, 1.0)

;
}

.cst-ftr-menu-grp .menu-item-grp .menu-wrapper>a:hover,
.cst-footer-grp .page-center .cst-btm-grp .ftr-btm-links a:hover{
  color:







rgba(247, 155, 0, 1.0)

;
}






.card__price {
  font-family: Lato
    font-size: 27px;
  color: #2e3337;
  font-weight: 
}


.lead {
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  .dnd-section {
    padding: 30px 20px!important;
  }
  h1{
    font-size:40px;
  }
  h2{
    font-size:28px;
  }
  h3{
    font-size:20px;
  }
  .page-center{
    padding: 0;
  }
}


[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: .5s;
}

.tw-hidden {
  display: none!important;
  opacity: 0;
}