body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.banner-item, .banner-item img {
    display: block;
    width: 100%;
}

#logo {
    float: left;
}

#headRight {
    float: right;
}

    #headRight a {
        color: red;
        display: block;
        font-size: 16px;
    }

    #headRight .email {
        margin-bottom: 20px;
    }

    #headRight a i {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }

#headPage {
    padding: 20px 0;
    border-bottom: 1px solid #0573ff;
}



.stellarnav.desktop > ul > li > a {
    padding: 20px 30px;
    text-transform: initial;
    color: #0573ff;
    /* letter-spacing: 2px; */
    font-weight: 600;
    font-size: 18px;
}

.stellarnav.desktop > ul > li:first-child > a {
    padding-left: 0px;
}

.stellarnav.desktop > ul > li:last-child {
    border-right: 0px;
}

.stellarnav.desktop ul {
    text-align: center;
}

.stellarnav.desktop > ul > li {
    display: inline-block;
    
}

.stellarnav.desktop li a {
    color: black;
    text-transform: uppercase;
}

h2 {
    margin-top: 0px;
    font-size: 18px;
}

ul {
    list-style-image: url(/content/images/home/list-icon.png);
    padding-left: 0px;
    list-style-position: inside;
}

    ul > li {
        padding-bottom: 10px;
    }

#footPage {
    padding: 40px 0;
    background: #0573ff;
    color: #fff;
}

#copyRight {
    text-align: center;
    /* border-top: solid 1px #ddd; */
    line-height: 50px;
    color: #000;
    font-style: italic;
    font-weight: 500;
}

#footMenu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
	text-align:center;
	
}

.product-item {
    margin-bottom: 20px;
}

    .product-item a {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .product-item img {
        display: block;
        margin: auto;
    }

    .product-item .img {
        margin-bottom: 10px;
        border: solid 1px #ddd;
    }

    .product-item .name {
        text-transform: uppercase;
        color: #666;
    }

.wrapBreadcrumb {
    padding: 8px 0;
    font-size: 15px;
    background: #f1f1f1;
    letter-spacing: 1px;
}

.row > * {
    font-size: 15px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    border-radius: 0;
    list-style: none;
    overflow: hidden;
}

    .breadcrumb a {
        color: black;
        display: block;
        line-height: 22px;
    }

    .breadcrumb span {
        color: black;
        line-height: 22px;
    }

    .breadcrumb > li {
        position: relative;
        white-space: nowrap;
        display: inline-block;
        height: 22px;
        vertical-align: top;
        padding-right: 6px;
    }


.form textarea {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 120px;
}

.form input {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

.form button {
    background: #333;
    color: white;
    min-width: 100px;
    text-align: center;
    box-shadow: none;
    border: 0px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

.map iframe {
    width: 100% !important;
    display: block;
}

.map p {
    margin: 0px;
}

.title-form {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.title-page {
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}


.intro-menu {
    display: inline-block;
}

    .intro-menu a {
        padding: 0px 10px;
        color: black;
        text-transform: uppercase;
        line-height: 40px;
        margin: 0 10px;
        position: relative;
        background: #eee;
    }

        .intro-menu a:first-child {
            margin-left: 0px;
        }

        .intro-menu a:last-child {
            margin-right: 0px;
        }

        .intro-menu a.select:before {
            content: '';
            height: 2px;
            width: 100%;
            position: absolute;
            bottom: 0px;
            left: 0px;
            font-size: 15px;
            background: #ff0000;
        }


.social {
    margin-top: 20px;
}

    .social a {
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
    }

        .social a * {
            vertical-align: top !important;
        }

.arc-item {
    margin-bottom: 20px;
}

    .arc-item .img, .arc-item .img img {
        display: block;
    }

    .arc-item .img {
        margin-bottom: 10px;
    }

    .arc-item .name {
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 10px;
        display: block;
    }

    .arc-item .desc {
        color: #666;
    }


.title-right {
    background: #f5f5f5;
    font-size: 16px;
    padding: 10px;
    color: black;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#mainImageDetail img {
    margin: auto;
    display: block;
	    width: 100%;
}

#mainImageDetail {
    border: solid 1px #ddd;
    padding: 10px;
}

#slideImage .item img {
    margin: auto;
    padding: 0 5px;
}

.prev_slideImage {
    position: absolute;
    left: 0px;
    top: 15px;
}

.next_slideImage {
    position: absolute;
    right: 0px;
    top: 15px;
}


.btn-support {
    text-align: center;
}

    .btn-support a {
        border: solid 1px #ccc;
        background: #ddd;
        color: black;
        text-transform: uppercase;
        line-height: 40px;
        padding: 0 50px;
        border-radius: 100px;
    }

.stellarnav.desktop > ul > li > a:hover {
    color: red;
}

.stellarnav.desktop li a:hover {
    color: red;
}

.product-item .name:hover {
    color: red;
}

.btn-support a:hover {
    background: #929292;
}

.arc-item .name:hover {
    color: red;
}

#footMenu a {
    font-weight: bold;
	color:#fff;
}

    #footMenu a:hover {
        color: #fff;
    }
	
	a:hover{
		color:red;
	}

