body{
 background-color: #fcfbfa;
 color: #333;  
 font-family: "Kanit", serif;
 font-weight: 300;
 font-style: normal;
 font-size: 19px;
 line-height: 1.5em;
}
h1,
h2,
h3,
h4,h5,
strong
{
    font-weight: 400;
}
p{
    margin-bottom: 10px;
}
.hide{
    display: none;
}
.bg-gray1{
    background-color: #ebe5e1;
}
.bg-gray2{
    background-color: #fcfbfa;
}
.bg-gray3{
    background-color: #f3f0ee;
}
.bg-gray4{
    background-color: #323231;
    color: #fff;
}
.bg-gray5{
    background-color: #555250;
    color: #fff;
}

.item-feature i{
    text-shadow: 2px 2px #bac9ba;
}

.layout-header nav.website,
.layout-header nav.mobile{
    background: rgb(20,20,19) !important;
    box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.1);   
    color: #fff !important;
}

.form-control,
.form-select,
.btn-send,
.form-box {

    border-radius: 0 !important;
}
.dashboard-layout .navbar.fixed-top{
    top: 0px !important;
}
#footer .icon, #footer p, #footer .short-des-logo, #footer h3, #footer a,
.language-box .language-list .nav-item a,
.website .main-menu-list .navbar-nav .nav-link{
    color: #fff;
}

/* .dashoard-content-box{
}
.dashoard-content-box{

    color: #fff;
} */
#partner .partner-slider{
    padding-top: 10px;
 }
.partner-item {
    padding: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.partner-item .partner-item-data {
    max-height: 150px;
    height: auto;
    text-align: center;
    
}

#layout-footer,
#footer .bg-footer, #footer .bg-footer::before
{
    background-color: rgb(20,20,19) !important;
    color: #fff !important;
}

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

.content-box h3{
    font-size: 1.5rem;
}

#howItWorks .item-feature{
    position: relative;
    height: 100%;
}

/* #howItWorks .item-feature .icon-box img{

} */

#howItWorks .item-feature  .icon-box{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 350px;
    overflow: hidden;
    height: 100%;
    
}
#howItWorks .item-feature  .icon-box .banner-img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
#howItWorks .item-feature .content-box{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(36, 36, 36, .8);
    color: #fff;
    margin: 0 auto;
        width: 100%;
        padding: 40px 24px;
}

#blogContent .blog-content-item{
    /* padding-left: 0px;
    padding-right: 0px; */
    color: #fff;
}
.blog-content-box .list-blog a{
    background: transparent;
    border-radius: 0px;
}
.blog-content-box .list-blog a:hover{
    background: #555250;
}
.blog-content-item .date-content{
    margin-bottom: 10px;
}
.list-blog .short-des-content, .list-blog p{
    color: #fff;
}
.poster-box{
    max-height: 220px;
}
#benefits .item-feature,
#solution  .item-feature,
#integration .item-feature{
    display: flex;
}
#integration .item-feature .icon-box{
    font-size: 30px;
    margin-right: 20px;
    color: #003262;
}

#solution .item-feature .icon-box{
    font-size: 30px;
    margin-right: 20px;
    color: mediumspringgreen;
}

#benefits .item-feature .icon-box{
    font-size: 30px;
    margin-right: 20px;
    color: deepskyblue;
}

.dashoard-content-box .title-box{
    margin-bottom: 30px;
}

#faqContent .accordion-item{

    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e);
}

@media screen and (min-width: 992px){

}

@media screen and (max-width: 991px) {
   

}
@media screen and (max-width: 767px) {
   
}
@media screen and (max-width: 600px) {
    #footer .credit{
        font-size: 14px;
    }
}

@media (orientation: landscape) and (max-width: 1200px){
   
  }
  
  @media (orientation: portrait) and (max-width: 600px){
   
  }

  @media (orientation: portrait) and (max-width: 425px){

  }
