/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 5, 2016, 11:09:08 AM
    Author     : Administrator
*/
/*--------------- font ------------------------aaaaaaa*/
@font-face {
    font-family: 'UTM Isadora';
    src: url('../fonts/UTMIsadoraBold.woff2') format('woff2'),
        url('../fonts/UTMIsadoraBold.woff') format('woff');
    font-weight: bold; 
    font-style: normal;
}

/*--------------- font ------------------------*/
/*--------------- normal ------------------------*/
body {
    line-height: 25px;
    font-family: 'arial';
}

input:required:invalid,
input:focus:invalid,
input:invalid {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAeVJREFUeNqkU01oE1EQ/mazSTdRmqSxLVSJVKU9RYoHD8WfHr16kh5EFA8eSy6hXrwUPBSKZ6E9V1CU4tGf0DZWDEQrGkhprRDbCvlpavan3ezu+LLSUnADLZnHwHvzmJlvvpkhZkY7IqFNaTuAfPhhP/8Uo87SGSaDsP27hgYM/lUpy6lHdqsAtM+BPfvqKp3ufYKwcgmWCug6oKmrrG3PoaqngWjdd/922hOBs5C/jJA6x7AiUt8VYVUAVQXXShfIqCYRMZO8/N1N+B8H1sOUwivpSUSVCJ2MAjtVwBAIdv+AQkHQqbOgc+fBvorjyQENDcch16/BtkQdAlC4E6jrYHGgGU18Io3gmhzJuwub6/fQJYNi/YBpCifhbDaAPXFvCBVxXbvfbNGFeN8DkjogWAd8DljV3KRutcEAeHMN/HXZ4p9bhncJHCyhNx52R0Kv/XNuQvYBnM+CP7xddXL5KaJw0TMAF8qjnMvegeK/SLHubhpKDKIrJDlvXoMX3y9xcSMZyBQ+tpyk5hzsa2Ns7LGdfWdbL6fZvHn92d7dgROH/730YBLtiZmEdGPkFnhX4kxmjVe2xgPfCtrRd6GHRtEh9zsL8xVe+pwSzj+OtwvletZZ/wLeKD71L+ZeHHWZ/gowABkp7AwwnEjFAAAAAElFTkSuQmCC);
    background-position: right top;
    background-repeat: no-repeat;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #feacac;
    color: #fd5454;
    background-position: right center;
}

input:required:valid {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAepJREFUeNrEk79PFEEUx9/uDDd7v/AAQQnEQokmJCRGwc7/QeM/YGVxsZJQYI/EhCChICYmUJigNBSGzobQaI5SaYRw6imne0d2D/bYmZ3dGd+YQKEHYiyc5GUyb3Y+77vfeWNpreFfhvXfAWAAJtbKi7dff1rWK9vPHx3mThP2Iaipk5EzTg8Qmru38H7izmkFHAF4WH1R52654PR0Oamzj2dKxYt/Bbg1OPZuY3d9aU82VGem/5LtnJscLxWzfzRxaWNqWJP0XUadIbSzu5DuvUJpzq7sfYBKsP1GJeLB+PWpt8cCXm4+2+zLXx4guKiLXWA2Nc5ChOuacMEPv20FkT+dIawyenVi5VcAbcigWzXLeNiDRCdwId0LFm5IUMBIBgrp8wOEsFlfeCGm23/zoBZWn9a4C314A1nCoM1OAVccuGyCkPs/P+pIdVIOkG9pIh6YlyqCrwhRKD3GygK9PUBImIQQxRi4b2O+JcCLg8+e8NZiLVEygwCrWpYF0jQJziYU/ho2TUuCPTn8hHcQNuZy1/94sAMOzQHDeqaij7Cd8Dt8CatGhX3iWxgtFW/m29pnUjR7TSQcRCIAVW1FSr6KAVYdi+5Pj8yunviYHq7f72po3Y9dbi7CxzDO1+duzCXH9cEPAQYAhJELY/AqBtwAAAAASUVORK5CYII=);
    background-position: right top;
    background-repeat: no-repeat;
    background-position: right center;
}

img {
    max-width: 100%;
}

a {
    cursor: pointer;
    color: #f60;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #297aff;
    outline: medium none;
}

.container {
    width: 100%;
    max-width: 1170px;
}

.container:after {
    padding-left: 0;
}

.hd {
    background-image: url("../images/h3-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #f60;
    font-family: 'UTM Isadora';
    padding-bottom: 30px;
    text-align: center;
    margin: 0;
}

/*-------------------------   For Menu     ---------------------------*/
.maincontent.header {
    background-color: #f60;
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 39;
}

.maincontent.header nav#topmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.maincontent.header nav#topmenu ul li {
    display: inline-block;
}

