/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */

body {
    color: #333;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    line-height: 1.42857;
	background: linear-gradient(to right, #ebf2fd, #fce9db);
}
#body {
    background-color: #cb121200;
    border-color: #cd1515;
    border-style: solid;
    border-width: 0 0px 0 0px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 0px rgb(0 0 0 / 0%);
}
.third-nav .bg {
    background-color: #155e9112;
    padding: 5px 5px 3px;
    border-radius: 14px;
}
.info_pro {
    position: absolute;
    top: 60px;
    left: 5px;
}

.search-input {
    margin-bottom: 20px;
}

.label-success {
    background-color: #ff012c;
}
.panel {
    margin-bottom: 18px;
    background-color: #e6f2fe;
    border: 1px solid transparent;
    border-radius: 16px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.panel ul {
    list-style: circle;
    padding-left: 20px;
    line-height: 35px;
    font-weight: 600;
}
.panel-heading {
    background-image: linear-gradient(to right, #159957, #155799) !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px;
    font-weight: 900;
}
.bacground_grid {
    background-image: url(https://asimdulich.com/assets/bacground3a2x-100.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    margin: 5px;
    border: solid 1px #3498db;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #064481;
    width: 100%;
}

.navbar-toggle {
    position: relative;
    float: left;
    margin-left: 5px;
    padding: 9px 10px;
    margin-bottom: 8px;
    background-color: #158e62;
    background-image: linear-gradient(to right, #159957, #155799);
    border: 1px solid #15925e;
    border-radius: 4px;
}


@media (max-width: 767.98px) {
    .shops-viewgrid>div {
        width: 50%;
    }
	.navbar-default {
		margin-top: -55px;
}
}

.caption_h3 {
    border-radius: 10px;
	height: 50px;
    line-height: 20px;
    padding: 5px;
    background: -webkit-linear-gradient(to bottom, #0575E6, #00F260);
    margin-bottom: 10px;
    background: #00b09b;
    background: -webkit-linear-gradient(to right, #96c93d, #00b09b);
    background: linear-gradient(to right, #96c93d, #00b09b);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.caption_h3 a {
	color: #fff;
}
#sitemodal .modal-dialog {
    position: relative;
    width: auto !important;
    max-width: 70%;
    text-align: center;
    font-size: 0;
}

.btn-xs, .btn-group-xs>.btn {
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    background: #36D1DC;
    background: -webkit-linear-gradient(to left, #5B86E5, #36D1DC);
    background: linear-gradient(to left, #5B86E5, #36D1DC);
}

.btn-primary:hover {
    color: #fff;
    border-color: #357ebd;
	background: #36D1DC;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #5B86E5, #36D1DC);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #5B86E5, #36D1DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}




.section-body {
    margin-top: 20px;
    margin-bottom: 20px;
}
.breadcrumbs a:hover:after, .show-subs-breadcrumbs:hover:after {
    border-left-color: #999999;
}
.breadcrumbs a:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #dcdcdc00 #dcdcdc00 #dcdcdc00 transparent;
    left: -1em;
    padding-right: 1px;
}
.breadcrumbs a, .show-subs-breadcrumbs {
    background-color: #dcdcdc00;
    padding: 0.6em 0.5em;
    float: left;
    text-decoration: none;
    color: #155799;
    position: relative;
    font-size: 15px;
}
.breadcrumbs a:hover, .show-subs-breadcrumbs:hover {
    background-color: #a6c8e600;
}
.breadcrumbs a:after, .show-subs-breadcrumbs:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -0.3em;
    border-width: 0.3em 0.0em 0.3em 0.3em;
    border-style: solid;
    border-color: #156f8100 #dcdcdc00 #dcdcdc00 #30bda5;
    /* left: -1em; */
    padding-right: 1px;
}

.breadcrumbs a:hover:before {
    border-color: #a6c8e600 #a6c8e600 #a6c8e600 transparent;
}

.third-nav .current-time {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 37px;
    color: #157b75;
    font-weight: 700;
}
.site-banner {
    height: 0;
    /* padding-bottom: 13.66%; */
}
.nv-fullbg {
    min-height: 100%;
    background-color: #fff0;
}
.section-header-bar {
    background: linear-gradient(to right, #15995736, #1557992e) !important;
}
.nv-fullbg {
    min-height: 100%;
    background-color: #fff0;
}
.well {
    padding: 8px;
    line-height: 25px;
    background: #2088768c;
    border-radius: 15px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.margin-bottom-lg {
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.title {
    font-size: 22px;
    border-bottom: solid 1px #ddd;
}
.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.second-nav .bg {
    background: #cccccc00;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%) !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#menusite .navbar-default {
    background-color: #428bca00;
    border-bottom-color: #428bca00;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 1;
}

#menusite .navbar-default .navbar-nav > li > a {
    color: #545454;
    background: #fbe106;
    border-radius: 8px 8px 0px 0px;
}

#menusite .navbar-nav > li > a {
    white-space: nowrap;
    text-transform: uppercase;
}

#menusite .navbar-default .navbar-nav > li {
    margin-left: 10px;
}

#menusite .navbar-default .navbar-nav > li > a:hover, #menusite .navbar-default .navbar-nav > li > a:focus, #menusite .navbar-default .navbar-nav > .active > a, #menusite .navbar-default .navbar-nav > .active > a:hover, #menusite .navbar-default .navbar-nav > .active > a:focus, #menusite .navbar-default .navbar-nav > .open > a, #menusite .navbar-default .navbar-nav > .open > a:hover, #menusite .navbar-default .navbar-nav > .open > a:focus {
    background: linear-gradient(to bottom, #cbb604 0%, #cbb604 100%) !important;
    color: #fff;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.box-shadow {
    box-shadow: 0 0 4px rgb(0 0 0 / 0%);
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 0%);
}

.footerNav2 {
    position: relative;
    width: 100%;
    background: linear-gradient(to right, #159957, #155799);
    padding: 10px 0;
    color: #dcdcdc;
}

.copyright {
    color: #dcdcdc;
    font-size: 14px;
}

#footer {
    position: relative;
    min-height: 200px;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #155a9621;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #46464600;
    background-color: #b4e4f7;
    background-image: url(https://asimdulich.com/uploads/background_header.webp);
    padding: 20px 0;
    font-size: 14px;
}

#footer, #footer a {
    color: #155898;
}
#footer h3 {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ef494d;
}
#footer .menu li a:hover:before {
    color: #f71717;
}
#footer .menu li a {
    display: block;
    white-space: nowrap;
    border-bottom-width: 0px;
    border-bottom-color: #6aa3d500;
    border-bottom-style: dotted;
    padding: 8px 0;
}
#footer .menu li a:hover {
    border-bottom-color: #fff0;
    color: #f00;
}


.navbar-default {
    background-color: #0855a100;
    border-color: #06448100;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ef3d5d;
    background-color: #063b7000;
}
.navbar-default .navbar-nav>li>a {
    color: #155997;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: initial;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 15px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.nav>li {
    position: relative;
    display: block;
    margin: 5px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #fbe106;
    color: #fff;
}

#header .logo img {
    max-height: 60px;
    width: auto;
}
#header .logo {
    padding: 20px 20px 10px 10px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fbe106;
    background-color: transparent;
}
#header .logo h2, #header .logo .site_description {
    color: #707070;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Times New Roman';
    line-height: 1.1;
    margin: 0;
    padding: 0;
    display: none;
}

