/* Text Hide */

.text-split {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
}

.text-split-1 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
}

.text-split-2 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
}

.text-split-3 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
}

.text-split-4 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
}

.text-split-5 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
}

.text-split-6 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
}

.text-split-7 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 7 !important;
}

.text-split-10 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 10 !important;
}



/* header */
.menu .wrap-content {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.w-menu.fix_head .menu .wrap-content {
    justify-content: center !important;

}

.logo-head {
    position: absolute !important;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.head-top {
    padding: 7px 0px;
    background: rgb(7, 207, 243);
    background: radial-gradient(circle, rgba(7, 207, 243, 1) 0%, rgba(53, 160, 232, 1) 76%);
}

.social-head ul {
    margin: 0px 10px;
    color: white;
}

.address-head {
    gap: 5px;
    font-size: 15px;
}

.address-head i {
    color: white;
}

.hotline-head {
    gap: 5px;
    font-size: 15px;
}

.hotline-head i {
    color: white;
}

.info-head {
    margin-bottom: 0;
    color: white;
    font-family: "font1";
    font-size: 15px;
}

.hotline-head span {
    color: #d40000;
    display: block;
    font-family: 'font6';
    font-weight: normal;
    font-size: 30px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 2px 2px 3px #000;
}

.number-hotline {
    color: #ff0b00;
    font-size: 20px;
    font-weight: 500;
}

/* Tiêu chí */

.tieuchi-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.tieuchi-box {
    margin: 20px 0px;
    height: fit-content;
}

.tieuchi-info h3 {
    font-size: 14px;
    margin: 0px 0px 3px 0px;
    color: rgb(52, 120, 205);
    font-weight: bold;

}

.tieuchi-info p {
    font-size: 12px;
    margin: 0px;
}



.tieuchi-img {
    width: 50px;

}

.tieuchi-info {
    width: calc(100% - 50px);
}

/* dịch vụ nổi bật*/
.wrap-dichvu-noibat {
    padding: 50px 0px;
    position: relative;
}

.wrap-dichvu-noibat::before {
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: "";
    background: url(../imgs/bgr_dichvu.png) no-repeat;
    width: 200px;
    height: 177px;
}

.box-main-dichvu-noibat {
    position: relative;
    top: -20px;
}

.dichvu-noibat-item {
    background: #def1fd;
}

.box-main-dichvu-noibat .center {
    margin-top: 80px;
}

.dichvu-noibat-img {
    z-index: 2;
    position: relative;
}

.dichvu-noibat-icon {
    border-radius: 50%;
    padding: 5px;
    background: white;
}

.dichvu-noibat-icon {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3
}

.dichvu-noibat-info {
    background: #def1fd;
    border-radius: 0px 0px 20px 20px;
    padding: 50px 10px 20px 10px;
    position: relative;
    top: -10px;
    z-index: 1;
}

.dichvu-noibat-info h3 {
    color: #0961a1;
    font-size: 18px;
    text-align: center;
    font-family: "font2";
    text-transform: uppercase;

}

/* dịch vụ */
.wrap-dichvu {
    padding: 50px 0px;
    background: url(../imgs/bgr_dichvu2.png) no-repeat;
    background-size: 100% 100%;
}

.box-main-dichvu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.dichvu-item {
    background: white;
    padding: 10px 20px;
    border-radius: 0px 20px 0px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.dichvu-item.eventt {
    flex-direction: row-reverse;
}

.dichvu-noibat-img .scale-img {
    border-radius: 20px;
}

.dichvu-img {
    width: 150px;
    border-radius: 0px 20px 0px 20px;
}

.dichvu-info {
    width: calc(100% - 150px);
}

.dichvu-info .dichvu-name {
    font-size: 22px;
    color: #0961a1;
    font-family: "font2";
}

.dichvu-info .dichvu-desc {
    font-size: 15px;
    margin: 0px;
    color: #454545;
}

.xem-them-dichvu {
    margin-top: 40px;
    text-align: center;
}

.xem-them-dichvu a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border: 2px solid rgba(53, 160, 232, 1);
    padding: 6px 28px;
    transition: .1s;
    background: radial-gradient(circle, rgba(7, 207, 243, 1) 0%, rgba(53, 160, 232, 1) 76%);
    border-radius: 6px;
}

.xem-them-dichvu a:hover {
    background: transparent;
    color: rgba(53, 160, 232, 1);
}

.xem-them-share {
    text-align: center;
    margin-top: 10px;
}

.xem-them-share a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border: 2px solid rgba(53, 160, 232, 1);
    padding: 6px 28px;
    transition: .1s;
    background: radial-gradient(circle, rgba(7, 207, 243, 1) 0%, rgba(53, 160, 232, 1) 76%);
    border-radius: 6px;
}

.xem-them-share a:hover {
    background: transparent;
    color: rgba(53, 160, 232, 1);
}

/* bảng giá nha khoa */
.wrap-table-price {
    padding: 50px 0px;
}

.table-price-title {
    background: rgb(9, 97, 161);
    background: linear-gradient(90deg, rgba(9, 97, 161, 1) 0%, rgba(53, 160, 232, 1) 100%);
    margin: 10px 0px;
    border-radius: 20px;
    padding: 10px 20px;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "font2";
}

.table-price {
    padding: 0px 20px;
}

.flex-table-price {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #454545;
}

.flex-table-price:last-child {
    border-bottom: 0px dashed #454545;

}

.flex-table-price p:first-child {
    margin: 10px 0px;
    color: #454545;
    font-family: "font2";
    white-space: nowrap;
}

.flex-table-price p:last-child {
    margin: 10px 0px;
    color: #454545;
    font-family: "font2";
    white-space: nowrap;

}

/* hình ảnh khách hàng */
.wrap-album-khachhang {
    padding: 50px 0px;
    background: url(../imgs/bgr_album_khachhang.png) no-repeat center;
    background-size: 100% 100%;
}

.box-main-album-khachhang {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.album-khachhang-img {
    border: 1px solid #00c1e0;
    border-radius: 20px;
}

.album-khachhang-info {
    position: relative;
}

.album-khachhang-info img {
    position: absolute;
    left: -20px;
    top: -65px;
    border-radius: 20px;
    border: 1px solid #00c1e0;

}

.album-khachhang-info .album-khachhang-name {
    color: #0961a1;
    font-size: 18px;
    margin: 10px 0px 10px 130px;
    font-family: "font2";
}

/* Hình ảnh */
.wrap-hinhanh {
    padding: 50px 0px;
}

.box-main-hinhanh {
    display: grid;
    grid-template-columns: repeat(30, 1fr);
    gap: 20px;
}

.hinhanh-item-0 {
    grid-column: 1/14;
    grid-row: 1/3;
}

.hinhanh-item-0 h3 {
    font-size: 33px;
    color: #0961a1;
    text-transform: uppercase;
    margin: 0px;
    font-family: "font2";
}

.hinhanh-item-0 p {
    font-size: 16px;
    color: #454545;
    text-transform: uppercase;
    margin: 0px;
    font-family: "font2";
}

.hinhanh-item-1 {
    grid-column: 1/14;
    grid-row: 3/10;
}

.hinhanh-item-2 {
    grid-column: 14/21;
    grid-row: 1/9;
}

.hinhanh-item-3 {
    grid-column: 21/31;
    grid-row: 1/9;
}

.hinhanh-item-4 {
    grid-column: 1/15;
    grid-row: 10/20;
}

.hinhanh-item-5 {
    grid-column: 15/31;
    grid-row: 9/19;
}

.hinhanh-item-5 .hinhanh-img {
    border-radius: 5px 5px 0px 0px !important;
}

.hinhanh-img {
    height: 100%;
    border-radius: 5px;
}

.hinhanh-img {
    border-radius: 5px 5px 5px 5px;
}

.hinhanh-img img {
    height: 100%;
}

.xem-them-hinhanh {
    background: #def1fd;
    padding: 6px 20px;
    color: #0961a1;
    font-weight: bold;
    transition: 0.7s;
}

.xem-them-hinhanh:hover {
    background: #0961a1;
    color: white;
    transition: 0.7s;

}

/* đặt lịch và đánh giá khách hàng */
.wrap-book-feedback {
    padding: 50px 0px;
    position: relative;
    background: url(../imgs/bgr_group.png) no-repeat;
    background-size: 100% 100%;
}

.wrap-book-feedback::before {
    background: url(../imgs/bgr_feedback2.png) no-repeat;
    position: absolute;
    content: "";
    top: 50px;
    right: 0px;
    width: 1026px;
    height: 456px;
    z-index: 1;
}

.box-main-book-feedback {
    display: flex;
    gap: 100px;
    position: relative;
    z-index: 2;
}

.group-book {
    width: 50%;
    background: white;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 15px;
    height: fit-content;
}

.title-book {
    display: flex;
    align-items: center;
    gap: 20px;
}

.title-book h3 {
    color: #0961a1;
    font-size: 35px;
    text-transform: uppercase;
    font-family: "font2";
}

.title-book img {
    width: 95px;
    height: 57px;
}

.group-book form {
    border-radius: 10px;
    border: 1px dashed #07cff3;
    background: #def1fd;
    padding: 35px;
}


.group-feedback {
    width: calc(100% - 50%);
}

.slick-slide {
    margin-top: 20px;
}

.feedback-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feedback-item.eventt {
    flex-direction: row-reverse;
}

.feedback-item.eventt .feedback-img {
    border-radius: 0% 50% 50% 50%;
}

.feedback-item.eventt .feedback-info {
    border-right: 10px solid #3478cd;
    border-left: 0.1px solid #f2f1f1;
}

.feedback-img {
    width: 120px;
    border-radius: 50% 0% 50% 50%;
    border: 7px solid #35a0e8;
    background: #35a0e8;
}

.feedback-img img {
    border-radius: 50%;
}

.feedback-info {
    width: calc(100% - 120px);
}

.feedback-info {
    background: white;
    padding: 10px;
    border: 0.1px solid #f2f1f1;
    border-left: 10px solid #3478cd;
    border-radius: 20px;
    height: 120px;
}

.feedback-info p {
    margin: 0px;
    font-family: "font1";
    line-height: 24px;
    font-size: 15px;
}

/* video */
.item-video {
    position: relative;
}

.item-video .play-video {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translateY(-50%);
    background: url(../imgs/youtube.png) no-repeat;
    background-size: 100% 100%;
    width: 75px;
    height: 55px;
}

/* chia sẻ kinh nghiệm */
.wrap-share {
    padding: 50px 0px;

}

.share-item {
    border: 1px solid #00c1e0;
    padding: 5px;
    border-radius: 200px 200px 0px 0px;
    margin: 5px 0px;
}

.share-img .scale-img {
    border-radius: 200px 200px 0px 0px;
}

.share-info {
    padding: 5px;
}

.share-info h3 {
    font-size: 18px;
    color: #454545;
    text-transform: uppercase;
    font-family: "font2";
}

.share-info p {
    color: #454545;
    margin: 0px;
    font-size: 15px;
}

.box-main-share {
    position: relative;
    top: -20px;
}

.box-main-share .center {
    margin-top: 90px;
}

/* giới thiệu */
.wrap-gioithieu {
    padding: 50px 0px;
}



.box-main-gioithieu {
    display: flex;
    gap: 65px;
}

.img-gioithieu {
    width: 55%;
    position: relative;
}

.info-gioithieu {
    width: calc(100% - 55%);
    margin-top: 60px;
}



.img-gioithieu::before {
    position: absolute;
    content: "";
    width: 500px;
    height: 615px;
    background: #def1fd;
    right: 0px;
}

.img-gioithieu .scale-img {
    margin-top: 60px;
}

span.tieudesub {
    display: block;
    font-size: 20px;
    color: black;
    font-family: 'font1';
    font-weight: normal;
    overflow: hidden;
    height: 30px;
}

span.tieude {
    display: block;
    font-family: 'font2';
    font-size: 33px;
    color: #47bde8;
    text-transform: uppercase;
}

.desc-gioithieu {
    font-size: 16px;
    color: #424242;
    text-align: justify;
    line-height: 25px;
    margin-top: 8px;
}

.xem-them a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border: 2px solid rgba(53, 160, 232, 1);
    padding: 6px 28px;
    transition: .1s;
    background: radial-gradient(circle, rgba(7, 207, 243, 1) 0%, rgba(53, 160, 232, 1) 76%);
    border-radius: 6px;
}

.xem-them a:hover {
    background: transparent;
    color: rgba(53, 160, 232, 1);
}

/* sản phẩm */
.box-main-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.pic_sanpham {
    position: relative;
    /* overflow: hidden; */
    display: block;
    border-radius: 20px;
}

.product-info h3 {
    font-size: 16px;
    color: #393939;
    text-transform: capitalize;
    display: block;
    font-weight: normal;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 6px;
    line-height: 20px;
    overflow: hidden;
    font-family: 'font1';
    height: 20px;
    padding: 0px 15px;
}

/* tin tức */
.wrap-group-tintuc {
    padding: 50px 0px;
}

.wrap-group-tintuc .wrap-content {
    display: flex;
    gap: 20px;
}

.group-tintuc {
    width: 66.67%;
    /* display: flex; */
    /* gap: 20px; */
}

.title-tintuc span {
    color: #1e8e00;
    font-family: 'font2';
    font-size: 30px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 20px;
}

.box-main-tintuc {
    display: flex;
    gap: 20px;
}

.one-tintuc {
    width: 50%;
}

.slick-khachhang {
    width: 50%;
}

.tintuc2-item {
    display: flex;
    gap: 10px;
    padding-bottom: 5px;
}

.group-video {
    width: calc(100% - 66.67%);
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}

.group-video .banner-facebook img {
    border-radius: 5px;
}

.group-video .banner-tiktok img {
    border-radius: 5px;
}

.tintuc-name {
    color: #2f2f2f;
    font-size: 16px;
    font-family: "font3";
    text-transform: uppercase;
}


.tintuc2-img {
    width: 150px;
    position: relative;
}

.tintuc2-info {
    width: calc(100% - 150px);
}

.slick-khachhang .slick-slide {
    margin-bottom: 10px;
}

.tintuc-img {
    margin-bottom: 10px;
    position: relative;
}

.fotorama-videos .fotorama__nav--thumbs .fotorama__nav__frame {
    height: 100px !important;
}

.tintuc-item .xem-them {
    margin-top: 20px;
}

.tintuc-item .xem-them .btn_xemthem {
    font-size: 15px;
    border-radius: 0px;
    border: 2px solid #007e06;
    background: #007e06;
    padding: 4px 20px;
}

.tintuc-item .xem-them .btn_xemthem:hover {
    background: transparent;
    color: #007e06;
}

.desc-tintuc {
    font-size: 14px;
    line-height: 25px;
    color: #4c4c4c;
    text-align: justify;
    margin-top: 4px;
    overflow: hidden;
    height: 75px;
    font-weight: 400;
    font-family: "font7";
}

/* liên hệ chúng tôi */
.wrap-contact {
    background: #c0031b;
    padding: 15px 0px;
    color: white;
}


/* quy trình */
.wrap-quytrinh {
    padding: 50px 0px;
}

.item-quytrinh {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    background: #1e8e00;
    min-height: 200px;
    max-height: 200px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #1e8e00;
    transition: .1s;
}

.item-quytrinh h3 {
    text-align: center;
    width: 100%;
    display: block;
    font-family: 'font2';
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
}

.item-quytrinh:hover {
    cursor: pointer;
    background: transparent;
}

.item-quytrinh:hover h3 {
    color: #1e8e00;
}

.info-quytrinh {
    padding: 35px 35px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    position: relative;
}

.info-quytrinh h3 {
    font-size: 30px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'font2';
    color: #1e8e00;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 16px;
}

.info-quytrinh h3:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 70px;
    height: 2px;
    background: #a3510f;
    content: '';
}

