/**
 * @Project NUKEVIET 4.x
/* Các tùy chỉnh CSS của giao diện nên để vào đây */
a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
@font-face {
    font-family: "utm-bc";
    src: url("../fonts/UTM-BeautifulCaps.ttf");
    font-style: normal;
    font-display: block;
}
img{
    max-width: 100%;
    height: auto;
}
.header-language{
    display: inline-block;
}

.header-language ul.language{
    padding: 0;
    margin: 0;
}
.header-language ul.language li{
    display: inline-block;
}
#newsnotice_email{
    width: 400px;
    max-width: 100%;
    height: 45px;
    margin: 15px 0;
}
#newsnotice_btn{
    padding: 6px 20px;
    margin: 10px 0px;
    font-size: 18px;
    line-height: 28px;
}
.section-heading-title{
    position: relative;
}
.section-heading-title h2{
	font-family: 'Nunito', sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
	color: #670b00;
}
.section-heading-title h2:after {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0;
    right: 0;
    width: 100%;
    height: 15px;
	color: #86c440;
    background: url(../images/heading-var-shap.png) no-repeat scroll center bottom;
}
.section-heading-title h2 span{
    font-size: 40px;
    text-transform: none;
}
span.c-orange{
    color: #e99735;
}
span.c-green{
    color: #e6990f;
}


#header .logo h2, #header .logo .site_description {
    display: none;
}
/*inner-banner*/
.inner-heading{
    position: relative;
    background: #e31c2a21;
    background-image: url(../images/bread.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
	padding: 20px 0;
    padding-top: 100px;
}
.inner-heading h3 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}
.inner-heading ul.temp-breadcrumbs{
	margin: 0;
    padding: 0;
    text-align: center;
}
.inner-heading ul.temp-breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
}
.inner-heading ul.temp-breadcrumbs a{
	color: #FFF;
    font-size: 18px;
}

.inner-heading ul.temp-breadcrumbs li:last-child span.sep{
	display: none;
}
.inner-heading ul.temp-breadcrumbs li span.sep{
	margin-left: 10px;
    margin-right: 10px;
	color: #fff;
    font-size: 18px;
}
.inner-heading ul.temp-breadcrumbs li span.sep:before {
    content: '-';
}
.section-body{
    background: #fff;
    padding-top: 45px;
    padding-bottom: 45px;
}

/*menu*/
.mobile-menu-bg {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 102 173);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    position: fixed;
    top: 69px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0066ad;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(-100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
    border-bottom: 1px #ddd solid;
    padding: 10px;
    text-align: center;
}

.mobile-menu-wrap .logo img {
    height: 50px;
    width: auto;
}

.mobile-menu-wrap .menu {
    background: #0066ad;
    height: calc(100vh - 111px);
    overflow: auto;
}

.mobile-menu-wrap .mfooter {
    background-color: #0066ad;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    width: 40px;
    position: absolute;
    top: -38px;
    right: 10px;
    text-align: center;
    border-radius: 3px;
    display: none;
}

.mobile-menu-toggle-btn span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background-color: #f0ece9;
    margin: 0 auto 4px;
    transform: rotate(0deg) translate(0);
}
.mobile-menu-toggle-btn-close{
    cursor: pointer;
    width: 40px;
    position: absolute;
    top: -38px;
    right: 10px;
}
.mobile-menu-toggle-btn-close span:nth-child(1) {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    transform: rotate(45deg) translate(4px, 5px);
}
.mobile-menu-toggle-btn-close span:nth-child(2) {
    display: block;
    width: 25px;
    height: 2px;
    margin-top: 10px;
    border-radius: 1px;
    background-color: #fff;
    transform: rotate(-45deg) translate(3px, -5px);
}

