body {

  word-break: break-word; 

  font-family: 'Averta Std CY';

}

html {
  scroll-behavior: smooth;
}


.clear {

  clear: both; }



ul, ol {

  list-style: none;

  padding: 0;

  margin: 0; }

h1,h2,h3,h4,h5,h6{

  font-weight: 700;

}

.form-control:focus {

  box-shadow: none; }



a:hover {

  text-decoration: none; }



img {

  max-width: 100%;

  border: none;

  height: auto; 

}

p{

  font-size: 14px;

  color: #000;

  line-height: 1.71;

  margin-bottom: 20px;

}

.list-inline {

  letter-spacing:-0.3em;

}

.list-inline .item-inline {

  letter-spacing:normal;

}

main {

  display: block; }



.height100 {

  height: 100%; }



.image-fit {

  display: block;

  overflow: hidden; }



.image-fit img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover; }



.btn {

  line-height: 100%; }



.list-inline {

  letter-spacing: -0.3em; }



.list-inline .item-inline {

  letter-spacing: normal;

  vertical-align: top;

  display: inline-block; }



.inline-middle .item-inline {

  vertical-align: middle; }



.relative-section {

  position: relative; }



.the-header #header .header-right .languages ul, .process-bar .percent, a {

  transition: all 0.3s ease-in-out 0s;

  -moz-transition: all 0.3s ease-in-out 0s;

  -o-transition: all 0.3s ease-in-out 0s;

  -webkit-transition: all 0.3s ease-in-out 0s;

  -ms-transition: all 0.3s ease-in-out 0s; }



.section-bg {

  background-position: center center;

  background-size: cover; 

  background-repeat: no-repeat;

}





.font900 {

  font-weight: 900; }



.font800 {

  font-weight: 800; }



.font700 {

  font-weight: 700; }



.font600 {

  font-weight: 600; }



.font500 {

  font-weight: 500; }



.font400 {

  font-weight: 400; }



.font300 {

  font-weight: 300; }



.animated-delay2 {

  -webkit-animation-delay: 0.3s;

  -o-animation-delay: 0.3s;

  -moz-animation-delay: 0.3s;

  animation-delay: 0.3s; }



.animated-delay3 {

  -webkit-animation-delay: 0.6s;

  -o-animation-delay: 0.6s;

  -moz-animation-delay: 0.6s;

  animation-delay: 0.6s; }



.animated-delay4 {

  -webkit-animation-delay: 0.9s;

  -o-animation-delay: 0.9s;

  -moz-animation-delay: 0.9s;

  animation-delay: 0.9s; }



.animated-delay5 {

  -webkit-animation-delay: 1.2s;

  -o-animation-delay: 1.2s;

  -moz-animation-delay: 1.2s;

  animation-delay: 1.2s; }



.animated-delay6 {

  -webkit-animation-delay: 1.5s;

  -o-animation-delay: 1.5s;

  -moz-animation-delay: 1.5s;

  animation-delay: 1.5s; }



.list-flex {

  display: flex; }



.flex-three .item-flex {

  width: 33.33%; }



.flex-two .item-flex {

  width: 50%; }



.flex-middle {

  align-items: center;

  -webkit-align-items: center; }



 



:focus, button:focus {

  outline: none !important; 

}

.container{

  max-width: 1200px;

  padding: 0 30px;

}



#menu-main ul li {

  display: inline-block;

  vertical-align: middle;

  margin: 0 40px;

  letter-spacing: 0;

  position:relative;

}

#menu-main ul li a {

    display: block;

    font-size: 14px;

    color: #262626;

}

#menu-main ul li a:hover,#menu-main ul li.current-menu-item a {

  color:#eb0a1e;

}

#menu-main ul li a:hover, #menu-main ul li.current-menu-item.non-active a {
  color: #eb0a1e;
}


#menu-main ul li ul {

  padding-top: 12px;

  transform-origin: 50% 0;

  position: absolute;

  top: 100%;

  width: 200px;

  left: -12px;
  transform: scaleY(0);
  transition: transform 0.4s ease-in-out;

}

#menu-main ul li:hover ul {
  transform: scaleY(1);
}

#menu-main ul li ul li {

  margin:0;

  display:block;

}

#menu-main ul li ul li a {

  background: rgba(255,255,255,0.9);

  display:block;

  padding:10px;

}

#header{

  padding: 10px 30px;

  background: rgba(255,255,255,1);

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  z-index: 99;
  border-bottom: 2px solid #e60021;
}

.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
}


#main {
  margin-top: 90px;
}

#header .logo img {

  max-height:45px;

}

.header-function{

  display: flex;
  align-items: center;

}

