/*
Theme Name: Bảo Hiểm Du Lịch Quốc Tế Flexi
Description: An Tâm Thỏa Sức Khám Phá
Author: baovietgiadinh.com.vn
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.ux-menu-link__link {
    align-items: baseline;
    border-bottom-color: #ececec;
    border-bottom-width: 1px;
    color: currentColor;
    flex: 1;
    min-height: 2.5em;
    padding-bottom: .3em;
    padding-top: .3em;
    transition: all .2s;
    border-bottom-style: solid;
}

.tai-lieu .ux-menu-link::before,
    .tai-lieu .ux-menu-link::after {filter: hue-rotate(1e2f65);
    content: "";
    position: static;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    }
    .tai-lieu .ux-menu-link::before {
        background-image: url('https://sunnygroup.vn/wp-content/uploads/2025/09/14.png');
    }
    .tai-lieu .ux-menu-link::after {
        background-image: url('https://sunnygroup.vn/wp-content/uploads/2025/09/16.png');
    }
.tai-lieu .ux-menu-link {
   cursor: pointer;
    min-height: 55px;
    width: 100%;
    border: 1px solid #eecd77;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(90deg, #005cab 0%, #006cb9 30%, #0082cb 60%, #0093d9 100%) !important;
    margin-bottom: 10px !important;
}

.button.icon.circle, .button.icon.round {
    padding-left: 0;
    padding-right: 0;
    background: -webkit-linear-gradient(0deg,rgb(0,121,192) 0%,rgb(0,177,225) 100%);
}
.ux-menu-link {
    align-items: center;
    font-weight: bold;
    font-size: 16px;
}

.footer-wrapper {
    position: relative;
    width: 100%;
    font-size: .9em;
    border-top: solid 3px rgb(238 205 119);
}

.absolute-footer {
    font-size: .9em;
    padding: 10px 0 15px;
    border-top: solid 3px rgb(238 205 119);
}

.header-nav-main li a{
    padding: 0px 7px;
	font-size: unset;
}
.header-main {
    border-bottom: solid 3px rgb(238 205 119);
}

.title-form {
    background: linear-gradient(90deg, #005cab 0%, #006cb9 30%, #0082cb 60%, #0093d9 100%) !important;
    border-radius: 10px 10px 0px 0px;
	padding: 10px;
}
.nd-ld1 .col .col-inner {
     background-image: url(https://vinhomesaigonpark.vinarealty.com.vn/wp-content/uploads/2026/05/Vinhomes-Sai-Gon-Park-1.png);
    height: 100%;
    border: solid 1px #eecd77;
    border-radius: 10px
}
.nd-ld .col .col-inner {
     background: linear-gradient(90deg, #005cab 0%, #006cb9 30%, #0082cb 60%, #0093d9 100%) !important;
    height: 100%;
    border: solid 1px #eecd77;
    border-radius: 10px
}

label {
    color: #0a3d2c;
}


.lightbox-content {
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    margin: 0 auto;
    position: relative;
    background: linear-gradient(130deg, #031D15 0%, #0A3D2C 40%, #1F6F4A 100%);
	border: 1px solid #d4aa32;
    border-radius: 5px;
}

.gold-text {
    background: linear-gradient(180deg, #D0B057 0%, #FDF6CA 50%, #D0B057 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-saigon-park {
    background: linear-gradient(130deg, #031D15 0%, #0A3D2C 40%, #1F6F4A 100%);
}

.footer-section ul li i {
    padding-right: 10px;
    color: var(--primary-color);
}
.row-footer-tren {
    border-bottom: 2px solid white;
    
}

.box-bounce .box-text {
    text-align: left;
}

@media screen and (min-width: 850px) {
    .row-large>.col, .row-large>.flickity-viewport>.flickity-slider>.col {
        margin-bottom: 0;
        padding: 0 15px 15px;
    }
}

.zalo-chat,
.viber-chat,
.hotline-float {
    pointer-events: none;
}

/* Container chính - Ép hiển thị bên trái */
.sticky-contact-bar {
    position: fixed !important;
    left: 0 !important;
    bottom: 5px !important; /* Điều chỉnh độ cao so với đáy */
    z-index: 999999 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Kiểu dáng chung cho các nút */
.contact-item {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    margin-bottom: 5px !important;
    padding: 10px 15px !important;
    width: 180px !important;
    border-radius: 0 8px 8px 0 !important; /* Bo góc bên phải */
    transition: all 0.3s ease !important;
    background: linear-gradient(90deg, #005baa 0%, #0093d9 100%);
    border: 1px solid #ecc09a;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}

.contact-item:hover {
    transform: translateX(10px); /* Hiệu ứng thò ra khi di chuột */
    filter: brightness(1.1);
}
/* Thêm đoạn này để ép icon SVG không bị tràn */
.contact-item .icon svg {
    width: 100% !important;
    height: 100% !important;
    fill: #ffffff !important; /* Đảm bảo icon có màu trắng */
    display: block;
}

/* Icon và Text */
.contact-item .icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-item .text {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    white-space: nowrap !important;
}

/* Màu sắc riêng cho từng nút (tùy chọn) */
.contact-item.viber { background: #7360f2; }
.contact-item.zalo { background: #0088ff; }
.contact-item.baogia { background: #ff9800; }
.contact-item.phone { background: #e91e63; }

/* CSS cho Mobile - Chuyển xuống đáy màn hình */
@media (max-width: 767px) {
    .sticky-contact-bar {
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        flex-direction: row !important;
        background: #fff !important;
        padding: 5px !important;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1) !important;
    }
    .contact-item {
        width: 25% !important;
        flex-direction: column !important;
        padding: 5px 2px !important;
        border-radius: 5px !important;
        margin-bottom: 0 !important;
        margin: 0 2px !important;
        height: 55px !important;
        justify-content: center !important;
        border: none !important;
    }
    .contact-item .icon { margin-right: 0 !important; margin-bottom: 3px !important; }
    .contact-item .text { font-size: 10px !important; }
}




@-webkit-keyframes ripple{0%{-webkit-transform:scale(0);opacity:1;transform:scale(0);visibility:visible}100%{-webkit-transform:scale(1);opacity:0;transform:scale(1);visibility:hidden}}@keyframes ripple{0%{-webkit-transform:scale(0);opacity:1;transform:scale(0);visibility:visible}100%{-webkit-transform:scale(1);opacity:0;transform:scale(1);visibility:hidden}}
.d-hotline {
    background: radial-gradient(circle farthest-corner at 10% 20%,rgba(253,239,132,1) 0,rgba(247,198,169,1) 54.2%,rgba(21,186,196,1) 100.3%);
    border: 3px solid #fff;
    border-radius: 40px;
    bottom: 20px;
    box-shadow: 0 0 15px 2px rgb(255 255 255 / 75%);
    display: block;
    left: 20px;
    padding: 10px 20px;
    position: fixed;
    width: auto;
    z-index: 5;
}
#support-center .sup-action+.sup-action {
    margin-top: 10px;
}
#support-center .fanpage {
    display: block;
}
#support-center .sup-action {
    -webkit-transition: all .2s ease-in-out;
    background-color: rgba(0,0,0,.2);
    border-radius: 50%;
    box-shadow: 0 0 5px 2px rgb(255 255 255 / 50%);
    height: 60px;
    line-height: 58px;
    padding: 0;
    transition: all .2s ease-in-out;
    width: 100%;
}
#support-center .call, #support-center .open-form, #support-center span {
    display: none;
}
#support-center .sup-action {
    color: #333;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 1;
    padding: 7px 2px;
    text-align: center;
    width: 25%;
    z-index: 7;
}
#support-center .sup-action+.sup-action {
    margin-top: 10px;
}
#support-center {
    position: fixed;
    background: transparent;
    border: 0 none;
    bottom: 40px;
    height: auto;
    right: 10px;
    width: 60px;
}
.d-hotline svg path {
    fill: #1d55a4;
}
.svg-icon {
    height: 22px;
    vertical-align: middle;
    width: 22px;
}
.d-hotline svg {
    margin-right: 5px;
    position: relative;
}
.d-hotline .icon {
    float: left;
    padding: 4px 0;
    position: relative;
}
.ripple {
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
    background-color: #fff;
    border-radius: 50%;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
.ripple-container {
    height: 100px;
    width: 100px;
}
.d-hotline .text {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
.ripple:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.ripple:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.align-middle {
    -webkit-transform: translate(-50%,-50%) !important;
    left: 50%;
    position: absolute !important;
    top: 50%;
    transform: translate(-50%,-50%) !important;
}
-webkit-keyframes boonboon{0%{-webkit-transform:translateX(0);transform:translateX(0)}15%{-webkit-transform:translateX(20px);transform:translateX(20px)}30%{-webkit-transform:translateX(0);transform:translateX(0)}45%{-webkit-transform:translateX(20px);transform:translateX(20px)}60%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes boonboon{0%{-webkit-transform:translateX(0);transform:translateX(0)}15%{-webkit-transform:translateX(20px);transform:translateX(20px)}30%{-webkit-transform:translateX(0);transform:translateX(0)}45%{-webkit-transform:translateX(20px);transform:translateX(20px)}60%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}
.anh-dong{
    webkit-animation: boonboon 2s cubic-bezier(.5,0,.5,1) infinite;
    animation: boonboon 2s cubic-bezier(.5,0,.5,1) infinite;
}
a.button.primary:hover{
    background: #FFC000;
    color: #1d55a4;
}
.button-chi-tiet{
        height: 40px;
    width: max-content;
     background: linear-gradient(180deg, #FEC626 0%, #CCA126 100%);
    color: #FFF;
    box-shadow: 0 3px 0 0 #337cbb;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    margin-bottom: 4px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding-top: 5px;
}
.button-chi-tiet:hover{
    background-image: -webkit-linear-gradient(0deg, rgb(0, 121, 192) 0%, rgb(0, 177, 225) 100%);
    border-color: #06748c;
    color: #fff;
    -webkit-box-shadow: 0 3px 0 0 #1a1446;
    box-shadow: 0 3px 0 0 #1a1446
}
a.button.is-larger{
    font-size: 18px;
}


.section-tien-do .box .box-image{
       border-radius: 15px;
}
.section-tien-do .box .box-image img{
    border-radius: 15px;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);

}
.section-tien-do .box .box-image{
    -webkit-box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.section-tien-do .box .box-text{
        background: #fff;
    border-radius: 0 0 5px 5px;
    color: #333;
    font-size: 20px;
    line-height: 1.4;
    /* margin: 0 6%; */
    min-height: 60px;
    padding: 10px;
    text-align: center;
    width: 90%;
    margin: auto;
}
.section-phan-khu .info{
    border-radius: .5rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
    margin: -60px 10px 0;
    padding: 1rem;
    background: linear-gradient(0,#1d55a4 40%,rgba(0,0,0,.35) 100%);
}
.section-phan-khu .info h3,.section-phan-khu .info p{
    color: white;
}
.section-tien-do{
    background: linear-gradient(0deg, #fff 0%, #1d55a4 50%, #fff 100%)
}
.b-description p{
    margin-bottom: 0px;
}
.ux-timer-wrapper .col-inner{
    background: #FFC000;
        border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border:none !important;
}
.ux-timer-wrapper .col-inner{
    padding: 5px 0px !important;
    color: #1d55a4;
}
.ux-timer-wrapper .col-inner h3{
    color: #1d55a4;
    margin-bottom: 0px;
}

.div-lien-he h3{
     color: #0a3d2c;
    text-shadow: 1px 1px 4px #f6c026e6;
    font-weight: bold;
    text-align: center;
    font-size: 35px !important
}


.div-lien-he{
    backdrop-filter: blur(3px);
    background: rgba(255,255,255,.3);
    border: 1px solid rgba(255,255,255,.5);
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-radius: 10px;
    border-right: 1px solid rgba(255,255,255,.2);
    bottom: 0;
    box-shadow: 0 25px 45px rgb(0 0 0 / 10%);
    padding: 20px;
}
.wpcf7-spinner{
    display: none;
}
.div-tong-quan ul li:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 20px;
    left: -30px;
    position: absolute;
    width: 20px;
        background-image: url(images/coconut.svg);
    top: 2px;
}
.div-tong-quan ul li,.div-gift ul li{
    clear: both;
    list-style: none;
    position: relative; 
}

.gallery-col .box-normal .box-text{
    background: #f0f0f0;
    color: #333;
}
.gallery-col .box-normal .box-text p{
    font-weight: bold;
    font-size: 18px;
}
.div-no-padding{
    padding-bottom: 0px !important;
}
ul ol{
    margin-left: 10px !important
}

.div-gift ul li:before{
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 20px;
    left: -30px;
    position: absolute;
    width: 20px;
        background-image: url(images/gift-5.svg);
    top: 2px;
}
body p{
    font-size: 16px;
}
.b-title-description {
    padding-bottom: 45px;
    position: relative;
    text-align: center;
    z-index: 2;
}
.b-title-description:before {
    background: url(images/line-1.png) center center no-repeat;
    background-size: contain;
    bottom: 22px;
    content: '';
    display: block;
    height: 14px;
    left: 0;
    margin: 0 auto;
    max-width: 200px;
    position: absolute;
    right: 0;
    width: 100%;
	color: #e0af59;
}
.b-title {
    margin-bottom: 0px;
     color: #0a3d2c;
    display: block;
    line-height: 1.05;
    position: relative;
    width: 100%;
    font-size: 44px;
}
#nhan-khuyen-mai .wpcf7-submit{
    background: #ffc000 !important;
    color: #1d55a4;
    border-radius: 7px;
    width: 100%;
    font-weight: normal;
}
#nhan-khuyen-mai h3{
    font-size: 22px !important;
}

.spu-content .div-lien-he h4 {
    color: white;
}
.spu-content .div-submit{
    text-align: center;
}
.spu-content .wpcf7-submit{
background: #EE9E0A;
}
.section-loi-the h3{
    padding-bottom: 20px;
}
.section-title-center{
    margin-bottom: 0px;
}
.section-lien-he{
    background-color: #657996 !important;
    background-image: url(images/footer-background.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.section-tien-do .fa-bookmark{
    color: #e74c3c
}
.section-tien-do .fa-money{
    color: #27ae60
}
.section-mat-bang .tabbed-content li{
    margin-right: 0px;
}
.section-mat-bang .tab-panels{
    text-align: center;
}
.section-mat-bang .tabbed-content li a{
        margin-right: 0px !important;
        font-weight: normal !important;

    border: 1px solid #08488a !important;
    border-radius: 0px 0px 0 0 !important;
    background-color: #1b5b9d !important;
    color: #ffffff !important;
    padding: 11px 18px 11px 18px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    text-align: center !important;
  
}
.section-mat-bang .tabbed-content li a span:before{
    content: "\f15c";
    font-family: fontawesome;
    padding-right: 4px;
}
.section-mat-bang .tabbed-content li a:hover{

}
.section-gia-ban i.fa-star{
    color: #f1c40f
}
.dang-ky-ngang .wpcf7-text{
    border-radius: 30px
}
.dang-ky-ngang .wpcf7-submit{
    border: 1px solid;
    background: transparent;
    padding: 0px 40px;
    border-radius: 30px
}
.section-loi-the .icon-box-text {
    text-align: center;
}
ul li{
    list-style: none;
}
.div-tron-bo{
        background: #3498db;
    padding: 20px;
    margin-bottom: 40px;
}
.div-tron-bo h3{
    color: white;
}
.dang-ky-ngang {

    margin: 0px !important;

}
.dang-ky-ngang .div-nho{
    padding: 0px 15px;
 
}
.flex-right ul li{
	padding: 0px 10px !important;
	
}
.flex-right ul li a{
	text-transform: initial !important;
	font-size: 16px;
}

/*Màu sắc button*/
.social-button, .social-icons .button.icon:not(.is-outline), .social-icons .button.icon:hover {
    background-color: currentColor !important;
    border-color: currentColor !important;
}
.button.facebook,.button.facebook:not(.is-outline), .button.facebook:hover {
color: #fff;
    background-color: #446084;
    border-color: #446084;
}
.button.twitter,.button.twitter:not(.is-outline), .button.twitter:hover {
	color: white !important;
   background : #2478ba !important;
    border-color: #2478ba;
}
.button.email,.button.email:not(.is-outline), .button.email:hover {
    color: #fff;
    background-color: black !important;
    border-color: black !important;
}
.button.pinterest,.button.pinterest:not(.is-outline), .button.pinterest:hover {
color: #fff !important;
    background-color: #cb2320  !important;
    border-color: #cb2320  !important;
}

.button.google-plus,.button.google-plus:not(.is-outline), .button.google-plus:hover {
color: #fff !important;
    background-color: #dd4e31 !important;
    border-color: #dd4e31  !important;
}
.button.linkedin,.button.linkedin:not(.is-outline), .button.linkedin:hover {
color: #fff !important;
    background-color: #0072b7 !important;
    border-color: #0072b7     !important;
}


h1.entry-title{
    font-size: 24px !important;
}
/*Kết thúc màu sắc*/



footer.entry-meta {

    border-top: none !important;
    border-bottom: 1px dashed #ececec !important;
    
}

.entry-content img{
	width: auto !important
}
.duong-line {
    background: rgb(29 85 164) url(images/line.png) repeat scroll 0 0;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}
.related-post h7{
	font-weight: bold;
	    font-size: 18px;
    float: left;
    margin: -8px 20px 0 0;
}
.section-vi-tri h3,.section-vi-tri h4{
    color: rgba(238,158,10,1)

}
.section-vi-tri p{
    color: white;
    font-size: 15px !important;
}

/*Nut goi dien thoai*/
.call-now {
    left: 0;
    bottom: 51px;
    height: 50px;
    min-width: 200px;
    position: fixed;
    background-color: #e67e22;
    border-radius: 0 25px 25px 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.8);
    z-index: 998;
}

.stuck .header-bg-color {
    background-color: white;
}

.call-now .btn-call-now i {
    position: absolute;
    color: #e67e22;
    background-color: #fff;
    font-size: 35px;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e67e22;
}
.call-now .btn-call-now p {
    color: #fff;
    font-size: 14px;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
.call-now .btn-call-now strong {
    display: block;
    font-size: 18px;
}
.section-lien-he .wpcf7-form .wpcf7-text{
    background-color: transparent !important; 
    color: white !important
}
.section-lien-he .wpcf7-form .wpcf7-submit{
    background-color:  rgb(238, 158, 10);
}
.section-lien-he .wpcf7-form .div-submit{
    text-align: center;
}
.section-lien-he input.wpcf7-text::-webkit-input-placeholder {
  color: white !important;
}
div.wpcf7-mail-sent-ok{
    color: white;
        border: 2px solid rgb(238, 158, 10);
}

.div-lien-he h4{
  
}
.section-cam-ket img{
    margin-bottom: 0px !important
}
.div-lien-he p i{
      font-size: 68px;
    border-radius: 50%;
    background: rgb(238, 158, 10);
    color: white;
    padding: 10px;
}
.section-doi-tac .box-text{
    text-align: center;
    font-weight: bold;
}
#tong-quan{
    margin-top: -100px;
}
#post-228 .single-page h4 a{
color:green;
text-decoration: underline;}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

}
@media(max-width: 481px){
    .section-mat-bang .tabbed-content li{
        width: 100%;
    }
    .section-mat-bang .tabbed-content li a{
        width: 100%;
    }
    .tai-lieu {
  
    bottom: -9px !important;

    min-width: 90px !important;
   
}
}
@media(min-width: 769px){

    .section-lien-he .wpcf7-form{
        width: 500px;
        margin: auto;
    }

}
@media(max-width: 855px){
    .section-dia-diem .is-full-height {
    min-height: 385px !important;
    height: 43vh !important;
}
    .is-full-height{
            min-height: 506px;
            height: 70vh;
    }
    .section-dang-ky .text-box{
        width: 88% !important;
    }
    .b-title{
        font-size: 25px;
    }
}

/* Xử lý icon X bên trong nút đóng */
.mfp-close svg {
    width: 14px !important;    /* Chỉnh kích thước dấu x nhỏ lại cho thanh thoát */
    height: 14px !important;
    stroke: #fff !important;    /* Đảm bảo dấu x có màu trắng */
    stroke-width: 3px !important; /* Độ dày của nét vẽ dấu x */
    display: block !important;
    margin: 0 auto !important; /* Căn giữa theo chiều ngang */
}

/* Đảm bảo button mfp-close là một khối flex hoàn chỉnh */
.mfp-close {
    display: flex !important;
    align-items: center !important;     /* Căn giữa theo chiều dọc */
    justify-content: center !important; /* Căn giữa theo chiều ngang */
    padding: 0 !important;
    line-height: 0 !important;
    text-indent: 0 !important; /* Loại bỏ khoảng trống thừa nếu có */
}

/* Loại bỏ chữ "Close (Esc)" nếu nó vẫn còn hiển thị ẩn dụ */
.mfp-close:empty:before {
    display: none !important;
}