/*Header*/
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'UTMAvo';
    src: url(../fonts/UTMYvesKT_Bold_Italic.ttf);
}

body {
    font-family: 'Roboto', Arial, Sans-Serif;
    background: #A1E1FA;
    user-select: none;
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

}

img {
    max-width: 100%;
}

p {
    margin: 0;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-85,
.col-sm-85,
.col-md-85,
.col-lg-85 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 100%;
    float: left;
}

.col-sm-15 {
    width: 100%;
    float: left;
}

.col-xs-85 {
    width: 100%;
    float: left;
}

.col-sm-85 {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }

    .col-sm-85 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-sm-85 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-sm-85 {
        width: 80%;
        float: left;
    }
}

.row-5 {
    margin-right: -5px;
    margin-left: -5px;
}

.row-25 {
    margin-right: -50px;
    margin-left: -50px;
}

.padding-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-25 {
    padding-left: 50px;
    padding-right: 50px;
}

.row-10 {
    margin-right: -10px;
    margin-left: -10px;
}

.padding-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.format-margin {
    margin: 0!important;
}

.format-padding {
    padding: 0;
}

.menu-top {
    background: #f2f2f2;
    padding: 4px 0;
}

.top-category {
    padding: 0;
    margin: 0;
    text-align: right;
}

.top-category li {
    display: inline-block;
    padding: 0 10px;
}

.top-category li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.main-header {
    position: relative;
    width: 100%;
}

header {
    background: transparent;
    padding: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9;
    position: relative;
}

header.page-child {
    position: relative;
}

header.divfixed {
    position: fixed;
    top: 0;
    left: 0;
}

.logo {
    position: relative;
}

.logo img {
    max-width: 100%;
}

/*Menu*/
.menu {
    width: 100%;
    padding:0;
    background:transparent;
    background-size: 1px 50px;
}

.menu .nav {
    width: 100%;
}

.nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

