body {
    background: white;
}
.nav-left a {
    font-size: 15px !important;
    font-weight: 500;
}
#product .dropdown-menu.show {
    top: 5px !important;
    left: 0 !important;
    position: absolute;
}

.server_wrapper {
    margin: 0 !important;
}

.server_wrapper .col-4 {
    padding: 0 !important;
}

.server_wrapper a:hover {
    background: #E4F2FF;
    cursor: pointer;
}

.user_1, .user_2, .user_3 {
    display: flex;
}

.icon_wrapper {
    width: 75px;
    height: 40px;
    z-index: 9;
    font-weight: bold;
    position: relative;
    top: -10px;
    border-radius: 4px;
    padding: 0;
    margin: 0 7px;
}

.user_1 .icon_wrapper {
    background: #82CCDD;
    color: white;
}

.user_2 .icon_wrapper {
    background: #6AB04C;
    color: white;
}

.user_3 .icon_wrapper {
    background: #FA983A;
    color: white;
}

.icon_wrapper i {
    display: block;
    margin: 20px auto 0;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
}

.icon_wrapper::before {
    content: '';
    width: 40px;
    position: absolute;
    top: -13px;
}

.user_1 .icon_wrapper::before {
    border-bottom: 3px solid #82CCDD;
}

.user_2 .icon_wrapper::before {
    border-bottom: 3px solid #6AB04C;
}

.user_3 .icon_wrapper::before {
    border-bottom: 3px solid #FA983A;
}

.user_1, .user_2, .user_3 {
    height: auto;
    padding: 23px 25px;
}

.cls {
    position: relative;
    top: -12px;
}

.cls .sv {
    font-weight: bold;
}

.description {
    margin: 20px 0 0 0;
}

.description span {
    font-size: 12px;
}

.detail span {
    padding: 3rem 0 2rem;
    margin: auto;
    display: block;
    font-size: 13px;
    font-weight: 500;
}

.detail i.anticon.anticon-right {
    font-size: 9px;
    color: blue;
    font-weight: bold;
}

li#productlist {
    padding: 20px 10px;
}

.row.server_wrapper {
    /*display: none;*/
    border-radius: 5px;
    opacity: 0;
    z-index: -1;
    transition: 1s;
    position: absolute;
    top: 92px;
    left: -10px;
    width: 1024px;
    background: white;
    box-shadow: darkgrey 5px 10px 30px 0px;
    pointer-events: none;
}

#productlist:hover .row.server_wrapper {
    /*display: flex;*/
    border-radius: 5px;
    transition: 0.5s;
    opacity: 1;
    z-index: 999999;
    position: absolute;
    top: 72px;
    left: -10px;
    width: 1024px;
    background: white;
    box-shadow: darkgrey 5px 10px 30px 0px;
    pointer-events: all;
}

.menu-link:hover {
    background: transparent !important;
}

#bannerTop {
    margin-top: 70px;
    height: 65vh;
    overflow: hidden;
}

#bannerTop img {
    width: 100% !important;
    object-fit: cover;
}

.social_wrapper {
    position: fixed;
    top: 40%;
    padding: 10px;
    right: 0;
}

.social_wrapper ul {
    list-style: none;
}

.social_wrapper ul button {
    width: 45px;
    height: 45px;
    border-radius: 99999px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    display: inherit;
    margin: 5px 0;
    padding: 7px;
    line-height: 32px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    border-color: transparent;
}
.custom_fab {
    font-size: 20px;
    color: white;
}

.social_icon_1 {
    background-color: rgb(15,168,225);
}

.social_icon_2 {
    background-color: rgb(255,95,114);
}

.social_icon_3 {
    background-color: rgb(183,58,225);
}

.btn_waves {
    position: fixed;
    bottom: 10%;
    left: 5%;
    z-index: 99;
}