.maincontent.header nav#topmenu ul li a {
    border-radius: 39px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    margin: 22px 6px;
    padding: 3px 9px;
    text-transform: uppercase;
}

.maincontent.header nav#topmenu ul li.active a,
.maincontent.header nav#topmenu ul li:hover a {
    background: #fff;
    color: #f60;
}

.maincontent.header a#buttonmenu:before,
.maincontent.header a#buttonmenu:after {
    content: '';
    display: block;
    background: #fff;
    height: 2px;
    width: 28px;
}

.maincontent.header a#buttonmenu {
    display: none;
    float: left;
    height: 18px;
    left: 0;
    position: relative;
    top: 0;
    width: 28px;
    margin: 29px 29px 29px 0;
}

.maincontent.header a#buttonmenu span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 6px 0;
    width: 28px;
}

.maincontent.header.top .logo,
.maincontent.header.top .hotline {
    position: relative;
}

.maincontent.header.top .logo img,
.maincontent.header.top .hotline img {
    height: 46px;
    width: auto;
}

.maincontent.header.top nav#topmenu ul li a {
    margin: 7px 6px;
}

.mm-navbars-top .mm-navbar img {
    border-radius: 73px;
    height: 73px;
    margin: 0 auto;
    padding: 4px 2px 0;
    position: relative;
    width: 73px;
    background-color: #f60;
    padding: 3px;
}

.mm-navbars-top .mm-navbar {
    padding: 3px 0;
}

.mm-listview .fa {
    color: rgba(0, 0, 0, 0.3);
}

.mm-navbar .fa {
    font-size: 18px;
}

.fa-envelope,
.fa-envelope,
.fa-twitter,
.fa-facebook {
    margin-top: 9px;
}

.fa-envelope {
    color: #e34545 !important;
}

.fa-twitter {
    color: #5bc5ff !important;
}

.fa-facebook {
    color: #3a5795 !important;
}

.mm-menu {
    z-index: 39 !important;
}

/*-------------------------   End Menu     ---------------------------*/
/*--------------- For slide ------------------------*/
;

.maincontent.homeslide .owl-theme .owl-dots .owl-dot.active span,
.maincontent.homeslide .owl-theme .owl-dots .owl-dot:hover span {
    border-color: #f60;
}

.maincontent.homeslide div.frmregister {
    background: rgba(255, 255, 255, 0.6);
    width: 300px;
    height: 80%;
    position: absolute;
    top: 100px;
    right: 10px;
    z-index: 9;
    margin-top: 10%;
    margin-bottom: 10%;
}

/*--------------- end slide --------------------*/
/*--------------- for about --------------------*/
.maincontent.about section.about-img,
.maincontent.about section.about-text {
    margin-top: 20px;
}

.maincontent.about section.about-img img.background {
    left: 0;
    padding: 5px 22px;
    position: absolute;
    top: 0;
    width: 100%;
}

.maincontent.about section.about-img img.image {
    box-shadow: -9px 9px 0 0 #EBEBEB;
    border: 3px solid #f60;
    width: 100%;
}

.maincontent.about section.about-text p {
    font-family: "Farsan", cursive;
    font-size: 21px;
    text-align: justify;
    margin: 0;
}

.maincontent.about section.about-text p.chamngon {
    text-align: center;
}

.maincontent.about i.fa {
    color: #f60;
    font-size: 39px;
    margin-right: 6px;
}

.maincontent.about .social .hotline img {
    height: 39px;
    width: auto;
}

/*--------------- end about --------------------*/
/*--------------- for product ------------------------*/
.maincontent.products {
    margin-top: 30px;
    background-image: url('../images/products-bg.png');
    padding: 30px 0;
}

.maincontent.products .product {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    box-shadow: 5px 5px 0 0 #ddd;
    display: inline-block;
    padding: 6px;
    width: 100%;
    margin-top: 30px;
}

.maincontent.products img {
    width: 100%;
}

.maincontent.products h5 {
    border-bottom: 1px dashed #aaa;
    font-size: 15px;
    padding: 6px;
    text-transform: uppercase;
    color: #666;
    text-align: center;
}

.maincontent.products .price {
    color: #f60;
    margin: 6px 0 0 0;
}

.maincontent.products .buy {
    background-color: #f60;
    color: #fff;
    margin: 6px 0 0 0;
    padding: 0 9px;
    text-transform: uppercase;
    cursor: pointer;
}

/*--------------- end product ------------------------*/
/*--------------- for bottom ------------------------*/
.maincontent.bottom {
    padding: 30px 0;
}

.maincontent.bottom .hd {
    margin-bottom: 30px;
}

.maincontent.bottom .clips .owl-carousel .item-video {
    height: 300px;
}