.nav ul li {
    float: left;
    list-style: none;
    width: 20%;
    /*width: 16.66%;*/
    background: rgba(173,245,157,1);
    background: -moz-linear-gradient(top, rgba(173,245,157,1) 0%, rgba(38,133,15,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(173,245,157,1)), color-stop(100%, rgba(38,133,15,1)));
    background: -webkit-linear-gradient(top, rgba(173,245,157,1) 0%, rgba(38,133,15,1) 100%);
    background: -o-linear-gradient(top, rgba(173,245,157,1) 0%, rgba(38,133,15,1) 100%);
    background: -ms-linear-gradient(top, rgba(173,245,157,1) 0%, rgba(38,133,15,1) 100%);
    background: linear-gradient(to bottom, rgba(173,245,157,1) 0%, rgba(38,133,15,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adf59d', endColorstr='#26850f', GradientType=0 );
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}
.nav ul li.cate-pa-active{

    background: rgba(129,194,247,1);
    background: -moz-linear-gradient(top, rgba(129,194,247,1) 0%, rgba(2,89,165,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(129,194,247,1)), color-stop(100%, rgba(2,89,165,1)));
    background: -webkit-linear-gradient(top, rgba(129,194,247,1) 0%, rgba(2,89,165,1) 100%);
    background: -o-linear-gradient(top, rgba(129,194,247,1) 0%, rgba(2,89,165,1) 100%);
    background: -ms-linear-gradient(top, rgba(129,194,247,1) 0%, rgba(2,89,165,1) 100%);
    background: linear-gradient(to bottom, rgba(129,194,247,1) 0%, rgba(2,89,165,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81c2f7', endColorstr='#0259a5', GradientType=0 );

}
#menu-primary .col-menu {
    position: static;
}

.nav ul li a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    position: relative;
    font-weight: bold;
    width: 100%;
    min-height: 80px;
    padding: 10px 0;
    text-align: center;
}
.nav ul li a span{
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.nav ul li a span i{
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    font-weight: bold;
}
.nav ul li:first-child a::after {
    content: '';
}
.nav ul li:hover a.note-pa, .nav ul li a.note-pa.active,.nav ul li a.note-pa.mPS2id-clicked  {
    color: #fff;
    background: #e77e03;
}
.nav ul li ul {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
}

.nav ul li ul li a {
    color: #353535;
    line-height: 30px;
    text-transform: none;
}

.nav ul li ul li a:hover {
    color: #fff;
}

.nav ul li:hover {
    transition: all 0.25s;
}

/*.nav ul li:hover ul {*/
/*display: block;*/
/*}*/

.nav ul li ul li {
    padding: 8px 15px;
    white-space: nowrap;
    border-left: none;
    width: 100%;
    float: none;
    background: #46A432;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav ul li ul li a {
    padding: 0;
    margin: 0;
    color: #fff;
}

/*.nav ul li ul li:first-child {*/
    /*padding: 0 15px;*/
/*}*/

.togger-menu {
    display: none;
}

.sub-menu {
    display: none;
}

.togger-menu-sub {
    display: none;
}

#sub-menu li a {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 0 20px;
    line-height: 48px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: none;
}

#sub-menu li a:hover {
    color: #fff;
}

/*Search*/
.search {
    position: relative;
    color: #FFf;
    overflow: hidden;
    min-width: 30px;
    height: 30px;
    display: block;
    background: #fff;
    margin-top: 10px;
}

.search input {
    color: #1b4677;
    padding-right: 20px;
    line-height: 25px;
    font-size: 12px;
    min-width: 120px;
    border: 1px solid #ccc;
}

.search .btn-submit {
    position: absolute;
    right: 5px;
    top: 3px;
    color: #1b4677;
    background: transparent;
    border: none;
    cursor: pointer;
}

.other-top {
    text-align: right;
    font-size: 18px;
    padding-top: 5px;
}

.other-top a {
    color: #fff;
}

/*Slide*/
.slide{
    margin-bottom: 5px;
}
.slide .container{
    position: relative;
}
.slide img {
    width: 100%;
}

.slide .owl-theme .owl-nav {
    margin: 0;
}

.title_slide a {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 2%, rgba(0, 0, 0, 0.01) 3%, rgba(0, 0, 0, 0.04) 11%, rgba(0, 0, 0, 0.21) 33%, rgba(0, 0, 0, 0.43) 73%, rgba(0, 0, 0, 0.49) 100%);
    width: 100%;
    position: absolute;
    color: #fff;
    bottom: 0px;
    left: 0px;
    padding-left: 25px;
    padding-bottom: 40px;
    font-size: 48px;
    line-height: 58px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-shadow: #333 1px 0px;
    margin-bottom: 1rem;
    z-index: 1;
}

.cate_slide a {
    position: absolute;
    bottom: 120px;
    left: 25px;
    color: #fff;
    z-index: 2;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 14px 0;
    padding: 4px 7px 3px;
    line-height: 14px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.cate_slide a:hover {
    background-color: #1872A4;
}

#owl-one-slide .owl-nav [class*="owl-"] {
    position: absolute;
    top: 40%;
    z-index: 99;
}

#owl-one-slide .owl-nav .owl-prev {
    left: 10px;
    background: url("../images/prew.png") no-repeat;
    width: 28px;
    height: 28px;
}

#owl-one-slide .owl-nav .owl-prev:hover {
    background: url("../images/prew.png") no-repeat;
}

#owl-one-slide .owl-nav .owl-next {
    right: 10px;
    background: url("../images/next.png") no-repeat;
    width: 28px;
    height: 28px;
}

#owl-one-slide .owl-nav .owl-next:hover {
    background: url("../images/next.png") no-repeat;
}

#owl-one-slide .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 999;
}

#owl-one-slide .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    background: transparent;
}