.header-nav a {
    color: #ee2f69;
    font-weight: 600;
}

.header-nav, .header-nav-inner {
    color: #ed1976;
    position: relative;
}

.socialList li a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #155a9630;
    color: #ef4059;
    font-size: 16px;
    border-radius: 3px;
    position: relative;
}

.third-nav .row {
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #dcdcdc;
	margin-bottom:10px;
}



.text-muted {
    color: #999;
    font-size: 11px;
}
.img-thumbnail {
    background-color: #cccccc00;
    border: none;
    border-radius: 0px;
    max-width: 100%;
    padding: 1px;
}









.tabs_shop {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-top: 20px;
}
.tabs_shop:after {
    content: '';
    display: table;
    clear: both;
}
.tabs_shop input[type=radio] {
    display:none;
}
.tabs_shop label {
    display: inline-block;
    min-width: 25%;
	 flex: 1 1 25%;
    color: #ccc;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
}

.tabs_shop label span {
	margin: auto;
	padding-top: 50px;
}

.tabs_shop label:hover {
    color: #3498db;
	
	.icon {
      border-color: #3498db;
		background-position: 50px 0;
		background-size: 100px 50px;
	}
}

.tab__content {
    display: none;
	margin: 0 auto;
    box-sizing: border-box;
    background-color:#ffffff;
	 margin-top: 2rem;
}