.btn_waves button {
    width: 55px;
    height: 55px;
    border-radius: 99999px;
    color: rgba(65, 213, 196, 0.94);
    margin: 30px;
    line-height: 35px;
    padding: 10px 0;
    outline: none;
    background: white;
    box-shadow: 0px 2px 20px 0px rgba(213, 213, 213, 0.94);
    border: none !important;
}

.btn_waves button:focus {
    border: none;
    outline: none;
}

.sonar-emitter {
    position: relative;
    margin: 0 auto;
    width: 275px;
    height: 275px;
    border-radius: 9999px;
    background-color: rgba(65, 213, 196, 0.94);
}

.sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: rgba(65, 213, 196, 1);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.sonar-wave {
    animation: sonarWave 1s linear infinite;
}

@keyframes sonarWave {
    from {
        opacity: 0.7;
    }
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/*rs modal*/

.rs_modal {
    z-index: 999999 !important;
    background: linear-gradient(33.44deg, #125DFF -0.19%, #22CAEF 101.19%);
    box-shadow: 0 0 10px 0 rgba(175, 175, 175, 0.94);
}

/*service info*/
.how-section1 h4 {
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}

.how-section1 .subheading {
    color: rgba(84, 213, 176, 0.94);
    font-size: 20px;
    font-weight: 500;
}

.how-section1 .row {
    margin-top: 5%;
}

.how-img {
    text-align: center;
}

.how-img img {
    width: 100%;
    padding: 0 20px;
}

/*Our Service*/
@import url('http://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
body, html {
    height: 100%
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #373737;
    font-weight: 400;
    line-height: 1.3
}

p {
    color: #373737
}

body {
    font-family: "SVN-Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.8
}

a:hover {
    text-decoration: none;
}

a:focus, input:focus, textarea:focus, button:focus {
    outline: 0 solid;
    text-decoration: none;
}

.single-service {
    margin-bottom: 60px;
}

.section-padding {
    padding: 80px 0 0 0;
}

a.border-btn {
    color: #fff;
    background-color: #0bbbc1;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    margin-top: 20px;
    font-weight: 500;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    overflow: hidden;
    z-index: 10
}

a.border-btn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #333;
    left: 0;
    top: -100%;
    border-radius: 3px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    z-index: -1
}

a.border-btn:hover:before {
    visibility: visible;
    top: 0;
}

.single-service h3 {
    font-weight: 600;
    font-size: 20px;
}

.single-service p {
    font-weight: 300;
    color: #333;
    font-size: 14px;
}

.style-4 .single-service {
    border: 1px solid #ddd;
    padding: 25px 40px;
    margin-bottom: 70px;
    box-shadow: 0 5px 30px -5px #ccc;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center
}

.style-4 .single-service i.fa {
    color: #0bbbc1;
    font-size: 30px;
    margin: 25px 0px;
    border: 1px solid #0bbbc1;
    text-align: center;
    border-radius: 50%;
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: .5s;
    transition: .5s
}

.style-4 .single-service:after, .single-team:after {
    position: absolute;
    content: "";
    width: 0%;
    border-top: 3px solid #0bbbc1;
    left: 0;
    top: 0;
    border-left: 3px solid #0bbbc1;
    height: 0%;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.style-4 .single-service:before, .single-team:before {
    position: absolute;
    content: "";
    width: 0%;
    border-bottom: 3px solid #0bbbc1;
    right: 0;
    bottom: 0;
    border-right: 3px solid #0bbbc1;
    height: 0%;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.style-4 .single-service:hover:before, .single-service:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    height: 50%;
    width: 50%;
}

.style-4 .single-service p {
    font-weight: 300;
}

.style-4 .single-service h3:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 12px;
    background-color: #0bbbc1;
    top: -25px;
    left: 50%;
    margin-left: -1.5px;
}

.style-4 .single-service h3:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background-color: #0bbbc1;
    left: 50%;
    margin-left: -15px;
    top: -13px;
}

.our_service .single-service {
    height: 350px;
    max-height: 350px;
    overflow: hidden;
    cursor: pointer;
}

.single-service img {
    max-height: 120px;
    height: 120px;
}

.single-service h3 {
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0;
}

.warranty {
    /*background: #f9fbfd;*/
    padding: 2rem 4rem;
    cursor: pointer;
}

.box img {
    text-align: center;
    margin: auto;
    display: block;
    width: 30%;
    padding: 15px 0;
    margin-bottom: 15px;
}

.box h5 {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.box span {
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: 300;
}

/*category*/

.category_wrapper {
    margin: 20px auto;
    cursor: pointer;
}

.category img {
    display: block;
    width: 40%;
    padding: 10px 0;
    margin: 10px auto;
}

.category span {
    display: block;
    text-align: center;
    color: rgba(172, 56, 61, 0.94);
    font-size: 13px;
    font-weight: 500;
}

/*button scroll to top*/

#scrollToTopBtn {
    height: 45px;
    width: 45px;
    border-radius: 9999px;
    background: transparent;
    /*opacity: 0.4;*/
    z-index: 9;
    cursor: pointer;
    border: 1px solid rgba(64, 62, 66, 0.94);
    line-height: 35px;
    padding: 1px 10px;
    position: fixed;
    bottom: 5%;
    font-size: 22px;
    right: 10%;
}

#scrollToTopBtn:hover {
    background: tomato;
    border: none;
}

