
/**************
    GLOBAL
**************/
/*
@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/SFProDisplay-Regular.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-style: normal;
    font-display: swap;
}
*/

.uk-button-default{
    background-size: 300% 100%;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-image: -webkit-gradient(linear, left top, right top, from(#e6e8ec), color-stop(#dedfe2), color-stop(#24304b), to(#1f2636));
    background-image: linear-gradient(to right, #e6e8ec, #dedfe2, #24304b, #1f2636);
}

.uk-button-default:hover {
    background-position: 100% 0;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img.aligncenter{
    display: block;
}

figcaption{
    text-align: center;
}
  
/******* Header ********/
/* toolbar */

/* header bar */
.uk-navbar-container:not(.uk-navbar-transparent) {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.tm-headerbar .uk-subnav>*>:first-child {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}  


.tm-headerbar .uk-subnav .menu-item:first-child{
    display: none;
}
    
.tm-header-placeholder{
    display: none;
}

/* Offcanvas mobile menu */
#tm-dialog-mobile .uk-nav-default .uk-nav-sub a img{
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #E1E2E7;
    padding: 2px;
    border-radius: 100%;
} 

.uk-nav-default .uk-nav-sub li.jo-submenu-head > a{
    font-weight: 600;
    color: #1f2636 !important;
}

.uk-nav-default .uk-nav-sub li > a{
    font-weight: normal;
}

#tm-dialog-mobile .uk-nav-sub ul {
    padding-left: 50px;
}

ul.uk-nav-sub{
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
}


/* Search */

/* Navbar dropdown */


  
/******* Main Content ********/

/* Home */
.jo-headline{
    font-weight: 700;
    font-size: 2.5rem;
}

.grid-buoc-dang-ky .el-item{
    border-radius: 8px;
    box-shadow: 2px 2px 4px hsla(0,0%,9%,.1);
    overflow: hidden;
}

.grid-buoc-dang-ky .el-title{
	font-size: 16px;
    font-weight: 500;
    padding: 20px 0px;
    background: linear-gradient(180deg, #3772ea, #1549b4), linear-gradient(180deg, #3974ec, #2b65db), #3974ec;
    color: #fff;
}

.grid-buoc-dang-ky .el-content{
    font-size: 16px;
    line-height: 19px;
    padding: 16px;
    margin-top: 0px !important;
}


.grid-buoc-dang-ky .uk-grid div:nth-child(2n) .el-title{
	background: linear-gradient(180deg,#f90,#ff7a00),linear-gradient(180deg,#3974ec,#2b65db),#3974ec !important;
}


.jo-radio .wpcf7-list-item {
    display: block;
    margin: 0 0 0 1em;
}


.jo-price .el-item .uk-card-default{
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0,0,0,.15);
}

.jo-price .el-item .active{
    background-color: #0158a8;
    color: #fff !important;
}


.group-input-quantity{
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}

.group-input input[type=number] {
    -moz-appearance: textfield;
}

.group-input-quantity input.quantity{
    border: 1px solid #e0e0e0;
    border-bottom: none;
    border-top: none;
    width: 56px;
    font-size: 16px;
    height: 40px;
    text-align: center;
}

.group-input-quantity input.quantity:focus-visible {
    outline: none;
}

.group-input-quantity button{
    background: #f8f8f8;
    border: none;
    color: #6e6e6e;
    cursor: pointer;
    width: 40px;
    
}

.total-price{
    color: #d0021c;
    font-weight: bold;
}
  


.form-group {
    position: relative;
}

.form-group input{
    background: transparent;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    padding: 10px 12px;
    position: relative;
    width: 100%;
    z-index: 1;
    font-size: 14px;
}

.form-group label{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    left: 10px;
    line-height: 16px;
    position: absolute;
    top: 3px;
    transition: all .3s;
    z-index: 0;
}

.form-group input:focus~label, .form-group input:not(:placeholder-shown)~label{
    background-color: #fff;
    color: #666;
    font-size: 12px;
    padding: 0 4px;
    top: -15px;
    z-index: 2;
}



.uk-accordion-title::before{
    background-image: url('/wp-content/uploads/2024/04/down-chevron.png');
    width: 14px;
    height: 14px;
    background-size: contain;
    transform: rotate(0deg);
    transition: .3s;
}

.uk-open>.uk-accordion-title::before{
    background-image: url('/wp-content/uploads/2024/04/down-chevron.png');
    transform: rotate(180deg);
}


/* Blogs */
.jo-slider-popular .el-item{
    background-image: url('../img/ans-bg.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
}
  
  
  
/* Single Post */
  

  
/* Sidebar */

  
  
/* Form liên hệ */
.hotline_tv{
    font-weight: 600;
}
  
  
  
/** Sidebar **/
  
  
  
/******* Footer *******/
.form-lien-he .wpcf7-form-control-wrap{
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    margin: 0px;
}

.form-lien-he .uk-input{
    height: 50px;
    border-radius: 25px;
    padding: 0 30px;
    font-size: 16px;
}


.form-lien-he .shadow-input1 {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0 0;
    color: #98c7dc;
    border-radius: 25px;
}

@keyframes anim-shadow {
    100% {
        box-shadow: 0 0 80px 30px;
        opacity: 0;
    }  
}


.form-lien-he .uk-input:focus+.shadow-input1 {
    -webkit-animation: anim-shadow .5s ease-in-out forwards;
    animation: anim-shadow .5s ease-in-out forwards;
}
  
.uk-select{
    border: 1px solid #d1d1d1;
}


/* HOTLINE */
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
  }
  .hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    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: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #0038a7;
    -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: 0.5;
  }
  .hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 30px;
    left: 30px;
    position: absolute;
    background-color: rgb(221 0 0 / 0.70);
    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%;
  }
  .hotline-phone-ring-img-circle {
    background-color: #dd0000;
    width: 40px;
    height: 40px;
    top: 37px;
    left: 37px;
    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;
  }
  .hotline-phone-ring-img-circle .pps-btn-img {
      display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hotline-phone-ring-img-circle .pps-btn-img img {
      width: 30px;
      height: 30px;
  }
  .hotline-bar {
    position: absolute;
    background: rgb(1 55 168 / 0.70);
    height: 40px;
    width: fit-content;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 35px;
    bottom: 30px;
  }
  .hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
  }
  .hotline-bar > a:hover,
  .hotline-bar > a:active {
    color: #fff;
  }
  @-webkit-keyframes phonering-alo-circle-anim {
    0% {
      -webkit-transform: rotate(0) scale(0.5) skew(1deg);
      -webkit-opacity: 0.1;
    }
    30% {
      -webkit-transform: rotate(0) scale(0.7) skew(1deg);
      -webkit-opacity: 0.5;
    }
    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      -webkit-opacity: 0.1;
    }
  }
  @-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
      -webkit-transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.6;
    }
    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.6;
    }
    100% {
      -webkit-transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.6;
    }
  }
  @-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  }
  @media (max-width: 768px) {
    .hotline-bar {
      display: none;
    }
  }


