* {
    margin: 0px auto;
    padding: 0px;
}
html,body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font: 16px 'OpenSans-Regular';
    line-height: 1.8;
}
.row{
    margin-left: 0!important;
    margin-right: 0!important;
}
._width18{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 18%;
    float: left;
}
._width20{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
    float: left;
}
._width21{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 21%;
    float: left;
}
._width28{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 28%;
    float: left;
}
._width61{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 61%;
    float: left;
}
._width72{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 72%;
    float: left;
}
.padding-0{
    padding: 0!important
}
.padding-left-0{
    padding-left: 0;
}
.padding-right-0{
    padding-right: 0;
}
.padding-left-5{
    padding-left: 5px;
}
.padding-right-5{
    padding-right: 5px;
}
.padding-left-10{
    padding-left: 10px;
}
.padding-right-10{
    padding-right: 10px;
}
.padding-left-15{
    padding-left: 15px;
}
.padding-right-15{
    padding-right: 15px;
}
.padding-left-20{
    padding-left: 20px;
}
.padding-right-20{
    padding-right: 20px;
}
.padding-left-30{
    padding-left: 30px;
}
.padding-right-30{
    padding-right: 30px;
}
.padding-left-40{
    padding-left: 40px;
}
.padding-right-40{
    padding-right: 40px;
}
.padding-left-50{
    padding-left: 50px;
}
.padding-right-50{
    padding-right: 50px;
}
.padding-left-60{
    padding-left: 60px;
}
.padding-right-60{
    padding-right: 60px;
}
.margin-0{
    margin: 0!important
}
.margin-bottom-0{
    margin-bottom: 0;
}
.margin-top-0{
    margin-top: 0;
}
.margin-bottom-5{
    margin-bottom: 5px;
}
.margin-top-5{
    margin-top: 5px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-top-10{
    margin-top: 10px;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.margin-top-15{
    margin-top: 15px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-bottom-25{
    margin-bottom: 25px;
}
.margin-top-25{
    margin-top: 25px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}
.margin-top-30{
    margin-top: 30px;
}
.margin-bottom-40{
    margin-bottom: 40px;
}
.margin-top-40{
    margin-top: 40px;
}
.margin-bottom-50{
    margin-bottom: 50px;
}
.margin-top-50{
    margin-top: 50px;
}

.max-width-100{
    max-width: 100%!important;
}
img{
    max-width: 100%;
}
ol, ul{
    padding-inline-start: 40px;
}
._nostyle{
    padding: 0;
}
._nostyle li{
    list-style: none;
}
.pagewrap{
    position: relative;
    max-width: 1230px;
    margin: 0 auto;
    overflow: hidden;
}
.pagewrap-2{
    position: relative;
    max-width: 1230px;
    margin: 0 auto;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
a.asc:after {
    content: "\e151";
}
a.desc:after {
    content: "\e152";
}
.sort-numerical a.asc:after {
    content: "\e153";
}
.sort-numerical a.desc:after {
    content: "\e154";
}
.sort-ordinal a.asc:after {
    content: "\e155";
}
.sort-ordinal a.desc:after {
    content: "\e156";
}
.grid-view td {
    white-space: nowrap;
}
.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/*== Header ==*/

._menutop{
    width: 100%;
    background-color: white;
    padding: 5px 0;
    border-bottom: 3px #fac50d solid;
}
._nav_menu li a {
    display: block;
    font: 16px 'SVN-Segoe UI';
    color: #333333;
    padding: 20px 5px;
    text-transform: uppercase;
    font-weight: 700;
}
._nav_menu li a:hover{
    text-decoration: none;
    color: #3366ff;
}
/*== Slider ==*/
._slide{
    position: relative;
}

/*== Content ==*/
/*img.lazy{background: url('images/loading.gif') no-repeat center center;}*/
._bgab{
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: top right;
}
._title-ab h2{
    font: 30px 'OpenSans-Bold';
    color: #0E0868;
    padding-bottom: 25px;
    text-transform: uppercase;
    margin: 100px 0 0;
    text-align: center;
}
._des-ab {
    font: 20px 'OpenSans-Regular';
    color: black;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: justify;
}
._btn-lh{
    margin-bottom: 100px;
    text-align: center;
}
._btn-lh a{
    font: 15px 'OpenSans-Bold';
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(140deg, #FFD737 0%, #EFBF00 68%);
}
._btn-lh a:hover{
    text-decoration: none;
    background-image: linear-gradient(140deg, #FFD737 0%, #e92d0d 68%);
}
._bgkn{
    padding: 50px 0;
}
._title-kn h2{
    font: 30px 'OpenSans-Bold';
    color: black;
    margin: 0 0 20px;
}
._title-kn span{
    color: #fecd08;
}
._des-kn{
    font: 18px 'OpenSans-Regular';
    color: black;
    line-height: 35px;
    text-align: justify;
}
._bgli{
    padding: 50px 0;
}
._title-li h2{
    font: 30px 'OpenSans-Bold';
    color: black;
    margin: 0 0 50px;
    text-align: center;
}
._title-li span{
    color: #fecd08;
}
._name-li h3{
    font: 23px 'OpenSans-Bold';
    color: black;
    margin: 0 0 15px;
    text-align: center;
}
._des-li{
    font: 16px 'Roboto-Regular';
    color: #656565;
    line-height: 28px;
    text-align: justify;
}
._box-li0, ._box-li1, ._box-li2, ._box-li3, ._box-li4{
    padding: 50px 40px;
    border-radius: 5px;
}
._box-li0{
    background-color: #f1efff;
}
._box-li1{
    background-color: #fffaf1;
}
._box-li2{
    background-color: #ffc8c8;
}
._box-li3{
    background-color: #f0fffc;
}
._box-li4{
    background-color: #ffe1c8;
}
._bgab2{
    padding: 0 0 40px;
    background-position: top center;
    background-repeat: no-repeat;
}
._box-ab img{
    transition: all .4s ease;
}
._box-content-ab{
    padding: 30px 40px;
    background-color: #e7e9ef;
    border-radius: 10px;
    position: relative;
}
._name-ab2 h2{
    font: 30px 'OpenSans-Bold';
    color: black;
    margin: 0 0 30px;
    transition: all .4s ease;
}
._des-ab2{
    font: 20px 'OpenSans-Regular';
    color: black;
    line-height: 35px;
}
._box-ab:hover ._name-ab2{
    color: #FECD08
}
._box-ab:hover img{
    transform: scale(1.2);
}
._bgts{
    padding: 30px 0;
}
._title-ts h2{
    font: 30px 'OpenSans-Bold';
    color: black;
    margin: 0 0 50px;
}
._title-ts span{
    color: #fecd08;
}
._box-ts{
    min-height: 410px;
    padding: 30px 15px;
    border-radius: 20px;
    box-shadow: 0px 0px 40px -10px rgb(0 0 0 / 50%);
    transition: background 1.1s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: white;
}
._box-ts:hover{
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFEA94 0%, #FEFFDE 100%);
}
._name-ts h3{
    font: 25px 'OpenSans-Bold';
    color: black;
    margin: 0 0 15px;
    text-align: center;
}
._des-ts{
    font: 16px 'Roboto-Regular';
    color: black;
    line-height: 26px;
    text-align: justify;
}
._bgcn{
    padding: 50px 0;
}
._content-kh{
    font: 13px 'UTM Avo';
    color: black;
    margin-bottom: 15px;
    line-height: 22px;
    text-align: justify;
}
._name-kh{
    font: 16px 'UTM AvoBold';
    color: black;
}
._img-kh{
    float: left;
    width: 80px;
}
._img-kh img{
    border: 1px #edebeb solid;
    width: 65px!important;
    height: 65px!important;
    border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
}
._des-kh{
    font: 14px 'Roboto-Light';
    color: #555555;
    text-align: justify;
    line-height: 22px;
}
._box-kh{
    width: calc(100% - 80px);
    float: left;
}
._rowkh1, ._rowkh3{
    padding: 10px 15px;
    border-bottom: 1px #cccccc dashed;
    border-right: 1px #cccccc dashed;
    min-height: 195px;
}
._rowkh2{
    padding: 10px 15px;
    border-bottom: 1px #cccccc dashed;
    min-height: 195px;
}
._rowkh4{
    padding: 10px 15px;
    border-bottom: 1px #cccccc dashed;
    min-height: 195px;
}
._rowkh5, ._rowkh7{
    padding: 10px 15px;
    border-right: 1px #cccccc dashed;
    min-height: 195px;
}
._rowkh6{
    padding: 10px 15px;
    min-height: 195px;
}
._rowkh8{
    padding: 10px 15px;
    min-height: 195px;
}
.left100 {
    width: 100%;
    height: auto;
    float: left;
}
._bg-fqa{
    padding: 50px 0;
}
._title-fqa h2{
    font: 30px 'OpenSans-Bold';
    color: black;
    margin: 0 0 30px;
}
._box-fqa{
    margin-bottom: 30px;
}
._namefqa h3{
    font: 20px 'Roboto-Bold';
    color: black;
    cursor: pointer;
    margin: 0;
}
._namefqa span{
    padding-right: 5px;
}
.show-fqa{
    color: #FECD08;
}
._desfqa{
    margin-top: 15px;
    display: none;
}
._bggd{
    padding: 30px 0;
    background-color: white;
    margin-bottom: 50px;
}
._title-gd h2{
    font: 30px 'OpenSans-Bold';
    color: black;
    margin: 0 0 10px;
}
._des-gd, ._des-khtd{
    font: 16px 'Roboto-Regular';
    line-height: 24px;
    color: #333333;
    margin-bottom: 50px;
}
._box-gd{
    border: 1px #b9b8b8 solid;
    padding: 20px;
    min-height: 305px;
}
._name-gd h3{
    margin: 0;
}
._name-gd a{
    display: block;
    font: 18px 'Roboto-Regular';
    color: black;
    margin-top: 15px;
}
._name-gd a:hover{
    text-decoration: none;
    color: #fecd08;
}
._title-khtd{
    font: 30px 'OpenSans-Bold';
    color: black;
    padding-bottom: 10px;
    margin: 50px 0 10px;
    position: relative;
}
._title-khtd span{
    font-size: 35px;
    color: red;
}
._title-khtd:before{
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 200px;
    height: 1px;
    background: #cccccc;
    margin-top: 1px;
}
._title-khtd:after{
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 50px;
    height: 3px;
    background: #999999;
}
.owl-theme .owl-dots{
    margin-top: 10px;
}

._box-bg{
    box-shadow: none;
    border: #ebebeb solid 1px;
}
._box-bg-oth{
    box-shadow: 0 0 8px 3px #919191;
    background: #FFF;
    border: #ebebeb solid 1px;
}
._box-bg ._namebg{
    font: 18px 'OpenSans-Bold';
    color: white;
    background: #828282;
    line-height: 80px;
    padding: 0;
    text-align: center;
}
._box-bg-oth ._namebg{
    font: 18px 'OpenSans-Bold';
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(55deg, rgba(247,30,34,1) 0%, rgba(187,21,23,1) 100%);
    padding: 20px 0;
}
._box-bg-oth ._namebg .feature {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(48deg);
    width: 160px;
    position: absolute;
    white-space: nowrap;
    color: #FFF;
    top: 29px;
    right: -29px;
    padding: 0 38px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    z-index: 9;
}
._pricebg{
    font: 30px 'OpenSans-Bold';
    color: #c02b2c;
    text-align: center;
    padding: 10px 0 20px;
}
._btn-bg{
    margin: 20px 0;
}
._btn-bg a{
    display: inline-block;
    background: linear-gradient(55deg, rgba(247,30,34,1) 0%, rgba(187,21,23,1) 100%);
    color: #FFF;
    text-transform: uppercase;
    padding: 8px 30px;
    border-radius: 30px;
}
._btn-bg a:hover{
    text-decoration: none;
    background: linear-gradient(55deg, rgb(169 189 7) 0%, rgba(187,21,23,1) 100%);
}
._desbg{
    font: 14px 'Roboto-Regular';
    color: white;
    margin-top: 5px;
}
._itembg{
    margin-bottom: 10px;
}

.owl-carousel .owl-item img{
    width: auto;
    max-width: 100%;
}
.coccoc-alo-phone{
    position:fixed;
    background-color:transparent;
    width:150px;
    height:150px;
    cursor:pointer;
    z-index:999!important;
    -webkit-backface-visibility:hidden;
    -webkit-transform:translateZ(0);
    transition:visibility .5s;
    left:0;
    bottom:15px
}
.coccoc-alo-phone.coccoc-alo-show{
    visibility:visible
}
@-webkit-keyframes fadeInRightBig{
    0%{
        opacity:0;
        -webkit-transform:translate3d(2000px,0,0);
        transform:translate3d(2000px,0,0)
    }
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.coccoc-alo-ph-circle,.coccoc-alo-ph-circle-fill{
    -webkit-transform-origin:50% 50%;
    position:absolute
}
.fadeOutRight{
    -webkit-animation-name:fadeOutRight;
    animation-name:fadeOutRight
}
.coccoc-alo-phone.coccoc-alo-static{
    opacity:.6
}
.coccoc-alo-phone.coccoc-alo-hover,.coccoc-alo-phone:hover{
    opacity:1
}
.coccoc-alo-ph-circle{
    width:160px;
    height:160px;
    top:20px;
    left:-30px;
    background-color:transparent;
    border-radius:100%;
    border:2px solid #bfebfc;
    opacity:.1;
    -webkit-animation:coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation:coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    transition:all .5s;
    transform-origin:50% 50%
}
.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle{
    -webkit-animation:coccoc-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:coccoc-alo-circle-anim 1.1s infinite ease-in-out!important
}
.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle{
    -webkit-animation:coccoc-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:coccoc-alo-circle-anim 2.2s infinite ease-in-out!important
}
.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle,.coccoc-alo-phone:hover .coccoc-alo-ph-circle{
    border-color:#00aff2;
    opacity:.5
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle{
    border-color:#75eb50;
    border-color:#baf5a7 9;
    opacity:.5
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle{
    border-color:#F20000;
    border-color:#bfebfc 9;
    opacity:.5
}
.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle,.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle{
    border-color:#ccc;
    opacity:.5
}
.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle{
    border-color:#75eb50;
    opacity:.5
}
.coccoc-alo-ph-circle-fill{
    width:100px;
    height:100px;
    top:50px;
    left:0;
    background-color:#000;
    border-radius:100%;
    border:2px solid transparent;
    opacity:.1;
    -webkit-animation:coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition:all .5s;
    transform-origin:50% 50%
}
.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle-fill{
    -webkit-animation:coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}
.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle-fill{
    -webkit-animation:coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}
.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle-fill,.coccoc-alo-phone:hover .coccoc-alo-ph-circle-fill{
    background-color:#00aff2 9;
    opacity:.75!important
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill{
    background-color:#baf5a7 9;
    opacity:.75!important
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill{
    background-color:#a6e3fa 9;
    opacity:.75!important
}
.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle-fill,.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle-fill{
    background-color:#ccc 9;
    opacity:.75!important
}
.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle-fill{
    background-color:rgba(117,235,80,.5);
    opacity:.75!important
}
.coccoc-alo-ph-img-circle{
    width:60px;
    height:60px;
    top:70px;
    left:20px;
    position:absolute;
    z-index:10;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) center center no-repeat rgba(30,30,30,.1);
    border-radius:100%;
    border:2px solid transparent;
    opacity:1;
    -webkit-animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%
}
.br-crumb,.coccoc-alo-popup-close{
    background-position:center center
}
.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-img-circle{
    -webkit-animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out!important
}
.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-img-circle{
    -webkit-animation:coccoc-alo-circle-img-anim 0s infinite ease-in-out!important;
    animation:coccoc-alo-circle-img-anim 0s infinite ease-in-out!important
}
.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-img-circle,.coccoc-alo-phone:hover .coccoc-alo-ph-img-circle{
    background-color:#00aff2
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle{
    background-color:#75eb50 9
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle{
    background-color:red
}
.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-img-circle,.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-img-circle{
    background-color:#ccc
}
.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-img-circle{
    background-color:#75eb50
}
@-webkit-keyframes coccoc-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
    }
}
@-webkit-keyframes coccoc-alo-circle-fill-anim{
    0%,100%{
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
    50%{
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }
}
@-webkit-keyframes coccoc-alo-circle-img-anim{
    0%,100%,50%{
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
    10%,30%{
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20%,40%{
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }
}
@-webkit-keyframes fadeInRight{
    0%{
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInRight{
    0%{
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@-webkit-keyframes fadeOutRight{
    0%{
        opacity:1
    }
    100%{
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}
@keyframes fadeOutRight{
    0%{
        opacity:1
    }
    100%{
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}
@-webkit-keyframes coccoc-alo-circle-anim{
    0%{
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }
    30%{
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }
    100%{
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}
@keyframes coccoc-alo-circle-anim{
    0%{
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }
    30%{
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }
    100%{
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}
@-webkit-keyframes coccoc-alo-circle-fill-anim{
    0%,100%{
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
    50%{
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }
}
@keyframes coccoc-alo-circle-fill-anim{
    0%,100%{
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
    50%{
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }
}
@-webkit-keyframes coccoc-alo-circle-img-anim{
    0%,100%,50%{
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }
    10%,30%{
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
        transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20%,40%{
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
        transform:rotate(25deg) scale(1) skew(1deg)
    }
}
@keyframes coccoc-alo-circle-img-anim{
    0%,100%,50%{
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }
    10%,30%{
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
        transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20%,40%{
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
        transform:rotate(25deg) scale(1) skew(1deg)
    }
}
#coccoc-alo-wrapper{
    position:fixed;
    width:100%;
    bottom:0;
    top:0;
    left:0;
    z-index:2000000;
    overflow:visible;
    display:none;
    color:#383838
}
#coccoc-alo-wrapper.night-mode{
    color:#fff
}
.coccoc-alo-popup-close{
    border-radius:2px;
    position:absolute!important;
    right:-15px!important;
    top:-15px!important;
    height:30px!important;
    width:30px!important;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjRGMTI2QTcxNDBFMTFFNUFENEZCRDVFQ0JDQjQyQzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjRGMTI2QTYxNDBFMTFFNUFENEZCRDVFQ0JDQjQyQzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVmYzc3OTY1LWUxNWUtNGU0Ni04ODFjLTBlOTQ3YjBmMzBmNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5iCEbHAAABl0lEQVR42sSXS07DMBCGnSKyDorEAVjACTgCIEVlXU5R9QjlCk3VAzTrLhMJ2NIVJ2DDuo9EsKUszEw0kaIQbI+bxy/9UhRP5pMcjz12pJTCQKfgO/AN+Bp8AfZo7Av8AX4Dv4CfwD/ajAhW2ANPwTtprj1946lyq6AP4I2014ZyGINPwAvZnBaUUwnGgJVsXqsqvAoOZXua/wceyfY1KngOlROWxjv4XLSrHfgKS3BALyYdQAUxJkUdu7o6jeNYZlmmnUeMwViNkOUieKiLTNNURlGkhOPYcrnMYw00RPDMJFIFZ0JRIYJfTaPr4BZQ1Fow9+EcgCAEWkLz/4zl9A1rzOUsTQCKJEny5yAIhO/73NV9GNjUhOM4tc8scae6PL3laedONYLXNtC6f85dXDNb6BHw0GgDKaCqxEz4fbFlpk1smQjnbJmCeqSuNO3jWNyDL8vHIrao4w6OxTGx/rQ+8z5an16bvd7a22pDvz0CuOU29NUrzKOuzqvlTN8orzAO89J2W7q0ndHYZ+nS9kw+6BL+CjAAEvDTBJC9qhAAAAAASUVORK5CYII=);
    background-repeat:no-repeat;
    cursor:pointer!important;
    transition:.3s ease-out!important
}
#coccoc-alo-wrapper.night-mode .coccoc-alo-popup-close{
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUY2REUyNDQxNDE2MTFFNThBNEJENTVFNDA2QjFFOUEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUY2REUyNDMxNDE2MTFFNThBNEJENTVFNDA2QjFFOUEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVmYzc3OTY1LWUxNWUtNGU0Ni04ODFjLTBlOTQ3YjBmMzBmNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz56uyuzAAABfUlEQVR42sSXvU7DMBDHYxCdw8IDMMCWTDwCdClznLcJr9BUfYs+ALDSqXMisTD3S4K1MBx3kS1ZVuqvNslf+kuRfL5f5OTsMwOAyEFX6DH6Ef2AvkXHYuwH/YVeod/Rr+g/a0YCGxyjC/QW3LUTc2JTbhOUo9cQrrXI4Qy+RM/hfJqLnEYwBSzg/FrocB1cQneaHQNn0L0yyWOinKg0PtE3Ubfaou+bEhRvUEB/KuRSj2x1muc51HVtzUgxnHNbGLFGBJ7YIquqgjRNjXAaS5KkiXXQhMBTl0gT3BNKKgn84RrdBg+AkpaR5z7cAAhEwEBo850JfPCdJeGBUNLhIqQYGWOtz17yXWp1edVlD1nqZQi07Zv7/lzTUOgJ8NJpA5FQU2JP+LPcMvfGIyXLnBISnGJdt8xBDom+j8Ud+k49FvtqBPix1mc2ROszaLM3WHurN/SbE4Ab34Zev8K82Opc017MMV5hmOel7Um5tF2LsW/l0vYm/GtL+C/AAAHy+OD95QLeAAAAAElFTkSuQmCC)
}
#coccoc-alo-wrapper .coccoc-alo-popup-close:hover{
    opacity:.6!important
}
.coccoc-alo-ph-img-circle-text{
    position:absolute;
    top:75px;
    left:45px;
    width:160px;
    background-color:#c00;
    height:50px;
    border-radius:50px;
    line-height:50px;
    padding:0 15px;
    color:#fff;
    z-index:9;
    font-size:16px;
    text-align:right;
    font-weight:700
}


/* Owl-carousel custom css */
.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 30%;
    z-index: 999;
    width: 100%;
}
.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 20px;
    width: 30px;
    height: 30px;
}
.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 20px;
    ;
    width: 30px;
    height: 30px;
}
.owl-theme .owl-nav [class*=owl-] span span{
    line-height: 30px;
}
/*.owl-theme .owl-nav [class*=owl-] span{color: white;font-size: 35px;background: rgb(34 43 223 / 60%);padding: 5px 10px;}
.owl-theme .owl-nav [class*=owl-]{overflow: hidden;}*/

/*== Footer ==*/

._foot{
    padding: 40px 0 20px;
    width: 100%;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}
._add-foot{
    font: 14px 'SVN-Segoe UI';
    color: white;
    line-height: 25px;
}
._namefoot{
    font: 18px 'SVN-Segoe UI';
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
}
._dmfoot{
    margin-top: 15px;
    font: 15px 'SVN-Segoe UI';
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}
._dmfoot:after{
    content: " ";
    width: 35px;
    height: 2px;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
._bgcpr{
    padding: 15px 0;
    width: 100%;
    background-color: black;
}
._copyright, ._thongke{
    font: 13px 'SVN-Segoe UI';
    color: white;
}
#senddk{
    font-size: 15px;
    display: block;
    text-align: center;
    padding: 8px 30px;
    width: 100%;
    background-color: #fac50d;
    color: #333333;
    border: none;
    border-radius: 4px;
}
#senddk:hover{
    background-color: white;
}
#frmdknt textarea.form-control{
    height: 45px;
    min-height: unset;
}
.modal-dialog{
    padding-top: 6%;
}
#_showmodal{
    position: fixed;
    top: 100px;
    right: 15px;
    z-index: 9999;
    padding: 5px;
    border-radius: 5px;
    background-color: white;
    border: thin green solid;
}
/*== Facebook chat ==*/
.fb-livechat,.fb-widget{
    display:none
}
.ctrlq.fb-button,.ctrlq.fb-close{
    position:fixed;
    right:5px;
    cursor:pointer
}
.ctrlq.fb-button{
    z-index:998;
    background:url('../images/messenger.png') center no-repeat;
    width:52px;
    height:52px;
    text-align:center;
    bottom:85px;
    border:0;
    outline:0;
    transition:all .2s ease-in-out
}
.ctrlq.fb-button:focus,.ctrlq.fb-button:hover{
    transform:scale(1.1);
}
.fb-widget{
    background:#fff;
    z-index:99999999;
    position:fixed;
    width:280px;
    height:435px;
    overflow:hidden;
    opacity:0;
    bottom:0;
    right:10px;
    border-radius:6px;
    -o-border-radius:6px;
    -webkit-border-radius:6px;
    box-shadow:0 5px 40px rgba(0,0,0,.16);
    -webkit-box-shadow:0 5px 40px rgba(0,0,0,.16);
    -moz-box-shadow:0 5px 40px rgba(0,0,0,.16);
    -o-box-shadow:0 5px 40px rgba(0,0,0,.16)
}
.fb-credit{
    text-align:center;
    margin-top:8px;
    margin-bottom:8px
}
.fb-credit a{
    transition:none;
    color:#bec2c9;
    font-family:Helvetica,Arial,sans-serif;
    font-size:12px;
    text-decoration:none;
    border:0;
    font-weight:400
}
.ctrlq.fb-overlay{
    z-index:0;
    position:fixed;
    height:100vh;
    width:100vw;
    -webkit-transition:opacity .4s,visibility .4s;
    transition:opacity .4s,visibility .4s;
    top:0;
    left:0;
    background:rgba(0,0,0,.05);
    display:none
}
.ctrlq.fb-close{
    right: 15px;
    z-index:4;
    padding:0 6px;
    background:#365899;
    font-weight:700;
    font-size:11px;
    color:#fff;
    margin:8px;
    border-radius:3px!important;
}
.ctrlq.fb-close::after{
    content:'x';
    font-family:sans-serif
}
.chat_zalo{
    position: fixed;
    bottom: 145px;
    right: 5px;
    z-index: 998;
    transition:all .2s ease-in-out
}
._fbfacebook{
    position: fixed;
    bottom: 205px;
    right: 5px;
    z-index: 998;
    transition:all .2s ease-in-out
}
.chat_zalo:hover, ._fbfacebook:hover{
    transform:scale(1.1);
}

/*== Custom Breadcrumb ==*/
/*.mybreadcrumb {text-align: center;display: block;box-shadow: 0 2px 5px rgba(0,0,0,0.25);overflow: hidden;border-radius: 5px;counter-reset: flag;}
.mybreadcrumb a{text-decoration: none;}
.mybreadcrumb__step {text-decoration: none;outline: none;display: block;float: left;font-size: 12px;line-height: 36px;padding: 0 10px 0 60px;position: relative;background: #fff;color: #222bdf;transition: background 0.5s;}
.mybreadcrumb__step:first-child {padding-left: 46px;border-radius: 5px 0 0 5px;}
.mybreadcrumb__step:first-child::before {left: 14px;}
.mybreadcrumb__step:last-child {border-radius: 0 5px 5px 0;padding-right: 20px;}
.mybreadcrumb__step:last-child::after {content: none;}
.mybreadcrumb__step::before {content: counter(flag);counter-increment: flag;border-radius: 100%;width: 20px;height: 20px;line-height: 20px;margin: 8px 0;position: absolute;top: 0;left: 30px;font-weight: bold;background: #fff;box-shadow: 0 0 0 1px #0e16ae;}
.mybreadcrumb__step::after {content: '';position: absolute;top: 0;right: -18px;width: 36px;height: 36px;transform: scale(0.707) rotate(45deg);z-index: 1;border-radius: 0 5px 0 50px;background: #fff;transition: background 0.5s;box-shadow: 2px -2px 0 2px #092f04;}
.mybreadcrumb__step--active {color: #fff;background: #222bdf;}
.mybreadcrumb__step--active::before {color: #222bdf;}
.mybreadcrumb__step--active::after {background: #222bdf;}
.mybreadcrumb__step:hover {color: #fff;background: #0e16ae;}
.mybreadcrumb__step:hover::before {color: #222bdf;}
.mybreadcrumb__step:hover::after {color: #222bdf;background: #0e16ae;}*/

/*== Social Share ==*/
.social-share{
    padding: 0;
}
.social-share li{
    display: inline-block;
    padding: 0 2px;
}
.social-share li a i.fa-facebook-square{
    font-size: 25px;
    color: #1E4FAC;
}
.social-share li a i.fa-twitter-square{
    font-size: 25px;
    color: #1BA5D4;
}
.social-share li a i.fa-google-plus-square{
    font-size: 25px;
    color: #FD5344;
}
.social-share li a i.fa-linkedin{
    font-size: 25px;
    color: #007AB5;
}
.social-share li a i.fa-envelope-square{
    font-size: 25px;
    color: #DC0000;
}
.social-share li a i.fa-pinterest-square{
    font-size: 25px;
    color: #007AB5;
}

/*== Custom Pagination ==*/
.pagination{
    margin: 10px 0;
}

/* Detail */
._menu-dmsp ul{
    margin-bottom: 20px;
}
._menu-dmsp ul li{
    padding: 0 2px;
}
._menu-dmsp ul li a{
    display: inline-block;
    margin-bottom: 5px;
    background-color: transparent;
    font: 13px 'Mulish-Regular';
    color: #282828;
    text-transform: uppercase;
    padding: 5px 15px;
    border: 1px black solid;
    border-radius: 5px;
}
._menu-dmsp ul li a i{
    padding-right: 5px;
    color: #686868;
    font-size: 8px;
}
._menu-dmsp ul li a.active, ._menu-dmsp ul li a:hover{
    text-decoration: none;
    color: white;
    border-color: #1e335a;
    background-color: #1e335a;
}
._menu-dmsp ul li a.active i, ._menu-dmsp ul li a:hover i{
    color: #1e335a;
}



.affix{
    top: 54px;
    left: auto;
    width: 277.5px;
}
.affix-bottom{
    position: absolute;
    left: auto;
    bottom: auto;
    width: 277.5px;
}
._box-pr_bestseller{
    padding: 15px 10px;
    background-color: white;
}
._titledm{
    font: 36px 'Roboto-Bold';
    color: black;
    text-transform: uppercase;
    margin: 50px 0;
}
._btn-pink{
    background-color: #ff3945;
    color: white;
}
._btn-red{
    background-color: #d60613;
    color: white;
}
._btn-pink:hover, ._btn-red:hover{
    background-color: red;
    color: white;
    text-decoration: none;
}
._titleCk{
    text-align: center;
    display: block;
    font: 18px 'Roboto-Bold';
    color: black;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px black solid;
    text-transform: uppercase;
}
._nameCk{
    font: 14px 'Roboto-Bold';
    color: #333333;
}
._desCk{
    font: 12px 'Muli-Italic';
    color: #666666;
}
._boxdh{
    padding: 15px;
    border: 3px solid #0385c3;
}
.quantity-col1 {
    clear: both;
    float: left;
    width: 84px;
    margin-right: 31px;
}
.quantity-label {
    line-height: 6px;
    font-size: 11px;
    color: #7b7b7b;
}
.quantity-col1 .tiki-number-input {
    margin: 0;
}
.quantity-col1 .tiki-number-input:before{
    display: table;
    content: "";
    clear: both;
}
.quantity-col1 .bootstrap-touchspin .input-group-btn {
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
.quantity-col1 .input-group-btn>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    line-height: 15px;
    font-size: 14px;
    font-weight: 300;
    height: 28px;
    position: relative;
    box-shadow: none;
}
.quantity-col1 .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down {
    border-radius: 4px 0 0 4px;
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 0 10px;
}
.quantity-col1 .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up {
    border-radius: 0 4px 4px 0;
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 0 10px;
}
.quantity-col1 .bootstrap-touchspin [name=qty] {
    display: block;
    border: 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    height: 28px;
    padding: 0;
    width: 28px;
    text-align: center;
}
.add-to-cart {
    margin-top: 4px;
    width: 200px;
    height: 40px;
    border-radius: 4px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: top;
    font-size: 13px;
    padding: 0 0 0 30px;
    line-height: 40px;
    border-radius: 5px;
    background: url('../images/ic-cart2x.png') 22px center no-repeat #ff3945;
    font-weight: 400;
    letter-spacing: .5px;
    background-size: 26px;
    display: inline-block;
    text-align: center;
}
.buy-now {
    margin-top: 4px;
    margin-left: 30px;
    width: 115px;
    height: 40px;
    border-radius: 4px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: top;
    font-size: 13px;
    padding: 0;
    line-height: 40px;
    border-radius: 5px;
    background: #d60613;
    font-weight: 400;
    letter-spacing: .5px;
    background-size: 26px;
    display: inline-block;
    text-align: center;
}
.box_title {
    width: 100%;
    height: 43px;
    border: 1px solid #d4d4d4;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,#fff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
    background: -o-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
    background: -ms-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);
}
.title_cate {
    float: left;
    position: relative;
    height: 43px;
    padding-left: 8px;
    margin-top: -1px;
}
.title_cate::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 8px;
    background: -moz-linear-gradient(0deg,#A8190D 9%,#E01605 50%,#A8190D 94%);
    background: -webkit-gradient(linear,0deg,color-stop(9%,A8190D),color-stop(50%,E01605),color-stop(94%,A8190D));
    background: -webkit-linear-gradient(0deg,#A8190D 9%,#E01605 50%,#A8190D 94%);
    background: -o-linear-gradient(0deg,#A8190D 9%,#E01605 50%,#A8190D 94%);
    background: -ms-linear-gradient(0deg,#A8190D 9%,#E01605 50%,#A8190D 94%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE',endColorstr='#F4F60C',GradientType='1');
    background: linear-gradient(0deg,#A8190D 9%,#E01605 50%,#A8190D 94%);
}
.title_cate h2 {
    padding: 13.5px 19px;
    text-transform: uppercase;
    font-size: 15.4px;
    color: #af1c0b;
    margin: 0;
    font-weight: 700;
}
.view_all {
    float: right;
    position: relative;
    margin-top: -1px;
    border: 1px solid #f0871b;
    background: #fff282;
    background: -moz-linear-gradient(top,#fff282 0%,#ffe25c 53%,#ffbe09 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,#ffbe09),color-stop(53%,#ffe25c),color-stop(100%,#ffbe09));
    background: -webkit-linear-gradient(top,#fff282 0%,#ffe25c 53%,#ffbe09 100%);
    background: -o-linear-gradient(top,#fff282 0%,#ffe25c 53%,#ffbe09 100%);
    background: -ms-linear-gradient(top,#fff282 0%,#ffe25c 53%,#ffbe09 100%);
    background: linear-gradient(to bottom,#fff282 0%,#ffe25c 53%,#ffbe09 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff282',endColorstr='#ffbe09',GradientType=0);
}
.view_all a {
    font-size: 14px;
    color: #8e0002;
    padding: 10.5px 11px;
    font-weight: 700;
    display: block;
}
._price-km-detail{
    font: 25px 'OpenSans-Semibold';
    color: red;
    margin-bottom: 5px;
}
._tietkiem, ._price-goc-detail{
    font: 13px 'OpenSans-Regular';
    color: #aaaaaa;
}
._tietkiem span{
    color: #df4747;
}
._option-pr td{
    border-top: none!important;
    border-bottom: 1px solid #ddd;
}
._box-des-prditail{
    max-height: 100px;
    overflow: hidden;
    margin-bottom: 10px;
}
._btn-hotline{
    background: #e5101d none repeat scroll 0 0;
    border-radius: 0;
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    padding: 0 25px 0 0;
    text-align: center;
    width: auto;
    overflow: hidden;
    font-family: "Muli-Bold";
}
._btn-hotline:hover{
    text-decoration: none;
    background-color: #f0ce01;
    color: white;
}
._btn-hotline::before {
    width: 40px;
    height: 100%;
    float: left;
    background: url(../images/tuvan-phone.png) no-repeat scroll center center;
    content: " ";
    margin-right: 15px;
    background-color: rgba(0,0,0,.2);
}
.xemthemProducts a {
    font-size: 12px;
    cursor: pointer;
    color: #333333;
}
.xemthemProducts a .fas {
    margin-left: 10px;
}
.btn-order-phone {
    display: block;
    width: 100%;
    padding: 8px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #d97f00;
    border-radius: 4px;
    background: #f89406;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#f76b1c),to(#f89406));
    background: -webkit-linear-gradient(top,#f89406,#f76b1c);
    background: -moz-linear-gradient(top,#f89406,#f76b1c);
    background: -ms-linear-gradient(top,#f89406,#f76b1c);
    background: -o-linear-gradient(top,#f89406,#f76b1c);
    cursor: pointer;
}
.btn-order-phone i {
    font-size: 25px;
    vertical-align: bottom;
    display: inline-block;
}
.btn-order-phone:hover{
    color: white;
    text-decoration: none;
    opacity: 0.8;
}
.btn-add-cart {
    background: #e5101d none repeat scroll 0 0;
    border-radius: 0;
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    padding: 0 19px 0 0;
    text-align: center;
    width: auto;
    overflow: hidden;
    font-family: "Muli-Bold";
}
.btn-add-cart:before {
    width: 40px;
    height: 100%;
    float: left;
    background: url('../images/cart.png') no-repeat scroll left center;
    content: " ";
    margin-right: 15px;
    background-color: rgba(0,0,0,.2);
}
.btn-add-cart:hover{
    text-decoration: none;
    color: white;
    opacity: 0.8;
}
.form-tuvanmuahang a {
    margin-bottom: 5px;
    width: 100%;
}
.btn-hotline {
    background: #e5101d none repeat scroll 0 0;
    border-radius: 0;
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    padding: 0 25px 0 0;
    text-align: center;
    width: auto;
    overflow: hidden;
    font-family: "Muli-Bold";
}
.btn-hotline::before {
    width: 40px;
    height: 100%;
    float: left;
    background: url(../images/tuvan-phone.png) no-repeat scroll center center;
    content: " ";
    margin-right: 15px;
    background-color: rgba(0,0,0,.2);
}
.nav-menu-custom.muakem {
    background: #fff;
    box-shadow: none;
    border-bottom: 1px solid #f1f1f1;
    border-top: 2px solid #ccc;
    height: 51px;
}
.show-brand.muakem .navbar-brand {
    background: #fff;
    width: auto;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
}
#box_delivery_policies {
    background: #fafafa;
    padding: 5px;
}
#delivery_policies_list .item {
    display: inline-block;
    margin: 5px 0;
}
.product_info_name{
    margin-bottom: 10px;
    font: 18px 'Muli-Bold';
    text-transform: uppercase;
}
._boxviews{
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: thin #ebebeb solid;
}
.product_info_vote{
    display: inline-block;
    margin-right: 15px;
}
._views{
    display: inline-block;
    color: #999999;
}
.area_price {
    display: block;
    overflow: hidden;
    line-height: 20px;
    padding: 0 10px 10px 0;
}
.area_price strong {
    display: inline-block;
    font-size: 22px;
    color: #e10c00;
    vertical-align: middle;
    margin-right: 10px;
}
.area_price span.hisprice {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
}
._mytab-detail .tab-content{
    padding: 15px;
    background-color: white;
    border: 1px solid #ddd;
    border-top: none;
}
._mytab-detail .nav-tabs > li > a{
    font: 18px 'Roboto-Bold';
    color: black;
}
._mytab-detail .nav-tabs > li.active > a, ._mytab-detail .nav-tabs > li.active > a:hover, ._mytab-detail .nav-tabs > li.active > a:focus{
    color: #222bdf;
}
._namett-detail a h2{
    margin: 5px 0 10px;
    font: 16px 'Roboto-Bold';
    color: black;
}
._namett-detail a:hover, ._namett-detail a:hover h2{
    color: red;
    text-decoration: none;
}
._date-post li{
    color: #999999;
    font-style: italic;
}
._title-prsame{
    overflow: hidden;
}
._title-prsame span{
    font: 22px 'Muli-Regular';
    color: black;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin: 5px;
}
._title-prsame span:before{
    content: "";
    position: absolute;
    height: 1px;
    width: 2000px;
    background-color: #a5abb7;
    top: 15px;
    right: 100%;
    margin-right: 15px;
}
._title-prsame span:after{
    content: "";
    position: absolute;
    height: 1px;
    width: 2000px;
    background-color: #a5abb7;
    top: 15px;
    left: 100%;
    margin-left: 15px;
}
.grid.newdefault{
    border: 1px solid #DEDEDE;
    padding: 15px;
    background: #F7F7F7;
    margin: 30px 0px;
}
.grid.newdefault .title{
    font-size: 18px;
    margin-top: 0px;
    text-transform:uppercase;
    margin-bottom: 25px;
}
.grid.newdefault a:hover{
    color: #ff0000;
    text-decoration: none;
}
ul.nottype{
    padding-left: 0px;
}
ul.nottype li{
    list-style-type: none;
    margin-bottom: 10px;
}
ul.nottype a {
    color: #000;
    font-size: 16px;
}
ul.nottype li a i{
    color: #3366ff;
}
._tagpr i{
    font-size: 18px;
    color: #ac2925;
    vertical-align: middle;
}
._tagpr a{
    display: inline-block;
    font-size: 10px;
    border: thin #dddddd solid;
    border-radius: 10px!important;
    color: #999999;
    padding: 0 10px;
}
._tagpr a:hover{
    color: red;
    border-color: red;
    text-decoration: none;
}
._btncart-detail a{
    font: 15px 'Roboto-Bold';
    color: #3366ff;
    text-decoration: none;
    border: thin #fa9c06 solid;
    display: block;
    padding: 5px;
    border-radius: 10px!important;
}

/*== Contact ==*/
#googleMap{
    width: 100%;
    height: 400px;
    overflow: hidden;
}
._box-add-contact h2{
    margin-top: 0;
}
._box-add-contact{
    padding: 15px;
    border: 1px #cccccc solid;
    border-radius: 10px!important;
}


/*== Hover Image Effect ==*/

figure._hover-eff {
    position: relative;
    background: #000000;
    text-align: center;
}
figure._hover-eff > div {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
}
figure._hover-eff > div a {
    color: #ffffff;
}
figure._hover-eff > div a i {
    font-size: 40px;
    opacity: 0;
    top: 50%;
    position: relative;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: inline-block;
}
figure._hover-eff > div a i.left-icon {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
figure._hover-eff > div a i.right-icon {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
figure._hover-eff > div::before {
    position: absolute;
    top: 30px;
    right: 50%;
    bottom: 30px;
    left: 50%;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    content: '';
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
figure._hover-eff:hover img {
    opacity: 0.35;
}
figure._hover-eff:hover > div i {
    opacity: 0.9;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
figure._hover-eff:hover > div i.left-icon {
    -webkit-transform: translate3d(-25%, -50%, 0);
    transform: translate3d(-25%, -50%, 0);
}
figure._hover-eff:hover > div i.right-icon {
    -webkit-transform: translate3d(25%, -50%, 0);
    transform: translate3d(25%, -50%, 0);
}
figure._hover-eff:hover > div::before {
    background: rgba(255, 255, 255, 0);
    left: 30px;
    right: 30px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure {
    width: 100%;
    overflow: hidden;
}
.hover14 figure {
    position: relative;
}
.hover14 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);
}
.hover14 figure img:hover{
    opacity: 0.5;
}
.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.hover15 figure {
    position: relative;
}
.hover15 figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.5);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hover15 figure:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
img.bounce_ball{
    position:relative;
    animation:bounce_ball 3s infinite;
    -webkit-animation:bounce_ball 3s infinite
}
@keyframes bounce_ball{
    0%{
        top:-5px;
        -webkit-animation-timing-function:ease-in
    }
    16%,48%,78%,100%{
        top:-10px;
        -webkit-animation-timing-function:ease-in
    }
    32%{
        top:10px;
        -webkit-animation-timing-function:ease-in
    }
    62%{
        top:5px;
        -webkit-animation-timing-function:ease-in
    }
    90%{
        top:0;
        -webkit-animation-timing-function:ease-in
    }
    100%{
        top:-5px;
        -webkit-animation-timing-function:ease-in
    }
}
@-ms-keyframes bounce_ball{
    0%{
        top:-5px;
        -webkit-animation-timing-function:ease-in
    }
    16%,48%,78%,100%{
        top:-10px;
        -webkit-animation-timing-function:ease-in
    }
    32%{
        top:10px;
        -webkit-animation-timing-function:ease-in
    }
    62%{
        top:5px;
        -webkit-animation-timing-function:ease-in
    }
    90%{
        top:0;
        -webkit-animation-timing-function:ease-in
    }
    100%{
        top:-5px;
        -webkit-animation-timing-function:ease-in
    }
}
@-moz-keyframes bounce_ball{
    0%{
        top:-5px;
        -webkit-animation-timing-function:ease-in
    }
    16%,48%,78%,100%{
        top:-10px;
        -webkit-animation-timing-function:ease-in
    }
    32%{
        top:10px;
        -webkit-animation-timing-function:ease-in
    }
    62%{
        top:5px;
        -webkit-animation-timing-function:ease-in
    }
    90%{
        top:0;
        -webkit-animation-timing-function:ease-in
    }
    100%{
        top:-5px;
        -webkit-animation-timing-function:ease-in
    }
}
@-o-keyframes bounce_ball{
    0%{
        top:-5px;
        -webkit-animation-timing-function:ease-in
    }
    16%,48%,78%,100%{
        top:-10px;
        -webkit-animation-timing-function:ease-in
    }
    32%{
        top:10px;
        -webkit-animation-timing-function:ease-in
    }
    62%{
        top:5px;
        -webkit-animation-timing-function:ease-in
    }
    90%{
        top:0;
        -webkit-animation-timing-function:ease-in
    }
    100%{
        top:-5px;
        -webkit-animation-timing-function:ease-in
    }
}
@-webkit-keyframes bounce_ball{
    0%{
        top:-5px;
        -webkit-animation-timing-function:ease-in
    }
    16%,48%,78%,100%{
        top:-10px;
        -webkit-animation-timing-function:ease-in
    }
    32%{
        top:10px;
        -webkit-animation-timing-function:ease-in
    }
    62%{
        top:5px;
        -webkit-animation-timing-function:ease-in
    }
    90%{
        top:0;
        -webkit-animation-timing-function:ease-in
    }
    100%{
        top:-5px;
        -webkit-animation-timing-function:ease-in
    }
}
@-webkit-keyframes wobble-hor-bottom {
    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg);
    }
    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg);
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
    }
}
@keyframes wobble-hor-bottom {
    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg);
    }
    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg);
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
    }
}

/* Back to Top */
#back-top {
    display: inline-block;
    background-color: #FF9800;
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 25px;
    right: 5px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#back-top i {
    font-weight: normal;
    font-style: normal;
    font-size: 3em;
    line-height: 52px;
    color: #fff;
}
#back-top:hover {
    cursor: pointer;
    background-color: #333;
}
#back-top:active {
    background-color: #555;
}
#back-top.show {
    opacity: 1;
    visibility: visible;
}

/* Text Effect */
@-webkit-keyframes myeff {
    0% {
        color: red;
    }
    50% {
        color: yellow;
    }
    100% {
        color: white;
    }
}
@-moz-keyframes myeff {
    0% {
        color: red;
    }
    50% {
        color: yellow;
    }
    100% {
        color: white;
    }
}
@-o-keyframes myeff {
    0% {
        color: red;
    }
    50% {
        color: yellow;
    }
    100% {
        color: white;
    }
}
@keyframes myeff {
    0% {
        color: red;
    }
    50% {
        color: yellow;
    }
    100% {
        color: white;
    }
}
._texteff {
    -webkit-animation: myeff 700ms infinite;
    -moz-animation: myeff 700ms infinite;
    -o-animation: myeff 700ms infinite;
    animation: myeff 700ms infinite;
}

/* Rotate Effect */
.rotate{
    -webkit-transition-duration:.8s;
    -moz-transition-duration:.8s;
    -o-transition-duration:.8s;
    transition-duration:.8s;
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    transition-property:transform;
    overflow:hidden
}
.rotate:hover{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg)
}

/* Call Effect */
.call-now-button {
    z-index: 9999;
    clear: both;
    margin: 0 auto;
    position: fixed;
    border-radius: 50px!important;
    right: 60px;
    bottom: 160px;
    display: flex !important;
    background: #fe5252;
}
.quick-call-button {
    display: block !important;
}
.call-now-button div {
    display: flex;
}
.call-now-button div p {
    color: #fff;
    display: table;
    padding: 10px;
    border-radius: 21px!important;
    height: 34px;
    line-height: 14px;
    font-size: 16px;
    margin: 8px 10px 8px 60px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-sizing: content-box;
    text-decoration: none!important;
    box-sizing: border-box;
}
.quick-alo-ph-circle.active {
    width: 130px;
    height: 130px;
    top: -40px;
    left: -40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%!important;
    -moz-border-radius: 100%!important;
    border-radius: 100%!important;
    border: 2px solid rgba(30,30,30,.4);
    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-ph-circle-fill.active {
    width: 80px;
    height: 80px;
    top: -15px;
    left: -15px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%!important;
    -moz-border-radius: 100%!important;
    border-radius: 100%!important;
    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%;
}
.call-now-button div a .quick-alo-ph-img-circle, .call-now-button div a .quick-alo-phone-img-circle {
    background-color: #e60000;
}
.quick-alo-phone-img-circle.shake {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%!important;
    -moz-border-radius: 100%!important;
    border-radius: 100%!important;
    border: 2px solid transparent;
    opacity: 1;
    background: url('../images/quick-call-button-phone.png') no-repeat center center;
    -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%;
}
@-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{
    10%{
        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)
    }
}

/* Custom Pagination */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #222bdf;
    border-color: #222bdf;
}

/* Table of Contents */
.widget-toc{
    display: inline-block;
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    padding-right: 1rem;
    font-size: 95%;
}
.widget-toc  ol {
    padding-right: 0px;
    counter-reset: item;
}
.widget-toc ol li {
    display: block;
    position: relative;
}
.widget-toc  ol li:before {
    content: counters(item, ".");
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 0.5rem;
}
.toc-title{
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.close{font-size: 40px!important;opacity: 0.8!important;}

@media (max-width: 992px){
    ._width50-sm{
        flex-basis: 50%;
    }
    ._minH70{
        min-height: 80px;
    }
    ._pricebg{
        margin: 0;
    }
}
@media (max-width: 767px){
    ._bgab{
        background-image: none!important;
        min-height: auto!important;
    }
    ._title-ab{
        margin-top: 15px;
    }
    ._title-ab h2{
        margin: 30px 0 0;
    }
    ._box-content-ab{
        padding: 30px 15px;
    }
    ._btn-lh{
        margin-bottom: 30px;
    }
    ._bg-qt .item {
        width: 100%;
        height: auto;
        float: none;
        position: relative;
        margin-bottom: 20px;
    }
    ._bg-qt .item::before{
        display: none;
    }
    ._bg-qt .item::after{
        display: none;
    }
    .list-contact a{
        display: block;
        margin-bottom: 15px;
    }
    ._rowkh1, ._rowkh2, ._rowkh3, ._rowkh4, ._rowkh5, ._rowkh7, ._rowkh8{
        border-right: none;
        border-bottom: 1px #cccccc dashed;
    }
    .modal-dialog{
        padding-top: 18%;
    }
}