/*section-contact*/
.section-contact {
    position: relative;
    padding-top: 50px;
    background-image: url(../images/tool-background.png?);
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 5px solid #e99735;
}
.section-contact:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 3px;
    height: 1px;
    width: 100%;
    background: url(../images/dashs.png) repeat-x;
}
.section-contact .contact-box{
    padding: 0 10px;
}
.section-contact img{
    width:100%;
}
.contact-box .c-box-info{
    margin-top: 26px;
    text-align: center;
}
.contact-box .c-box-info ul{
    padding: 0;
    margin: 0;
}
.contact-box .c-box-info ul .c-info{
    margin-bottom: 9px;
    padding: 4px;
    border-radius: 10px;
    display: inline-block;
    color: #97b733;
    background: #fff;
}
.contact-box .c-box-info ul .c-info .date {
    display: block;
}
.contact-box .c-box-info ul .c-info .clock {
    color: #e99735;
}
.contact-box .c-box-info .b-info {
    position: relative;
    top: -8px;
    padding-bottom: 15px;
    color: #fff;
    border-bottom: 1px dashed white;
}
.contact-box .c-box-info .big-info {
    font-weight: 400;
    font-size: 30px;
    position: relative;
    margin: 7px 0 27px;
    padding-bottom: 28px;
}
.contact-box .c-box-info .big-info a{
    color: #fff;
}
.contact-box .c-box-info ul .c-info a {
    color: #97b733;
}

/*abbout*/
.section-about {
    padding: 15px 0;
    background-image: url(../images/bg-introduction.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    text-align: center;
}
.about-header{
    position: relative;
}
.about-header h3{
    color: #670b00;
    font-family: utm-bc;
    font-size: 35px;
    font-weight: 500;
}
.about-header h2{
    font-family: 'Alegreya', serif;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}
.about-header h2:after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    right: 0;
    width: 100%;
    height: 15px;
    background: url(../images/heading-var-shap.png) no-repeat scroll center bottom;
}
.about-content{
    padding: 0 50px;
    color: #777777;
    line-height: 28px;
    font-size: 17px;
    font-weight: 400;
}
.about-img{
    text-align: center;
}
.about-img img {
    display: inline-block;
    max-width: 70%;
    height: auto;
    border-radius: 15px;

}
.about-img figure {
	margin-bottom:15px;
	margin-top:15px;
}
/* Shine */
.about-img figure {
	position: relative;
}
.about-img figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.about-img figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
figure {
	overflow: hidden;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/*section-service*/
.section-service{
	position: relative;
    padding: 0px 0;
    background-color: #fff;
}
.service-box{
	padding: 10px 10px;
}
.service-item{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
}
.service-item img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; 
}
.service-item .service-content {
    padding: 20px;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: #86c440; 
}

.service-content .service-content-title {
    color: #fff;
    font-size: 22px; 
}
.service-content .service-content-title a {
    color: #fff;
}


.service-content .service-content-description p {
    margin-bottom: 0; 
    max-height: 40px;
    overflow: hidden;
}
.service-item:hover > img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); 
}

/*section-choose*/
.section-choose{
	position: relative;
    padding: 20px 0;
    background-color: #f7f7f7;
}
.whychoose-img{
    margin: 0 auto;
    justify-content: center;
    verticle-align: middle;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.whychoose-img img{
    width: 80%;
	margin-left: 30px;
    border-radius: 50px;
    max-width: 100%;
	
}
.section-header-bar {
    position: relative;
    background: #003551;
    background-repeat: no-repeat;
    background-size: cover;
}
#footer {
    position: relative;
    min-height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
    font-size: 16px;
    background: #003653;
    border-top: 5px solid #009fe0;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.whychoose-content, .about-toggle{
    padding: 20px 0;
}
.whychoose-toggle .toggle-title {
    cursor: pointer;
    font-size: 17px;
    padding: 13px 40px 13px 55px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}
.whychoose-toggle .toggle-title:before,
.whychoose-toggle .toggle-title:after {
    content: "\f0fe";
    font-family: "FontAwesome";
    font-weight: normal;
    line-height: normal;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
       -moz-transform: translate3d(0,-50%,0);
            transform: translate3d(0,-50%,0);
}

.whychoose-toggle .toggle-title:before {
    content: "\f107";
    left: auto;
    right: 20px;
}

.whychoose-toggle.active .toggle-title,
.whychoose-toggle:hover .toggle-title {
    background-color: #a94442;
    border-color: #a94442;
    border-radius: 5px 5px 0 0;
}