.zalo-chat{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 80px;
    position: relative;
    visibility: visible;
    background-color: transparent;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
}

.zalo-chat img{
    border-radius: 100%;
    width: 40px;
}

.hotline-zalo-ring-circle-fill{
    width: 55px;
    height: 55px;
    top: 30px;
    left: 30px;
    position: absolute;
    background-color: rgb(1 114 177 / 70%);
    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%;
}

.hotline-zalo-ring-img-circle{
    background-color: #fff;
    width: 40px;
    height: 40px;
    top: 37px;
    left: 37px;
    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;
}


/***********************
      RESPONSIVE
***********************/
/* Smartphones (portrait only ) ----------- */
@media only screen and (max-width : 480px){
    .jo-headline{
        font-size: 1.6rem !important;
    }

    #toptop{
        bottom: 80px !important;
        background: #ffffffa3 !important;
    }
    
    .uk-subnav-pill>*>:first-child{
        font-size: 14px;
        padding: 8px 15px;
    }

    .hotline-phone-ring-wrap{
        left: -20px;
    }
}
  
/* Smartphones (portrait and landscape ) ----------- */
@media only screen and (max-width : 640px){
 
}
  
 
/* Tablets (portrait) ----------- */
@media only screen and (max-width : 960px){
    .jo-headline{
        font-size: 2rem;
    }
    
}
  
/* Large laptop  ----------- */
@media only screen and (max-width : 1400px) {
  
}

/* Large Desktops  ----------- */
@media only screen and (min-width : 1400px) {
  
}
  
  