.tab__content * {
    -webkit-animation: scale 0.2s ease-in-out;
    -moz-animation: scale 0.2s ease-in-out;
    animation: scale 0.2s ease-in-out;
}
@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
    }
  50% {
    transform: scale(1.01);
    opacity: 0.5;
    }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.tabs_shop [id^="tab"]:checked + label {
    background: #FFF;
    color: #3498db;
}

.tabs_shop [id^="tab"]:checked + label span {
    border-color: #3498db;
	 background-position: 50px 0;
	 background-size: 100px 50px;
}

#tab1:checked ~ #tab__content--1,
#tab2:checked ~ #tab__content--2,
#tab3:checked ~ #tab__content--3,
#tab4:checked ~ #tab__content--4{
     display: block;
}

@media (min-width: 768px) {
    .tabs_shop label span {
        display: block;
    }
}






.tabs_shop1 {
    list-style: none;
	 display: flex;
	 flex-flow: row wrap;
	 justify-content: flex-start;
}
.tabs_shop1:after {
    content: '';
    display: table;
    clear: both;
}
.tabs_shop1 input[type=radio] {
    display:none;
}
.tabs_shop1 label {
    display: inline-block;
    min-width: 25%;
	 flex: 1 1 25%;
    color: #ccc;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
}

.tabs_shop1 label span {
	margin: auto;
	padding-top: 50px;
}

.tabs_shop1 label:hover {
    color: #3498db;
	
	.icon {
      border-color: #3498db;
		background-position: 50px 0;
		background-size: 100px 50px;
	}
}

.tab__content1 {
    display: none;
	margin: 0 auto;
    box-sizing: border-box;
    background-color:#ffffff;
	 margin-top: 2rem;
}

.tab__content1 * {
    -webkit-animation: scale 0.2s ease-in-out;
    -moz-animation: scale 0.2s ease-in-out;
    animation: scale 0.2s ease-in-out;
}
@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
    }
  50% {
    transform: scale(1.01);
    opacity: 0.5;
    }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.tabs_shop1 [id^="tab"]:checked + label {
    background: #FFF;
    color: #3498db;
}

.tabs_shop1 [id^="tab"]:checked + label span {
    border-color: #3498db;
	 background-position: 50px 0;
	 background-size: 100px 50px;
}


#tab5:checked ~ #tab__content--5,
#tab6:checked ~ #tab__content--6,
#tab7:checked ~ #tab__content--7,
#tab8:checked ~ #tab__content--8{
     display: block;
}

@media (min-width: 768px) {
    .tabs_shop1 label span {
        display: block;
    }
}














.icon {
	margin-top: 1rem;
	display: inline-block;
	width: 54px;
	height: 54px;
	border-radius: 100%;
	border: 2px solid #CACFD6;
	background-size: 100px 50px;
	box-sizing: border-box;
}
.email-cal {
	background: white url('https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Apple_logo_black.svg/732px-Apple_logo_black.svg.png');
	background-position: 0 0;
	background-size: 54px 54px;
}

