/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


@font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-Poppins.ttf) format('woff2');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(fonts/SVN-PoppinsMedium.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/SVN-PoppinsLight.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-PoppinsSemiBold.ttf) format('woff2');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/SVN-Poppins.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/SVN-PoppinsSemiBold.ttf) format('woff2');
  }


@font-face {
    font-family: 'utm_avo';
    src: url(fonts/utm_avo-webfont.eot);
    src: url(fonts/utm_avo-webfont.eot?#iefix) format('embedded-opentype'),
         url(fonts/utm_avo-webfont.woff) format('woff'),
         url(fonts/utm_avo-webfont.ttf) format('truetype'),
         url(fonts/utm_avo-webfont) format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'utm_avo_bold';
    src: url(fonts/utm_avobold-webfont.eot);
    src: url(fonts/utm_avobold-webfont.eot?#iefix) format('embedded-opentype'),
         url(fonts/utm_avobold-webfont.woff) format('woff'),
         url(fonts/utm_avobold-webfont.ttf) format('truetype'),
         url(fonts/utm_avobold-webfont.svg) format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face{font-family:'SVN-Avo';src:url(fonts/SVN-Avo.woff)}
@font-face{font-family:'SVN-Avo-bold';src:url(fonts/SVN-Avo-bold.woff)}
@font-face {
	font-family: 'SVN-Avo';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(fonts/SVN-Avo.ttf) format('woff2');
}
  
  body, .off-canvas-center .nav-sidebar.nav-vertical > li > a, li.tab.has-icon a {
	  font-family: 'SVN-Poppins' !important;
}
   .header-main .nav > li > a {
	  font-family: 'SVN-Avo' !important;
  }

  h1, h2, h3, h5, h6,.heading-font {
	  font-family: 'SVN-Avo' !important;
	  text-transform: uppercase !important;
  }


.transparent .header-main {
    height: 75px !important;
}

.header-main .header-inner {
    background: rgba(255, 255, 255, 0.8);
    padding: 0 10px;
}
.transparent .header-main .header-inner {
    margin-top: 20px;
}

.stuck .header-main .header-inner {
    margin-top: 0;
    border: 0;
}

.header-main .nav-box>li>a {
	padding: 0 20px;
}


.gl-bt {
    background-color: var(--theme);
    font-weight: 700;
    color: var(--white);
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    padding: 24px 45px;
    border-radius: 0;
    z-index: 9;
    display: inline-block;
    line-height: 1;
}

.gl-bn-sub {
    margin-bottom: 10px;
}

.gl-bt {
  background-color: var(--fs-color-secondary);
  font-weight: 700;
  color: #fff;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 0;
  z-index: 9;
  display: inline-block;
  line-height: 1;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.gl-bt-2 {
  background-color: var(--fs-color-primary);
  font-weight: 700;
  color: #fff;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 0;
  z-index: 9;
  display: inline-block;
  line-height: 1;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.bn-tt {
    background: var(--fs-color-primary);
    display: inline-block;
    padding: 15px;
    font-weight: bold;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.gl-bt a {
    color: #fff;
    position: relative;
    z-index: 2;
}

.gl-bt i {
  margin-left: 8px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .gl-bt i {
    margin-left: 3px;
    font-size: 12px;
  }
}
.gl-bt span {
  position: relative;
  z-index: 9;
}
.gl-bt:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 0;
  content: "";
  background-color: var(--fs-color-primary);
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: 1;
}
.gl-bt:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 0;
  content: "";
  background-color: var(--fs-color-primary);
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: 1;
}

.gl-bt.gl-bt-2:after,.gl-bt.gl-bt-2:before {
	background-color: var(--fs-color-secondary);
}


.gl-bt:hover {
  color: #fff;
}
.gl-bt:hover::before {
  height: 100%;
}
.gl-bt:hover::after {
  height: 100%;
}
.gl-bt:hover i {
  transform: translate(5px);
	color: #fff;
	position: relative;
	z-index: 2;
}
.gl-bt.hover-white::before, .gl-bt.hover-white::after {
  background-color: #fff;
}
.gl-bt.hover-white:hover {
  color: var(--fs-color-secondary);
}
.gl-bt.hover-white:hover i {
  transform: translate(5px);
  color: var(--fs-color-secondary);
}
.gl-bt.bg-white {
  color: var(--fs-color-secondary);
}
.gl-bt.bg-white:hover {
  color: #fff;
}
.gl-bt.bg-white:hover i {
  transform: translate(5px);
  color: #fff;
}
.gl-bt.gl-bt-2 {
  background-color: var(--fs-color-primary);
}
.gl-bt.line-height {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .gl-bt {
    padding: 22px 30px;
  }
}
@media (max-width: 575px) {
  .gl-bt {
    padding: 18px 30px;
  }
  .gl-bt span {
    font-size: 14px;
  }
}


.ft-hotline {
    font-size: 30px;
    font-weight: bold;
}

.heading-font.ft-tt {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.absolute-footer {
    padding: 15px;
    color: #222;
}


.page-col.col .box-text {
    background: var(--fs-color-primary);
    color: #fff;
    font-weight: bold;
	padding: 10px 0;
	text-transform: uppercase;
}

.container.section-title-container {
    margin-bottom: 10px;
}

span.section-title-main {
    border-color: var(--fs-color-primary);
    font-size: 18px;
}



.bn-home .banner-bg:before {
    background-image: linear-gradient(180deg, #0f3b22 0%, #F2295B00 100%);
    z-index: 2;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0; 
}

.id2 {
	z-index: 2;
}

.icb-t {
    align-items: center;
    padding: 5px;
}

.th-title {
    font-weight: bold;
    color: red;
}

.gmd-h-tt {
    color: #f9bb00;
    font-size: 40px;
    font-weight: 700;
	font-family: 'SVN-Poppins';
}

.gmd-h-line {
    font-weight: bold;
}


.gmd-h-title {
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
}

.gmd-h-title-b {
    text-align: center;
    color: #0f3b22;
    font-weight: 900;
    font-size: 30px;
}


.gmd-h-title-b-2 {
    text-align: center;
    color: #0f3b22;
    font-weight: 900;
    font-size: 20px;
}

.gmd-h-icb-tt {
    font-size: 20px;
    font-weight: bold;
    color: #fc0001;
}

.border-3 img {
	border-radius: 10px;
}

.gmd-project-tt {
    font-size: 25px;
    font-weight: bold;
    color: #0f3b22;
    margin-bottom: 5px;
}

.gmd-project-line {
    margin-bottom: 5px;
}


.gmd-project-tt-w {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

.gmd-project-line-w {
    margin-bottom: 5px;
	color: #fff;
}

.gmd-ft-tt {
    font-weight: bold;
    margin-bottom: 10px;
}

#footer input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: red;
    width: 100%;
}

.ft-cta {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.absolute-footer {
	padding: 15px;
}

.icb-du-an .box-text {
    padding: 10px 10px 0;
}

.icb-du-an-tt {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ea0f03;
}


.icb-bc-tt {
    font-weight: bold;
    font-size: 14px;
}

.icb-bc-sub {
    font-weight: 300;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icb-bc .icon-box-text.last-reset {
    padding: 10px;
}

.icb-bc-link {
    font-size: 12px;
    font-style: italic;
    color: red;
}

.icb-bc .icon-box-img img {
    height: 100%;
    min-height: 125px;
}

.icon-box.featured-box.icb-bc.icon-box-left.text-left {
    align-items: center;
}

.gmd-h-title-b-sub {
    text-align: center;
    margin: 0 auto;
}

.r-form .wpcf7-form-control {
	margin-bottom: 0;
}

.r-form p{
	width: 100%;
	text-align: center;
}

.r-form .wpcf7-submit{
	display: inline-block;
	margin: 0 auto;
}

span.wpcf7-spinner {
    display: flex;
}

.e-tt h1 {
    font-size: 30px;
    color: #f8ba04;
    margin-bottom: 5px;
}

.e-sub {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.r-et .col-inner {
    border-radius: 0 20px;    
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
}

.e-et-tt {
    text-align: center;
    color: #222;
}

.e-et-price {
    color: #fc0001;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.e-et-sub {
    text-align: center;
    color: #222;
    font-size: 14px;
}


.icb-ring {
    align-items: center;
    background: #fc0001;
    border-radius: 50px;
    padding: 5px;
}

.icb-ring .ion-box-img img {
    padding: 0;
}

.icb-ring .icon-box-img img {
    padding: 0;
    border-radius: 50%;
}

.icb-ring-tt {
    font-weight: bold;
    color: #fff;
}

@keyframes ct-pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.icb-ring {
	animation: ct-pulse 2s infinite ease;
}


.gmd-p-title {
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
	text-transform: uppercase;
}

.r-form-child input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: red;
}

.r-form-child form {
	margin-bottom: 0;
}

.r-form-child span.wpcf7-spinner {
	display: none;
}


.icb-e-child .icon-box-img img {
    padding: 0;
    background: #18ff48;
    border-radius: 50%;
}

.tq-tt {
    color: #fff;
}

.tq-sub {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}


.child-tt-medium {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    color: var(--fs-color-primary);
}

.box.has-hover.imb-tien-do.has-hover.box-text-bottom .box-text {
    padding: 10px 10px 0;
}

.box.has-hover.imb-tien-do-2.has-hover.box-text-bottom .box-text {
    padding: 15px 15px 10px;
}
.box.has-hover.imb-tien-do-2.has-hover.box-text-bottom .box-image img {
    border: 3px solid #f8ba04;
}

.td-title {
    font-weight: bold;
    font-size: 16px;
    color: #0f3b22;
}

.ch-tt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #f9bb00;
}

.ch-sub span {
    color: #f9bb00;
}

.mb-tt {
    font-size: 20px;
    font-weight: bold;
    color: var(--fs-color-primary);
    border-bottom: 1px solid #222;
    margin-bottom: 10px;
}

.mb-tt-2 {
    font-weight: bold;
    margin: 10px 0;
    color: var(--fs-color-primary);
}

.ld-tt {
    color: #0f3b22;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.icon-box.featured-box.icb-ld.icon-box-left.text-left {
    align-items: center;
}

.r-khung {
    background-image: linear-gradient(180deg, #0ba84f 0%, #0f3b22 100%);
    border: 5px solid #f8ba04;
}

.r-baogia {
	border-radius: 10px;
	animation: ct-pulse 2s infinite ease;
}

.icon-box.featured-box.icb-baogia.icon-box-left.text-left .icon-box-img img {
    padding: 0;
}

.icon-box.featured-box.icb-baogia.icon-box-left.text-left {
    margin: 10px 0;
       align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 30px;
}

.r-form-child-2 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
}

.khung-text {
    text-align: center;
    color: #fff;
}

.khung-text span {
    color: #f9b905;
    font-weight: bold;
}

.khung-note {
    text-align: center;
    color: #f9b905;
}


.ch-price {
    background: #F0F6FF;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}

.ch-price-tt {
    position: absolute;
    background: #0f3b22;
    padding: 10px;
    top: -22px;
    width: calc(100% - 20px);
    color: #fff;
    font-weight: bold;
}

.box.has-hover.ch-price.has-hover.box-text-bottom .box-text {
    padding: 30px 10px 10px;
}

.ch-price-line span {
    color: red;
    font-weight: bold;
}


.r-chinh-sach {
    padding: 20px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    border-radius: 5px;
	    background-image: linear-gradient(180deg, #0ba84f 0%, #0f3b22 100%);
    border: 5px solid #f8ba04;
	
}


.icb-cs {
    align-items: center;
    padding: 10px;
    background: #f9b905;
    border-radius: 5px;
    color: #fff;
    background-image: linear-gradient(180deg, #f9b905 0%, #bc0707 100%);
}


.icb-dt .box-text {
    padding: 15px;
}

.dt-tt {
    font-weight: bold;
    color: #0f3b22;
	margin-bottom: 10px;
}

.dt-sub {
    margin-bottom: 10px;
}

.ss-cp .section-bg-overlay {
    background-color: transparent !important;
    background-image: linear-gradient(180deg, #0f3b22 0%, #F2295B00 100%);
}

.e-sub-1 {
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

.e-sub-2 {
    color: #fff;
    margin-bottom: 10px;
}

.cp-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fbc24c;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

.cp-tt {
    color: #ea0e03;
    font-weight: bold;
}

.cp-price {
    font-size: 30px;
    font-weight: bold;
    color: #0f3b22;
}

.cp-sub {
    color: #0c3c91;
}

.cp-form-tt {
    color: #fbc24d;
    font-weight: bold;
    margin-bottom: 10px;
}

.r-child-page {
    background-image: linear-gradient(180deg,#F9BB0012 0%,#0F3B22 100%);
    border-radius: 0 100px;
    box-shadow: 7px 7px 0px 7px #fbc24d;
}

.child-form {
    text-align: center;
}

.child-form .wpcf7-spinner {
    display: none;
}


.e-child-page-text {
    padding: 20px;
    background: #0f3b22;
    color: #fff;
    border-radius: 10px;
}

.e-child-page-line {
    margin: 10px 0;
}


.phan-khu-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #0f3b22;
    width: 200px;
    height: 200px;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid #fbc24d;
}

.phan-khu-tt {
    color: #fff;
}

.phan-khu-sub {
    font-weight: bold;
    color: #fbc24d;
    font-size: 30px;
}

.phan-khu-child {
    color: #fff;
}

.imb-ch-cp .box-text {
    padding: 15px 10px 0;
}

.cp-ch-tt {
    font-weight: bold;
    font-size: 18px;
    color: #0f3b22;
}

.gmd-h-title-b-3 {
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
}

.child-ld {
    margin-bottom: 5px;
}


.zl-fixed {
    bottom: 72px;
    right: 15px;
    position: fixed;
    width: 60px;
    height: 60px;
    z-index: 2147483644;
}


.fixed-line {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: var(--fs-color-primary);
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

.fixed-line-content a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    background: red;
    width: 350px;
	    justify-content: center;
    color: #fff;
    border: 2px solid #fff;
	border-radius: 30px;
}

.cl-ic img {
    width: 30px;
}

.fixed-line-content {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
	padding: 10px;
}

.fixed-line-content a p {
    display: none;
}

a.fxl-zalo {
    background: #09f;
}

a.fxl-page {
    background: #0765FF;
}

.cl-ic {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
	background-color: #46b450;
	color: #fff;
	text-align: center;
}

.sl-dt img.ux-logo-image.block {
    background: #fff;
}

h1.g-page-hd {
    font-size: 30px;
}


.widget .is-divider {
    display: none
}

.widget {
    background: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    padding: 15px
}

.widget .post_comments {
    display: none
}

span.widget-title {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 16px;
    display: block;
    color: #fff;
    text-align: center;
    background: var(--fs-color-primary);
    line-height: 1;
    padding: 10px 0;
    margin-bottom: 12px
}

.recent-blog-posts a {
    display: block;
    line-height: 1.2;
    margin-bottom: 6px;
    color: #111
}

.off-canvas-left .mfp-content {
    background-color: #fff
}


#button-contact-vr {
    position: fixed;
    bottom: 100px;
    z-index: 99999
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230,8,8,0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%)
}

#instagram-vr .phone-vr-circle-fill {
    background: rgb(17,143,253);
    background: linear-gradient(160deg,rgba(17,143,253,1) 20%,rgba(188,60,218,1) 50%,rgba(253,223,5,1) 80%);
    background-size: contain;
    box-shadow: 0 0 0 0 #c840c9;
    background-color: rgb(79 103 254);
    border: 0
}

#instagram-vr .phone-vr-img-circle {
    background: transparent
}

#telegram-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2c9fd8;
    background-color: rgb(44 159 216 / 74%)
}

#telegram-vr .phone-vr-img-circle {
    background: #2c9fd8
}

@-webkit-keyframes phone-vr-circle-fill {
    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)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-bar a {
    position: absolute;
    margin-top: -65px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap
}

.phone-bar a:hover {
    opacity: 0.8;
    color: #fff
}

@media(max-width: 736px) {
    .phone-bar {
        display:none
    }
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33,150,243,0.7)
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113,68,151,0.8)
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33,150,243,0.7)
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196F3
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%)
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%
}

#fanpage-vr img {
    max-width: 35px;
    max-height: 35px
}

#fanpage-vr .phone-vr-img-circle {
    background-color: #1877f2
}