.desc-quytrinh {
    font-family: 'font1';
    font-size: 16px;
    color: #292929;
    text-align: justify;
    line-height: 28px;
}

.info-quytrinh:before {
    border-width: 0 19px 19px 20px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
    top: -17px;
    left: calc(8%);
    z-index: 121213;
}

.info-quytrinh:after {
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #ccc transparent;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
    top: -20px;
    left: calc(8%);
    z-index: 121212;
}

.slick_bot {
    margin-top: 35px;
}

.slick_bot .slick-list {
    padding-top: 20px;
}

.xemchitiet {
    font-family: 'font3';
    color: #1e8e00;
    font-size: 14px;
    display: inline-block;
    margin-top: 6px;
}

.xemchitiet i {
    margin-left: 5px;
}

/* đăng kí nhận tin */
.wrap-dankynhantin {
    background: url(../imgs/bgr_dangky.png) no-repeat center;
    background-size: 100% 100%;
    padding: 50px 0px;
}

.box-main-dangky {
    background: rgba(30, 142, 0, 0.8);
    padding: 35px 42px;
    border: 1px solid #87c377;
}

.group-newsletter {
    display: flex;
    gap: 30px;
    position: relative;
}

.group-newsletter .col-group:nth-child(1) {
    width: calc(33.33% + 33.33%);
    display: flex;
    gap: 30px;
}


