@font-face {
    font-family: "db_adman_xregular";
    src: url('/assets/fonts/DBAdmanX.woff?v=2') format('woff'),
      url('/assets/fonts/DBAdmanX.eot?v=2'),
     url('/assets/fonts/DBAdmanX.ttf?v=2') format('truetype');   
    font-style: normal;
    font-weight: normal;   
    font-display: block;
}

body {
  font-family: 'db_adman_xregular', sans-serif;
  line-height: 1;
}
.font-orange,
.link_orange11{
  color: #F47310;
}
.font-white{
  color: #fff;
}
.font-black{
  color: #212529;
}
.font-black-light{
  color: #5a5a5a;
}
.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-24 {
  font-size: 24px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-72 {
  font-size: 72px;
}

.top {
  /*background: transparent linear-gradient(135deg, #FFCA55 0%, #F37721 100%) 0% 0% no-repeat padding-box;*/
  /*width: 100%;*/
  height: auto;
  /* background-image: url("http://www.softdebut.com/App_Themes/SoftdebutRedesign/images/Banner_web_Softd.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Navbar */

.navbar {
  /*background: transparent linear-gradient(135deg, #FFCA55 0%, #F37721 100%) 0% 0% no-repeat padding-box;*/
  /*background: rgba(34, 34, 34, 0.9);*/
  background: #fff;
  transition: 0.5s ease;
}

.navbar .navbar-collapse li {
  margin-top: .5em;
  margin-bottom: .5em;
}

.navbar.scrolled {
  /*background: rgba(34, 34, 34, 0.9);*/
  background: #fff;
}

.navbar .navbar-brand img {
  height: 44px;
  transition: 0.5s;
}

.navbar.scrolled .navbar-brand img {
  height: 44px;
}

.top .navbar li {
  margin-left: 10px;
  margin-right: 10px;
}

.top .navbar a {
  padding: 0.5rem 1.5rem 0.5rem 0;
  color: #1a1a1a;
  position: relative;
}

/* Navbar Active */
.top .navbar li a::after{
  content:"";
  width: 0;
  height: 2px!important;
  background: #f37721;
  border-radius: 2px;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top .navbar li a.active::after, 
.top .navbar li a:hover::after { width: 100%; }
/* Navbar Active */

/* Navbar */

/* Slick carousel */
/*.top .single-item {
display: flex;
}

.top .single-item p {

}
*/
.top .single-item button.learnmore {
  border: 1px solid white;
  background: transparent;
  padding: 0.1em 1em;
  border-radius: 20px;
  color: white;
}

.top .single-item button.learnmore:hover {
  color: #F37721;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  
  top: 27.5em;
  
  list-style-type: none;
}

.slick-dots li button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  
  border: 1px solid white;
  border-radius: 100%;
  background-color: rgba(0,0,0,0.2)!important;
  
  text-indent: -9999px;
  
  margin: 0;
}

.slick-dots li.slick-active button {
  background-color: white!important;
}

/* Slick carousel */

/* Content section */



.content .frame {
  height: 100%;
  background-color: white;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* Content section */

/* Product categories section */

.productCategories .frameHeader {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: transparent linear-gradient(135deg, #FFCA55 0%, #F37721 100%) 0% 0% no-repeat padding-box;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 0.1em 1em;
  color: white;
}

.productCategories .frameBody {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* Product categories section */

/* Partners section */

.partners {
  background-color: white;
}

.partners .tab-panels ul {
  padding-inline-start: 0;
  display: inline-block;
  justify-content: center;
}

.partners .tab-panels ul li {
  list-style-type: none;
  display: inline-block;
  color: #C9C9C9;
  border: 1px solid #C9C9C9;
  border-radius: 25px;
  padding: .15em .7em;
}

@media only screen and (min-width: 769px){
  .partners .tab-panels ul li {
    margin: .5em .3em;
  }
}
@media only screen and (max-width: 768px){
  .partners .tab-panels ul li {
    margin: .3em .8em;
  }
}
@media only screen and (max-width: 576px){
  .partners .tab-panels ul li {
    margin: .3em .5em;
  }
}


.partners .tab-panels ul li.active, .partners .tab-panels ul li:hover {
  border-color: transparent;
  color: white;
  background: transparent linear-gradient(135deg, #FFCA55 0%, #F37721 100%) 0% 0% no-repeat padding-box;
  transition: 0.5s;
}

.partners .tab-panels .panel {
  display: none;
}

.partners .tab-panels .panel.active {
  display: block;
}

/* Partners section */

/* section software automation platform */

.platform {
  padding-bottom: 3em;
}

.platform .col {
  padding: 0 10px;
}

.platform h2 {
  font-weight: bold;
}

.platform span {
  font-size: 20px;
  line-height: 1;
}

/* section software automation platform */

/* Navbar */

footer {
  background: #f2f2f2;
  padding: 10px;
}

/* Section product */
.productInfo a.sliderBtn {
  color: white;
  font-weight: bold;
  padding-left: 0;
  padding-bottom: 0;
}

.productInfo li {
  margin: 0px 0px;
}

.productInfo p {
  color: white;
  padding: 0px;
  margin: 0.1em 0em;
}

@media only screen and (min-width: 768px) {
  .productInfo a.sliderBtn:hover {
    color: white;
  }
}

@media only screen and (max-width: 767px) {
  .productInfo a.sliderBtn {
    width: 100%;
    border: 1px solid white;
    border-radius: 2em;
    text-align: left;
    padding-top: 0;
    padding-left: .8em;
  }
  
  .productInfo li {
    padding-left: 1.3em;
    margin: .2em 0;
  }
}

.productInfo .anchorRow {
  padding-left: 10px;
  padding-right: 10px;
}

/* Section product */

/* hr */
.footerHR {
  border-top: 1px solid #dbdbdb;
  opacity: 1;
  margin-bottom: 10px;
}
/* hr */

/* Section contact */

/*.contactInfo span {
color: white;
font-weight: bold;
}*/

.contactInfo p {
  margin: 30px 0;
  color: #1a1a1a;
  /*font-weight: lighter;*/
}

.contactInfo .contactLink {
  color: #ffe3cc;
}

/* Section contact */

/* copyright */

.copyright p {
  font-weight: lighter;
  color: #1a1a1a;
}

/* copyright */

/* Button effect */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 20px;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 20px;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #F37721;
  border-radius: 20px;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  border-radius: 20px;
}
/* Button effect */

/*.navbar {
background: #1a1a1a;;
}*/
span.CMSBreadCrumbsCurrentItem, a.CMSBreadCrumbsLink {
  font-size: 90px;
  color: white;
}
.aboutus-detail {
  padding: 0 30px;
}
.aboutus-item .item-detail {
  font-size: 20px;
  color: #707070;
}
.aboutus-detail, .about-img {
  margin: 30px 0;
}
.top .slick-dots {
  margin-top: 80px;
}

.banner-img {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  display: flex !important;
  align-items: center;
}
.home .banner-img{
  height: 400px;
}
.win-img img{
  margin: 30px 0;
  width: 100%;
}
.img-service {
  width: 100px;
}
.footer-menu li a {
  color: #9e9e9e;
}
.footer-menu li:hover a {
  color: #ff7800;
}
.px-lg-footer {
  padding: 0 80px !important;
}
.product-type-item {
  display: inline-block;
}

.product-type-tab.nav-pills .nav-item .nav-link {
  color: #303030;
}
.product-type-tab.nav-pills .nav-item .nav-link:hover {
  font-weight: bold;
  color: #ff7800;
}
.product-type-tab.nav-pills .nav-item .nav-link.active {
  font-weight: bold;
  color: #ff7800;
  background-color: transparent;
}
.water-mark-color {
  color:#9e9e9e;
}
.service-card {
  border: solid 1px #e2e2e2;
  width: 100%;
  padding: 15px;
  border-radius: 20px;
  min-height: 120px;
}
.service-card:hover {
  box-shadow: 10px 10px 10px 0 rgb(243 119 33 / 25%);
}
.service-card .title {
  font-size: 28px;
  font-weight: bold;
}
.service-card .description {
  font-size: 18px;
}
.product-type-tab.nav-pills .nav-item .nav-link:before {
  content:".";
  position: relative;
  font-size:50px;
  height:auto;
  line-height: 0px;
  top: 1px;
  left: -15px;
  float: left;
}
.product-type-tab.nav-pills .nav-item .nav-link.active:before {
  content:".";
  position: relative;
  font-size:70px;
  height:auto;
  line-height: 0px;
  top: -3px;
  margin-left: -3px;
}
.ForumContent tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.forum-redesign tr.Thread {
  display: inline-block;
  width: 30.33%;
  padding-right: 0px;
  height: 425px;
}
.forum-redesign .PostAttachmentsList {
  padding-right: 0px;
}
.forum-redesign tr.Thread td.ThreadImageDefault.ThreadImage {
  width: 100%;
  height: 200px;
}
.forum-redesign tr.Thread td.ThreadImageDefault.ThreadImage img {
  width: 100%;
  height: 200px;
}
.forum-redesign tr.Thread td.ThreadLogo {
  width: 100%;
  height: 60px;
}
.forum-redesign tr.Thread td.ThreadInfo{
  width: 100%;
  padding: 0 15px;
  height: 80px;
}
.forum-redesign td.ThreadInfo a {
  font-size: 24px;
  max-height: 75px;
}
.forum-redesign tr.Thread td.LastPost {
  width: 90%;
  margin: 15px;
}
input.search-banner {
  width: 30%;
  border-radius: 25px;
  border: solid 1px #707070;
  background-color: #fff;
  font-size: 28px;
  padding: 0 15px;
  margin-top: 15px;
}
.search-banner-icon {
  position: relative;
  font-size: 20px;
  left: -35px;
  color: #f37721;
}
.forum-redesign tr.Thread td.ThreadLogo {
  background-image: url('http://www.softdebut.com/SoftDebut/media/Softdebut/Group-779.png');
  background-position-x: 15px;
  background-position-y: 10px;
  padding-left: 58px;
  margin-top: 15px;
}
.contact-us-form .FormButton {  
  background: #f37721;
}
.tab-content .product-type-item a.lozad-wrap {
  position: relative;
  
  /*border: solid 1px #e2e2e2;
  
  border-radius: 15px;padding: 30px;
  padding-top: 40px;
  padding-bottom: 40px;*/
}
.top .slick-dots {
  margin-top: -30px;
  position: relative;
  bottom: 0;
  top: 0;
}
/* News 2022 */
.news-2022 .news-card {
  height: 455px;
  margin-top: 30px;
  padding: 0px;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  overflow: hidden;
}
.news-2022 .news-header {
  width: 100%;
  height: 60px;
  color: #bcbcbc;
  padding: 15px;
  padding-top: 29px;
  padding-left: 58px;
  margin-top: 15px;
  position: relative;
  background-image: url(/assets/images/sdb.png);
  background-position-x: 15px;
  background-position-y: 10px;
  background-size: 130px auto;
  background-repeat: no-repeat;
}
.news-2022 .news-card .news-teaser-image {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}
.news-2022 .news-card .news-teaser-image img {
  width: 100%;
}
.news-2022 .news-card .news-info {
  width: 100%;
  padding: 0 15px;
  height: 80px;
}
.news-2022 .news-card .news-info a {
  font-size: 26px;
  max-height: 60px;
  color: #303030;
  overflow: hidden;
  display: block;
}
.news-2022 .news-card .news-info span {
  font-size: 20px;
  color: #6b6b6b;
  display: block;
  overflow: hidden;
  max-height: 70px;
  line-height: 1.2;
}
.news-2022 .news-card.lastest {
  height: 375px;
}
.news-2022 .news-card.lastest .news-info a {
  font-size: 20px;
  max-height: 40px;
}
.news-2022 .news-card.lastest .news-info span {
  font-size: 18px;
  display: block;
  overflow: hidden;
  max-height: 36px;
}
.news-2022 .news-card .LastPost {
  height: 50px;
  color: #bcbcbc;
  font-size: 20px;
  border-top: 1px solid #bcbcbc;
  padding: 15px;
  width: 90%;
  margin: 15px;
}
.news-2022 .news-detail-title {
  font-size: 28px;
  padding: 5px;
}
.news-2022 .news-detail {
  margin-top: 15px;
  padding: 5px;
}
.news-2022 .news-detail img {
  width: auto!important;
  max-width: 100%!important;
  height: auto!important;
}
.news-2022 .news-detail a{
  word-break: break-all;
}

/* End News 2022 */
@media (min-width: 1199.98px) {
  .forum-redesign tr.Thread:first-child{
    width: 96.99%;
    height: 300px;
  }
  .forum-redesign tr.Thread:first-child td.ThreadImageDefault.ThreadImage {
    width: 45%;
    padding: 0;
    height: 300px;
  }
  .forum-redesign tr.Thread:first-child td.ThreadImageDefault.ThreadImage img {
    height: 300px;
  }
  .forum-redesign tr.Thread:first-child td.ThreadLogo {
    width: 50%;
  }
  .forum-redesign tr.Thread:first-child td.ThreadInfo {
    width: 50%;
  }
  .forum-redesign tr.Thread:first-child td.LastPost {
    width: 50%;
    margin: 0 15px;
  }
  .news-2022 .news-card.list:first-child {
    
    height: 300px;
  }
  .news-2022 .news-card.list:first-child .news-teaser-image {
    width: 45%;
    padding: 0;
    float: left;
    max-height: 300px;
  }
  .news-2022 .news-card.list:first-child .news-header {
    width: 50%;
    float: left;
  }
  .news-2022 .news-card.list:first-child .news-info {
    width: 50%;
    float: left;
    max-height: 200px;
  }
  .news-2022 .news-card.list:first-child .LastPost {
    width: 50%;
    margin: 0 15px;
    float: left;
    position: absolute;
    bottom: 0;
    left: 45%;
  }
}
@media (max-width: 1199.98px) {
  .banner-img {
    
  }
  .aboutus-detail {
    order: 2;
  }
  .about-img {
    order: 1;
    margin: 0;
  }
  /*.win-img img{
  width: 300px
}*/
  .px-lg-footer {
    padding: 0 !important;
  }
  .platform h2 {
    text-align: center;
  }
}
@media (max-width: 1100px) {
  .top .navbar li{
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media (max-width: 991.98px) {
  .top .navbar li a.active::after, 
  .top .navbar li a:hover::after {
    width: 65px;
    
  }
  .forum-redesign tr.Thread {
    width: 90.33%;
  }
}
.news-readmore{
  clear: both;
  text-align: right;
}
.news-2022 .news-card .news-info .news-readmore a{
  font-size: 20px;
  color: #fd7e14;
  border: 1px solid #fd7e14;
  border-radius: 4px;
  padding: 4px 8px;
  display: inline-block;
  margin-top: -3px;
}

.news-2022 .first .news-card .news-info .news-readmore a{
  margin-top: 25px;
}
@media (max-width: 1200px) {
  .news-2022 .first .news-card {
    height: 460px;
  }
  .news-2022 .news-card {
    height: 435px;
  }
}
@media (max-width: 992px) {
  .news-2022 .first .news-card {
    height: 500px;
  }
  .news-2022 .news-card {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .news-2022 .first .news-card {
    height: 475px;
  }
  .news-2022 .news-card {
    height: 475px;
  }
  .news-2022 .first .news-card .news-info .news-readmore a{
    margin-top: 0;
  }
}

@media (max-width: 425px) {
  .news-2022 .news-card {
    height: 465px;
  }
}

/* Minification failed (line 496, error number 1046): Expect comma, found '/' */