/*============ BANNER ==========*/
.banner .bannerSlide img
{
    /* height: 635px; */
    width: 100%;
    object-fit: cover;
}
.banner .bannerSlide .swiper-pagination-bullet
{
    opacity: 1;
}
/*============ intro ==========*/
.intro_home {
    padding: 3rem 0;
}
.intro_home h1{
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    display: table;
    margin: 0 auto 2rem;
    position: relative;
}
.intro_home h1::after{
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0px;
    width: 230px;
    height: 3px;
    background-color: #f15e28;
    clip-path: ellipse(50% 100% at 50% 0%); /* Đường cong dạng elip */
}
.intro_home h1 span{
    color: #f15e28;
}
.intro_home .box_left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.intro_home .box_left .item h4{
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
}
.intro_home .box_left .item h4 span{
    color: #f15e28;
}
.intro_home .box_left .item .des{
    margin-bottom: 15px;
    text-align: justify;
}
.intro_home .box_left .item a{
    color: #f15e28;
    text-decoration: underline !important;
}
.intro_home .box_left .item a:hover{
    color: #97300a;
}
.intro_home .box_left .item ._btn {
    background-color: #f15e28;
    color: #FFF;
    padding: 6px 20px;
    border-radius: 5px;
    text-decoration: none !important;
}
.intro_home .box_left .item ._btn:hover {
    background-color: #b5390b;
    color: #FFF;
}
.intro_home .box_center{
    text-align: center;
}
.intro_home .box_center img{
    width: 90%;
}
/*============ Box Title ==========*/
.boxTitle
{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.boxTitle .title{
    margin: 0px;
}
.boxTitle .boxButton
{
    display: flex;
}
.boxTitle .boxButton .sameBtn:hover img 
{
    filter: sepia(100%) saturate(2000%) brightness(48%) hue-rotate( 
        300deg
         );
}
.boxTitle .boxButton .sameBtn img
{
    max-width: 100%;
    cursor: pointer;
}
.boxTitle .boxButton .btnPrev
{
  margin-right: 6px;
}
.boxTitle .boxButton .btnNext img
{
    transform: rotate(180deg);
}
/*============ ĐỊA CHỈ =========*/
.address{
    padding: 4rem 0;
}
.address .title
{
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    color: #f15e28;
    margin-bottom: 20px;
}
.address .list_address .item .branch_name {
    font-weight: 600;
    color: #f15e28;
    font-size: 18px;
    margin: 10px 0;
}
.address .list_address ul li{
    padding: 0px;
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}
.address .list_address ul li i{
    margin: 5px 10px 0 0;
    color: #333;
}
.address .googleMap iframe{
    width: 100% !important;
}
.address .list_address .item {
    border-top: 1px solid #ddd;
    padding-bottom: 15px;
}
.address .list_address .item .box_btn {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.address .list_address .item .box_btn a {
    width: 140px;
    padding: 6px 0;
    background-color: #333;
    color: #FFF;
    border-radius: 5px;
    border: 1px solid #333;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.address .list_address .item .box_btn .btn_2 {
    background-color: transparent;
    color: #333;
    border: 1px solid #333;
    margin-left: 10px;
}
.address .list_address .item .box_btn a:hover {
    background-color: transparent;
    color: #333;
}
.address .list_address .item .box_btn .btn_2:hover {
    background-color: #333;
    color: #FFF;
    border: 1px solid #333;
}
.address .list_address .item .box_btn a i{
    margin: 3px 3px 0 0;
}

/*============ slogan =========*/
.about_home {
    background-color: #f15e28;
    color: #FFF;
    padding: 5rem 0;
}
.about_home h2{
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 20px;
}
.about_home .left .des {
    text-align: justify;
}
.slogan_home .item {
    border-left: 2px solid #FFF;
    padding-left: 15px;
    margin-top: 20px;
}
.slogan_home .item .top {
    width: 100%;
    display: flex;
    align-items: center;
}
.slogan_home .item .top .icon {
    width: 30px;
    height: 30px;
    background: radial-gradient(circle, #f5f5f5, #FFF);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); /* Tạo hình thoi */
    position: relative; /* Để căn chỉnh thẻ con */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f15e28;
    font-weight: 500;
    margin-right: 10px;
}
.slogan_home .item .top .name{
    font-size: 16px;
    font-weight: 600;
}
.slogan_home .item .top .des{
    margin-top: 10px;
}

.about_home .right .img img{
    width: 100%;
    margin-top: 15px;
}
/*============ news =========*/
.boxNews h2{
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    color: #f15e28;
    margin-bottom: 20px; 
}
.boxNews .boxButton .btnPrev
{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #333;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxNews .boxButton .btnPrev i{
    margin-top: 3px;
}
.boxNews .boxButton .btnPrev:hover{
    background-color: #333;
    color: #FFF;
}
.boxNews .boxButton .btnNext
{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #333;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxNews .boxButton .btnNext i{
    margin-top: 3px;
}
.boxNews .boxButton .btnNext:hover{
    background-color: #333;
    color: #FFF;
}
.news
{
    margin: 30px 0;
    position: relative;
}
.news::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    left: 0;
    bottom: -20px;
    background-image: url('../images/bg_5.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: -1;
}
.news .wrap_slidenews 
{
    padding: 20px 0px;
}
.news .wrap_slidenews a
{
    display: block;
    color: #FFF;
    text-align: left;
}

.news .wrap_slidenews  .boxImg img
{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.news .wrap_slidenews .times 
{
    font-size: 14px;
    color: #FFF;
    padding: 10px 0px;
    display: flex;
    align-items: center;
}
.news .wrap_slidenews .times i
{
    margin-right: 10px;
}
.news .wrap_slidenews  .title_news
{
    font-size: 16px;
}
.news .wrap_slidenews  .title_news:hover
{
    color: #f15e28;
}
.news .wrap_slidenews  .desc
{
    color: #FFF;
}
.news .item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.news .item .info{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: linear-gradient(to bottom, transparent, #000000);
    padding: 0px 10px;
}
/*============ list cate =========*/
.list_cate_home {
    position: relative;
    background-color: #f5f5f5;
    padding: 3rem 0;
}
.list_cate_home::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    left: 0;
    top: 10%;
    background-image: url('../images/bg_5.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: -1;
}
.list_cate_home::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    right: 0;
    bottom: 5%;
    background-image: url('../images/bg_5.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: -1;
}
.list_cate_home .list_cate_item {
    margin-bottom: 2rem;
}
.list_cate_home .boxTitle {
    margin-bottom: 20px;
}
.list_cate_home .list_cate_item h2{
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    color: #f15e28;
}
.list_cate_home .list_cate_item .item{
    box-shadow: -1px 5px 5px rgb(80 87 99 / 5%), 0 0 50px rgb(80 87 99 / 10%);
    background-color: #FFF;
    margin: 0px 0px 20px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
}
.list_cate_home .list_cate_item .item img{
    height: 50px;
    width: auto !important;
}
.list_cate_home .list_cate_item .item h3{
    font-size: 14px;
    margin-top: 10px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_cate_home .list_cate_item .item a{
    color: #333;
}
.list_cate_home .list_cate_item .item a:hover{
    color: #f15e28;
}
/*============ ads =========*/
.ads_home {
    padding: 0 0 3rem;
    background-color: #f5f5f5;
}
.ads_home .box{
    width: 85%;
    margin: 0 auto;
}
.ads_home .swiper-container {
  width: 100%;
  height: 600px;
}
.ads_home .item {
    border: 1px solid #ffcbb7;
    border-radius: 10px;
    background-color: #FFF;
}
.ads_home .item .box_img {
    width: 100%;
    text-align: center;
}
.ads_home .item .box_img img {
    height: 150px;
    width: auto;
}
.ads_home .item a{
    color: #000;
}
.ads_home .item a:hover{
    color: #f15e28;
}
.ads_home .item .info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px 10px;
    align-items: center;
}
.ads_home .item .info .view_detail{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #333;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ads_home .item .info .view_detail i{
    margin-top: 3px;
}
.ads_home .item .info .view_detail:hover{
    background-color: #333;
    color: #FFF;
}
.ads_home .item h3{
    font-size: 1rem;
}
.ads_home:hover .boxButton {
    visibility: visible;
}
.ads_home .boxButton .btnPrev
{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #333;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 45%;
    bottom: -20px;
    z-index: 1;
    background-color: #FFF;
}
.ads_home .boxButton .btnPrev i{
    margin-top: 3px;
}
.ads_home .boxButton .btnPrev:hover{
    background-color: #333;
    color: #FFF;
}
.ads_home .boxButton .btnNext
{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #333;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 45%;
    top: -20px;
    z-index: 1;
    background-color: #FFF;
}
.ads_home .boxButton .btnNext i{
    margin-top: 3px;
}
.ads_home .boxButton .btnNext:hover{
    background-color: #333;
    color: #FFF;
}
.ads_home .left {
    height: 100%;
    background-image: url('../images/bg_06.png');
    background-size: cover;
    background-position: center;
    border-radius: 10px !important;
}
.ads_home .left .box_left {
    position: relative;
    height: 100%;
}
.ads_home .left .box_left .info{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #FFF;
    padding: 10px 15px 15px;
}
.ads_home .left .box_left .info h5{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.ads_home .left .box_left .info .des{
    margin: 15px 0;
}
.ads_home .left .box_left .info ._btn {
    background-color: #f15e28;
    color: #FFF;
    padding: 6px 20px;
    border-radius: 5px;
    text-decoration: none !important;
}
.ads_home .left .box_left .info ._btn:hover {
    background-color: #b5390b;
    color: #FFF;
}