.group-newsletter .col-group:nth-child(3) {
    width: 33.33%;
    background: white;
    position: relative;
}

.group-newsletter .col-group:nth-child(3) .input-group {

    position: relative;
    z-index: 5;
    min-height: 131px;
    border: 1px #fff solid;
    float: left;
    padding: 0px 7px;
    background: #fff;
}

.input-group p {
    color: #0961a1;
    font-size: 16px;
}

.col-group-text {
    width: 50%;
}

.col-group-text .input-group {
    margin-bottom: 30px;
}

.input-group input {
    font-size: 14px;
    width: 100%;
    padding: 5px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #fff;
    min-height: 36px;
    position: relative;
    z-index: 8;
    font-family: 'font1';
    text-indent: 10px;
}

.input-group textarea {
    font-size: 13px;
    width: 100%;
    padding: 5px 15px;
    color: #464646;
    background: white;
    font-family: 'font1';
    box-sizing: border-box;
    min-height: 75px;
    max-height: 75px;
    resize: none;
    float: left;
    border: 0px;

}

.item-group {
    width: 100%;
}


/* .input-group textarea {
    position: relative;
    z-index: 5;
    min-height: 131px;
    border: 1px #fff solid;
    float: left;
    padding: 0px 7px;
    background: #fff;
} */
input.btn_dk {
    float: right;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 6px;
    padding: 8px 27px;
    background: #a3510f;
    color: #fff;
    font-family: 'font3';
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 5px !important;
    width: auto !important;
    text-indent: 0px;
}