.whychoose-toggle.active .toggle-title,
.whychoose-toggle.active .toggle-title:after,
.whychoose-toggle.active .toggle-title:before,
.whychoose-toggle:hover .toggle-title,
.whychoose-toggle:hover .toggle-title:after,
.whychoose-toggle:hover .toggle-title:before {
    color: #fff;
}

.whychoose-toggle.active .toggle-title:after {
    content: "\f146";
}

.whychoose-toggle .toggle-content {
    display: none;
    padding: 20px 20px 35px;
    color: #670b00;
    background: #ffeee4;
}
.whychoose-toggle.active .toggle-content {
    display: block;
}
.whychoose-toggle .toggle-content h3{
    padding-top: 5px;
}
.whychoose-toggle .toggle-content h3 a{
    color: #000;
    font-style: italic;
    text-decoration-line: underline;
}

/*section-product*/
.section-product{
    position: relative;
    padding: 20px 0;
    background-color: #fff;
}
.section-product .wraper {
    width: auto;
    max-width: 1400px;
}
.block_album_tab_new ul li{
    display: inline-block;
    float: none;
    vertical-align: top;
    padding: 8px 15px 5px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
    margin: 5px;
    font-size: 14px;
    cursor: pointer;
    background: #ebebeb;
    border-radius: 5px;
    font-weight: 700;
    min-width: 100px;
}
.block_album_tab_new ul li.active, .block_album_tab_new ul li:hover{
    background: #e99735;
}
.block_album_tab_new ul li a{
    color: #000;
}
.block_album_tab_new ul li.active a, .block_album_tab_new ul li:hover a{
    color: #fff;
}
.section-product .product-item{
    position: relative;
    margin: 5px 6px;
    border-radius: 6px;
    box-shadow: 0 0 4px;
    overflow: hidden;
    transition: height 250ms ease-out 0s;
}
.product-item img{
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.product-item .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-intro {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.product-intro a {
    color: #fff; 
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}
.product-name {
    padding: 15px 20px;
    background: #8ec640;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; 
}
.product-name a {
    color: #fff;
    padding: 5px; 
}
.product-intro a:hover {
    color: #8ec640; 
}
.product-item:hover .bg-overlay {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: background 0.3s ease-in-out 0s;
    transition: background 0.3s ease-in-out 0s; 
}
.product-item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); 
}
.product-item:hover .product-intro {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); 
}
.product-item:hover .product-name {
    opacity: 1;
    visibility: visible; 
}
.section-product .see-more{
    display: inline-block;
    line-height: 45px;
    background-color: #8ec640;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    min-width: 165px;
    border-radius: 25px;
    margin-top: 30px;
}
.section-product .see-more:hover{
    background-color: #f5821d;
}

/*section-new*/
.section-new {
    position: relative;
    padding: 20px 0;
}
.section-new .wraper{
    width: auto;
    max-width: 1400px;
}
.section-new .new-item{
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.03);
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.section-new .new-box{
    padding: 20px 30px;
}
.section-new .new-box h3{
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
    overflow: hidden;
    max-height: 48px;
    height: 48px;
}
.section-new .new-box h3 a{
    color: #27272f;
}
.section-new .new-box h3 a:hover{
    color: #8ec640;
}
.new-box .tb_meta{
    font-size: 13px;
    color: #b0b0b0;
    padding: 8px 0;
}
.new-box .tb_meta span:first-child{
    margin-right: 5px;
}
.new-box .tb_meta span i{
        color: #670b00;
}
.section-new .new-content{
    color: #626262;
    line-height: 20px;
    font-size: 16px;
    overflow: hidden;
    max-height: 80px;
    height: 80px;
}
.section-new .new-box h4{
    margin-top: 25px;
    display: block;
}
.section-new .new-box h4 a{
    display: inline-block;
    color: #27272f;
    border: 2px solid #ebebeb;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 22px;
    text-align: center;
    text-transform: uppercase;
}
.section-new .new-box h4 a:hover{
    color: #fff;
    border-color: #8ec640;
    background-color: #8ec640;
}