#scrollToTopBtn:hover .anticon-arrow-up {
    color: white;
}

ul.check_list {
    list-style: none;
}

.check_list i {
    font-size: 18px;
    color: rgba(4, 255, 112, 0.94);
}

.check_list li {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
}

.check_list span {
    margin: 0 10px;
    font-weight: 600;
}

/*footer*/
/*footer*/
.col_white_amrc {
    color: rgba(64,62,66,0.94);
}

footer {
    width: 100%;
    background-color: #f9fbfd;
    min-height: 250px;
    padding: 10px 0px 25px 0px;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

.mb10 {
    padding-bottom: 15px;
}
/*.footer {
    border-top: 1px solid darkgray !important;
}*/

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
    padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
    color: rgba(64,62,66,0.94);
}

.footer_ul_amrc li a:hover {
    color: rgba(64,62,66,0.94);;
    text-decoration: none;
}

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

.footer_ul2_amrc li p {
    display: table;
}

.footer_ul2_amrc li a:hover {
    text-decoration: none;
}

.footer_ul2_amrc li i {
    margin-top: 5px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.foote_bottom_ul_amrc li {
    display: inline;
}

.foote_bottom_ul_amrc li a {
    color: #999;
    margin: 0 12px;
}

.social_footer_ul {
    display: table;
    list-style-type: none;
}

.social_footer_ul button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 9999px;
    padding: 7px;
    font-size: 15px;
}

.social_footer_ul li {
    float: left;
    margin: 10px 10px 0 0;
}
#bannerTop{
    height: 65vh;
    background-image: url("/images/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_content {
    position: relative;
    /* transform: translate(50%, 20%); */
}
.banner_content{
    padding: 1rem 2rem;
    /*background-color: rgba(232,233,236,0.4);*/
    width: 55%;
    margin: auto;
}
.banner_content:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 245px;
    /*background: rgba(153,151,155,0.5);*/
    opacity: 0.2;
    z-index: -1;
    top: -1.5rem;
    left: -1.5rem;
}
.banner_content ul{
    list-style: none;
}
.banner_content h2 {
    font-size: 2rem;
    /*font-weight: 600;*/
    font-style: medium;
    color: white;
}
.banner_content ul li {
    padding: 7px 10px;
    /*font-weight: 500;*/
    font-style: italic;
    color: white;
}
.banner_content ul i{
    font-size: 18px;
    line-height: 18px;
    color: white;
    margin-right: 5px;
}
.banner_content button {
    margin: 10px;
}
.img-gg{
    cursor: pointer;
    color: red;
    border: 1px solid #edf2f9;
    border-image: initial;
    height: 40px;
}
.modal-login{
    margin-top: 71px;
    z-index: 9999;
}
.modal-register{
    z-index: 9999;
}
.modal-reset-pass{
    margin-top: 71px;
    z-index: 9999;
}
.modal-register-gg{
    margin-top: 71px;
    z-index: 9999;
}
#nav-mobile{
    display: none;
}
.side-nav{
    display: none;
}
.side-nav-noauth {
    display: block;
}
.category.col-lg-12.row {
    margin: auto !IMPORTANT;
}