.snapshot {
	background: white url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_snapshots.png');
	background-size: 100px 50px;
	background-position: 0 0;
}

.inbox-apps {
	background: white url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_templates.png');
	background-size: 100px 50px;
	background-position: 0 0;
}

.log-calls {
	background: white url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_log_call.png');
	background-size: 100px 50px;
	background-position: 0 0;
}

.tracking {
	background: white url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_tracking.png');
	background-size: 100px 50px;
	background-position: 0 0;
}

.book-meetigns {
	background: white url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_book_meeting.png');
	background-size: 100px 50px;
	background-position: 0 0;
}

.send-later {
	background: white url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_send_later.png');
	background-size: 100px 50px;
	background-position: 0 0;
}

.follow-up {
	background: white url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_follow_up.png');
	background-size: 100px 50px;
	background-position: 0 0;
}



.filter_product .label_group {
    height: 22px;
    border: 1px solid #2fbca5;
    outline: 1px solid #fff;
    background: #2fbca5;
    text-align: center;
    line-height: 21px;
    display: block;
    float: left;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    padding: 0 10px;
    margin-top: 5px;
    min-width: 30px;
    font-size: 11px;
    white-space: nowrap;
    border-radius: 10px;
}

.panel-product-info {
    background: #F4FCFF;
    box-shadow: 0px 0px 2px rgba(38, 193, 231, 0.5);
    border-radius: 16px;
    margin-top: 15px;
}

.pro-group-lists {
    background: #fff0;
    border: solid 1px #2fbca5;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.filter_product .label_group:hover {
    border-color: #fbe106;
}

.product-detail .product-image-gallery .gallery-view .item-inner img {
    margin: 0;
    width: 100%;
}
.product-detail .product-one-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.item-inner_backgroud img {
    width: 70%;
    margin-top: -120px;
    box-shadow: rgb(149 157 165 / 15%) 0px 8px 24px;
}

.product-detail ul.product-info {
    border-radius: 10px;
    padding: 10px;
    background: #FF512F;
    background: -webkit-linear-gradient(to right, #DD2476, #FF512F);
    background: linear-gradient(to right, #DD2476, #FF512F);
    color: #fff;
}

.money {
    color: #2fbca4;
    font-weight: bold;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
}












#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
}
/*phone*/
#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: 180px;
    height: 65px;
    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: 165px;
    height: 65px;
    /* line-height: 50px; */
    /* top: 10px; */
    /* left: 15px; */
    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: 65px;
}
.phone-vr-img-circle img {
    max-height: 65px;
    max-width: 165px;
    position: absolute;
    top: 5%;
    left: 35%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
@-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: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 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 {
}
#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 {
}
div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
}

/*css all in one*/
#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
  -webkit-transition: 0.7s all;
}
#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
  -webkit-transition: 1s all;
}
#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
  -webkit-transition: 1.3s all;
}
#gom-all-in-one #contact-vr {
    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: 0px 0px 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;
    }
}






.giuseart-nav {
    position: fixed;
    left: 13px;
    background: #f0f0f1;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 50px;
    padding: 10px 0;
    border: 1px solid #f2f2f2;
}
.giuseart-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.giuseart-nav ul>li a {
    border: none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}

