/* BDS CSS */
.nutgoi .elementor-image-box-content{padding-top: 9px;}
.zoomxd .thumbxd2{	position: relative;    overflow: hidden;}
.zoomxd .thumbxd2 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.zoomxd:hover .thumbxd2 img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.daidien:hover .hoverx {
    transform: scaleY(1);
    top: 0;}
.hoverx {text-align: justify;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;

    z-index: 6;
    opacity: 1;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    background: #21417ab3;}
.thumbxd .elementor-widget-container {
	position: relative;    overflow: hidden;
}
.thumbxd .elementor-widget-container::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.thumbxd .elementor-widget-container:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.nutgoi .elementor-image-box-wrapper{    padding: 0px 20px;}
.callxx .elementor-button-link, .zaloxx .elementor-button-link {
  width: 100%;
  animation: call 1.5s ease infinite;
  display: inline-block;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
}
.callxx .elementor-button-link {  animation: call 1.5s ease infinite;}
 .zaloxx .elementor-button-link {  animation: zalo 3.5s ease infinite;}


@-webkit-keyframes call {
  0% {
    transform: scale(1.2);
}

15% {
    box-shadow: 0 0 0 5px rgba(227,52,47, 0.4);
}
20% {
    box-shadow: 0 0 0 5px rgba(227,52,47, 0.4), 0 0 0 10px rgba(227,52,47, 0.2);
}

}
@-webkit-keyframes zalo {
  0% {
    transform: scale(1);
}

15% {
    box-shadow: 0 0 0 5px rgba(0,123,255,0.4);
}
20% {
    box-shadow: 0 0 0 5px rgba(0,123,255,0.4),0 0 0 10px rgba(0,123,255,0.2);
}
}
@keyframes call {
   0% {
    transform: scale(1.2);
}

15% {
    box-shadow: 0 0 0 5px rgba(227,52,47, 0.4);
}
20% {
    box-shadow: 0 0 0 5px rgba(227,52,47, 0.4), 0 0 0 10px rgba(227,52,47, 0.2);
}
}

/* End Nút nháy */




.buttonx .elementor-button-link::before {
content: '';
  border-radius: 1000px;
  min-width: calc(300px + 12px);
  min-height: calc(60px + 12px);
  border: 6px solid #00FFCB;
  box-shadow: 0 0 60px rgba(0,255,203,.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}
.buttonx .elementor-button-link::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid #00FFCB;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}
.buttonx .elementor-button-link:hover::after, 
.buttonx .elementor-button-link:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}


.glow-on-hover .elementor-button-link{
    
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover .elementor-button-link:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover .elementor-button-link:active {
    color: #000
}

.glow-on-hover .elementor-button-link:active:after {
    background: transparent;
}

.glow-on-hover .elementor-button-link:hover:before {
    opacity: 1;
}

.glow-on-hover .elementor-button-link:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}



/* Yellow Shadow */
.yellow .elementor-button-link{
   
  -webkit-animation: yellow 2s infinite;
  -moz-animation: yellow 2s infinite;
  -o-animation: yellow 2s infinite;
  animation: yellow 2s infinite; }

@-moz-keyframes yellow {
  0%, 100% {
    -moz-box-shadow: 1px 0px 19px 4px rgba(227,52,47,0.63), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0px 19px 4px #fff503, inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    -moz-box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }

@-webkit-keyframes yellow {
  0%, 100% {
    -webkit-box-shadow: 1px 0px 19px 4px rgba(227,52,47,0.63), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0px 19px 4px #fff503, inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }

@-o-keyframes yellow {
  0%, 100% {
    box-shadow: 1px 0px 19px 4px rgba(227,52,47,0.63), inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }

@keyframes yellow {
  0%, 100% {
    box-shadow: 1px 0px 19px 4px rgba(227,52,47,0.63), inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }

/*Tùy Biến Hello Theme  */
.danimge img{width:100%;}
.tit-vang, .tit-bac, .tit-xanh, .tit-bg1, .tit-bg2, .tit-bg3, .tit-bg4, .tit-bg5{filter: drop-shadow(rgb(0, 0, 0) 2px 0px 1px);
   
    display: inline-block;
    background-size: cover;
    background-position: center center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;padding-top: 10px}
.tit-vang{ background-image: url(https://bds001.vinhxd.com/wp-content/uploads/2022/09/twh2ubrj20220725102749.jpg);}
.tit-bac{ background-image: url(https://bds001.vinhxd.com/wp-content/uploads/2022/09/ohn2j0nk20220623031704.jpg);filter: drop-shadow(rgb(36, 36, 36) 3px 3px 5px);}
.tit-xanh{background-image: url(https://bds001.vinhxd.com/wp-content/uploads/2022/09/bg-blv-02-20220607173820.jpg);}
.tit-bg1{background-image: url(https://sgholding.vn/wp-content/uploads/2024/07/bgxd-1.jpg);}
.tit-bg2{background-image: url(https://sgholding.vn/wp-content/uploads/2024/07/bgxd-2.jpg);}
.tit-bg3{background-image: url(https://sgholding.vn/wp-content/uploads/2024/07/bgxd-2.webp);}
.tit-bg4{background-image: url(https://sgholding.vn/wp-content/uploads/2024/07/bgxd-1.webp);}
.tit-bg5{background-image: url(https://sgholding.vn/wp-content/uploads/2024/07/bg12.webp);}
.btrang b{background:white; color: var( --e-global-color-primary );}
.bden b{background:var( --e-global-color-text );color:white;}

  .tit-khangdien .elementor-heading-title, .tit-vungtau .elementor-heading-title  { 
    filter: drop-shadow(rgb(0, 0, 0, 0.2) 2px 0px 2px);
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent;
    font-weight: bolder!important;
    display: inline;}
 .tit-khangdien .elementor-widget-container{border-bottom: 1px solid #dddddd;}
 
.tit-khangdien .elementor-heading-title   {
  background: linear-gradient(248deg, #2ab574 0%, #283891 100%);
  border-bottom: 2px solid rgba(227, 208, 141);
 } 
 .tit-vungtau .elementor-heading-title{background: linear-gradient(180deg, #ffd52ff0 0%, #8dffd3 100%);}   
    
.xd900{max-width:900px;}
.xd700{max-width:700px;}

.iconkia .elementor-icon{max-height:70px !important;}
table.table_dutoanchiphi tfoot td {  
    text-transform: uppercase;
    font-weight: bold;
}

.floatxd {    transition: transform 0.2s ease-in-out;  }
.floatxd:hover{    transform: translateY(-8px);}
.xdbor{background: #fff1f1;
    padding: 10px 25px;
    border: 1px solid red;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 130%;}
h2{    font-size: 25px;margin-top:0px;}
 .jet-mobile-menu__toggle {    height: 35px !important;}
 .jet-mobile-menu .jet-dropdown-arrow svg {    max-height: 15px;}
    .jet-mobile-menu .jet-dropdown-arrow {    width: 13px!important;    height: 13px!important;}
    .jet-mobile-menu__back svg {       height: 25px!important;}
 
.jet-listing-dynamic-field__content img{    margin: 10px 0px;}


/* Ẩn bớt cho bớt rối */
p.txt-payment { 
    font-size: 14px;}
#vinhxd {display:none;}
 
.responsive-video-wrap{
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
    padding-bottom: 56.25%;
}
.responsive-video-wrap .embed-responsive-item,
.responsive-video-wrap iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* Table  xd */
.thxd, .thxd th{background:var( --e-global-color-primary )!important; color:white;}
.tablexd table tr th:first-child {    text-align: left;}
.tablexd tr:nth-child(2n) {    background: #F4F9FE;}
.tablexd table th, table td {    padding: 5px;} 
.trxd-red{ background:#a60300!important; color:white!important; font-weight:bold;}
.trxd { background:#033ca5!important; color:white!important; font-weight:bold;}

.trxd-red{position:-webkit-sticky;position: sticky;top: 80px;}
.tablexd table tr td:first-child, table tr th:first-child {    padding-left: 10px !important;}

.tbgia table{margin-bottom:0px !important;}
table tr th:last-child{    padding-right: 10px !important;}

/*Tùy Chỉnh Khác */

select {    height: 100% !important;}

.cotxd {transform: skewX(-25deg);}

.cotxd .jet-menu {    transform: skewX(25deg);}
.hopxd:hover .chitiet{background:#DD3333;border-radius: 4px;}
.stickxd {position: sticky !important; top: 45px;    position: -webkit-sticky;z-index:999;}
.sidebarx, .elementor-element-2b5c7fb{    position: sticky;    top: 45px;    position: -webkit-sticky;}
 .admin-bar .stickxd {top:77px;}
 .admin-bar .sidebarx,  .admin-bar .elementor-element-2b5c7fb{top:77px;}
.hopxd:hover .chitiet a{color:white !important;}
.footxd{background:black;font-size:12px;text-align:center;padding:2px;color:white;}
.footxd a{color:#E63312;}
.hopxd {box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border-radius: 4px;}
.nomar h2, .nomar h3, .nomar h1{margin-bottom:2px !important;}
#custom_html-2 {list-style:none;}
  .jet-menu-item {
    flex-grow: 0!important;}   
.formx   .wpcf7-text  {    text-indent: 0 !important;}
.xdblog .jet-posts__inner-box { border-bottom: 4px solid #c4161c;    border-radius: 0px 0px 4px 4px;
    background: white;    margin-bottom: 20px;    overflow: hidden;}
.jet-carousel__item {padding:0 !important;}

.elementxd .elementor-widget:not(:last-child) {margin-bottom:2px!important;}

.xdtit h2 {margin-bottom:0 !important;}

/* Fix font awesome 5 */
 .jet-menu-toggle__icon {font-family: "Font Awesome 5 Free" !important; font-weight: 900 !important;}
.jet-engine-gallery-slider__item-wrap.is-lightbox::before,
.jet-engine-gallery-grid__item-wrap.is-lightbox::before 
{font-family: "Font Awesome 5 Free" !important; font-weight: 900 !important;}

.jet-listing-dynamic-field__content img{margin:0 auto;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);}
.oceanwp-sticky-header-holder { position: relative; height: 100% !important; }
th:last-child,td:last-child, td:nth-last-child(2) {    text-align: right;}
table tr td:first-child {    text-align: left !important;}


  
/* call XD */.callvxd{    margin-left: 22px; position: fixed;    bottom: 10px;    left: 10px;}
.callvxd .elementor-button-icon {    background: #ef2d2d;
    padding: 15px;
    margin: -21px 10px -40px -50px;
    border-radius: 100px;
    height: 55px;  animation: pulse 2s infinite;}
.callvxd .fas{    font-size: 25px;}
.zalovxd   svg {width:52px; background: white;    border-radius: 10px;
}
.zalovxd{position: fixed;    bottom: 95px;    left: 10px;}
.zalovxd .elementor-button-icon {margin: -16px 10px -40px -50px; }
.zalovxd img{width:50px;     margin: -3px 0 -10px 0;    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 50%);    border-radius: 7px;}
.zalovxd .elementor-image-box-img {    width: 65px !important;}
.zalovxd a:hover{color:white !important;}
@media only screen and (max-width: 600px) {
 .zalovxd .elementor-image-box-content, .callvxd .elementor-button-text{display:none;}
.callvxd  .elementor-button,  .zalovxd .elementor-widget-container {background: transparent !important;}
.zalovxd {   bottom: 90px;  left: 0px;}
}

.pulse {
  
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #E3342F;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(227,52,47,0.63);
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(227,52,47,0.63);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(227,52,47,0.63);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(227,52,47,0.63);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(227,52,47,0.63);
    box-shadow: 0 0 0 0 rgba(227,52,47,0.63);
  }
  70% {
     
      box-shadow: 0 0 0 10px rgba(227,52,47,0.4);
  }
  100% {
      
      box-shadow: 0 0 0 0 rgba(227,52,47,0.4);
  }
}
@media only screen and (max-width: 600px) {
  .sodt, .sozalo{display:none;}
.tieu-de-post{background:#F6F3F2;}
    .mobiform{opacity:1;}
}
@media only screen and (min-width: 600px){
  .mobiform{opacity:0; }
#site-logo {display:none;}
 
}
  .mobiform{ 
  height: 30px;
position: fixed;
bottom: 0px;
background: #2779bd;
width: 100%;
text-align: center;
font-size: 16px;
text-transform: uppercase;}
  .mobiform a{color:white;}
.nghien-hop .elementor-widget-container{transform: skewX(-15deg);}

.nghien-hop .elementor-icon-box-wrapper{transform: skewX(15deg);}
.nghien-nut .elementor-button{transform: skewX(-15deg);}
.headerxd{width: 100% !important;left: auto !important;}

.logoxd .elementor-widget-wrap{transform: skewX(-20deg); z-index: 99;}
.logoxd img{transform: skewX(20deg);}

 
@media only screen and (max-width: 500px) {
  .elementor-icon-box-wrapper, .elementor-image-box-wrapper { display: flex;}
.elementor-icon-box-content, .elementor-image-box-content {text-align: left;margin-left: 20px;}
   
   .mobibg .tenx a{color:white !important;}
    .xdbot{display:none;}
.xdtable  td { padding:1px !important; font-size:60%;}
  table th, table td {padding:2px !important; font-size:80%;}
  table td h4{font-size:12px !important;}
	 .nghien-hop .elementor-widget-container{transform: skewX(-15deg)!important;}
.logoxd .elementor-widget-wrap{transform: skewX(0deg) !important;}
.logoxd img{transform: skewX(0deg)!important;}
.sidebarx, .stickxd{top:0px;}
.menuxd a{color:white !important;}
.hopkia .elementor-icon-box-icon{height: 72px !important;}
}

@media only screen and (min-width: 600px){ 
  
}