.header-social {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.header-social a { 
  display: block;
  margin: 0 5px;
}


.header-right .list-inline{

  display: inline-block;

  vertical-align: middle;

}

.header-search .search-bg{

      width: 0;

      transition: all 0.4s ease-in-out;

      border: 1px solid #bdc3c7;

      border-radius: 6px;

      background: #fff;

      position: relative;

      padding-left: 0;

      overflow: hidden;
      opacity: 0;

}

.header-link {
  margin-right: 20px;
}
.header-link a {
  font-size: 14px;
  margin: 20px;
  color: #262626;
  position: relative;
}
.header-link a::before {
  content: '';
  width: 1px;
  height: 11px;
  top: 50%;
  right: -20px;
  background-color: #c1c1c1;
  position: absolute;
  transform: translateY(-50%);
}
.header-link a:hover {
  color: #eb0a1e;
}
.close {
  width: 16px;
  display: none;
}
.close img {
  width: 12px;
}
.open-search .close{
  display: block;
}
.open-search .open {
  display: none;
}
.open-search.header-search .search-bg {
  width: 210px;
  padding-left: 23px;
  opacity: 1;
}
.search-icon-header {
  margin-left: 5px;
  cursor: pointer;
}

.header-search .it-form{

      width: 100%;

      padding: 5px 15px;

      border: none;

      background: #fff;

      border-radius: 8px;

      font-size: 14px;

      color: #bdc3c7;

      font-family: 'Averta Std CY';

}

.header-search .search-icon{

      position: absolute;

      top: 1px;

      left: 8px;

      background: transparent;

      border: none;

}

.sma-btn{

    display: inline-block;

    padding: 5px 20px;

    background: #eb0a1e;

    color: #fff;

    font-size: 14px;

    text-align: center;

}

.header-function .sma-btn{

  margin-left: 15px;

}

.header-search{

  display: flex;
  align-items: center;
  margin-right: 5px;

}

.slick-dots{

  bottom: 65px;

}

.slick-dots li button::before {

  font-size: 15px;

  color: #626567;

  opacity: 1;

}

.slick-dots li.slick-active button:before {

  color: #eb0a1e !important;

  opacity: 1;

}

.slick-dotted.slick-slider{

  margin-bottom: 0;

}

.home-product{

  padding: 75px 0 100px;

}

.sma-title{

  font-size: 36px;

  color: #262626;

  margin-bottom: 0;

}
.sma-title.sma-title-support{

  font-size: 17px;

}

.home-product-title{

  display: flex;

  justify-content: space-between;

  align-items: flex-end;

  margin-bottom: 20px;

}

.home-product-title a{

  font-size: 14px;

  color: #e60021;

}

.product-info p{

  margin-bottom: 5px;

  color: #e6e6e6;

  font-size: 18px;

}

.product-info p .type-title{

  color: #000;

  min-width: 125px;

  margin: 0;

}

.product-info .list-custom a{

    margin-right: 12px;

    padding-right: 12px;

    border-right: 2px solid #e6e6e6;

    line-height: 16px;

    color: #e6e6e6;

    display: inline-block;

}

/* .product-info .list-custom a:last-child {

  border:none;

} */

.product-info .list-custom a:hover {

  color:#e60021;

}

.product-info .list-custom a.active {

  color:#e60021;

  font-weight: bold;

}

.product-info{

  margin-bottom: 45px;

}

.product-it{

  padding: 0 20px;

}

.product-it .product-feature a{

  height: 140px;

  display: flex;

  align-items: flex-end;

  justify-content: center;

  margin-bottom: 30px;

}

.product-it .product-des h3{

  font-size: 18px;

  color: #000;

  margin-bottom: 5px;

  min-height: 32px;

  overflow: hidden;

}

.product-des {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-it .product-des h3 a{

  color: #000;

}

.product-it .product-des p{

  font-size: 10px;

  color: #999999;

  padding-bottom: 11px;

  position: relative;

}
.product-it .product-des p.note-truyen-thong {
  font-size: 13px;
  padding-bottom: 13px;
}

.product-it .product-des p::after{

  position: absolute;

  left: 0;

  right: 0;

  margin: 0 auto;

  bottom: 0;

  height: 3px;

  width: 24px;

  background: #000;

  content: "";

}

.product-it .product-des h4{

  font-size: 18px;

  color: #eb0a1e;

  margin-bottom: 10px;

}

.slick-prev:before, .slick-next:before{

  display: none;

}

.slick-prev{

  left: -36px;

  background-image: url(../images/ar-left.png);

}

.slick-next{

  right: -36px;

  background-image: url(../images/ar-right.png);

}

.slick-arrow{

  background-repeat: no-repeat;

  height: 28px;

  z-index: 5;

  width: 18px;

  background-position: center;

}
.slick-arrow:hover {
  filter: grayscale(100%);
}

.slick-prev:hover{

  background-image: url(../images/ar-left.png);

  background-repeat: no-repeat;

}

.slick-next:hover{

  background-image: url(../images/ar-right.png);

  background-repeat: no-repeat;

}

.link-see-more {
  padding: 10px 25px;
  border: 1px solid #eb0a1e;
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block !important;
  background: #eb0a1e;
  transition: all 0.3s ease-in-out 0s;
  font-family: 'Averta Std CY';
}

.link-see-more:hover {
  background: #737272;
  color: #fff !important;
  border: 1px solid #737272;
}

.product-des .sma-btn{

  min-width: 160px;

  padding: 9.5px 20px;

}

.benefits-info{

  padding: 90px 0 60px;

  width: 43%;

  color: #fff;

}

.benefits-info .sma-title{

  color: #fff;

  margin-bottom: 28px;

}

.benefits-info ul li{

  display: block;

  margin-bottom: 25px;

  display: flex;

  align-items: center;

}

.benefits-info ul li .benefits-icon{

  width: 70px;

  height: 70px;

  border-radius: 50%;

  background: #fff;

  margin-right: 27px;

  display: flex;

  align-items: center;

  justify-content: center;

}

.benefits-info ul li p{

  margin-bottom: 0;

  font-size: 14px;

  max-width: calc(100% - 97px);

  color: #fff;

}

.home-news{

  padding: 40px 0;

  background-image: url(../images/picture/home-bg-3.jpg);

}

.home-news .nav-tabs {

    justify-content: center;

    border: none;

}

.nav-tabs .nav-item{

      background: #fff;

}

.nav-tabs .nav-link{

      padding: 13px 17px;

    border: none;

    font-size: 18px;

    color: #000;

    border-bottom: 2px solid #fff;

}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover{

  color: #e60021;

  border-bottom: 2px solid #e60021;

}

.news-it{

  margin-bottom: 30px;

}

.news-it .news-feature img{

  /* height: 245px; */

}

.news-it .news-it-bg{

   box-shadow: 5px 0 20px rgba(0,0,0,0.2);

}

.news-it .news-info{

  background: #fff;

  padding: 25px;

}

.news-it .news-info h3{

  font-size: 18px;

  color: #000;

  margin-bottom: 5px;

}

.news-it .news-info h3 a{

  color: #000;

}

.news-it .news-info .news-date{

  font-size: 14px;

  color: #bdc3c7;

  margin-bottom: 24px;

}

.news-it .news-info p{

  margin-bottom: 10px;

}

.section-shawdow{

  box-shadow: 0 0 10px rgba(0,0,0,0.2);

}

.contact-form .sma-title{

  margin-bottom: 20px;

}

.form-public .ip-row{

  margin-bottom: 13px;

}

.form-public form{

  width: 100%;

}

.form-public .ip-row span {
  display:block;
  width:100%;
}
.form-public .it-input{

  border: 2px solid #e4e4e4;

  padding: 13.5px 10px;

  font-size: 14px;

  color: #262626;

  width: 100%;

  font-family: 'Averta Std CY';

}

.form-public .it-input::placeholder{

  color: #262626;

}

.contact-form-bg{

  padding: 25px;

  height: 100%;

  background: #fff;

}

.form-public .ip-select{

  background-image: url(../images/ar-select.png);

  background-repeat: no-repeat;

  background-position: calc(100% - 14px) center;

  cursor: pointer;

}

select {

   -webkit-appearance: none;

   -moz-appearance: none;

   appearance: none; 

   cursor: pointer;

}

select::-ms-expand {

    display: none; 

}

.ip-row-submit{

  position: relative;

}

.ip-row-submit .icon-text{

  position: absolute;

  right: 14px;

  top: 19px;

  background: transparent;

  border: none;

  display: flex;

  padding: 0;

  align-items: center;

}

.home-contact{

  padding: 45px 0 60px;

}

.contact-it{

  padding: 15px;

  padding-right: 215px;

  position: relative;

  margin-bottom: 30px;

  background: #fff;
  border:1px solid rgb(0 0 0 / 20%);

}
.cal-table {
  max-height:830px;
  overflow: auto;
}
.logo-footer img {
  width:100px;
}
.contact-it:last-child{

  margin-bottom: 0;

  padding: 15px 155px 15px 15px;

}

.contact-it h3{

  color: #e60021;

  font-size: 18px;

  margin-bottom: 5px;

  padding-right: 40px;

}
.contact-it h3 a {
  color: #e60021;
}
.contact-it p, .contact-it p a{

  color: #999999;

  margin-bottom: 0;

}

.contact-phone{

  background: #eb0a1e;

  position: absolute;

  top: 0;

  bottom: 0;

  right: 0;

  width: 150px;

  box-shadow: 1px 0 20px rgba(0,0,0,0.4);

}

.contact-phone a{

  font-size: 14px;

  color: #fff;

  text-transform: uppercase;

  display: block;

  height: 100%;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

}

.contact-phone img{

  margin-right: 25px;

}

.footer-contact{

  background: #e60021;

  padding: 36px 0;

  color: #fff;

}

.footer-contact .sma-title, .footer-contact .sma-title a{

  color: #fff;

}

.footer-inner{

  padding: 35px 0 0;

  background: #333;

}

#footer-menu  ul {

  letter-spacing:-0.3em;

}

#footer-menu li{

  letter-spacing: 0;

  padding-right: 25px;

  font-size: 14px;

  font-weight: 300;

  color: #fff;

  margin-bottom: 0;

  display: inline-block;

  vertical-align: top;

  width:33.33%;

}

#footer-menu > div > ul > li > a {

  opacity: 0;

  height:0;
  display:none;

}

#footer-menu li a{

  color: #fff;

}

#footer-menu li li{

  display: block;

  margin-bottom: 13px;

  width:auto;

}

#footer-menu ul ul{

  margin-top: 13px;

}

.footer-form .form-email h4{

  font-size: 14px;

  color: #fff;

  margin-bottom: 13px;

}

.form-email .smo-form-row{

  border: 1px solid #c9c9c9;

  background: #fff;

  position: relative;

  padding-right: 30px;

}

.form-email .ip-email{

  width: 100%;

  padding: 10px 10px;

  font-size: 14px;

  color: #262626;

  border: none;

}

.form-email .btn-submit{

  border: none;

  background: #fff;

  right: 10px;

  top: 8px;

  position: absolute;

  padding: 0;

}

.form-email .btn-submit i{

  color: #e60021;

  font-size: 20px;

}

.footer-top-contact{

  margin-top: 25px;

}

.footer-top-contact p{

  color: #fff;

  margin-bottom: 0;

  font-weight: 300;

}
.footer-top-contact .btn {
      text-align: center;
      color: #fff;
      font-size: 14px;
      background: #eb0a1e;
      border: none;
      padding: 15px 20px;
      display:inline-block;
}

.footer-top{

  margin: 15px -15px 20px;

}

.footer-bottom{

  padding: 25px 0 20px;

  border-top:1px solid #fff;

}

.footer-bottom .footer-top-info{

  color: #fff;

  margin-bottom: 0;

  font-size: 14px;

  display: inline-block;

  vertical-align: middle;

}

.footer-bottom .logo-footer{

  margin-right: 75px;

  display: inline-block;

  vertical-align: middle;

}

.footer-social{

  padding-top: 3px;

}

.footer-social a{

  margin-left: 13px;

}

#footer a{

  color: #fff;

}

.form-borrow{

  padding: 20px 195px 20px 0;

  background-color: #fff;

  position: relative;


  /* margin-top: -45px; */

}