.info-form {
    display: flex;
    position: absolute;
    bottom: -5px;
    width: calc(33.33% + 33.33% - 20px);
    left: 0px;
    justify-content: space-between;
}

.info-form p {
    font-size: 14px;
    color: white;
    font-family: "font1";
}

/*  */


.logo {
    position: relative;
}

.logo::before {
    content: '';
    position: absolute;
    background: url(../imgs/map.png) no-repeat;
    bottom: -50px;
    left: 0px;
    height: 138px;
    width: 125px;
}

.slick-youtube {
    width: 60%;
    z-index: 2;
    left: -100px;
}

.operation {
    width: 50%;
    height: 170px;
    display: flex;
    background: #c0031b;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding-left: 80px;
}

.operation .title-video {
    font-size: 50px;
    color: white;
    font-weight: bold;
    padding: 0px 20px;
}

.slick-youtube .slick-prev:before {
    display: none
}

.slick-youtube .slick-next:before {
    display: none
}

.slick-youtube .slick-prev {

    right: -34%;
    top: 60%;
    left: unset;
    width: 50px;
    height: 50px;
}

.slick-youtube .slick-prev img {
    width: 50px;
    height: 50px;
}

.slick-youtube .slick-next {
    right: -40%;
    top: 60%;

    left: unset;
    width: 50px;
    height: 50px;
}

