﻿/*Tùy Biến Hello Theme  */
.footxd{display:none;}
@-webkit-keyframes phonering-alo-circle-img-anim{0%{-webkit-transform:translate(-50%,-50%) rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:translate(-50%,-50%) rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:translate(-50%,-50%) rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:translate(-50%,-50%) rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:translate(-50%,-50%) rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:translate(-50%,-50%) rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:translate(-50%,-50%) rotate(0) scale(1) skew(1deg)}}
@-webkit-keyframes phonering-alo-circle-anim{0%{transform:translate(-50%,-50%) scale(.5);-webkit-opacity:.1}30%{transform:translate(-50%,-50%) scale(.7);-webkit-opacity:.5}100%{transform:translate(-50%,-50%) scale(.1);-webkit-opacity:.1}}@-webkit-keyframes phonering-alo-circle-fill-anim{0%{-webkit-transform:translate(-50%,-50%) scale(.7);opacity:.6}50%{-webkit-transform:translate(-50%,-50%) scale(1);opacity:.6}100%{-webkit-transform:translate(-50%,-50%) scale(.7);opacity:.6}}@-webkit-keyframes phonering-alo-circle-img-anim{0%{-webkit-transform:translate(-50%,-50%) rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:translate(-50%,-50%) rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:translate(-50%,-50%) rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:translate(-50%,-50%) rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:translate(-50%,-50%) rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:translate(-50%,-50%) rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:translate(-50%,-50%) rotate(0) scale(1) skew(1deg)}}
@media (max-width:768px)
{.hotline-bar{display:none}}
@keyframes blinker{0%{opacity:1.0}50%{opacity:.0}100%{opacity:1.0}}
hotline-phone-ring-img-circle i{font-size:20px}
.pc_footer_contact {
    position: fixed;
    bottom: 10%;
    left: 3%;
    z-index: 999;
} 
.pc_footer_contact .fcontact_item {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fcontact_item {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.blink_me {
    animation: blinker 1s linear infinite;
}
.pc_footer_contact img {
    max-width: 30px;
}
.fcontact_item .guide_title .g_group {
    background: rgba(135,23,33,1);
    padding: 3px 8px;
    border-radius: 3px;
    color: #fff;
}
.fcontact_item .guide_title {
    position: absolute;
    font-size: 13px;
    width: max-content;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    left: calc(100% + 10px);
    top: 50%;
    transform: translate(0,-50%);
}
.fcontact_item .guide_title .g_group:after {
    content: "\f0d9";
    font-family: "Font Awesome 6 Pro";
    color: #871721;
    font-weight: 700;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 20px;
}
.fab, .fa-brands {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}
.hotline-phone-ring-wrap {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30,115,190,1);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.hotline-phone-ring-circle-fill {
    width: 60px;
    height: 60px;
    position: absolute;
    background-color: rgba(30,115,190,.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.hotline-phone-ring-img-circle {
    background-color: rgba(30,115,190,1);
    width: 46px;
    height: 46px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.pc_footer_contact .fcontact_item i {
    color: #fff;
    font-size: 28px;
}
.fa-phone:before {
    content: "\f095";
}
.hotline-bar {
    position: absolute;
    background: rgba(221,51,51,1);
    height: 46px;
    width: auto;
    line-height: 46px;
    padding: 0 15px;
    background-size: 100%;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 9;
    border-radius: 50px !important;
    left: -23px;
    bottom: 37px;
    top: 50%;
    transform: translate(0,-50%);
    box-shadow: 0 3px 6px 1px rgb(0 0 0 / 10%);
}
.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
    line-height: 46px;
    padding-left: 40px;
}
.elementor-tab-title{ border: none;
    border-radius: 5px 5px 0 0;
    outline: none;
    cursor: pointer;
    padding: 12px 60px;
    transition: .3s;
    text-transform: uppercase;
    font-weight: 700;
    background: #ccc;
    margin-right: 4px;}
.elementor-tabs-wrapper .elementor-active{    background-color: #006cc7;
    color: #fff !important;}
.nghienxanh{position: relative;
    z-index: 10;
    margin-top: -7px !important;
    margin-left: 25px !important;}
.nghienxanh:before{content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 45px 24px;
    border-color: transparent transparent #006cc7 transparent;
    top: 0px;
    left: -24px;}
.elementor-element.elementor-element-e6ba125.elementor-widget__width-auto.elementor-absolute.giahome.elementor-widget.elementor-widget-jet-listing-dynamic-field:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 31px 24px;
    border-color: transparent transparent #006cc7 transparent;
    top: 0px;
    left: -24px;
}
.elementor-element.elementor-element-b6ca449.elementor-widget__width-auto.elementor-absolute.postnghien.elementor-widget.elementor-widget-jet-listing-dynamic-meta:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 34px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 16px solid #006cc7;
}
.nghienden:before   {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 7px 80px 34px;
    border-color: transparent transparent #2a2a2a transparent;
    top: 0px;left: -33px;}
.nghienden{position: relative;
    z-index: 10; }
    
    
.zoomimg img:hover{-webkit-transform: scale(1.1);    transform: scale(1.1);}
.zoomimg{    object-fit: cover;    width: 100%;    height: 100%;    position: absolute;    top: 0;    left: 0;}
.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;}
/* Font MMC */   
 

/* Ẩ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: 56.2px;    position: -webkit-sticky;z-index:999;}
.sidebarx, .elementor-element-2b5c7fb{    position: sticky;    top: 57px;    position: -webkit-sticky;}
 .admin-bar .stickxd {top:88.2px;}
 .admin-bar .sidebarx,  .admin-bar .elementor-element-2b5c7fb{top:89px;}
.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 */
.sodt{position: fixed;bottom: 30px;left: 50px;padding: 5px 20px;background: #E3342F;color: white;
border-radius: 0px 40px 40px 0px;font-size: 120%;  font-weight: bold;z-index: -1;}
.sozalo{position: fixed;bottom: 94px;left:44px;padding: 5px 20px;background: #018fe5;color: white;
border-radius: 0px 40px 40px 0px;font-size: 120%;  font-weight: bold;z-index: -1;}
.sozalo a{color:white !important;}

.callxd{ position: fixed; bottom: 25px; left: 10px;z-index: 999;}
.zaloxd{ position: fixed; bottom: 85px; left: 10px;z-index: 999;}
.zaloxd img{box-shadow: 0 2px 5px 0 rgba(0,0,0,0.50);border-radius: 7px;}

.zaloxd i {position: absolute; top: 10px; left: 14px; font-size: 30px;  color: white;}
.pulse i{position: absolute; top: 10px; left: 14px; font-size: 30px;  color: white;}
.mailxd{display: block;  width: 50px;  height: 50px;  border-radius: 50%;background:#018fe5;}

.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;}
.nghienden::before {border:0px !important;left: 0px;}
.elementor-element.elementor-element-e6ba125.elementor-widget__width-auto.elementor-absolute.giahome.elementor-widget.elementor-widget-jet-listing-dynamic-field::before {border-width: 0px 0 28px 24px;}
.nghienden{ background:white !important;}
}