.form-borrow .ip-col{

  padding: 0 25px;

  border-left: 3px solid #e60021;

  display: inline-block;

  width:20%;

}

.form-borrow .ip-col.ip-col-lar {

  width:30%;

}

.form-borrow .ip-col.ip-col-med {

  width:19.8%;

}

.form-borrow .ip-col:first-child{

  border-left: none;

}

.form-borrow label{

  margin-bottom: 5px;

  font-size: 14px;

  color: #e60021;

  display: block;

  font-weight: 700;

}

.form-borrow .ip-select{

  border: none;

  width: 100%;

  font-size: 14px;

  color: #262626;

  background-image: url(../images/ar-select.png);

  background-repeat: no-repeat;

  background-position: right center;

  padding-right:27px;

}

.borrow-submit{

  position: absolute;

  top: 0;

  bottom: 0;

  right: 0;

  width: 192px;

  background: #e60021;

  display: flex;

  text-align: left;

  align-items: center;

  justify-content: center;

  border: none;

  color: #fff;

  box-shadow: 1px 0 20px rgba(0,0,0,0.4);

}

.borrow-submit img{

  margin-right: 18px;

}

.form-borrow .col-submit{

  padding: 0;

}

.form-borrow{

  box-shadow: 1px 0 20px rgba(0,0,0,0.4);

}

.borrow-list-bg{

  margin-top: 35px;

}

.borrow-list{

  margin-top: 35px;

}

.borrow-it-bg{

  height: 310px;

  border-left: 3px solid #eb0a1e;

  border-right: 3px solid #eb0a1e;

  margin-bottom: 30px;

  position: relative;

}

.borrow-info{

  position: absolute;

  padding: 6px 20px 6px 10px;

  background-color: #eb0a1e;

  top: 0;

  left: -2px;

  color: #fff;

  right: 30px;

}

.borrow-info h3{

  font-size: 18px;

  margin-bottom: -2px;

}

.hidden-img {
  visibility: hidden;
  opacity: 0;
  width: 100%;
}

.borrow-info p{

  color: #fff;

  margin-bottom: 0;

}

.borrow-info-bg{

  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 42px;

}

.borrow-info::after{

      background-image: url(../images/border-right.png);

    background-repeat: no-repeat;

    width: 28px;

    height: 100%;

    content: "";

    position: absolute;

    right: -28px;

    top: 0;

    bottom: 0;

    background-size: 100% 100%;

}

.borrow-link{

  position: absolute;

  right: -2px;

  bottom: 0;

}

.borrow-link a{

  padding: 6px 10px;

  background: #eb0a1e;

  font-size: 14px;

  color: #fff;

  position: relative;

  display: block;

}

.borrow-link a::after{

  background-image: url(../images/border-left.png);

    background-repeat: no-repeat;

    width: 16px;

    height: 100%;

    content: "";

    position: absolute;

    left: -16px;

    top: 0;

    bottom: 0;

    background-size: 100% 100%;

}

.home-borrow{
  padding-top: 20px;

  background-image: url(../images/picture/home-bg-2.jpg);

}

.home-news-tab-bg{

  display: inline-block;

  margin: 15px 0 25px;

}

.borrow-navs  .nav-link{

  padding: 7px 14px;

  margin-left: 30px;

  background: transparent !important;

  border-bottom: 2px solid transparent;

}

.borrow-navs .nav-item{

  background: transparent !important;

}

.page-main{

  margin-top: 80px;

}

.page-title{

  padding: 22px 0;

  background: #f5f5f5;

}

.page-title h1{

  font-size: 36px;

  color: #262626;

}

.section-title{

  font-weight: 400;

  font-size: 36px;

  color: #dc2b26;

  padding-bottom: 20px;

  position: relative;

  margin-bottom: 25px;

}

.section-title::after{

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

  content: "";

  width: 24px;

  background: #000;

  height: 3px;

}

.news-slider-bg{

  padding: 36px 15px 86px;

}

.price-money {
  position: relative;
}
.price-money:after {
  position: absolute;
  bottom: 1px;
  right: 25px;
  content: "đ";
  background: #d6d6d6;
  padding: 0 3px;
}

.news-slider-it .news-slider-feature{

  /* height: 360px; */

  position: relative;

}

.news-slider-feature .news-info{

  position: absolute;

  left: 7px;

  right: 7px;

  bottom: 16px;

  color: #fff;

  z-index: 4;

}

.news-slider-feature .news-info h3{

  font-size: 18px;

  margin-bottom: 0;

}

.news-slider-feature .news-info h3 a{

  color: #fff;

}

.news-slider-feature .news-info .news-date{

  color: #fafafa;

  font-size: 14px;

  font-style: italic;

  margin-bottom: 0;

}

.news-slider-it{

  margin: 0 15px;

  position: relative;

}

.news-slider-it::after{

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  content: "";

  background-image: linear-gradient(to top, rgba(235,10,27,1) 5%, rgba(235,10,27,0.75) 19%, rgba(235,10,27,0.1) 50%);

}

.news-slider .slick-prev{

  left: -10px;

  background-image: url(../images/ar-left-1.png);

}

.news-slider .slick-prev:hover{

  background-image: url(../images/ar-left-1.png);

}

.news-slider .slick-next:hover{

  background-image: url(../images/ar-right-1.png);

}

.news-slider .slick-next{

  right: -10px;

  background-image: url(../images/ar-right-1.png);

}

.news-slider .slick-arrow{

  width: 50px;

  height: 50px;

}

.news-slider .slick-dots {

    bottom: -50px;

}

.news-slider .slick-dots li button::before{

  color: #bdc3c7;

}

.news-general{

  background: #f9f9f9;

  padding: 26px 0 42px;

}

.general-title{

  margin-bottom: 53px;

}

.general-title li{

  display: inline-block;

  font-size: 18px;

  padding: 0 15px;

  border-left: 2px solid #bdbdbd;

  line-height: 16px;

}

.general-title li:first-child{

  border-left: none;

}

.general-title li a{

  color: #bdbdbd;

}

.general-title li.active a{

  color: #e60021;

}

.news-item .news-feature-item img{

  height: 250px;

}

.news-item .news-info-item{

  padding-top: 30px;

}

.news-item .news-info-item h3{

  font-size: 18px;

  line-height: 1.33;

  color: #000;

}

.news-item .news-info-item h3 a{

  color: #000;

}

.news-item .news-date, .news-date-item{

  font-size: 14px;

  color: #000;

  font-style: italic;

  padding-bottom: 16px;

  position: relative;

  margin-bottom: 20px;

}

.news-item .news-date::after, .news-date-item:after{

  bottom: 0;

  background: #dc2b26;

  left: 0;

  width: 56px;

  height: 3px;

  content: "";

  position: absolute;

}

.news-item .news-des-item{

  height: 48px;

  overflow: hidden;

}

.news-item{

  margin-bottom: 30px;

}

.news-item-big .news-feature-item{

  width: 50%;

  padding-right: 15px;

}

.news-item-big{

  display: flex;

  flex-wrap: wrap;

}

.news-item-big .news-feature-item img{

  width: 100%;

  height: 380px;

}

.news-item-big .news-info-item{

  width: 50%;

  padding-left: 15px;

  padding-top: 0;

}

.news-item-big .news-info-item h3{

  font-size: 24px;

}

.news-item-big .news-des-item{

  height: auto;

}

.news-item-big .news-link-item{

  display: block;

  font-size: 14px;

  color: #dc2b26;

}

.pagination{

  justify-content: center;

}

.pagination .page-numbers{

  padding: 4.5px 11.5px;
  
  min-width: 30px;

  font-size: 14px;

  color: #000;

}

.pagination .page-numbers.current{

  background: #dc2b26;

  border-radius: 20px;

  color: #fff;

}

.pagination .prev,.pagination .next{

  font-size: 20px;

  line-height: 1;

}

.breacrump .item-breacrump{

  display: inline-block;

  color: #bdbdbd;

}

.breacrump .item-breacrump a{

  font-size: 14px;

  color: #bdbdbd;

  margin: 0 4px;

}

.breacrump .breacrump-current a{

  color: #dc2b26;

}

.ns-inner{

  padding: 40px 0 30px;

}

.ns-custom h3{

  font-size: 24px;

  margin-bottom: 15px;

}

.ns-custom{

  margin-top: 20px;

}

.ns-custom img{

  display: block;

  margin: 30px auto;

}

.ns-custom .sma-btn{

  min-width: 165px;

  padding: 14px 19px;

  margin-top: 15px;

}

