@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

.AdvertisementTopLeft {
    left: 10px;
    position: absolute;
    z-index: 5;
}
.AdvertisementTopRight {
    position: absolute;
    right: 10px;
    z-index: 5;
}
*, *:before, *:after {
    box-sizing: inherit;
}
.Topeli .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/********************************************/
.home {
    align-items: center;
    background: rgba(0, 0, 0, 0) url("images/a.jpg") repeat-y fixed center center / cover;
    color: #ffffff;
    position: relative;
    height: 60vh;
    text-align: right;
}
.home .container {
    margin: 0 auto;
    width: 1170px;
}
.home h1 {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-style: normal;
    letter-spacing: 8px;
    padding-top: 10px;
    text-shadow: 1px 1px #000;
}
.home h2 {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 45px;
    margin-top: 20px;
    text-shadow: 1px 1px #000;
}
.home .btn {
    background-color: #cda654;
    border: 1px solid #cda654;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    line-height: 100%;
    text-transform: uppercase;
    padding: 7px 15px;
    margin: 0px 15px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    text-decoration: none !important;
    position: relative;
    top: 200px;
}
.home .btn:hover {
    background: #a78b4d none repeat scroll 0 0;
    color: #fff;
}
/********************************************/
.Topeli {
    background: #a78b4d;
    height: 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}
.hero-banner-right {
    width: 100%;
}
.hero-banner-right .pull-right {
}
.hero-banner-right .box-right .menus {
   display: inline-block;
   padding: 5px 8px 5px 11px;
   border-right: 1px solid #dddddd;
   position: absolute;
   right: 10%;
}
.hero-banner-right .box-right .menus > li {
    display: inline-block;
}
.hero-banner-right .box-right .menus > li > a {
    /* display: block !important; */
    padding: 0px 5px;
    color: #fff;
}
.hero-banner-right .box-right .menus > li > a .icon {
    margin-right: 5px;
}
/********************************************/
.Topeli .co {
    /*position: absolute;
    right: 20%;
    top: 5px;
    z-index: 2000;*/
    position: absolute;
    right: 5%;
    top: 5px;
    /* z-index: 2000; */
}
.AdvertContent .Topeli .co img {
    width: 25px !important;
    height: 18px !important;
}
.AdvertContent .Topeli .co {
    width: auto !important;
}
.AdvertContent .Topeli * {
    width: auto !important;
}
/**********************************************/
.lienhe {
    background: rgba(0, 0, 0, 0) url("images/c.jpg") repeat-y fixed center center / cover ;
    color: #ffffff;
    padding-bottom: 80px;
    padding-top: 80px;
}
.lienhe .container {
    margin: 0 auto;
    width: 1170px;
}
.lienhe .container .ph{
    padding-bottom: 12px;
    padding-top: 12px;
}
.lienhe .container .row {
    display: inline-block;
    width: 100%;
}
.lienhe .container .row .col {
    float: left;
    padding:0 15px;
    width: 33%;
}
.lienhe h2 {
    display: inline-block;
    font: 22px/40px "Roboto",sans-serif;
  font-weight: 400;
}
 .lienhe p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 28px;
}
.lienhe .container .row  .col ul.social {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.lienhe .container h4 {
    font: 18px/2 "Roboto",sans-serif;
}
/**********************************************/

.fa-facebook:before {
    content: "\f09a";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-angle-up:before {
    content: "\f106";
}
*, input, :before, :after {
    box-sizing: border-box;
}
#fixed-social-network .fa {
    display: inline-block!important;
    font: 20px/32px FontAwesome!important;
    text-rendering: auto!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
}
#fixed-social-network > a > em {
    margin-right: 40px;
    padding-left: 9px;
}
#fixed-social-network {
    position: fixed;
    top: 25%;
    right: -120px;
    z-index: 999;
}
#fixed-social-network > a.fb-icon {
    background: #3B5998;
    color: #fff;
}
#fixed-social-network {
  position: fixed;
  top: 25%;
  right: -120px;
  z-index: 999; 
}
#fixed-social-network > a {
    border-radius: 8px;
    height: 30px;
    display: block;
    width: 170px;
    transform: translateX(0px);
    margin-bottom: 5px;
}
    #fixed-social-network > a:hover {
      transform: translateX(-120px); 
}
    #fixed-social-network > a.fb-icon {
      background: #3B5998;
      color: #fff; 
}
    #fixed-social-network > a.ins-icon {
      background: #C32AA3;
      color: #fff; 
}
    #fixed-social-network > a.yt-icon {
      background: #FF0000;
      color: #fff; 
}
    #fixed-social-network > a.tw-icon {
      background: #00B6F1;
      color: #fff; 
}
    #fixed-social-network > a.gg-icon {
      background: #DF4A32;
      color: #fff; 
}
    #fixed-social-network > a#back-to-top {
      background: #17469e;
      color: #fff; 
}