.maincontent.bottom .clips .owl-carousel .item-video .owl-video-tn {
    background-size: cover;
}

.maincontent.bottom .clips .owl-theme .owl-dots {
    display: none;
}

.maincontent.bottom .clips .list {
    margin: 9px -6px 0;
}

.maincontent.bottom .clips .list .item {
    padding: 0 6px;
}

.maincontent.bottom .clips .list .item .clipbg {
    overflow: hidden;
}

.maincontent.bottom .clips .list .item img {
    transform: scale(1.4);
    opacity: 0.6;

}

.maincontent.bottom .clips .list .item img:hover {
    opacity: 1;
}

/*--------------- end bottom ------------------------*/
/*--------------- for footer ------------------------*/
.maincontent.footer {
    background-color: #f60;
    color: #fff;
    text-align: center;
    padding: 9px;
}

.maincontent.footer div#item {
    padding-bottom: 5px;
}

.maincontent.footer input {
    width: 100%;
    border-radius: 0;
    border: 1px solid #dd5c06;
    padding: 5px 15px;
}

.maincontent.footer input[type="text"] {
    color: #dd5c06;
}

.maincontent.footer input[type="text"]:focus-visible {}

.maincontent.footer input[type="submit"] {
    background-color: #dd5c06;
    border: 1px solid #ffaf7a;
}

/*--------------- end footer ------------------------*/
div#detail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    max-width: 100%;
    text-align: center;
    background-color: #fff;
    z-index: 99;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* place-items: center; */
}

div.detail {
    display: none;
}

div#detail div#close {
    cursor: pointer;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    opacity: 0.79;
}

div#detail div#close:hover {
    opacity: 1;
}

div#detail div#close:before,
div#detail div#close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

div#detail div#close:before {
    transform: rotate(45deg);
}

div#detail div#close:after {
    transform: rotate(-45deg);
}

div#detail table {
    border-collapse: collapse;
}

div#detail table tr:nth-child(even) {
    background-color: #ffe8d9;
}

div#detail table,
td,
th {
    border: 1px solid #ff9c5a;
    padding: 0;
}

div#detail h4,
h3 {
    font-weight: bold;
    color: #f60;
}

/* -------------------------------------------------------------------------------------------------------------- */
.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 8px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 22px;
    left: 26px;
    position: absolute;
    background-color: rgba(230, 8, 8, .7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.hotline-phone-ring-img-circle {
    background-color: #e4212a;
    width: 33px;
    height: 33px;
    top: 33px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px
}

.hotline-bar {
    position: absolute;
    background: #e88a25;
    background: -webkit-linear-gradient(left, #e88a25, #d40000);
    background: -o-linear-gradient(right, #e88a25, #d40000);
    background: -moz-linear-gradient(right, #e88a25, #d40000);
    background: linear-gradient(to right, #e88a25, #e4212a);
    height: 40px;
    width: 200px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
    border-radius: 50px !important;
    border: 2px solid #fff;
    right: 33px;
    bottom: 72px;
    color: #fff;
}

.hotline-bar span {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 38px;
    font-family: Arial
}

.hotline-bar span:hover,
.hotline-bar span:active {
    color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

@-webkit-keyframes phonering-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)
    }
}

@media (max-width:768px) {
    .hotline-bar {
        display: none
    }
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}

img {
    border: none;
}


.hotline-phone-ring-wrap {
    position: fixed !important;
    bottom: 0;
    right: 0;
    z-index: 1111111;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    right: 0;
    bottom: 30px;
    display: block;
}


.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 200px;
    right: 33px;
    z-index: 999999;
}


.float-icon-hotline ul {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}

.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

a#messengerButton {
    padding: 0px !important;
    background: transparent !important;
    border: 0px !important;
    position: absolute;
}

@media only screen and (min-width: 960px) {
    .float-icon-hotline ul li .fa {
        background-size: contain !important;
    }
}

.float-icon-hotline ul li .fa-phone {
    background-color: #ed1c24;
}

.float-icon-hotline ul li .fa {
    background-color: #ed1c24;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.tada {
    animation-name: tada;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hotline-phone-ring-wrap span {
    display: inline-block;
    padding: 0;
    color: #fff;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 1px;
    left: -30px;
    z-index: 12;
    overflow: hidden;
    font-weight: 400;
    white-space: nowrap;
    opacity: 1;
    font-weight: bold;
}

ul.left-icon.hotline {
    margin-left: 0px !important;
}


.float-icon-hotline ul li .fa-zalo {
    background: url(images/zalo.png) center center no-repeat;
    cursor: pointer;
    background-size: 98% 98%;
}

.float-icon-hotline ul li .fa-zalo:hover {
    background: #ef0303 url(images/zalo.png) center center no-repeat;
    cursor: pointer;
    opacity: 0.5;
}