/*scroll bar */
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: rgba(67,65,69,0.58);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(67,65,69,0.76);
}

/*Responsive om Mobile*/
@media screen and (max-width: 767px){
    #bannerTop {
        height: 45vh;
        background-position: unset;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .banner_content {
        padding: 1rem 2rem;
        /*background-color: rgba(232,233,236,0.4);*/
        width: 94% !important;
        height: 46vh !important;
    }
    .banner_content {
        position: relative;
        transform: translate(13%, 10%) !important;
    }
    .banner_content ul li {
        padding: 7px 0px;
        font-weight: 500;
    }
    .banner_content button {
        margin: 10px 0;
    }
    #scrollToTopBtn {
        bottom: 10% !important;
    }
    div#product {
        display: none;
    }
    #nav-mobile{
        display: flex;
    }
    .side-nav{
        display: block;
    }
    .social_wrapper {
        top: 47%;
        z-index: 99;
    }
    .category span{
        font-size: 10px !important;
    }
    .banner_content h2{
        font-size: 17px;
    }
    .banner_content li {
        font-size: 11px;
    }
    .modal-register{
        margin-top: 71px;
    }
    .logo.logo_mobile {
        display: block !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 1024px){
    #bannerTop {
        height: 30vh;
    }
}
@media screen and (max-width: 768px){
    #bannerTop {
        height: 40vh;
    }
    /*.banner_content {
        transform: translate(40%, 10%);
    }*/
}
@media screen and (max-width: 414px){
    #bannerTop {
        height: 44vh;
    }
}
@media screen and (min-width: 1920px){
    #bannerTop {
        height: 44vh;
    }
}
@media (min-width: 1500px){
    #bannerTop {
        height: 44vh;
    }
    .banner_content{
        margin: auto;
        text-align: center;
    }
    .modal-register{
        margin-top: 71px;
    }
}
@media screen and (max-width: 1366px){
    .modal-login{
        max-width: 435px;
        margin-top: 71px;
        z-index: 9999;
    }
    .modal-register{
        max-width: 435px;
        z-index: 9999;
    }
    .modal-reset-pass{
        max-width: 435px;
        z-index: 9999;
    }
    .modal-register-gg{
        max-width: 435px;
        z-index: 9999;
    }
    .logo.logo_mobile {
        display: block !important;
        width: 100% !important;
    }
}
/*Thanh scroll*/
::-webkit-scrollbar-track{
    border-radius: 10px;
}
::-webkit-scrollbar{
    width: 5px;
    background-color: white;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb{
    background-color: #848484;
    border-radius: 10px;
}
.name-text{
    text-transform: capitalize;
}
.btn-nw i {
    margin-right: 5px;
    vertical-align: -.225em;
}
#btn-login-gg-hidden {
    display: none;
}
#btn-register-gg-hidden{
    display: none;
}
@media screen and (min-width: 768px) and (max-width: 1190px){
    .row.server_wrapper {
        width: 768px !important;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
    .row.server_wrapper {
        width: 900px !important;
    }
}
#form-forgot-2 .input-affix label.is-invalid {
    margin-left: 6px;
}
.swal2-popup {
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: .25rem;
    outline: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 350px !important;
    width: 100% !important;
    padding: 0 !important;
}

.swal2-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
    text-align: left;
}

.swal2-actions .swal2-styled {
    font-size: 14px !important;
    padding: 10px 20px;
}

.swal2-styled:focus {
    box-shadow: none !important;
}

.swal2-header {
    /*border-bottom: 1px solid #edf2f9;*/
    justify-content: flex-start !important;
    /*flex-direction:initial !important;*/
    padding: 16px 24px;
}

