@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body{
    font-family: 'Poppins', sans-serif;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}
/* a:hover {
    color: #8CB813 !important;
} */








/* hotline  */
#button-contact-vr {
    bottom: 10px;
    left: 10px;
    margin: -10px;
    transform: scale(0.8);
    margin-bottom: 0px !important;
    position: fixed;
    z-index: 99999;
}
#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}
#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 .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd3333;
}
.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;
}


@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);
}
}


.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;
}

@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;
} 
}



/* end hotline  */




.box-all-header {
    display: flex;
    position: relative;
    justify-content: right;
}

.header-left {
    width: 150px;
    height: 100vh;
    background: #000;
    /* position: fixed; */
    left: 0;
}

.header-top {
    width: calc(100% - 150px);
    /* position: absolute; */
    right: 0;
}

.nav-left {
    padding: 50px 0;
}

.nav-left-ul {}

.nav-left-li {
    letter-spacing: 0;
    line-height: 3.2;
    padding-left: 35px;
}

.nav-left-li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.boxed-searched {
    margin: 0px;
}

.boxed-searched {
    margin-inline: 0px !important;
}


.row.boxed-searched {
    background: #000;
}

.search-box form input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #fff;
    background: none;
    font-weight: 600;
}

.search-box form {
    display: flex;
}

.search-box form button {
    background: none;
    color: #fff;
}

.row.boxed-searched {
    padding: 10px 0px;
}

.box-search-hd {
    border-bottom: 1px solid #fff;
}
.box-search-hd {
    margin-left: 15px;
}
.box-search-hd.clm {
    padding-inline: 0px !important;
}

.box-select {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 4px 4px 4px 10px;
    text-align: left;
    cursor: pointer;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    min-width: 160px;
    background: rgba(0,0,0,0);
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.content-el-slect i {
    margin-right: 5px;
}   
.div-fs-icWord i {
    transform: rotate(90deg);
    font-size: 12px;
    margin-right: 3px;
}

.select-hedered {
    display: flex;
    justify-content: end;
    padding-inline: 0px !important;
    height: 100%;
}
.withFrontIcon {
    padding-top: 5px;
    position: relative;
}



.box-all-iternet a span {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.box-all-iternet a span svg {
    width: 25px;
    height: 25px;
}

.box-all-iternet a span svg path {
    fill: #fff;
}

.selecd-c2 {
    position: absolute;
    background: #fff;
    width: 100%;
    height: max-content;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 0px 0px 5px 5px;
    display: none;
}






.box-all-iternet {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-left: 70px;
}


.box-all-iternet a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0px 5px 0px 0px;
}



#phone-vr span{
    position: absolute;
    background: #8cb813;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.9;
    padding: 10px 12px 10px;
    border-radius: 4px;
    margin-right: 10px;
    width: 224px;
    top: 8%;
    right: 100%;
}
#phone-vr span::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #8cb813 transparent transparent;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    transform: rotate(180deg);
  }



p.close-cir {
    position: absolute;
    top: -12px;
    right: -2px;
}

p.close-cir i {
    color: #000;
    font-size: 20px;
}
.button-contact.phones .popup-phones {display: none !important;!i;!;}

.button-contact.phones.active .popup-phones {
    display: block !important;!i;!;
}
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
    .header-left {
        width: 150px;
        height: 100vh;
        background: #000;
        position: fixed;
        left: 0;
    }
}
@media (min-width: 1200px){}
@media (min-width: 1600px){}