#fanpage-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
    background-color: rgb(24 119 242 / 70%)
}

#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer
}

#popup-showroom-vr,div#popup-form-contact-vr {
    display: none
}

#popup-showroom-vr.active,div#popup-form-contact-vr.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999
}

.bg-popup-vr {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(51 51 51 / 50%);
    width: 100%;
    height: 100vh
}

.content-popup-vr {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
    border-radius: 5px;
    box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%);
    max-width: 600px;
    display: flex
}

.content-popup-vr input,.content-popup-vr textarea {
    width: 100%;
    max-height: 100px;
    min-height: 38px;
    border: 1px solid #b1b1b1;
    margin-bottom: 10px;
    padding: 0 7px;
    background: #fff
}

.content-popup-vr label {
    width: 100%
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit {
    max-width: fit-content;
    padding: 5px 32px 2px;
    background: #2196f3;
    border: 0;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 10px auto 0;
    display: block;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 29%);
    font-weight: 400;
    min-height: auto;
    line-height: 30px
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.7
}

.content-popup-vr .close-popup-vr {
    font-family: sans-serif;
    width: 23px;
    height: 23px;
    background: black;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 17px;
    border-radius: 50%;
    cursor: pointer
}

.content-popup-vr .close-popup-vr:hover {
    background: #b50000
}