.swal2-actions {
    margin: 0 !important;
    padding: 10px 16px;
    /*justify-content: flex-end !important;*/
}

.swal2-styled.swal2-confirm {
    background-color: rgba(0, 201, 167, 0.1) !important;
    color: #00c9a7 !important;
    font-size: .875rem;
}

.swal2-styled.swal2-confirm:hover {
    background-color: #00c9a7 !important;
    color: white !important;
    font-size: .875rem;
}

.swal2-styled.swal2-cancel {
    background-color: rgba(222, 68, 54, 0.1) !important;
    color: #de4436 !important;
    font-size: .875rem;
}

.swal2-styled.swal2-cancel:hover {
    background-color: #de4436 !important;
    color: white !important;
    font-size: .875rem;
}

.swal2-file, .swal2-input, .swal2-textarea {
    width: 90% !important;
}
.banner-quick {
    position: relative;
    margin-top: 70px;
}
.banner-img{
    width: 100%;
    max-width: 100%;
    max-height: 745px;
    height: auto;
}
.quick-abs {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
}
.banner-quick .single-service {
    background: #fff;
    border-radius: 30px;
    padding: 25px 20px;
    margin-bottom: 20px;
    /*box-shadow: 0 5px 30px -5px #ccc;*/
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
}
.banner-quick .single-service:hover {
    border-radius: 100px;
}
.banner-quick .single-service h3 {
    margin: 15px 0;
}
.banner-quick .single-service h3 a {
    /*color: #373737;*/
    color: tomato;
    font-size: 18px;
    font-weight: 600;
}
.social_wrapper {
    z-index: 3;
}
.join-now {
    background: #3f87f5;
    border: 1px solid #3f87f5;
    color: #fff;
    height: 40px;
    width: 110px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    transition: all ease-in-out 0.3s;
}
.banner-quick .single-service:hover .join-now, .join-now:hover {
    background: #fff;
    color: #3f87f5;
}
@media screen and (min-width: 900px) and (max-width: 1200px) {

}
@media screen and (min-width: 768px) and (max-width: 899px) {
    .quick-abs {
        background: #fff;
        position: static;
        padding: 30px 0;
    }
    .quick-abs .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    /*.banner-quick > img {*/
    /*    display: none;*/
    /*}*/
}
@media screen and (max-width: 767px) {
    .banner-quick {
        padding: 20px 0;
    }
    .quick-abs {
        background: #fff;
        position: static;
    }
    /*.banner-quick > img {*/
    /*    display: none;*/
    /*}*/
}
@media screen and (min-width: 1920px) {
    .banner-img{
    max-height: 745px;
}

}
#g-recaptcha-response, .hiddenRecaptcha {
    display: block !important;
    position: absolute;
    margin: -87px 0 0 0 !important;
    width: 1px !important;
    height: 1px !important;
    z-index: -999999;
    opacity: 0;
}
/* .g-recaptcha-response.is-invalid {
    border-color: #de4436 !important;
    border-width: 1px !important;
    z-index: 999 !important;
    opacity: 1 !important;
    background: transparent;
} */

.g-recaptcha iframe {
    min-height: 50px !important;
    height: 77px !important;
}
.grecaptcha-validate .is-invalid {
    color: #de4436;
    margin-bottom: 10px;
}
.telegram_wrapper {
    position: fixed;
    top: 83%;
    padding: 22px;
    right: 0;
}

.telegram_wrapper ul {
    list-style: none;
}

.telegram_wrapper ul button {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    background-color: rgb(227, 248, 250);
    vertical-align: middle;
    justify-content: center;
    display: inherit;
    margin: 5px 0;
    padding: 7px;
    line-height: 32px;
    cursor: pointer;
    color: white;
    border-color: transparent !important;
}
.custom_fab {
    font-size: 20px;
    color: white;
}
@media screen and (max-width: 767px) {
    .telegram_wrapper {
        top: 82% !important;
    }
}
