        @import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,700&family=Manrope:wght@200;300;400;500;600;700;800&family=Mulish:wght@200;300;400;500;600;700;800;900&family=Signika:wght@300;400;500;600;700&display=swap");


:root {
  --black: #162b40;
  --red: #fb4f56;
}



* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0px;
  color: #162b40;
}
a,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  transition: 0.4s;
  -webkit-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #82b60b;
}
button:focus {
  outline: none;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
img {
  width: 100%;
}
/*Header*/
.header {
  position: relative;
}
.header__logo a img {
  max-width: 120px;
}
.header .navbar-expand-md .navbar-collapse {
  justify-content: end;
}
.header .nav-item .nav-link {
  color: rgba(22, 43, 64, 0.6);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.header .nav-item .nav-link.active {
  color: #162b40;
}
.banner__service {
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffffff 0%, #fb4f56 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 50px 0px 185px 0px;
}
.breadcrumb ul{
    display: flex;
    gap: 5px;
}
.breadcrumb ul a {
    color: #a1a2a4;
}
.title__blog {
    text-align: center;
    margin-top: 40px;
}
.title__blog p {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 23px;
    letter-spacing: 0px;
    color: rgba(22,43,64,0.6);
    padding-top: 15px;
}
.brand__car {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brand__new {
    padding: 70px 0;
}
.brand__car img {
    max-width: 120px;
}
.info__brand {
    text-align: center;
}
.info__brand h2 {
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: italic;
    line-height: 1em;
}
.info__brand h2 span {
        font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1em;
    font-style: normal;
}
.info__brand p {
        font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 23px;
    color: rgba(22,43,64,0.6);
    margin: 20px 0;
}
.banner__home {
    background: #fb4f56;
    padding: 17px 0px 17px 0px;
}
.banner h3 {
    font-size: 23px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0px;
}
.banner__second {
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
}
.banner__third {
    text-align: end;
}
.banner__third a {
        padding: 10px 20px;
    background: white;
    color: #162b40;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 13px;
    letter-spacing: 0.2px;
}
.footer {
    background: rgba(22,43,64,0.03);
        padding: 80px 0px 75px 0px;
}
.footer img {
    max-width:120px;
}
.footer__info p:first-child {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 30px 0;
}

.footer__info p:nth-child(2) {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 21px;
}
.footer__info p:nth-child(3) {
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    color: rgba(22,43,64,0.6);
}
.footer__info > span:last-child {
    font-size: 11px;
    font-weight: 300;
    line-height: 17px;
    color: rgba(22,43,64,0.6);
}
.footer__info span a {
    color: black;
    font-weight: 700;
}
.social__footer {
    display: flex;
    gap: 10px;
    padding: 30px 0;
}
.social__footer i {
    color: #162b40;
    padding: 10px;
    font-size: 14px;
    margin-right: 5px;
    cursor: pointer;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.social__footer i:hover {
    background: #fb4f56;
    color: white;
}
@media screen and (max-width: 768px) {
  .header .navbar-collapse {
    position: absolute;
    top: 80%;
    z-index: 2;
    padding: 10px 0px;
    left: 10%;
    right: 0px;
    width: 80%;
    border: 1px solid #e6e4e4;
    border-top: 0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px,
      rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
      background: white;
  }
  .header .navbar > .container-fluid {
    justify-content: end;
  }
}




/* CSS THÊM */

.bp_news_info {
    display: none;
}

/* Header */

.header .header__logo a {
    font-size: 22px;
    color: var(--red);
    font-weight: 700;
    text-wrap: nowrap;
}

/* CHI TIET TIN */

.bp_temp_10009 h2 {
    margin: 25px 0 10px;
    font-weight: 600;
}

.bp_temp_10009 h3 {
    margin: 15px 0 10px;
}

.bp_temp_10009 p {
    margin-bottom: 10px;
}

.bp_temp_10009 table {
    max-width: 100%;
}

.bp_temp_10009 img {
    max-width: 50%;
}

.bp_temp_10009 strong {
    font-weight: 700;
}

.bp_temp_10009 table td {
    border: 1px solid #ddd;
    padding: 10px;
}

.bp_temp_10009 .description p {
    color: var(--black);
}

.banner__home a {
    color: #ffffff;
}

@media (max-width: 767px) {
    .bp_temp_10009 img {
        max-width: 100%;
    }
}