/*section-support*/
.section-support{
    position: relative;
    padding: 40px 0;
    background-image: url(../images/support-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.section-support .bg-overlay{
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.support-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.support-item .support-tel{
    margin: auto;
}
.support-item .support-tel span{
    display: block;
    text-align: center;
}
.support-item h3{
    color: #fff;
    font-family: utm-bc;
    font-size: 42px;
    font-weight: 500;
}
.support-item h4{
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}
.support-item span a{
    font-size: 22px;
    color: #fff;
    background-color: #8ec640;
    padding: 15px 30px;
    display: inline-block;
}
/*section-partner*/
.section-partner{
    position: relative;
    padding: 20px 0;
    background-color: #fff;
}

/*button phone*/
.quick-alo-phone {
    position: fixed;
    width: 60px;
    height: 60px;
    cursor: pointer;
    right: 18pt;
    bottom: 90px;
    z-index: 99;
}
.quick-alo-zalo {
    position: fixed;
    width: 60px;
    height: 60px;
    cursor: pointer;
    right: 18pt;
    bottom: 155px;
    z-index: 99;
}
.quick-alo-phone img, .quick-alo-zalo img{
    width: 60px;
    height: 60px;
}
.quick-alo-phone:hover, .quick-alo-zalo:hover {
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(33,33,33,.2); 
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #e99735;
    border-color: #b1660c;
}
.btn-primary:hover, .btn-primary.hover, .open>.dropdown-toggle.btn-primary {
	background-color: #d08328;
    border-color: #7d4604;
}
.btn-primary {
	color: #fff;
    background-color: #e99735;
    border-color: #e09336;
}
.panel-primary>.panel-heading {
	color: #fff;
    background-color: #86c440;
    border-color: #75bb27;
    text-transform: uppercase;
    font-weight: 700;
}
.panel-primary {
    border-color: #86c440;
}

.section-header {
    position: absolute;
    width: 100%;
    z-index: 999;
    text-transform: uppercase;
    background: #000000a3;
}

/*responsive*/
@media screen and (max-width: 991px) {
    .service-item .service-content {
        padding: 10px; 
    } 
    .service-content .service-content-title {
        font-size: 18px; 
    } 
    .support-item{
        display: block;
    }
    .support-item .support-tel span{
        text-align: left;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px){
    .second-nav, .section-header-bar {
        display: none;
    }

    .open-menu .mobile-menu-bg, .mobile-menu-toggle-btn, .mobile-menu-toggle-btn-close {
        display: block;
        
    }

    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
    }
    .section-new .new-content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-language {
        position: absolute;
        top: -40px;
        right: 55px;
    }
	.section-header {
		position: absolute;
		width: 100%;
		z-index: 999;
		text-transform: uppercase;
		background: #ffffffdb;
	}
    .section-header {
        position: relative;
    }		
	
}
@media (max-width: 499.98px) {
    .about-content{
        padding: 0;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .mobile-menu-toggle-btn, .mobile-menu-toggle-btn-close{
        top: -55px;
    }
    .mobile-menu-wrap, .mobile-menu-bg{
        top: 100px;
    }
  
  
  
  
  
  
  
  
  
 /*button phone*/

.quick-alo-phone.quick-alo-static {
    opacity:.6;
}
.quick-alo-phone.quick-alo-hover,
.quick-alo-phone:hover {
    opacity:1;
}
.quick-alo-ph-circle {
    width:160px;
    height:160px;
    top:20px;
    left:20px;
    position:absolute;
    background-color:transparent;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    border:2px solid rgba(30,30,30,0.4);
    border:2px solid #bfebfc 9;
    opacity:.1;
    -webkit-animation:quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation:quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation:quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation:quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation:quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;
    transform-origin:50% 50%;
}
.quick-alo-phone.quick-alo-active .quick-alo-ph-circle {
    -webkit-animation:quick-alo-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation:quick-alo-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation:quick-alo-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation:quick-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation:quick-alo-circle-anim 1.1s infinite ease-in-out !important;
}
.quick-alo-phone.quick-alo-static .quick-alo-ph-circle {
    -webkit-animation:quick-alo-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation:quick-alo-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation:quick-alo-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation:quick-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation:quick-alo-circle-anim 2.2s infinite ease-in-out !important;
}
.quick-alo-phone.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone:hover .quick-alo-ph-circle {
    border-color:#d90404;
    opacity:.5;
}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle {
    border-color:#d90404;
    opacity:.5;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
    border-color:#d90404;
    opacity:.5;
}
.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle {
    border-color:#ccc;
    opacity:.5;
}
.quick-alo-phone.quick-alo-gray .quick-alo-ph-circle {
    border-color:#d90404;
    opacity:.5;
}
.quick-alo-ph-circle-fill {
    width:100px;
    height:100px;
    top:50px;
    left:50px;
    position:absolute;
    background-color:#000;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    border:2px solid transparent;
    opacity:.1;
    -webkit-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;
    transform-origin:50% 50%;
}
.quick-alo-phone.quick-alo-active .quick-alo-ph-circle-fill {
    -webkit-animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}
.quick-alo-phone.quick-alo-static .quick-alo-ph-circle-fill {
    -webkit-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity:0 !important;
}
.quick-alo-phone.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone:hover .quick-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    opacity:.75 !important;
}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;
    opacity:.75 !important;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
    background-color: rgb(250 167 109);
    opacity:.75 !important;
}
.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    opacity:.75 !important;
}
.quick-alo-phone.quick-alo-gray .quick-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75 !important;
}
.quick-alo-ph-img-circle {
    width:60px;
    height:60px;
    top:70px;
    left:70px;
    position:absolute;
    background:rgba(30,30,30,0.1) url("../images/YWJeVO2.png") no-repeat center center;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    border:2px solid transparent;
    opacity:.7;
    -webkit-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation:quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;
    transform-origin:50% 50%;
}
.quick-alo-phone.quick-alo-active .quick-alo-ph-img-circle {
    -webkit-animation:quick-alo-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation:quick-alo-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation:quick-alo-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation:quick-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation:quick-alo-circle-img-anim 1s infinite ease-in-out !important;
}
.quick-alo-phone.quick-alo-static .quick-alo-ph-img-circle {
    -webkit-animation:quick-alo-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation:quick-alo-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation:quick-alo-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation:quick-alo-circle-img-anim 0s infinite ease-in-out !important;
    animation:quick-alo-circle-img-anim 0s infinite ease-in-out !important;
}
.quick-alo-phone.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone:hover .quick-alo-ph-img-circle {
    background-color:#00aff2;
}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
    background-color:#75eb50;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #d90404;
}
.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-img-circle {
    background-color:#ccc;
}
.quick-alo-phone.quick-alo-gray .quick-alo-ph-img-circle {
    background-color:#75eb50;
}
@-moz-keyframes quick-alo-circle-anim {
    0% {
        -moz-transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1;
        -moz-opacity:.1;
        -webkit-opacity:.1;
        -o-opacity:.1;
    }
    30% {
        -moz-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5;
        -moz-opacity:.5;
        -webkit-opacity:.5;
        -o-opacity:.5;
    }
    100% {
        -moz-transform:rotate(0) scale(1) skew(1deg);
        opacity:.6;
        -moz-opacity:.6;
        -webkit-opacity:.6;
        -o-opacity:.1;
    }
}
@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1;
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5;
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1;
    }
    }
    @-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform:rotate(0) kscale(.5) skew(1deg);
        -o-opacity:.1;
    }
    30% {
        -o-transform:rotate(0) scale(.7) skew(1deg);
        -o-opacity:.5;
    }
    100% {
        -o-transform:rotate(0) scale(1) skew(1deg);
        -o-opacity:.1;
    }
}
@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2;
    }
    50% {
        -moz-transform:rotate(0) -moz-scale(1) skew(1deg);
        opacity:.2;
    }
    100% {
        -moz-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2;
    }
}
@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2;
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2;
    }
    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2;
    }
}
@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2;
    }
    50% {
        -o-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2;
    }
    100% {
        -o-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2;
    }
}
@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform:rotate(0) scale(1) skew(1deg);
    }
    10% {
        -moz-transform:rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -moz-transform:rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -moz-transform:rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -moz-transform:rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -moz-transform:rotate(0) scale(1) skew(1deg);
    }
    100% {
        -moz-transform:rotate(0) scale(1) skew(1deg);
    }
}
@-webkit-keyframes quick-alo-circle-img-anim {
    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);
    }
}
@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform:rotate(0) scale(1) skew(1deg);
    }
    10% {
        -o-transform:rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -o-transform:rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -o-transform:rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -o-transform:rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -o-transform:rotate(0) scale(1) skew(1deg);
    }
    100% {
        -o-transform:rotate(0) scale(1) skew(1deg);
    }
}
.quick-alo-phone {
    position: fixed;
    background-color: transparent;
    width: 150px;
    height: 150px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    left: -40px;
    bottom: 20px;
}