#ft-social-network {
  background: #e6e6e6; 
}
  #ft-social-network > a {
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    float: left;
    width: 20%; 
}
    #ft-social-network > a.fb-icon {
      background: #3B5998;
      color: #fff; 
}
    #ft-social-network > a.ins-icon {
      background: #C32AA3;
      color: #fff; 
}
    #ft-social-network > a.yt-icon {
      background: #FF0000;
      color: #fff; 
}
    #ft-social-network > a.tw-icon {
      background: #00B6F1;
      color: #fff; 
}
    #ft-social-network > a.gg-icon {
      background: #DF4A32;
      color: #fff; 
}
/**********************************************/
.col_left_1 a.link_readmore:hover {
    background: #fff;
    color: #cda654;
    border: 1px solid #cda654;
}
.col_left_1 a.link_readmore {
    background-color: #cda654;
    border: 1px solid #cda654;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    line-height: 100%;
    text-transform: uppercase;
    padding: 7px 15px;
    margin: 20px 20px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    text-decoration: none;
}

#fixed-social-network{
  position: inherit;
  right: 0px;
  margin: 15px 0 0 0;
}

#fixed-social-network a{
  display: inline-block;
  width: 35px;
  transform: initial;
}
#fixed-social-network a:hover{
  transform: initial;
}

@media only screen and (max-width: 768px) {
  .AdvertContent .Topeli {
    display: inline-block !important;
    height: 35px !important;
  }
  .AdvertContent .Topeli * {
    display: inline-block !important;
  }
  .hero-banner-right .box-right .menus {
    top: 0;
    left: 0;
    right: auto;
  }
}
/* Container chÃ­nh chá»©a 2 pháº§n */
        .banner-container {
            display: flex;
            flex-direction: row; /* Náº±m ngang trÃªn mÃ n hÃ¬nh lá»›n */
            width: 100%;
            max-width: 100%; /* Giá»›i háº¡n chiá»u rá»™ng tá»‘i Ä‘a */
            overflow: hidden;
            border-radius: 4px;
            margin: 30px 0 0 0;
        }

        /* Pháº§n bÃªn trÃ¡i: VÄƒn báº£n */
        .content-section {
            flex: 1;
            padding: 25px 40px 0 0;
            color: #2c3e83;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .content-section h2 {
            font-size: 24px;
            text-transform: uppercase;
            text-align: center;
            margin-bottom: 30px;
            letter-spacing: 1px;
            font-weight: bold;
        }

        .content-section p {
            font-size: 14px;
            line-height: 1.8;
            text-align: justify;
            margin-bottom: 15px;
            opacity: 0.9;
        }

        .content-section p:last-child {
            margin-bottom: 0;
        }

        /* Pháº§n bÃªn pháº£i: HÃ¬nh áº£nh */
        .image-section {
            flex: 1;
            position: relative;
            min-height: 350px; /* Äáº£m báº£o áº£nh cÃ³ khÃ´ng gian hiá»ƒn thá»‹ */
        }

        .image-section img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* GiÃºp áº£nh khÃ´ng bá»‹ mÃ©o khi co giÃ£n */
            display: block;
        }

        /* --- Cáº¤U HÃŒNH RESPONSIVE (DÃ nh cho MÃ¡y tÃ­nh báº£ng & Äiá»‡n thoáº¡i) --- */
        @media (max-width: 768px) {
            .banner-container {
                flex-direction: column; /* Chuyá»ƒn thÃ nh xáº¿p chá»“ng dá»c */
            }

            .content-section {
                padding: 30px 20px; /* Giáº£m padding trÃªn mÃ n hÃ¬nh nhá» */
            }

            .content-section h2 {
                font-size: 20px;
                margin-bottom: 20px;
            }

            .image-section {
                min-height: 250px; /* Giáº£m chiá»u cao áº£nh trÃªn Ä‘iá»‡n thoáº¡i */
            }
        }

/******************hotline******************/

/* 1. Ghim vị trí cố định ở góc trên bên phải màn hình */
.floating-contact-box {
  position: fixed;
  top: 120px; /* Khoảng cách từ mép trên màn hình xuống */
  right: 20px; /* Khoảng cách từ mép phải màn hình vào */
  z-index: 99999; /* Đảm bảo luôn nổi lên trên cùng */
}
em.fa-solid.fa-headset {
    color: #fff;
    font-size: 25px;
}
/* 2. Khung chứa thiết lập flex để xếp ngang từ trái sang phải */
.contact-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

/* 3. Thiết lập nút tròn chứa Icon */
.contact-icon-circle {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #e65c00, #f9d423); /* Màu cam gradient */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 2; /* Nằm trên phần thông tin */
}