.giuseart-nav ul>li a i.ticon-heart {
    background: url(https://cdnsimdulich.b-cdn.net/wp-content/uploads/2021/12/icon-map.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.giuseart-nav ul>li a i.ticon-zalo-circle2 {
    background: url(https://asimdulich.com/uploads/zalo.svg) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}


.giuseart-nav ul>li a i.ticon-messenger {
    background: url(https://asimdulich.com/uploads/messenger.svg) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.giuseart-nav ul>li a i.ticon-angle-up {
    background: url(https://cdnsimdulich.b-cdn.net/wp-content/uploads/2021/12/icon-ve-dau-trang.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.giuseart-nav ul>li a i.ticon-heart {
    background: url(https://asimdulich.com/uploads/home.svg) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}
.giuseart-nav ul>li a i {
    width: 33px;
    height: 33px;
    display: block;
    margin: auto;
}
.giuseart-nav ul>li a i.icon-phone-w {
    background: url(https://cdnsimdulich.b-cdn.net/wp-content/uploads/2021/12/icon-phone-w.png) no-repeat;
    background-size: contain;
}

.giuseart-nav ul>li a i.ticon-chat-sms {
    background: url(https://asimdulich.com/uploads/user.svg) no-repeat;
    background-size: contain;
    width: 38px;
    height: 36px;
    display: block;
}

.phone-mobile {
    display: none;
}

.giuseart-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}

.giuseart-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}

.giuseart-nav ul li .button .btn_phone_txt {
    position: relative;
}
.giuseart-nav ul li .button .btn_phone_txt {
    position: relative;
    top: 35px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
}
.giuseart-nav ul li {
    list-style: none !important;
}
@media only screen and (max-width: 600px) {
    .giuseart-nav li {
        float: left;
        width: 20%;
        list-style: none;
        height: 50px;
    }
}
@media only screen and (max-width: 600px) {
    .giuseart-nav li .button .phone_animation {
        box-shadow: none;
        position: absolute;
        top: -16px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: linear-gradient(to right, #159957, #155799);
        line-height: 15px;
        border: 2px solid white;
    }
}
@media only screen and (max-width: 600px) {
    .giuseart-nav {
        background: white;
        width: 100%;
        border-radius: 0;
        color: #fff;
        height: 68px;
        line-height: 60px;
        position: fixed;
        bottom: 1px;
        left: 0;
        z-index: 999;
        padding: 5px;
        margin: 0;
        box-shadow: 0 4px 10px 0 #000;
    }
	.footerNav2 {
		display: none;
	}	
	.temp-breadcrumbs{
		display: inline-flex;
        position: unset;
        flex-direction: row-reverse;
        box-shadow: 0 0.063em 0.25em rgb(7 20 34 / 0%);
        border: solid 0px;
	}
	.hidden {
		display: inline-flex;
	}
    .breadcrumbs-wrap {
        display: inline-flex;
    }	
	.show-subs-breadcrumbs {
		display: none;
	}
	.subs-breadcrumbs li:not(:last-child) a {
		border-bottom-color: rgb(0 0 0 / 0%);
	}
	.subs-breadcrumbs li, .subs-breadcrumbs a {
		background: #0000;
	}	
}
@media only screen and (max-width: 600px) {
    .phone-mobile {
        display: block !important;
    }
}



.section_service .service_item_ed.a:hover {
    background: #fff;
    border-color: #fff568;
}

.section_service .service_item_ed.a {
    background: linear-gradient(to top, #d9a7c7, #fffcdc);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgb(0 0 0 / 0%) 0px 3px 6px;
}

.section_service .service_item_ed {
    border-radius: 20px;
    /* height: 120px; */
    padding: 10px 10px 10px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* display: list-item; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 5px;
}
.section_service .service_item_ed .iconx {
    display: inline-block;
    width: 70px;
    float: left;
}

.section_service .service_item_ed .content_srv {
    width: calc(100% - 80px);
    -o-width: calc(100% - 80px);
    -moz-width: calc(100% - 80px);
    -webkit-width: calc(100% - 80px);
    display: inline-block;
    float: left;
    margin-left: 25px;
}

.section_service .service_item_ed .content_srv .title_service {
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #333;
}

.section_service .service_item_ed .content_srv .content_service {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
    color: #333;
}

.col-item-srv {
    display: flex;
}

.section-heading-title h3 {
	font-size: 25px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
    color: #156a8e;
}


.bx-wrapper img {
    display: block;
    height: 250px;
    object-fit: cover;
    background: #0000;
    border-radius: 20px;
    border: solid 0px;
    padding: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc0;
    box-shadow: 0 0 5px #ccc0;
    border: 1px solid #eee0;
    left: -5px;
    background: #fff0;
    height: auto !important;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}