.slick-youtube .slick-next img {
    width: 50px;
    height: 50px;
}




/*xem thêm */
.button {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: #01a0e4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 10px;
    border: 3px solid #01a0e4;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    cursor: pointer;
}

.icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
}

.button:hover {
    transform: scale(1.05);
    border-color: #01a0e4;
}

.button:hover .icon {
    transform: translate(4px);
}

.button:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}


/*  */
.quick_contact {
    position: fixed;
    bottom: 50px;
    left: 60px;
    z-index: 20;
}

.quick_contact a {
    display: block;
    position: relative;
    font-size: 18px;
    color: #fff;
    padding: 0 20px 0 35px;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    border-radius: 0 40px 40px 0;
}

.quick_contact a span {
    display: flex;
    width: 45px;
    height: 45px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: -25px;
    /* color: #2E8B57; */
    top: -2.5px;
    border: solid 5px #fc0;
    align-items: center;
    justify-content: center;
}

.button_gradient {
    background-image: linear-gradient(90deg, #2E8B57 0%, #2E8B57 100%);
    border: 2px #fff solid;
}

.contact-phone {
    float: left;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'font1';
    line-height: 45px;
    animation-duration: 800ms;
    animation-name: chopchop;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    line-height: 40px;
}

.quick_contact a span:before {
    content: "";
    position: absolute;
    top: -30px;
    left: -27px;
    width: 95px;
    height: 95px;
    background: url(../imgs/contact_rotate.png) center no-repeat;
    animation: rotate 3s linear infinite;
}


.quick_contact2 {
    position: fixed;
    bottom: 150px;
    left: 60px;
    z-index: 20;
}

.quick_contact2 a {
    display: block;
    position: relative;
    font-size: 18px;
    color: #fff;
    padding: 0 20px 0 35px;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    border-radius: 0 40px 40px 0;
}

.quick_contact2 a span {
    display: flex;
    width: 45px;
    height: 45px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: -25px;
    /* color: #2E8B57; */
    top: -2.5px;
    border: solid 5px #fc0;
    align-items: center;
    justify-content: center;
}

.quick_contact2 a span:before {
    content: "";
    position: absolute;
    top: -30px;
    left: -27px;
    width: 95px;
    height: 95px;
    background: url(../imgs/contact_rotate.png) center no-repeat;
    animation: rotate 3s linear infinite;
}

@-webkit-keyframes rotate {

    from {

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg)
    }



    to {

        -webkit-transform: rotate(360deg);

        transform: rotate(360deg)
    }

}