.ns-custom .sma-btn i{

  margin-right: 5px;

}

.ns-custom p{

  margin-bottom: 25px;

}

.sma-btn:hover{

  background: #737272;

  color: #fff;

}

.agency-form{

  padding: 20px 185px 20px 15px;

  position: relative;

  display: flex;

  margin: 30px 0;

}

.agency-form .ip-row{

    width: calc(33.33% - 30px);

    margin: 0 15px;

}

.agency-form .form-apply{

      position: absolute;

    top: 20px;

    right: 30px;

}

.agency-form .btn-apply,#StoreFindForm .btn-apply{

      width: 140px;

    text-align: center;

    color: #fff;

    font-size: 14px;

    background: #eb0a1e;

    border: none;

    padding: 15px 10px;

    margin-left: 15px;

}

#StoreFindForm .btn-apply {

  margin:0;

  width:100%;

}

.agency-form-bg{

  display: flex;

}

.agency-inner{

  padding: 37px 0 0;

}

.agency-des{

  position: relative;

  padding-bottom: 6px;

}

.agency-des::after{

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

  content: "";

  width: 24px;

  height: 3px;

  background: #000;

}

.agency-slider{

  margin: 0 -15px;
  padding:0 0 30px;
}
.agency-iframe {
  /* margin-top:50px; */
}
.agency-map {
  margin-bottom: 50px;
}
.agency-slider .item-inline {
  padding:0 15px;
  width: 100%;
  margin:0 0 30px;
}
.agency-slider .contact-it{
  vertical-align: top;
  background: #fff;
}

.agency-slider .slick-track{

  padding: 20px 0;

}

.agency-iframe iframe{

  width: 100%;

  height: 688px;

}

.fill-store.store-custom {
  height: 688px;
  overflow: auto;
}

.agency-slider .slick-prev{

  left: -64px;

  background-image: url(../images/ar-left-2.png);

}

.agency-slider .slick-prev:hover{

  background-image: url(../images/ar-left-2.png);

}

.agency-slider .slick-next:hover{

  background-image: url(../images/ar-right-2.png);

}

.agency-slider .slick-next{

  right: -64px;

  background-image: url(../images/ar-right-2.png);

}

.agency-slider .slick-arrow{

  width: 50px;

  height:50px;

}

.page-banner{

  height: 410px;

  padding-top: 80px;

}

.page-banner .banner-des h1{

  font-family: 'MTD AlFresco';

  font-size: 69px;

  color: #fff;

  margin-bottom: 0;

  line-height: 1;

  margin-top: -10px;

}

.page-banner .container{

  height: 100%;

}

.page-banner .banner-des{

  height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

}

.car-inner{

  padding:30px 0;

}

.car-form .car-search-bg{

  background: #f9f9f9;

  position: relative;

  padding-right: 40px;

  margin-bottom: 25px;

}

.car-form .search-icon{

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  width: 40px;

  height: 40px;

  background: #dc2b26;

  display: flex;

  align-items: center;

  justify-content: center;

  border: none;

}

.car-form .it-form{

  width: 100%;

  height: 40px;

  padding: 0 12px;

  font-size: 14px;

  color: #9e9e9e;

  background: #f9f9f9;

  border: navajowhite;

}

.car-form .it-form::placeholder{

  color: #9e9e9e;

}

.car-form{

  margin-bottom: 25px;

}

.car-check-it label{

  font-size: 18px;

  color: #000;

  margin-bottom: 0;

}

.car-check-it  ul{

  margin-top: 25px;

}

.car-check-it  ul li{

  display: block;

  margin-bottom: 25px;

}



.car-check .checkbox{

  width: 16px;

  height: 16px;

  border-radius: 2px;

  border: solid 1px #000;

  position: absolute;

  top: 4px;

  left: 0;

  background: #fff;

  cursor: pointer;

}

.car-check .custom-checkbox input:checked ~ .checkbox:after {

    display: block;

    background-image: url(../images/icon-check.png);

    background-position: center;

    top: -1px;

    background-repeat: no-repeat;

    left: -1px;

    width: 16px;

    height: 16px;

    border: none;

    background-size: cover;

}

.car-check .custom-checkbox input:checked{

  border: none;

}

.car-check .checkbox:after {

    content: "";

    position: absolute;

    display: none;

}

.car-check .custom-checkbox{

      margin-bottom: 0;

      margin-left: 26px;

      line-height: 1;
      cursor: pointer;

}

.car-check .form-check{

  padding-left: 16px;

}

.car-check .form-check-input{

  display: none;

}

.car-submit{

  border: none;

  padding: 9px 19px;

  width: 100%;

}

.car-product-list .product-it .product-des p::after{

  margin: 0;

}

.car-product-list .product-it .product-feature a{

  height: 105px;

}

.product-it .product-feature img{

  max-height: 100%;

}

.car-product-list .product-it .product-des h4{

  font-size: 15px;

  margin-bottom: 20px;

  margin-top: auto;

}

.car-product-list .product-des .sma-btn{

  display: block;
  margin-top: auto;

}

.car-product-list .product-it{

  margin-bottom: 30px;

}

.car-product-list .product-it-bg{

  border: 1px solid #d7ccc8;

  padding: 20px 15px 28px;

  height: 100%;
  display: flex;
  flex-direction: column;

}

.car-product-list .product-it .product-des p{

  margin-bottom: 10px;
  margin-top: auto;

}

.car-contact{

  background: #e6e6e6;

}

.support-top{

  position: relative;

}

.support-top .support-feature{

  position: absolute;

  top: 0;

  left: 0;

  width: 50%;

  bottom: 0;

}

.support-top .support-feature img{

  width: 100%;

  height: 100%;

}

.support-top .support-infor-1{

  padding: 55px 0 52px 30px;

  width: 50%;

  float: right;

}

.support-link img{

  display: block;

  text-align: center;

  margin: 0 auto;

}

.support-link{

    padding: 14px 19px;

    min-width: 263px;

    border-radius: 8px;

}

.support-contact{

  padding: 55px 0 45px;

  background: #f9f9f9;

}

.sp-contact-title p{

  font-size: 18px;

  margin-bottom: 0;

}

.sp-contact-title{

  margin-bottom: 20px;

}

.sp-form .ip-row{

  display: flex;

  align-items: center;

  margin-bottom: 0px;

}

.ip-row-custom .wpcf7-list-item{
  margin-left: 0;
}

.accept .wpcf7-list-item label{
  display: flex;
  align-items: center;
}

.accept .wpcf7-list-item label input{
  margin-right: 10px;
}

.sp-form .ip-row p {
 margin-bottom: 12px;
}

