/*
Theme Name: Vinasteel
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');
  }
  
  
  body, #masthead ul li a, h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a, li.tab.has-icon a {font-family: 'SVN-Poppins' !important;}
  h1, h2, h3, h5, h6, .heading-font {
      font-weight: 800 !important;
  }



.box.box-text-bottom.box-blog-post.has-hover {
    box-shadow: -9px 9px 10px rgba(0,0,0,.08);
    background: #fff;
}

.box.box-text-bottom.box-blog-post.has-hover .box-text {
    padding: 10px;
}

.box-blog-post .image-cover {
    position: relative;
}

.box-blog-post .image-cover:before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: 51%;
    background: rgba(255,255,255,0.3);
}


.box-blog-post .image-cover:after {
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.6);
}


.box-blog-post .image-cover::before, .box-blog-post .image-cover:after {
    content: "";
    position: absolute;
    opacity: 1;
    pointer-events: none;
}

.box-blog-post:hover .image-cover:before {
    z-index: 999;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    transition: all 900ms linear;
}
.box-blog-post:hover .image-cover:after {
    z-index: 999;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    transition: all 900ms linear;
}

.box-blog-post .is-divider {
    display: none;
}



.ft-menu ul li {
    list-style: none;
    margin-left: 0;
}


.ft-menu-horizontal ul li {
    list-style: none;
    display: inline-block;
}

.chil-menu ul li {
    list-style: none;
    margin-left: 0;
}


.ft-tt {
    font-size: 20px;
    font-weight: 900;
    color: var(--fs-color-secondary);
    text-transform: uppercase;
}

.gl-social-item a i {
    color: #222;
}



.product-small .product-small:hover{
        box-shadow: 0px 6px 8px 0 rgba(0,0,0,0.3) !important;
    transform: translate(0, -4px) !important;
}
.product-small .title-wrapper{
    clear: both;
}
.product-small .product-small{
  box-shadow: 3px 5px 6px 0px #c9c5cf;
}

.product-small .box-text{
        background: #FFFFFF;
    padding: 15px;
	text-align: center;
}
.product-title a{
    font-weight: bold;
        font-size: 16px;
    line-height: normal;
    color: var(--primary-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.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-secondary);
    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
}



.contact_header {
  display: inline-block;
  margin: 0 20px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.contact_header svg {
  width: 16px;
  height: 16px;
  transform: translateY(3px);
}
.contact_header a {
  color: #fff;
  font-weight: 700;
}


#woocommerce-product-search-field-0 {
  box-shadow: none !important;
  height: unset;
  font-size: unset;
  padding: unset;
  height: 40px;
  min-height: 40px;
  border: none;
  padding: 0 30px 0 15px;
  font-size: 14px;
  border-radius: 10px !important;
  background: #f3f3f3;
}
.ux-search-submit {
  border: none;
  background: unset !important;
  padding: 0 15px !important;
  color: var(--fs-color-primary);

  font-size: 14px;
  height: 40px !important;
}
.searchform {
  border-radius: 10px !important;
  background: #f3f3f3 !important;
}
.header-search-form {
  width: 329px;
  display: inline-block;
}


.gl-bn-main {
    font-size: 40px;
    font-weight: 900;
    color: var(--fs-color-primary);
	    text-shadow: 0px -1px 0px #CECECE;
}

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

.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;
}

.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;
}

.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);
}

.col-cl {
	position: relative;
	overflow: hidden;
}
.img-ab {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.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;
  }
}


.ss-ft .section-bg-overlay{
    background: linear-gradient(to right, #66a3ff, #0067c6);
    position: relative;
	opacity: 0.9;
}



.absolute-footer {
	padding: 15px 0;
	color: #fff !important;
}



.ft-tt {
    font-size: 20px;
    font-weight: 900;
}

.ft-title {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#footer ul li a:hover {
	color: var(--fs-color-secondary);
}

ul li.bullet-arrow:before {
	color: #fff;
}


.bg-at .section-bg {
	background-attachment: fixed;
}

.bangtinhkhoiluong {
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

#steel-calculator.steel-calculator {
    border: 5px solid #fff;
    -moz-box-shadow: 0 0 5px hsl(15,2%,55%);
    -webkit-box-shadow: 0 0 5px hsl(15,2%,55%);
    box-shadow: 0 0 10px hsl(0,0%,73.9%);
    padding: 20px;
    margin: 10px;
    background-color: #f2f2f2;
    max-width: 800px;
    color: #000;
    border-radius: 10px
}

#steel-calculator .steel-calculator-weight,#steel-calculator .steel-calculator-height {
    margin-bottom: 0;
    width: 100%
}

#steel-calculator .input-slider,#steel-calculator .height-slider {
    width: 100%;
    height: 1px;
    border-radius: 10px;
    background: #A3A3A3;
    outline: none
}

#steel-calculator input[type=range] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    margin-bottom: 20px
}

#steel-calculator input[type=range]:focus {
    outline: none
}

#steel-calculator input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer
}

#steel-calculator input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2.5px solid var(--fs-color-secondary);
    height: 20px;
    width: 20px;
    border-radius: 40px;
    background: #fff;
    cursor: pointer;
    margin-top: 0
}

#steel-calculator input[type=range]::-moz-range-thumb {
    border: 2.5px solid #f09831;
    height: 20px;
    width: 20px;
    border-radius: 40px;
    background: #fff;
    cursor: pointer
}

#steel-calculator input[type=range]::-ms-thumb {
    border: 2.5px solid #f09831;
    height: 20px;
    width: 20px;
    border-radius: 40px;
    background: #fff;
    cursor: pointer
}

#steel-calculator input[type=number] {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: #EBEBEB;
    border-style: none;
    height: 30px;
    width: unset!important;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
    font-size: 1em
}

#steel-calculator input[type=number]:focus {
    outline: none
}

sor:pointer}

@media only screen and (max-width: 325px) {
    #steel-calculator .steel-calculator {
        height:560px
    }
}

#steel-calculator .form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#steel-calculator .form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.1rem;
    border-radius: 10px
}

#steel-calculator .mb-3 {
    margin-bottom: 1rem!important
}

.widget-area #steel-calculator.steel-calculator,div#shop-sidebar div#steel-calculator {
    padding: 2px;
    margin: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 0;
    font-size: 14px
}

.widget-area .steel-calculator-weight,div#shop-sidebar .steel-calculator-weight {
    font-size: 12px
}

.widget-area #steel-calculator .form-select-lg,div#shop-sidebar #steel-calculator .form-select-lg {
    font-size: unset
}

.widget-area #steel-calculator input[type=number],div#shop-sidebar #steel-calculator input[type=number] {
    width: 50px!important;
    padding: 0
}

.widget-area #steel-calculator .mb-3,div#shop-sidebar #steel-calculator .mb-3 {
    font-size: 14px
}

.widget-area .bangtinhkhoiluong,div#shop-sidebar .bangtinhkhoiluong {
    font-size: 16px
}


#steel-calculator .steel-calculator-weight .form-text-value {
    display: flex;
    justify-content: space-between;
}

#steel-calculator .steel-calculator-weight .form-text-value .input-group {
    margin-bottom: 0;
}


.alert.alert-success {
    padding: 15px;
    color: #fff;
    background-color: var(--fs-color-primary);
    border-radius: 5px;
    margin-bottom: 10px;
}

.alert.alert-success .form-text-value {
    display: flex;
    align-items: center;
    gap: 5px;
}

.alert.alert-success .form-text-value label {
    margin-bottom: 0;
    color: #fff;
}


.main-tt h1 {
    text-transform: uppercase;
    color: var(--fs-color-primary);
    margin-bottom: 10px;
}

.main-tt-sub {
    margin-bottom: 10px;
}

.title_sub {
    margin-bottom: 10px;
}



.ap-title {
    display: inline-block;
    padding: 0 15px!important;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.ap-title h2 {
    margin-bottom: 0;
}

.ap-title h3 {
    margin-bottom: 0;
}

.ap-title:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: var(--fs-color-primary);
    left: -30px;
    bottom: 17px;
    z-index: 9;
}

.ap-title:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: var(--fs-color-primary);
    right: -30px;
    bottom: 17px;
    z-index: 9;
}


.cat-h .product-category.col .col-inner {
    display: flex;
    background: #f6f6f6;
    height: 100%;
    box-shadow: rgba(5, 66, 170, .15) 0 2px 8px;
}


.cat-h .product-category.col .col-inner a{
	width: 100%;
}

.cat-h .box-text.text-center {
    padding: 10px;
}

.cat-h .box-text.text-center {
    padding: 10px 5px;
	background: var(--fs-color-primary);
}


.box-text.text-center .header-title {
    color: #fff;
	font-size: 14px;
	text-transform: capitalize;
}

.cat-h .box-image {
    background: #fff;
}


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

.section-title-normal span.section-title-main {
          text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    background: var(--fs-color-primary);
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 6px 20px;
    font-weight: bold;
    position: relative;
    margin-right: 20px;
}

.section-title-normal span.section-title-main:after{
    content: '';
    display: block;
    line-height: 40px;
    background:var(--fs-color-primary);
    width: 18px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -7px;
    transform: skewX(21deg);
    border-radius: 0 5px 0 0;
}

.section-title-normal {
    overflow: hidden;
    border-bottom: 2px solid var(--fs-color-primary);
	margin-bottom:0;
}

.section-title a {
    font-weight: normal;
    color: var(--fs-color-primary);
}


.why-tt {
    font-weight: 900;
    text-transform: uppercase;
}

.why-sub {
    font-size: 15px;
}

.icb-why {
    margin-bottom: 15px;
    box-shadow: 0px 4px 25px rgb(64 64 64 / 15%);
    padding: 20px;
    border-radius: 15px;
    align-items: center;
}


#button-contact-vr {
    position: fixed;
    bottom: 10%;
	right: 10px;
    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%;
}



.ctp-tt {
	color: var(--fs-color-primary);
    font-weight: bold;
}


.icb-ct {
    margin-bottom: 15px;
}


td:first-child, th:first-child {
    padding-left: 0.6em;
}