.content-popup-vr .content-popup-div-vr {
    width: 100%;
    padding: 25px
}

.content-popup-vr .content-popup-img-vr {
    width: 100%;
    max-width: 45%;
    border-radius: 10px 0 0 10px;
    overflow: hidden
}

#loco-top,#loco-bottom {
    display: block
}

#loco-top .content-popup-img-vr,div#popup-form-contact-vr #loco-bottom .content-popup-img-vr {
    max-width: 100%;
    text-align: center
}

#contact-showroom.no-event a {
    pointer-events: none
}

.content-popup-vr .content-popup-div-vr ul {
    color: #333;
    list-style: none;
    font-size: 15px
}

@media(max-width: 673px) {
    div#popup-form-contact-vr .content-popup-vr {
        display:block
    }

    div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr {
        max-width: 100%;
        display: none
    }
}

#ftiktok-vr .phone-vr-img-circle {
    background-color: #020202;
}

#tiktok-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(2 2 2 / 55%);
    background-color: rgb(2 2 2 / 60%);
}

#tiktok-vr .phone-vr-img-circle img {
    max-width: 90%;
    max-height: 90%;
}

#tiktok-vr .phone-vr-img-circle {
    background: #020202;
}

#messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #6a4ffe;
    background-color: rgb(106 79 254 / 50%);
}

#messenger-vr .phone-vr-img-circle {
    background-color: #6a4ffe;
}

#messenger-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
}
#button-contact-vr {
    right: 0;
}

a.fl-bt-ct {
    padding: 10px 20px;
    background: red;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.fl-bt {
    animation: ct-pulse 2s infinite ease;
    margin-top: 15px;
}

.col-md {
       background: linear-gradient(180deg, #FEBF04 0%, #90700e 100%); 
}

div#modal-tham-quan, #modal-mat-bang, #modal-can-ho, #modal-phap-ly {
    box-shadow: none;
    background: transparent;
}

.h-title {
    font-size: 20px;
    font-weight: 900;
}