.sp-form .ip-row p:last-child {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.sp-form .ip-row label{

  min-width: 97px;

  font-size: 14px;

  color: #000;

  font-weight: 400;

  margin-bottom: 0;

}

.sp-form .it-text{

  padding: 12.5px 10px

}

.sp-form .ip-textarea{

  height: 50px;

  padding: 5px 10px;

}

.sp-form .row-submit{

  justify-content: flex-end;

  margin-bottom: 0;

}

.sp-form .form-btn{

      font-size: 18px;

    border: none;

    padding: 11.5px 20px;

    min-width: 195px;

}

.form-capcha{

  margin-right: 30px;

}

.sp-contact-bg{

  padding: 30px;

  height: 100%;

  background: #fff;

}

.sp-contact-bg ul li{

  display: flex;
  margin:0 0 15px;

}

.sp-contact-bg ul li i{

  color: #eb0a1e;

  margin-right: 20px;

  font-size: 16px;

      padding-top: 5px;

}

.sp-contact-bg ul li p{

  margin-bottom: 0;

}

.sp-contact-bg ul li p a{

  color: #000;

}

.sp-contact-bg ul li .ct-link{

  color: #0180c7;

}

.support-question .agency-form .ip-row {

    width: calc(50% - 30px);

}

.sp-title{

  font-size: 30px;

}

.page-title-2 .container{

     display: flex;

    align-items: center;

    justify-content: space-between;

}

.page-title-2 .page-title-link a{

  padding: 12.5px 19px;

  min-width: 265px;

  margin-left: 25px;

  border: 1px solid #eb0a1e;

}

.sma-btn-white{

  color: #eb0a1e;

  background: #fff;

  border: 1px solid #eb0a1e;

}

.pd-item{

  margin-bottom: 25px;

}

.pd-feature-item{

  min-height: 470px;

  padding: 20px 0;

  display: flex;

  align-items: center;

  justify-content: center;

}

.pd-info-item{

  max-width: 750px;

  background: rgba(255,255,255,0.8);

  padding: 45px 65px;

}

.pd-info-item ul li{

  font-size: 14px;

  line-height: 1.71;

  list-style: none;

  position: relative;

}

.pd-info-item ul li::before {

  content: "\2022";

  color: red;

  font-weight: bold;

  display: inline-block; 

  width: 1em;

  margin-left: -1em;

}

.title-rectage{

  position: relative;

  padding: 14px 20px;

  background: #eb0a1e;

  width: calc(100% - 25px);

}

.title-rectage::after{

   position: absolute;

  right: -25px;

  top: 0;

  bottom: 0;

  content: "";

  width: 25px;

  background-size: 100% 100%;

  background-image: url(../images/border-right.png);

  background-repeat: no-repeat;

}

.title-rectage h3{

  font-size: 14px;

  font-weight: 400;

  color: #fff;

  line-height: 1.43;

  margin-bottom: 0;

}

.pd-function-item:nth-child(2) .title-rectage{

  margin-left: 25px;

  text-align: right;

}

.pd-function-item:nth-child(2) .title-rectage::after{

  left: -25px;

  background-image: url(../images/border-left.png);

}

.pd-function-item .title-rectage{

  margin-bottom: 40px;

}

.pd-function{

  margin-top: -25px;

}

.pd-des-item p{

  margin-bottom: 0;

}

.pd-funtion-bg-3{

  border-radius: 25px;

  border: 1px solid #f27f90;

  height: 100%;

  padding: 22px 30px;

}

.pd-funtion-bg-3 p{

  margin-bottom: 0;

}

.pd-funtion-bg-3 p b{

  color: #e60021;

}

.pd-funtion-bg-3 p i{

  font-weight: 300;

}

.pd-list{

  padding-bottom: 55px;

}

.pay-list-bg{

  padding-top: 45px;

}

.pay-item{

  align-items: center;

  margin-bottom: 50px;

}

.pay-feature-item img{

  width: 100%;

  height: 100%

}

.pay-link{

    padding: 9.5px 19px;

    min-width: 262px;

    margin-top: 8px;

}

.payment-content .pay-link{

  margin-top: 0;

  vertical-align: 8px;

  margin-left:15px;

}

.pay-item:nth-child(2n+1){

  flex-direction: row-reverse;

}

.calculate-slider-it .container{

  height: 100%;

  position: relative;

}

.calculate-slider-it .calculate-slider-des{

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  left:30px;

}

.calculate-slider-des h2{

  margin: 25px 0 0;

  color: #fff;

  font-size: 77px;

}

.calculate-slider .slick-arrow{

  width: 50px;

  height: 50px;

}

.calculate-slider .slick-prev{

  left: 25px;

  background-image: url(../images/ar-left-1.png);

}

.calculate-slider .slick-next{

  right: 25px;

  background-image: url(../images/ar-right-1.png);

}

.calculate-borrow{

  padding: 20px 0 ;

}

.borrow-targets{

  margin: 20px 0 5px;

}

.borrow-targets .targets-title{

  min-width: 125px;

  color: #000;

  margin: 0;
  display:inline-block;

}
.ip-text {
  border:none;
  border-bottom:1px solid #000;
  width:100%;
}

.borrow-targets li{

  font-size: 18px;

  font-weight: 400;

  color: #e6e6e6;

  margin-bottom: 10px;

}

.borrow-targets li a {

  color: #000;

}

.borrow-targets li .active{

  color: #e60021;

  margin: 0;

}

.borrow-targets li span{

  margin: 0 15px;

}

.cal-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.cal-brrow-form{

  margin-top: 25px;

}

.cal-product{

  padding: 40px 0 25px;

}
.is_mobile {
  /* display: none; */
  display: inline-block;
  color: #e60021;
  font-size: 14px;
}
.cal-product-info-bg{
  padding: 35px 35px 40px;
  background: #f9f9f9;
  position: relative;
}
.cal-product-info-bg .sbrand-logo > span {
  position: absolute;
  right: 15px;
  top: -15px;
  background-color: #E60021;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
}
.cal-product-info-bg h4{

  font-size: 18px;

  color: #000;

  margin-bottom: 10px;

  font-weight: 400;

}

.cal-product-info-bg p{

  font-size: 14px;

  color: #e60021;

  margin-bottom: 3px;

}

.cal-product-info-bg p span.title{

  color: #000;

  min-width: 110px;

  display: inline-block;

}

.cal-product-info-bg .cal-link{

  margin-top: 15px;

  min-width: 165px;

 padding: 9.5px 20px;

}

.cal-product-label{

  margin: 0  0 25px;

  font-size: 14px;

  font-weight: 300;

}


.about-bg-1{
  width: 59.2%;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
}

.about-des-1{

  width: 40.8%;
  float:right;
  position: relative;
  padding:40px 0;

}

.about-des-1 ul {
  margin-left: -260px;
}
.about-des-1 ul li{

  padding: 25px 75px 25px 25px;

  background: rgba(255,255,255,0.9);

  margin: 15px 0;

}

.sma-title-border{

  font-size: 36px;

  font-weight: 400;

  color: #dc2b26;

  padding-bottom: 25px;

  position: relative;

  margin-bottom: 30px;

}

.sma-title-border::after{

  position: absolute;

  content: "";

  width: 24px;

  height: 3px;

  background: #000;

  bottom: 0;

  left: 0;

}

.about-des-1 ul li p{

  margin-bottom: 0;

  max-height: 90px;

  overflow: hidden;

}

.about-title-2{

  background: #f9f9f9;

  padding: 34px 0 8px;

}

.sma-title-center{

  color: #000;

  padding-bottom: 22px;

}

.sma-title-center::after{

  right: 0;

  margin: 0 auto;

  background: #eb0a1e;

}

.about-title-mall-2{

  padding: 40px 0 30px;

}

.about-title-mall-2 p{

  margin-bottom: 15px;

}

.about-info-2 {
  background: #f9f9f9;
  position: relative;
  display: flex;
  align-items: center;
}

.about-feature-2{
  position: relative;
  order: 2;
  width: 50%;
  display: block;
  height: auto;
}

.sma-btn-download {
  cursor: pointer;
}

.about-des-2{
  float: left;
  padding: 38px 30px 37px 0;
  max-height: 681px;
  overflow-y: auto;
}

.about-des-2 p{

  margin-bottom: 15px;

  line-height: 1.29;

   color: #262626;

}

.about-des-2 p a{

  color: #262626;

}

.about-achievement{

  padding: 70px 0 140px;

}

.sma-title-red{

  color: #eb0a1e;

}

.achievement-slider{

  padding-top: 15px;

}

.achievement-slider-it{

  padding: 0 15px;

}

.achievement-slider-it .achievement-date{

  font-size: 24px;

  color: #eb0a1e;

  margin-bottom: 30px;

}

.achievement-slider-it .achievement-icon{

  width: 200px;

  height: 80px;

  border-radius: 10px;

  background: #fff;

  text-align: center;

  line-height: 78px;

  margin: 0 auto 30px;
    box-shadow: 0 0 3px #ccc

}

.achievement-slider-it .achievement-icon img{

  display: inline-block;
  max-width:70%;

}

.achievement-slider-it .achievement-des p{

  line-height: 1.29;

  margin-bottom: 0;

}

.slider-ar-center .slick-arrow{

  bottom: -70px;

  top: auto;

  transform: none;

  left: 0;

  right: 0;

  margin: 0 auto;

}

.slider-ar-center .slick-next{

  margin: 0 auto;

  padding: 0 15px;

  right: -45px;

}

.slider-ar-center .slick-prev{

  margin: 0 auto;

  padding: 0 15px;

  left: -45px;

}

.show-image-sum {
  margin-top: 20px;
}

.job-banner{

  height: 470px;

  padding: 20px;

  transition: all 0.3s ease-in-out 0s;

  -moz-transition: all 0.3s ease-in-out 0s;

  -o-transition: all 0.3s ease-in-out 0s;

  -webkit-transition: all 0.3s ease-in-out 0s;

  -ms-transition: all 0.3s ease-in-out 0s;

}

.job-banner .container{

  height: 100%;

  position: relative;

}

.job-slider{

  position: absolute;

  right: 0;

  top: 50%;

  transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  max-width: 650px;

}

.job-slider-item{

  padding:30px 35px 100px;

  background: rgba(235,10,30,0.8);

}

.job-slider-item h3{

  font-size: 30px;

  color: #fff;

  margin-bottom: 20px;

}

.job-slider-item p{

  line-height: 1.29;

  color: #fff;

  margin-bottom: 10px;

}

.job-slider .slick-arrow{

  bottom: 40px;

  height: 35px;

  width: 35px;

  background-size: 100% 100%;

}

.job-slider .slick-prev{

  background-image: url(../images/ar-left-3.png);

}

.job-slider .slick-next{

  background-image: url(../images/ar-right-3.png);

}

.job-slider .slick-prev:hover{

  background-image: url(../images/ar-left-4.png);

}

.job-slider .slick-next:hover{

  background-image: url(../images/ar-right-4.png);

}

.job-list{

      padding: 30px 0;

}

.job-list .sma-title {

  margin-bottom:30px;

}

.accordion-public .card{

  border: none;

    margin-bottom: 30px;

}

.accordion-public .card-header{

      padding: 0;

    background: #f9f9f9;

    margin: 0;

    border-bottom: 2px solid #eb0a1e;

}

.accordion-public .btn-link{

      display: block;

    position: relative;

    width: 100%;

    font-size: 14px;

    text-align: left;

    padding: 12px 20px;

    color: #eb0a1e;

    border: none;

}

.accordion-public .accordion-icon{

  position: absolute;

    right: 0;

    top: 0;

    width: 40px;

    background: #eb0a1e;

    display: flex;

    align-items: center;

    justify-content: center;

    bottom: 0;

}

.accordion-public .card-body{

      padding: 0;

}

.accordion-public .icon-active{

  display: none !important;

}
/* .accordion-public .collapsed .icon-active{

  display: block;

} */

.accordion-public .job-care-des{

  padding: 10px 15px;

}

.accordion-public .job-care-des h4{

  margin-bottom: 10px;

  font-size: 14px;

}

.job-accordion-link{

  margin:  5px 0 25px;

}

.job-accordion-link i{

  margin-right: 7px;

}

.job-accordion-link .sma-btn{

  padding: 9.5px 28px;

  min-width: 262px;

  margin-left: 30px;

}

.job-care li .job-care-title{

  padding: 9px 15px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  cursor: pointer;

}

.job-care li h4{

  font-size: 14px;

  font-weight: 400;

  margin: 0;

}

.job-care li .job-care-title p{

  color: #e60021;

  margin: 0;

}

.job-care li:nth-child(2n){

  background: #f9f9f9;

}

.btn-link:hover, .btn-link:focus{

  text-decoration: none;

}

/* .accordion-public .btn-link[aria-expanded="true"] .accordion-icon img{

  display: none;

}

.accordion-public .btn-link[aria-expanded="true"] .accordion-icon img.icon-active{

  display: block;

} */

.achievement-slider-bg{

  position: relative;

}

.achievement-slider-bg::before{

  position: absolute;

  top: 111px;

  left: 0;

  right: 0;

  content: "";

  height: 3px;

  background: #eb0a1e;

  width: 100%;

}

.cal-installment {

  display:none;

}

.cal-installment .sma-title-border{

  margin-bottom: 20px; 

}

.calculate-borrow .sma-title-border{

  margin-bottom: 25px;

}

.cal-table table{

  width: 100%;

}

.cal-table th{

  padding: 15px 10px;

  background: #eb0a1e;

  color: #fff;

  font-size: 14px;

  font-weight: 400;

}

.cal-table .table-title-small{

  padding: 15px 10px;

  background: #f5f5f5;

  font-size: 14px;

  color: #00082e;

  text-align: left;

}

.cal-table td{

  border-bottom: 1px solid #888888;

  padding: 15px 10px;

  font-size: 14px;

  color: #000;

}

.cal-table tbody{

  border: 1px solid #888;

}

.installment-link{

  margin: 75px 0 35px;

}

.sma-btn-2{

  padding: 9px 19px;

  min-width: 262px;

}

.sma-btn-2 img{

  position: relative;

  margin-right: 5px;

  top: -4px;

}

.call-product-labell{

  font-weight: 300;

  font-style: italic;

  line-height: 1.29;

}

.calculate-section-top{

  margin-bottom: 50px;

}

.calculate-product-same{

  background: #f9f9f9;

  padding: 30px 0 55px;

}

.cal-product-title{

      padding: 12px 20px;

    margin: 0;

    background: #eee;

    font-size: 14px;

}

.cal-product-title a{

  font-size: 14px;

  color: #eb0a1e;

  font-weight: 400;

}

.cal-product-des{

  padding: 20px 15px 20px;

  background: #fff;

}

.cal-product-des p{

  margin-bottom: 15px;
  min-height: 85px;
  overflow: hidden;

}

.cal-product-des ul li{

  font-size: 14px;

  color: #000;

  line-height: 1.71;

      display: flex;

    justify-content: space-between;

}

.cal-product-des ul li span{

  color: #e60021;

}

.cal-product-link a{
display:block;
  border: 1px solid #ec8f8c;

}

.flex{

  display: flex;

  flex-wrap: wrap;

}

.calculate-loan{

  padding: 35px 0;

}

.calculate-loan .sma-title-border{

  color: #dc2b26;

}
.cal-loan-icon{

  width: 68px;

  height: 68px;

  border-radius: 50%;

  background: #fff;

  border: 1px solid #eb0a1e;

  line-height: 58px;

  margin-bottom: 10px;

  display: inline-block;

  text-align: center;

  margin-left: 15px;

}

.cal-loan-des h4{

  font-size: 14px;

  color: #eb0a1e;

  font-weight: 400;

  margin-bottom: 10px;

}

.cal-loan-des ul {

  padding-left: 15px;
  letter-spacing:-0.3em;
  margin:20px -15px 0;
  text-align:left;

}

h3.title-block-vay {
  font-size: 20px;
  text-align: left;
  padding: 40px 0 0 0;
  font-weight: 400;
}

.cal-loan-des ul li{

  color: #000;

  font-size: 14px;

  line-height: 1.71;

  position: relative;
  display:inline-block;
  vertical-align: top;
  width:100%;
  padding:0 15px;
  margin-bottom:15px;
  letter-spacing:normal;

}

.cal-loan-des ul li::before {

  content: "\2022";

  color: red;

  font-weight: bold;

  display: inline-block; 

  width: 1em;

  margin-left: -1em;

}
.cal-loan-list {
  letter-spacing:-0.3em;
}
.cal-loan-it{
    letter-spacing:normal;
    padding:0 30px;

    display: inline-block;

    vertical-align: top;

    text-align: center;
    width:50%;

}

.cal-loan-it:first-child{
  position: relative;
}
.cal-loan-it:first-child::before{
  position: absolute;
  content: '';
  right: 0;
  width: 1px;
  height: 60%;
  bottom: 20px;
  background: #585858;
}

.question{

  background: #eb0a1e;

  padding: 45px 0 40px;

}

.question-title {

  display: flex;

  justify-content: space-between;

}

.question-title .sma-title-border{

  color: #fff;

  margin-bottom: 0;

}

.question-title .sma-title-border::after{

  background: #fff;

}

.question-all{

  color: #fff;

  font-size: 14px;

  padding-top: 20px;

}

.question-list{

  margin-top: 15px;
  height:400px;

}
.accordion-public-1{

    margin: 0 -10px;

}

.accordion-public-1 .card{

      padding: 0 10px;

      background: transparent;

      border: none;

      display: block;

      float: left;

}
.question-list .accordion-public-1 .card {
  float:none;
}
.accordion-public-1 .card-header{

  background: transparent;

    padding: 0;

    margin: 0;

    border: none;

}

.accordion-public-1 .btn-link{

padding: 0;

    text-align: left;

    font-size: 14px;

    color: #fff;

    line-height: 1.71;

    font-weight: 400;

    position: relative;

    padding-right: 20px;
    width:100%;

}

.accordion-public-1 .accordion-icon{

  position: absolute;

    top: -3px;

    right: 0;

}

.accordion-public-1 .card-body{

      padding: 0;

}

.accordion-public-1 .card-body-des p{

      color: #fff;

    margin-bottom: 5px;

}

/* .accordion-public-1 .accordion-icon .icon-active{

  display: none;

} */

.accordion-public-1 .btn-link[aria-expanded="true"] .accordion-icon img{

  display: none;

}

.accordion-public-1 .btn-link[aria-expanded="true"] .accordion-icon img.icon-active{

  display: block;

    top: 12px;

    position: relative;

}

.registration-step span{

  font-size: 18px;

  color: #000;

  margin: 0 48px;

  position: relative;

}

.registration-step span::before{

  position: absolute;

  top: 13px;

  left: -62px;

  height: 2px;

  width: 31px;

  background: #eb0a1e;

  content: "";

}

.registration-step span:first-child::before{

  display: none;

}

.registration-step span.step-current{

  color: #eb0a1e;

}

.registration-step span i{

  margin-right: 6px;

}

.registration-step{

  margin: 0 auto;

}

.registration-table th{

  background: #e6e6e6;

  color: #000;

}

.registration-table tbody, .registration-table td{

  border: none;

}

.form-info .ip-row-2{

  padding-right: 165px;

}

.form-info .ip-col{

  display: flex;

  align-items: center;

}

.form-info .ip-row label{

  margin-right: 25px;

  font-size: 14px;

  min-width: 130px;

}

.form-info .it-input{

  width: 100%;

}

.reg-form-bg .ip-row{

  margin-bottom: 0;

}

.reg-form-bg .reg-form-bg .it-input{

  width: 100%;

}

.radio-bg .checkbox{

  width: 35px;

  height: 35px;

  border-radius: 50%;

  border: solid 2px #eb0a1e;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);



  right: 0;

  background: #fff;

  cursor: pointer;

}

.radio-bg .custom-checkbox input:checked ~ .checkbox {

    border: 12px solid #eb0a1e;

}

.radio-bg .checkbox:after {

    content: "";

    position: absolute;

    display: none;

}

.reg-slider-radio{

  margin: 20px 0 20px;

}

.radio-bg .form-check-input{

  display: none;

}

.radio-contact-it{

  padding: 0 15px;

}

.radio-contact-it .contact-it{

  margin: 15px;

}

.reg-slider-radio .slick-list{

  margin: 0 -15px;

}

.reg-submit .form-capcha{

  display: inline-block;

  vertical-align: top;

}

/* .reg-submit > div {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
} */

.reg-submit .sma-btn{

  min-width: 167px;

  font-size: 18px;

  padding: 10.5px 10px;

}

.form-check label{
  margin-bottom: 0;
}
.custom-checkbox {
  padding-right: 40px;
}

.reg-submit .form-btn{

  border: 1px solid #eb0a1e;

  margin-left: 30px;

}

.form-info{

  padding-bottom: 38px;

  padding-top: 35px;

  background: #f9f9f9;

}

.thank-top{

  padding: 25px 0 10px;

  background: #f9f9f9;

}

.thank-top .sma-title-border{

  margin: 30px auto 10px;

}

.thank-top  .sma-title-border::after{

  right: 0;

  margin: 0 auto;

}

.thank-btn{

  padding: 45px 0;

}

.thank-btn .sma-btn{

      font-size: 18px;

    padding: 11.5px 20px;

}

.thank-product{

  margin-bottom: 20px;

}

.thanks-contact{

  padding: 0 !important;

  background: transparent;

}

.color-red{

  color: #dc2b26;

}

.color-black{

  color: #000;

}

.form-info .ip-row label span{

  color: #dc2b26;
  display:inline;

}

.form-info .ip-price{

  position: relative;

  width: 100%;

}

.form-info .ip-price .price-vnd{
  position: absolute;
  top: 15px;
  padding: 0 5px;
  right: 10px;
  font-size: 14px;
  color: #000;
  display:inline;
  width:auto;
}

.about-achievement .sma-title-border::after{

  background: #000;

}

.support-infor-1 .sma-title-border{

  padding-bottom: 20px;

  margin-bottom: 15px;

}

.pd-info-item .sma-title-border{

  font-size: 24px;

  padding-bottom: 15px;

  margin-bottom: 12px;

}
.pd-info-item .sma-title-border.sma-title-center-list{

  font-size: 26px;

  font-weight: 700;

  color: #eb0a1e;

  padding-bottom: 15px;

  margin-bottom: 12px;

}

.pd-info-item .sma-title-border::after{

  width: 56px;

  background: #000;

}

.pd-info-item .sma-title-border b{

  color: #eb0a1e;

}

.home-slider .slider-it {
  /* max-height: calc(100vh - 75px - 110px); */
}

.home-slider .slick-arrow{

  width: 50px;

  height: 70px;

  background-size: 30px;

}

.home-slider .slick-prev {

    left: 0;

    background-image: url(../images/left-arrow.svg) !important;

}

.home-slider .slick-next {

    right: 0;

    background-image: url(../images/right-arrow.svg) !important;

}

.job-care li.active, .job-care li.active-1{

  border: 1px solid #f7f7f7;

}

.job-care-des{

  display: none;

}

.job-care li.active-1 .job-care-des{

  /* display: block; */

}

.question-all:hover{

  color: #000;

}

.btn-login i{

  display: none;

}

.home-contact  .contact-it{

  padding-right: 194px;

}

.nav-tabs {

    border-bottom: none;

}

.cal-action p{
  display: flex;
  justify-content: space-between;
}
.cal-action p span:last-child{
  margin-left: auto;
}
.cal-action {

  display:none;

}

.support-question .question{

    background: none;

    padding: none;

    padding:0 0 30px;

    color:#000;

}

.support-question .question .accordion-public-1 .btn-link {

  color:#000;

}

.support-question .question .accordion-public-1 .card-body-des p {

  color:#000;

  font-weight: 300;

}
.home-news-tab .nav-tabs .nav-link{
  min-width:195px;
}
.question-list .accordion-public-1 .btn-link{
    font-size:16px;
    font-weight: bold;
}
.fixed-action {
  display: flex;
  flex-direction: column;
  position:fixed;
  bottom: 7px;
  right:10px;
}
.ontop {
  margin-top: 69px;
}
.fixed-action a {
  text-align: center;
}
.fixed-action a img {
  width:45px;
}
.fixed-action a.btn-icon-register {
  margin-bottom: 20px;
  background: red;
  padding: 7px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center
}
.fixed-action a.btn-icon-register span{
  font-size: 7px;
  color: #fff;
  margin-top: 4px;
}
.fixed-action a.btn-icon-register img{
  width: 40px;
}
.full-link {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:1;
}
.load-more {
  color:#dc2b26;
}
.document-list {
  margin:30px -15px;
}
.document-list .item-inline {
  width:25%;
  padding:0 15px;
  margin:0 0 30px;
}
.document-list .item-inline .image-fit {
  height:200px;
}
.document-list h3 {
    font-size: 18px;
    color: #000;
    margin: 15px 0 0;
}
.calculate-slider-it img {
  width:100%;
}
.calculate-product-same .cal-product-feature {
  height:190px;
}
.style-list a {
  display:none !important;
}
.style-list a.hshow {
  display:inline-block !important;
}
.store-custom .contact-phone a{
  height:50%;
}
.store-custom .contact-phone a i {
  font-size:24px;
  margin-right:10px;
}
.store-custom .contact-phone a.view-marker {
  color:#000;
  background:#fff;
}
.fill-store {
  max-height:400px;
}
.fill-store-mua {
  max-height: 372px;
}
.home-contact-bg .fill-store {
  overflow: auto;
}
.page-template-agency .fill-store {
  max-height:100% !important;
}
.dvehicle-register {
  display:none;
}
.dvehicle-register .contact-it:last-child {
  padding-right:30px;
}
.sbrand-logo {
  position:absolute;
  top:30px;
  right:0;
  width:190px;
}
.catf-class {
  display:none;
}
.catf-class.active {
  display:block;
}
.popup-custom .close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 13px;
    color: #EB0A1E;
    font-size: 45px;
    line-height: 100%;
    opacity: 1;
}
.popup-custom .modal-body {
  padding:50px 30px 30px;
}
.popup-custom .modal-body h3 {
  font-size: 18px;
  line-height: 30px;
  color: #262626;
  margin:0 0 25px;
}
.popup-custom p {
  margin:0 0 15px;
}
.popup-custom p span {
  display:block;
  color:#EB0A1E;
}
.popup-custom .form-submit .btn {
  background: #EB0A1E;
  border-radius: 6px;
  color:#fff;
  height:43px;
  padding:0 20px;
  margin-top:30px;
}
.popup-custom .form-control {
  height:41px;
  font-size:14px;
}