@keyframes rotate {

    from {

        -webkit-transform: rotate(0deg);

        -moz-transform: rotate(0deg);

        -ms-transform: rotate(0deg);

        transform: rotate(0deg)
    }



    to {

        -webkit-transform: rotate(360deg);

        -moz-transform: rotate(360deg);

        -ms-transform: rotate(360deg);

        transform: rotate(360deg)
    }

}

@keyframes chopchop {
    0% {
        transform: scale(1);
        color: #fff;
    }

    50% {
        transform: scale(1.1);
        color: #ec2d3f;
    }

    100% {
        transform: scale(1);
        color: #fc0;
    }
}

/* liên hệ chúng tôi */
.group-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.info-contact h3 {
    font-size: 30px;
    margin: 0px;
    font-family: 'font4';
}

.info-contact p {
    margin: 0px;
    font-family: 'font1';
}

.name-product:hover {
    color: #fc0;
    transition: 0.7s;
}


/* From Uiverse.io by xetrov47 */
.search {
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 30px;
}

.search__input {
    font-family: inherit;
    font-size: inherit;
    border: 1px solid #767676;
    color: #767676;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: -1.5rem;
    height: 30px;
    width: 15rem;
}

.search__input::-webkit-input-placeholder {
    font-weight: 400;
    color: #767676;
    font-size: 14px;
}

.search__button {
    border: none;
    background-color: #fff;
    margin-top: 0.1em;
}

.search__button:hover {
    cursor: pointer;
}

.search input:focus {
    outline: none;
}

.line {
    background: url(../imgs/line3.png) no-repeat;
    width: 184px;
    height: 14px;
    margin: 15px auto;
}

.line-gioithieu {
    background: url(../imgs/line3.png) no-repeat;
    width: 184px;
    height: 14px;
    margin: 15px 0px;
}

/*  */
.box-album:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* cursor: pointer; */
    pointer-events: none;
    /* background: rgba(0, 0, 0, .5); */
}

.slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto;
    max-width: 800px;
    width: 100%;
}

.box-album .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    border: none;
    background: transparent;
    color: #fff;
    font-family: monospace;
    font-size: 5rem;
    z-index: 300;
    outline: none;
}

.box-album .slick-prev {
    left: -50px;
    text-align: left;
    display: none;
}

.box-album .slick-next {
    right: -50px;
    text-align: right;
    display: none;
}



.box-album .item.slick-slide {
    width: 400px;
    height: 400px !important;
    transition: transform .5s ease;
    position: relative;
}

.box-album .slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    transition: transform .4s;
}

.box-album .item.slick-slide {
    transform: scale(0.7) translate(640px);
}

.box-album .item.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
}

.box-album .item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
}

.box-album .item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
}

.box-album .item.slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1);
    z-index: 30;

}

.box-album .slick-center:after {
    opacity: 0;
    margin: 10px;
    padding: 10px;
    /* border: 10px solid white; */
}

.box-album .slick-center {
    border: 10px solid white;
}

/* map */
.footer_map_tab {
    position: relative;
}

.flex_mapaa {
    display: flex;
}

.wrap_map {
    position: absolute;
    top: 0px;
    transform: translateX(-50%);
    left: 50%;
}

.map_frame iframe {
    width: 100%;
}

.map_items {
    background: white;
    width: 200px;
    height: auto;
}

.map_items.active {
    background: #007e06;
    color: white;
}

.txt-white {
    color: white !important;
}

.bgr-white {
    background: white !important;
}