.ring-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 40px;
    position: absolute;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 40px;
    z-index: 200000 !important;
    left: 0px;
    bottom: 0px;
}

    .ring-alo-phone.ring-alo-show {
        visibility: visible;
    }

    .ring-alo-phone.ring-alo-hover, .ring-alo-phone:hover {
        opacity: 1;
    }

.ring-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 70px;
    left: -15px;
    opacity: 0.1;
    position: absolute;
    top: -15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}


.ring-alo-phone:hover .ring-alo-ph-circle {
    border-color: #0573ff;
    opacity: 0.5;
}

.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
    border-color: #0573ff;
    opacity: 0.5;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #0573ff;
    opacity: 0.5;
}

.ring-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    left: -10px;
    opacity: 0.1;
    position: absolute;
    top: -10px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 60px;
}

.ring-alo-phone:hover .ring-alo-ph-circle-fill {
    background-color: #0573ff;
    opacity: 0.75 !important;
}

.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
    background-color: #0573ff;
    opacity: 0.75 !important;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
    background-color: #0573ff;
    opacity: 0.75 !important;
}


.ring-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 40px;
    left: 0px;
    opacity: 1;
    position: absolute;
    top: 0px;
    width: 40px;
}

    .ring-alo-ph-img-circle i {
        color: white;
        display: block;
        vertical-align: top;
        text-align: center;
        width: 38px;
        line-height: 38px;
        font-size: 26px;
    }

.ring-alo-phone:hover .ring-alo-ph-img-circle {
    background-color: #0573ff;
}

.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
    background-color: #0573ff;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #0573ff;
}

.ring-alo-ph-img-circle a img {
    padding: 5px;
    position: relative;
    top: -1px;
}

.fix_tel {
    position: fixed;
    bottom: 20px;
    left: 0;
    padding: 0px 20px 0px 10px;
    background: rgba(255,255,255,0.8);
    border-radius: 0 50px 50px 0;
    z-index: 11111;
    border: solid 2px #0573ff;
    border-left: 0px;
}

    .fix_tel .tel {
        display: block;
        padding-left: 60px;
        line-height: 40px;
        font-size: 18px;
    }

        .fix_tel .tel a {
            color: #0573ff;
            font-weight: bold;
        }

@keyframes ring-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }

    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}


@keyframes ring-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes ring-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

.pro-item {
    position: relative;
    margin-bottom: 20px;
}

    .pro-item .img, .pro-item .img img {
        display: block;
    }

    .pro-item .name {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 15px;
        color: white;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        font-size: 16px;
        font-style: italic;
    }

.paging-bottom {
    position: relative;
}

.ctrlq.fb-button {
    width: 50px !important;
    height: 50px !important;
    bottom: 80px !important;
}

.zalo-call {
    width: 50px !important;
    bottom: 15px !important;
}

#wrapMenu #logo {
    display: none;
}

.banner-main, .banner-main img {
    width: 100%;
    display: block;
}

.sep20 {
    height: 10px;
}

.only-mobi {
    display: none;
}

.title-line-text {
    font-size: 28px;
    background: #0573ff;
    text-transform: uppercase;
    padding: 15px 40px 15px 20px;
    color: #fff;
    margin-bottom: 5px
}

.Title-line {
    border-bottom: 1px solid #0573ff;
    margin-bottom: 20px;
}