/* Định dạng riêng cho icon Font Awesome bên trong nút tròn */
.contact-icon-circle i {
  color: #ffffff !important; /* Đổi icon sang màu trắng */
  font-size: 26px !important; /* Độ to nhỏ của icon tai nghe, chị có thể tăng giảm số này */
}

/* 4. Phần thông tin (Mặc định ẩn bằng cách thu chiều rộng về 0) */
.contact-info-content {
  background: linear-gradient(to right, #d35400, #e67e22); /* Nền cam tiệp màu nút */
  height: 60px; /* Bằng chiều cao nút tròn */
  padding: 0;
  border-radius: 30px 0 0 30px; /* Bo tròn mạnh góc bên trái */
  margin-right: -30px; /* Đẩy lút vào tâm nút tròn để giấu viền nối */
  padding-right: 40px; /* Chừa khoảng trống bên phải để không bị nút đè chữ */
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap; /* Không cho chữ xuống dòng */
  
  /* Hiệu ứng ẩn ban đầu */
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: width 0.4s ease, opacity 0.3s ease; /* Bung ra mượt mà */
}

/* 5. Định dạng chữ và link số điện thoại */
.contact-row {
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
.contact-row strong {
  font-weight: bold;
}
.contact-row a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: bold;
}
.contact-row a:hover {
  text-decoration: underline !important; /* Gạch chân khi khách hover vào số */
}

/* 6. HOVER VÀO LÀ BUNG THÔNG TIN */
.contact-button-wrapper:hover .contact-info-content {
  width: 420px; /* Chiều rộng khi bung ra, chị điều chỉnh nếu chữ bị thiếu diện tích */
  opacity: 1;
}
/* 1. Ghim cố định vị trí ở GÓC DƯỚI BÊN TRÁI */
.hotline-phone-ring-wrapper {
  position: fixed;
  bottom: 20px;  /* Cách mép dưới màn hình */
  left: 20px;    /* Cách mép trái màn hình */
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  -webkit-user-select: none; /* Tắt chọn text */
}

/* 2. Vòng tròn dây lò xo ngoài cùng (Phóng to thu nhỏ + mờ dần) */
.hotline-phone-ring-circle {
  width: 70px;
  height: 70px;
  position: absolute;
  background-color: transparent;
  border: 2px solid #ffd800; /* Màu viền vàng giống ảnh của chị */
  border-radius: 50%;
  opacity: .5;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
}

/* 3. Vòng tròn đổ màu trong suốt lớp giữa (Tỏa sóng) */
.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  position: absolute;
  background-color: rgba(255, 216, 0, 0.2); /* Nền vàng trong suốt */
  border-radius: 50%;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
}

/* 4. Nút tròn chính ở giữa chứa Icon */
.hotline-phone-ring-img-circle {
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #ffc000; /* Màu nền vàng */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out; /* Hiệu ứng rung */
  color: #fff;
  font-size: 22px;
}

/* Định dạng icon điện thoại màu trắng */
.hotline-phone-ring-img-circle i {
  color: #ffffff !important;
  font-size: 20px !important;
}

/* =======================================================
   5. ĐỊNH NGHĨA CÁC CHUYỂN ĐỘNG ĐỘNG (KEYFRAMES ANIMATION)
   ======================================================= */

/* Hiệu ứng vòng tròn dây lò xo phóng to mờ dần */
@keyframes phonering-alo-circle-anim {
  0% { transform: rotate(0) scale(0.5) skew(1deg); opacity: 0.1; }
  30% { opacity: 1; }
  100% { transform: rotate(0) scale(1.3) skew(1deg); opacity: 0.1; }
}

/* Hiệu ứng vòng tròn màu fill tỏa lan ra rộng hơn */
@keyframes phonering-alo-circle-fill-anim {
  0% { transform: rotate(0) scale(0.6) skew(1deg); opacity: 0.2; }
  50% { opacity: 0.5; }
  100% { transform: rotate(0) scale(1.1) skew(1deg); opacity: 0.2; }
}

/* Hiệu ứng lắc lư, rung giật của nút icon điện thoại */
@keyframes phonering-alo-circle-img-anim {
  0% { transform: rotate(0) scale(1) skew(1deg); }
  10% { transform: rotate(-25deg) scale(1) skew(1deg); }
  20% { transform: rotate(25deg) scale(1) skew(1deg); }
  30% { transform: rotate(-25deg) scale(1) skew(1deg); }
  40% { transform: rotate(25deg) scale(1) skew(1deg); }
  50% { transform: rotate(0) scale(1) skew(1deg); }
  100% { transform: rotate(0) scale(1) skew(1deg); }
}
/******************hotline******************/