#owl-one-slide .owl-dots .owl-dot.active span, #owl-one-slide .owl-dots .owl-dot:hover span {
    border: 1px solid #ecbc31;
    background: transparent;
}
div.section{
    padding: 20px 0;
}
.main-title{
    background: transparent;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
.main-title span {
    border-top: 1px solid #47a432;
    background: rgba(71,164,50,1);
    background: -moz-linear-gradient(top, rgba(71,164,50,1) 0%, rgba(84,214,55,1) 42%, rgba(84,214,55,1) 61%, rgba(71,164,50,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,164,50,1)), color-stop(42%, rgba(84,214,55,1)), color-stop(61%, rgba(84,214,55,1)), color-stop(100%, rgba(71,164,50,1)));
    background: -webkit-linear-gradient(top, rgba(71,164,50,1) 0%, rgba(84,214,55,1) 42%, rgba(84,214,55,1) 61%, rgba(71,164,50,1) 100%);
    background: -o-linear-gradient(top, rgba(71,164,50,1) 0%, rgba(84,214,55,1) 42%, rgba(84,214,55,1) 61%, rgba(71,164,50,1) 100%);
    background: -ms-linear-gradient(top, rgba(71,164,50,1) 0%, rgba(84,214,55,1) 42%, rgba(84,214,55,1) 61%, rgba(71,164,50,1) 100%);
    background: linear-gradient(to bottom, rgba(71,164,50,1) 0%, rgba(84,214,55,1) 42%, rgba(84,214,55,1) 61%, rgba(71,164,50,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a432', endColorstr='#47a432', GradientType=0 );
    padding: 13.5px 27px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(231,126,3,1) 0 1px 0;
    -moz-box-shadow: rgba(231,126,3,1) 0 1px 0;
    box-shadow: rgba(231,126,3,1) 0 1px 0;
    text-shadow: rgba(231,126,3,.4) 0 1px 0;
    color: white;
    font-size: 23px;
    font-family: Arial, serif;
    text-decoration: none;
    vertical-align: middle;
}
/*.main-title span:hover {*/
    /*border-top-color: #e77c03;*/
    /*background: #e77c03;*/
    /*color: #ccc;*/
/*}*/
/*.main-title span:active {*/
    /*border-top-color: #e77c03;*/
    /*background: #e77c03;*/
/*}*/
.content-hd{
    background: #fff;
    padding: 20px 15px;
}
.box-next{
    text-align: center;
}

ul.list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list__item {
    float: left;
    position: relative;
    margin-right: 20px;
}
.list__item:hover .label {
    color: #009688;
}
.list__item:hover .label::before {
    border: 2px solid #009688;
    margin-right: 15px;
}
.radio-btn {
    display: none;
}
.radio-btn:checked + .label {
    color: #009688;
}
.radio-btn:checked + .label::before {
    margin-right: 10px;
    border: 3px solid #009688;
    background: #FF3D7F;
}
.label {
    display: flex;
    align-items: center;
    padding: 0;
    color: #292b2c;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.25s linear;
}
.label::before {
    display: block;
    height: 1.125rem;
    width: 1.125rem;
    margin-right: 10px;
    content: "";
    border: 2px solid #292b2c;
    border-radius: 50%;
    transition: all 0.25s linear;
}
.module-code input{
    margin-bottom: 5px;
}
.title-tick{
    text-align: center;
    font-size: 24px;
    color: #46a432;
    margin-bottom: 20px;

}
.title-tick span{
    font-weight: bold;
}
.group-add button{
    cursor: pointer;
}
.group-add span{
    font-size: 13px;
    font-style: italic;
}

.title-dg{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.title-eval{
    line-height: 40px;
}
.box-point{
    border: 1px solid #46a432;
    padding: 10px;
    margin-top: 10px;
}
.box-point .col-sm-12 .form-group {
    margin: 0;
}
.btn-group-point{
    padding: 20px 0;
    border-bottom: 1px solid  #46a432;
    margin-bottom: 20px;
}
.btn-group-point button{
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px solid rgba(9,82,183,1);
    background: rgba(9,82,183,1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9,82,183,1)), color-stop(42%, rgba(89,158,247,1)), color-stop(61%, rgba(89,158,247,1)), color-stop(61%, rgba(89,158,247,1)), color-stop(100%, rgba(9,82,183,1)));
    background: -webkit-linear-gradient(top, rgba(9,82,183,1) 0%, rgba(89,158,247,1) 42%, rgba(89,158,247,1) 61%, rgba(89,158,247,1) 61%, rgba(9,82,183,1) 100%);
    background: -o-linear-gradient(top, rgba(9,82,183,1) 0%, rgba(89,158,247,1) 42%, rgba(89,158,247,1) 61%, rgba(89,158,247,1) 61%, rgba(9,82,183,1) 100%);
    background: -ms-linear-gradient(top, rgba(9,82,183,1) 0%, rgba(89,158,247,1) 42%, rgba(89,158,247,1) 61%, rgba(89,158,247,1) 61%, rgba(9,82,183,1) 100%);
    background: linear-gradient(to bottom, rgba(9,82,183,1) 0%, rgba(89,158,247,1) 42%, rgba(89,158,247,1) 61%, rgba(89,158,247,1) 61%, rgba(9,82,183,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0952b7', endColorstr='#0952b7', GradientType=0 );
    padding: 13.5px 27px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    -webkit-box-shadow: rgba(231,126,3,1) 0 1px 0;
    -moz-box-shadow: rgba(231,126,3,1) 0 1px 0;
    box-shadow: rgba(231,126,3,1) 0 1px 0;
    text-shadow: rgba(231,126,3,.4) 0 1px 0;
    color: white;
    font-size: 23px;
    font-family: Arial, serif;
    text-decoration: none;
    vertical-align: middle;
}
 button.add-code,button.btn-search-point{
    background: rgba(9,82,183,1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9,82,183,1)), color-stop(42%, rgba(89,158,247,1)), color-stop(61%, rgba(89,158,247,1)), color-stop(61%, rgba(89,158,247,1)), color-stop(100%, rgba(9,82,183,1)));
    background: -webkit-linear-gradient(top, rgba(9,82,183,1) 0%, rgba(89,158,247,1) 42%, rgba(89,158,247,1) 61%, rgba(89,158,247,1) 61%, rgba(9,82,183,1) 100%);
    background: -o-linear-gradient(top, rgba(9,82,183,1) 0%, rgba(89,158,247,1) 42%, rgba(89,158,247,1) 61%, rgba(89,158,247,1) 61%, rgba(9,82,183,1) 100%);
    background: -ms-linear-gradient(top, rgba(9,82,183,1) 0%, rgba(89,158,247,1) 42%, rgba(89,158,247,1) 61%, rgba(89,158,247,1) 61%, rgba(9,82,183,1) 100%);
    background: linear-gradient(to bottom, rgba(9,82,183,1) 0%, rgba(89,158,247,1) 42%, rgba(89,158,247,1) 61%, rgba(89,158,247,1) 61%, rgba(9,82,183,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0952b7', endColorstr='#0952b7', GradientType=0 );
}
.box-btn button{
    cursor: pointer;
    margin-top: 10px;
}










    /*ngôi sao*/
div.stars {
    width: 100%;
    display: inline-block;
}
input.star { display: none; }
label.star {
    float: right;
    padding:2px 5px;
    font-size: 26px;
    color: #444;
    transition: all .2s;
    cursor: pointer;
}
input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}
input.star-5:checked ~ label.star:before {
    color: #FE7;
    text-shadow: 0 0 3px #952;
}
input.star-1:checked ~ label.star:before { color: #F62; }
label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}

/*ngôi sao 1*/
div.stars1 {
    width: 100%;
    display: inline-block;
}
input.star1 { display: none; }
label.star1 {
    float: right;
    padding:2px 5px;
    font-size: 26px;
    color: #444;
    transition: all .2s;
    cursor: pointer;
}
input.star1:checked ~ label.star1:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}
input.star1-5:checked ~ label.star1:before {
    color: #FE7;
    text-shadow: 0 0 3px #952;
}
input.star1-1:checked ~ label.star1:before { color: #F62; }
label.star1:hover { transform: rotate(-15deg) scale(1.3); }

label.star1:before {
    content: '\f006';
    font-family: FontAwesome;
}

#row-product{
    display: none;
}



footer {
    background: url("../images/footer.jpg") no-repeat;
    background-size: cover;
    padding: 20px 0;
    border-top: 3px solid #46a432;
}


.article-content{
    padding: 20px 0;
}
.article-inner{
    margin-bottom: 20px;
    cursor: pointer;
}
.article-inner .img{
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #ccc;
}
.article-inner .img:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.article-inner img{
    max-width: 100%;
    height: 215px;

}
.article-inner h3{
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: #46A432;
    font-weight: bold;
}
.article-inner h3 a{
    font-size: 16px;
    text-decoration: none;
    color: #46A432;
    font-weight: bold;
}
.phone-call{
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
    color: #46A432;
}
.phone-call a{
    color: #ff0000;
    font-size: 34px;
    font-weight: bold;
}
.phone-top{
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 10%;
    z-index: 9999;
}
.btn-danger{
    background: #E77E03;
}
.nav ul li.cate-pa-home{

    background: rgba(255,102,0,1);
    background: -moz-linear-gradient(top, #fec303 0%, #fff659 42%, #fff659 61%, #fec303 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fec303), color-stop(42%, #fff659), color-stop(61%, r#fff659), color-stop(100%, #fec303));
    background: -webkit-linear-gradient(top, #fec303 0%, #fff659 42%, #fff659 61%, #fec303 100%);
    background: -o-linear-gradient(top, #fec303 0%, #fff659 42%, #fff659 61%, #fec303 100%);
    background: -ms-linear-gradient(top, #fec303 0%, #fff659 42%, #fff659 61%, #fec303 100%);
    background: linear-gradient(to bottom, #fec303 0%, #fff659 42%, #fff659 61%, #fec303 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff6600', GradientType=0 );

}
.nav ul li.cate-pa-1{

    background: rgba(255,102,0,1);
    background: -moz-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(247,163,107,1) 42%, rgba(247,163,107,1) 61%, rgba(255,102,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,102,0,1)), color-stop(42%, rgba(247,163,107,1)), color-stop(61%, rgba(247,163,107,1)), color-stop(100%, rgba(255,102,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(247,163,107,1) 42%, rgba(247,163,107,1) 61%, rgba(255,102,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(247,163,107,1) 42%, rgba(247,163,107,1) 61%, rgba(255,102,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(247,163,107,1) 42%, rgba(247,163,107,1) 61%, rgba(255,102,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,102,0,1) 0%, rgba(247,163,107,1) 42%, rgba(247,163,107,1) 61%, rgba(255,102,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff6600', GradientType=0 );

}
.nav ul li.cate-pa-2{
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9,82,183,1)), color-stop(42%, rgba(89,158,247,1)), color-stop(61%, rgba(89,158,247,1)), color-stop(61%, rgba(89,158,247,1)), color-stop(100%, rgba(9,82,183,1)));
    background: -webkit-linear-gradient(top, rgba(9,82,183,1) 0%, rgba(89,158,247,1) 42%, rgba(89,158,247,1) 61%, rgba(89,158,247,1) 61%, rgba(9,82,183,1) 100%);
    background: -o-linear-gradient(top, rgba(9,82,183,1) 0%, rgba(89,158,247,1) 42%, rgba(89,158,247,1) 61%, rgba(89,158,247,1) 61%, rgba(9,82,183,1) 100%);
    background: -ms-linear-gradient(top, rgba(9,82,183,1) 0%, rgba(89,158,247,1) 42%, rgba(89,158,247,1) 61%, rgba(89,158,247,1) 61%, rgba(9,82,183,1) 100%);
    background: linear-gradient(to bottom, rgba(9,82,183,1) 0%, rgba(89,158,247,1) 42%, rgba(89,158,247,1) 61%, rgba(89,158,247,1) 61%, rgba(9,82,183,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0952b7', endColorstr='#0952b7', GradientType=0 );
}
.nav ul li.cate-pa-3{
    background: rgba(222,24,23,1);
    background: -moz-linear-gradient(top, rgba(222,24,23,1) 0%, rgba(235,62,14,1) 42%, rgba(235,62,14,1) 61%, rgba(222,24,23,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,24,23,1)), color-stop(42%, rgba(235,62,14,1)), color-stop(61%, rgba(235,62,14,1)), color-stop(100%, rgba(222,24,23,1)));
    background: -webkit-linear-gradient(top, rgba(222,24,23,1) 0%, rgba(235,62,14,1) 42%, rgba(235,62,14,1) 61%, rgba(222,24,23,1) 100%);
    background: -o-linear-gradient(top, rgba(222,24,23,1) 0%, rgba(235,62,14,1) 42%, rgba(235,62,14,1) 61%, rgba(222,24,23,1) 100%);
    background: -ms-linear-gradient(top, rgba(222,24,23,1) 0%, rgba(235,62,14,1) 42%, rgba(235,62,14,1) 61%, rgba(222,24,23,1) 100%);
    background: linear-gradient(to bottom, rgba(222,24,23,1) 0%, rgba(235,62,14,1) 42%, rgba(235,62,14,1) 61%, rgba(222,24,23,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff6600', GradientType=0 );

}
.nav ul li.cate-pa-4{
    background: rgba(71,164,50,1);
    background: -moz-linear-gradient(top, rgba(71,164,50,1) 0%, rgba(84,214,55,1) 42%, rgba(84,214,55,1) 61%, rgba(71,164,50,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,164,50,1)), color-stop(42%, rgba(84,214,55,1)), color-stop(61%, rgba(84,214,55,1)), color-stop(100%, rgba(71,164,50,1)));
    background: -webkit-linear-gradient(top, rgba(71,164,50,1) 0%, rgba(84,214,55,1) 42%, rgba(84,214,55,1) 61%, rgba(71,164,50,1) 100%);
    background: -o-linear-gradient(top, rgba(71,164,50,1) 0%, rgba(84,214,55,1) 42%, rgba(84,214,55,1) 61%, rgba(71,164,50,1) 100%);
    background: -ms-linear-gradient(top, rgba(71,164,50,1) 0%, rgba(84,214,55,1) 42%, rgba(84,214,55,1) 61%, rgba(71,164,50,1) 100%);
    background: linear-gradient(to bottom, rgba(71,164,50,1) 0%, rgba(84,214,55,1) 42%, rgba(84,214,55,1) 61%, rgba(71,164,50,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a432', endColorstr='#47a432', GradientType=0 );
}
.nav ul li.cate-pa-5{

rgba(207,37,125,1)), color-stop(42%, rgba(250,90,175,1)), color-stop(61%, rgba(250,90,175,1)), color-stop(100%, rgba(207,37,125,1)));
    background: -webkit-linear-gradient(top, rgba(207,37,125,1) 0%, rgba(250,90,175,1) 42%, rgba(250,90,175,1) 61%, rgba(207,37,125,1) 100%);
    background: -o-linear-gradient(top, rgba(207,37,125,1) 0%, rgba(250,90,175,1) 42%, rgba(250,90,175,1) 61%, rgba(207,37,125,1) 100%);
    background: -ms-linear-gradient(top, rgba(207,37,125,1) 0%, rgba(250,90,175,1) 42%, rgba(250,90,175,1) 61%, rgba(207,37,125,1) 100%);
    background: linear-gradient(to bottom, rgba(207,37,125,1) 0%, rgba(250,90,175,1) 42%, rgba(250,90,175,1) 61%, rgba(207,37,125,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf257d', endColorstr='#cf257d', GradientType=0 );

}
#modal_note .modal-dialog{
    padding: 0;
    border-radius: 0;
    margin-top: 100px;
}
#modal_note .modal-content{
    border-radius: 0;
    border: none;
}
#modal_note .close {
    background: url(../images/pucb-close.png) 0 0 no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    top: -16px;
    right: -16px;
    transition: all 0.5s ease 0s;
    content: ''!important;
    opacity: 1!important;
}
#modal_note .close::after{
    content: ''!important;
}
#modal_note .close:hover {
    transform: rotate(360deg)
}
#modal_note .modal-body{
    padding: 0;
}
.result-note{
    padding: 10px;
    background: #5C95D2;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 26px;
}
.result-note a{
    color: #E77E03;
    font-weight: bold;
    font-size: 20px;
}
.result-object{
    padding: 10px;
    font-size: 16px;
}
.item-note span{
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
}
.footer-result{
    font-size: 18px;
    text-align: center;
    padding: 20px 0;
}
.footer-result a{
    color: #ff0000;
}
.kq-search{
    margin: 0 0 10px 0;
    color: #46a432;
    font-size: 16px;
    text-transform: uppercase;
}
.vongquaynho {
    position: absolute;
    top: 10.5%;
    left: 20.5%;
    width: 55.2%;
    z-index: 1;
}
.vongquaynho {
    display: inline-block;
    -webkit-transition: -webkit-transform 10s cubic-bezier(.5,.1,.15,1);
    transition: -webkit-transform 10s cubic-bezier(.5,.1,.15,1);
    transition: transform 10s cubic-bezier(.5,.1,.15,1);
    transition: transform 10s cubic-bezier(.5,.1,.15,1), -webkit-transform 10s cubic-bezier(.5,.1,.15,1);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 1;
    pointer-events: none;
}
.tamquay {
    position: absolute;
    top: 10.5%;
    left: 20.5%;
    width: 55.2%;
    z-index: 2;
}
button.nutquayso {
    position: absolute;
    width: 20%;
    bottom: 3%;
    right: 3%;
    z-index: 4;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    outline: none;
}
button.nutquayso img{
    width: 100%;
}
.hover-zoom {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
}
.hover-zoom:hover {
    text-decoration: none;
    color: #fff !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=95);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.95;
    pointer-events: none;
}
.item-pro{
    border: 1px solid #ccc;
    padding: 5px;
    background: #FFC600;
}
.item-pro img{
    cursor: pointer;
}
.item-pro .pro-title{
    font-size: 15px;
    min-height: 40px;
}
.input-num{
    text-align: center;
}
.div-quayso{
    position: relative;
    margin-bottom: 20px;
}
.list-product{
    margin-bottom: 20px;
}
.list-product .item-product{
    border: 1px solid #0f74a8;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

/*snow*/
#modal_quay .modal-dialog{
   max-width: 775px;
    margin-top: 120px;
}
#modal_quay .modal-dialog .modal-content{
    background: url("../images/back-tet.png") no-repeat;
    height: 453px;
    padding: 5px 15% 10px 15%;
}
#modal_quay .result-note{
    background: transparent;
    font-size: 16px;
    color: #e61e1e;
    line-height: 20px;

}
#modal_quay  .note-top{
    font-size: 40px;
    font-family: 'UTMAvo';
    font-weight: bold;
    color: #e61e1e;
}
.not-data{
    margin-top: 150px;
}
.happy-event{
    font-size: 36px;
    font-family: 'UTMAvo';
    font-weight: bold;
    color: #e61e1e;
    text-align: center;
    line-height: 30px;
}
.err-qcode{
    font-size: 14px;
    text-align: center;
    color: #ff0000;
}
.box-qcode{
    font-size: 14px;
    text-align: center;
    padding: 10px 0 0 5px;
    color: #3CB54C;
}
.note-quay{
    font-size: 14px;
    margin-bottom: 20px;
}
.loading_gif{
    position:fixed;
    top:40%;
    left:0px;
    right:0px;
    bottom:0px;
    margin:auto;
    z-index: 9999;
    width:450px;
    display: none;
    text-align: center;
    color: #000;
    font-size: 18px ;
    font-weight: bold;
}
.overlay{
    background:rgba(255, 255, 255, 0.8);
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    z-index:9998;
    display: none;
}