.tel-callphone{
    position: absolute;
    bottom: 20px;
    left: 70px;
    background: #EA2429;
    color: #fff;
    border-radius: 30px;
    height: 60px;
    width: 200px;
}
.tel-callphone .phone{
    display: block;
    color: #fff;
    margin: 15px 70px 15px;
    font-size: 22px;
    font-weight: 700;
}

.footerNav2 .bttop a {
    display: block;
    background-color: #d90404;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    position: relative;
    width: 40px;
    height: 40px;
}




.section-header{
	margin-top:0px;
}

.header--fixed {
    -webkit-transition-property: margin-top;
    -moz-transition-property: margin-top;
    -o-transition-property: margin-top;
    transition-property: margin-top;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: fixed;
    top: -91px;
    left: 0;
    width: 100%;
    margin-top: 0; 
	z-index:3;
	}
.header--fixed.header--default {
      background: #fff;
      border-bottom: solid 1px #eaedf2; }
.header--fixed.header--default .navbar-default .navbar-nav a span,
.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav a span {
        text-shadow: none;
        color: #434955; }
        @media (max-width: 767px) {
.header--fixed.header--default .navbar-default .navbar-nav a span,
.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav a span {
            color: white; } }
.header--fixed.header--default .navbar-default .navbar-nav a:hover span, #header.header--fixed.header--default .navbar-default .navbar-nav a:focus span,
.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav a:hover span,
.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav a:focus span {
        color: #434955; }
        @media (max-width: 767px) {
.header--fixed.header--default .navbar-default .navbar-nav a:hover span, #header.header--fixed.header--default .navbar-default .navbar-nav a:focus span,
.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav a:hover span,
.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav a:focus span {
            color: white; } }
.header--fixed.header--default .navbar-default .navbar-nav .active a span,
.header--fixed.header--default .navbar-default .navbar-nav .open a span,
.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav .active a span,
.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav .open a span {
        color: #434955; }
        @media (max-width: 767px) {
.header--fixed.header--default .navbar-default .navbar-nav .active a span,
.header--fixed.header--default .navbar-default .navbar-nav .open a span,
.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav .active a span,
.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav .open a span {
            color: white; } }
.header--fixed.header--default .navbar-default .navbar-toggle,
.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-toggle {
        color: #434955;
        border-color: #434955; }
.header--fixed.header--default .navbar-default .navbar-toggle .icon-bar,
.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-toggle .icon-bar {
          background-color: #434955; }
.header--fixed.header--default .dropdown-menu {
        -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.175);
        -moz-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 0px 12px rgba(0, 0, 0, 0.175);
        background-clip: initial; }
.header--visible {
    -webkit-transition-property: margin-top;
    -moz-transition-property: margin-top;
    -o-transition-property: margin-top;
    transition-property: margin-top;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    margin-top: 91px; }

.main--header-fixed {
  padding-top: 91px; }









.col-2dot4, // extra small
.col-sm-2dot4, // small
.col-md-2dot4, // medium
.col-lg-2dot4, // large
.col-xl-2dot4 { // extra large
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}



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

/*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;
    }
}


/*new*/
.section-new{
    padding: 40px 0;
}
.new-list .new-item {
    box-shadow: #1d212938 0 0 16px;
}
.new-list .new-image {
    position: relative;
}
.new-list .new-image a {
    display: block;
}
.new-list .new-image img {
    width: 100%;
    height: 170px;
    opacity: 1;
    transition: opacity .4s;
}
.new-list .new-image a:hover img{
    opacity:0.7;
}
.new-list .new-content{
    padding: 20px;
    background: #fff;
}
.new-list .date {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
}
.new-list h2 {
    font-size: 20px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 18px;
    overflow: hidden;
}
.new-list h2 a{
    color:#464646;
}
.new-list h2 a:hover{
    color:#fed402;
}
.new-list p {
    line-height: 25px;
    height: 125px;
    overflow: hidden;
    font-size: 16px;
    color:#696969;
    margin-bottom: 18px;
}
.readmore_style2 a{
    color:#CC3300;
    font-size: 18px;
    font-weight: 600;
}
.readmore_style2 a:hover{
    color:#1863AB;
}




.hero-image {
    display: flex;
    align-items: center;
	height: auto;
	color: #fff;
}

.hero-image {
    position: relative;
    min-height: calc(60vh - 42px);
    background: url(https://motogo.vn/wp-content/themes/motogo/images/MOTOGO-cho-thue-xe-may-Ha-Noi.jpg) no-repeat;
    background-position: 50%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.hero-image .hero-content {
    padding-top: 50px;
}
.hero-image .hero-content {
    position: relative;
    color: #fff;
}

.key-slogan h1 {
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 1.5;
	color: #fff;
}
.key-slogan p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
	color: #fff;
}

.car-rental-wrapper {
    background: #00000085;
    padding: 30px;
}

.hero-image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.65);
    text-align: center;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.section-heading-title {
    position: relative;
}

.section-heading-title h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #ff0000;
}

.section-heading-title h2:after {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0;
    right: 0;
    width: 100%;
    height: 15px;
    color: #86c440;
    background: url(../images/heading-var-shap.png) no-repeat scroll center bottom;
}

.new-list .new-item {
	position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 11%);
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/*section-support*/
.section-support{
    position: relative;
    padding: 40px 0;
    background-image: url(../images/yamaha-mt-01-white-red-extreme-bike-and-nature-web-header.jpg-nggid043888-ngg0dyn-1280x720x100-00f0w010c010r110f110r010t010.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.section-support .bg-overlay{
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.support-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.support-item .support-tel{
    margin: auto;
}
.support-item .support-tel span{
    display: block;
    text-align: center;
}
.support-item h3{
    color: #fff;
    font-family: utm-bc;
    font-size: 42px;
    font-weight: 500;
}
.support-item h4{
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}
.support-item span a{
    font-size: 22px;
    color: #fff;
    background-color: #8ec640;
    padding: 15px 30px;
    display: inline-block;
}


/*team*/
.team-site h3 {
    font-size: 22px;
    text-transform: uppercase;
}
.box-support{
    padding: 15px;
}
.item-support {
    background: #fff;
    padding: 20px 20px 30px;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.item-support:hover .img-support img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transition: all 1000ms ease;
}

.item-support:after {
  content: "";
  position: absolute;
  max-width: 100%;
  width: 100%;
  display: block;
  height: 330px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px;
  background: url("../images/team_bg.png") no-repeat top center;
}
.img-support img {
  border-radius: 50%;
  width: 150px;
  height: auto;
  border: 5px solid #fff;
  box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, 0.12);
  max-height: 220px;
  background: #fff;
}

.img-support {
  text-align: center;
  position: relative;
  z-index: 9;
}
.info-support h4 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}
.info-support h6 {
	font-size: 16px;
    margin-bottom: 10px;
    color: #767271;
    font-weight: 400;
    text-align: justify;
}
.info-support .icon{
    width: 40px;
    height: 40px;
    margin: 0 2px;
}

.alper-product-item .info-room .product-info-room .booking-room .btn-booking {
    padding: 10px 7px;
    background-color: #c40025;
    border: 1px solid #c40025;
    color: #fff;
    font-size: 12px;
    transition: all 300ms;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.footerNav2 {
    font-size: 11px;
}
.copyright span a {
    color: #dcdcdc !important;
    font-size: 11px;
}