.form-email {
  display: flex;
  flex-direction: column;
}
.form-email > form{
  order: 2;
}
.form-email > .footer-top-contact{
  order: 1;
  margin-top: 10px;
  margin-bottom: 20px;
}
.append-content {
  display: none;
}
.agency-full {
  flex: 1;
}
#placeSearch {
  display: flex;
  flex: 1;
}
.btn-apply-a {
  cursor: pointer;
}
.form-public .reg-submit.ip-row span {
  display: inline-block;
  width: auto;
}
.calculate-section-top-replay {
  padding: 30px 0;
  text-align: center;
}
.calculate-section-top-replay h3 {
  font-size: 30px;
  color: #e60021;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}
.calculate-section-top-replay h3:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 3px;
  background-color: #000;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.calculate-section-top-replay p {
  font-size: 14px;
  margin-bottom: 7px;
}
.page-title-link-custom {
  margin-bottom: 50px;
  text-align: center;
}
.th-truyen-thong {
  display: flex;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.th-truyen-thong-full {
  width: 100%;
}
.th-truyen-thong span:nth-child(1), .th-truyen-thong span:nth-child(2) {
  margin-right: 20px;
  width: 22%;
}
.sp-truyen-thong {
  position: relative;
}
.left-tt {
  position: absolute;
  top: 8px;
  display: flex;
  flex-direction: column;
  left: 68px;
  text-align: center;
}
.left-tt span {
  margin-top: 55px;
}
.left-tt span:nth-child(1) {
  margin-top: 65px;
  font-weight: 700;
}
.left-tt span:nth-child(3) {
  margin-top: 45px;
  font-weight: 700;
}
.center-tt {
  position: absolute;
  top: 62px;
  display: flex;
  flex-direction: column;
  left: 208px;
  text-align: center;
}
.center-tt span {
  margin-top: 13px;
}
.right-tt {
  position: absolute;
  top: 66px;
  right: 95px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 75px;
  color: red;
}
.right-tt span {
  margin-top: 48px;
}
.pt-truyen-thong {
  position: relative;
}
.left-pt {
  position: absolute;
  top: 80px;
  display: flex;
  justify-content: space-between;
  width: 90%;
  transform: translateX(7%);
}

.center-pt {
  position: absolute;
  bottom: 14px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.center-pt span {
  margin-bottom: 10px;
}
.center-pt-50 {
  bottom: 47px;
}
.left-tt-50 {
  top: 45px;
}
.center-tt-50 {
  top: 98px;
}
.right-tt-50 {
  top: 64px;
  right: 88px;
}
.th-truyen-thong-balloon {
  width: 90%;
}
.th-truyen-thong-balloon span:nth-child(1), .th-truyen-thong-balloon span:nth-child(2) {
  width: 18%;
}
.th-truyen-thong-balloon span:nth-child(3) {
  margin-right: 20px;
}
.left-tt-balloon {
  left: 43px;
}
.center-tt-balloon {
  left: 153px;
}
.right-tt-balloon {
  right: 165px;
}
.after-tt-balloon {
  top: 186px;
  right: 30px;
}
.after-tt-balloon p {
  font-size: 8px;
  margin-bottom: 0;
}
.after-tt-balloon p span {
  font-weight: 700;
}
.left-pt-balloon {
  top: 45px;
}
.left-pt-balloon span:nth-child(2) {
  padding-left: 50px;
}
.left-tt-ez {
  top: 70px;
  left: 66px;
  font-size: 15px;
}
.center-tt-ez {
  top: 94px;
}
.right-tt-ez {
  top: 95px;
}
.left-pt-ez {
  top: 45px;
  text-align: center;
}
.left-pt-ez span:first-child {
  padding-top: 40px;
}
.center-pt-ez {
  bottom: 46px;
}
.left-tt-fleet {
  left: 136px;
  top: 23px;
  font-size: 14px;
}
.left-tt-fleet span:nth-child(1) {
  margin-top: 65px;
  font-weight: 700;
}
.left-tt-fleet span {
  margin-top: 135px;
}
.center-tt-fleet {
  top: 23px;
  left: 240px;
}
.center-tt-fleet span {
  margin-top: 5px;
}
.right-tt-fleet {
  top: 29px;
  right: 77px;
}
.right-tt-fleet span {
  margin-top: 33px;
}
.center-tt-fleet span:last-child {
  margin-top: 74px;
}
.right-tt-fleet span:last-child {
  margin-top: 99px;
}
.th-truyen-thong-full span:nth-child(1), .th-truyen-thong-full span:nth-child(2), .th-truyen-thong-full span:nth-child(3) {
  width: 17%;
}
.sp-truyen-thong-fleet .fleet-1 {
  position: absolute;
  top: 85px;
  left: 0;
}
.sp-truyen-thong-fleet .fleet-2 {
  bottom: 69px;
  position: absolute;
  left: 50px;
}
.sp-truyen-thong-fleet .fleet-3 {
  position: absolute;
  bottom: 122px;
  width: 100%;
  left: 0;
}
.left-pt-fleet {
  top: 55px;
  font-size: 15px;
}
.center-pt-fleet {
  bottom: 54px;
}
.center-pt-fleet span:last-child {
  font-size: 12px;
}
.center-pt-fleet span:last-child i {
  color: red;
}
.style-img-banner {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.footer-copyright p {
  margin: 0;
  padding-bottom: 20px;
  color: #fff;
  font-size: 14px;
}

/* Landing page  */
.page-id-1845 .news-general{
  padding: 26px 0 0px;
  background: unset !important;
}
.page-id-1845 .support-contact{
  
  background: unset !important;
}

.ld-padding-left{
  padding-left: 53px !important;
  padding-top:90px;
  width: 48%;
}
.ld-padding-left ul li {
  list-style:inside;
  margin-left:20px;
  font-size:14px !important;
  margin-bottom:10px;
}
h3.ld-title{
  font-size: 36px !important;
  font-weight: bold !important;
  color:#eb0a1e !important;
}
.ld-excerpt{
  text-align: justify;
}
.ld-padding{
  padding-top: 200px;
  padding-bottom: 55px;
  display: flex;
}
.ld_background{
width:100%;
}

.ld-link{
  font-size: 18px !important;
}
.ld-register{
  font-size: 36px !important;
  font-weight: bold !important;

  color:#eb0a1e !important;
}
.ld-shotdescription{
  font-size: 20px !important;
}
.sp-form .ld-row label{

  min-width: 150px !important;

  font-size: 16px;

  color: #000;

  font-weight: 400;

  margin-bottom: 0;

}
.ld-image{
  display: flex;
  background: #f9f9f9;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.ld-input-short{
  width: 90% !important;
}
.ld-input-long{
  width: 100%;
}
#select_cacLoaiXe, #select_TinhThanh, #select_daiLy{
  display: none;
}
.thong_tin_mau_xe_ld{
background: #f9f9f9;
/* margin-top: 6%; */
padding-top: 2%;
padding-left: 2%;
  
}
.hinh_mau_xe_ld{
  width: 100%;
    /* display: flex; */
    /* justify-content: end; */
}
#ten_mau_xe_ld {
  font-size:32px !important;
  font-weight: bold !important;
  text-align: center;
  color:#eb0a1e !important
}
#gia_mau_xe_ld{
  font-size:16px !important;
  text-align: center;

}
#gia_mau_xe_ld .gia_xe_red{
  font-weight: bold !important;
  color:#e60021 !important;
  font-size: 28px !important;
}


.slick-list,.slick-track{
height: 100%;
}
.page-id-1845 .slick-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ld-form-padding{
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 2%;
}


#float-landing {
  display: flex !important;
  z-index:100;
}
.tuyen-bo{
  text-align:center;
}
/* Thank you page  */
.thank-you{
  padding-top: 5%;
}
.thank-you--title{
  color:#dc2b26;
  padding-top: 5%;
}
.thank-you--des{
  font-size:20px;
  padding-top: 1%;
}
.thank-you--link{
margin-top:4%;
}

/* POPUP CSS  */
.pum-content p:nth-child(2), .pum-content p:nth-child(3){
 display:none;   
}
.pum-content p:nth-child(1){
 margin-bottom:0 !important;   
}
.ns-inner ul {
 padding-left: 1rem;
}
.ns-inner ul, .ns-inner li {
 list-style-position: inside;
}
.ns-inner .aligncenter {
 text-align: center;
 margin: auto;
}

.header-search-mobile {
  display: flex !important;
  margin-bottom: 10px;
}
@media(min-width: 1200px) {
  .show-mobile-nav {
    display: none !important;
  }
  .header-search-mobile {
    display: none !important;
  }
}
 /* END POPUP CSS  */