div#inPage {

    max-width: 100%;

    margin: 0 auto;

    overflow: hidden;

    position: relative;

    box-sizing: border-box;

}
/* title */
.title-default h1 a,

.title-default h2 a,

.title-default h3 a,

.title-default h4 a,

.title-default div a{

    font-size: 26px;

    text-transform: uppercase;

    font-family: var(--font-roboto-bold);

}

.title-default:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%,0%);
    height: 2px;
    width: 60px;
    background: var(--html-bg-website)
}
.title-default h1{
    line-height:45px!important
}
.title-white:before{

    background: url(../../images/ic-white.png)no-repeat;

}
.title-fillter:before{
    filter: invert(1%) sepia(1%) saturate(1%) hue-rotate(1deg) brightness(1000%) contrast(80%);
}
.title-default.title-black div a{
    color:#000
}

.title-default.title-green div a{
    color:var(--html-bg-website);
    font-family: var(--font-roboto-bold);
} 
.title-news, .title-news a {
    font-size: 22px;
    font-family: var(--font-Roboto-bold);
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.title-news:before {
    content: "";
    position: absolute;
    background: var(--html-bg-website);
    bottom: -5px;
    height: 2px;
    width: 50px;
}
.cl-site{
    color:var(--html-bg-website)
}
.title-footer {
    font-size: 16px;
    color: rgba(255,255,255);
    position: relative;
    text-transform: uppercase;
    font-family: var(--font-roboto-bold);
}
.title-footer:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 2px;
    width: 70px;
    background:rgba(255,255,255);
    border-radius: 15px;
}
.desc-footer,
.copy-text,
.copy-text a{
    color: #fff;
}
/* background */
section.section-head{
    background: var(--bg-head);
}
section.section-about{
    background: var(--bg-about);
}
section.section-why{
    background: var(--bg-why);
}
section.section-services{
    background: var(--bg-services)
}
section.section-ff{
    background: var(--bg-product)
}
section.section-technology{
    background: var(--bg-technology)
}
section.section-feedbacks{
    background: var(--bg-feedbacks)
}
section.section-news{
    
    background: #fff
}
section.section-letter{
    background: var(--bg-newsletter);
}
footer.footer{
    background: var(--bg-footer)
}

section.section-copy{
    background-color:var(--html-bg-website);
}
.desc-footer a{
    color: rgba(255,255,255);
    line-height: 25px;
}
/* menu page */
.wrap-menu ul.ul-menu{
    display:flex;
    align-items:center;
}
.wrap-menu ul.ul-menu>li>h2>a,.wrap-menu ul.ul-menu>li>a{
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px;
    color: #fff;
    display: block;
}
/* .wrap-menu ul.ul-menu>li+li:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.1),rgba(255,255,255,0.5), rgba(255,255,255,0.1));
} */
a.home:before {
    content: "\f015";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.5em;
}

.wrap-menu>ul.ul-menu>li.active a,
.wrap-menu>ul.ul-menu>li:hover>a,
.wrap-menu>ul.ul-menu>li:hover>h2>a,
.wrap-menu>ul.ul-menu>li:hover>a{
    background-image: linear-gradient(to right, #1b1b1a, #6d6b5c, #23221f);
    color:#fff;
}


.wrap-menu ul.ul-menu>li .mega-menu{
    background-color: var(--html-bg-website);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    min-width: 250px;
    visibility: hidden;
    opacity: 0;
    margin-top:20px;
    transition: all 0.4s ease-in-out;
}

.mega-menu .box-mega-menu ul.c1 li+li{
    border-top:1px solid #fff
}

.mega-menu .box-mega-menu ul.c1 li a{
    display: block;
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
    color:#fff;
    margin-bottom:1px;
    
}
.wrap-menu>ul.ul-menu>li:hover>.pos-menu-c1,
.wrap-menu>ul.ul-menu>li>.pos-menu-c1>.box-mega-menu>ul.c1>li:hover>.pos-menu-c2,
.wrap-menu>ul.ul-menu>li>.pos-menu-c1>.box-mega-menu>ul.c1>li>.pos-menu-c2>.box-mega-menu>ul.c2>li:hover>.pos-menu-c3
{
    visibility: visible;
    opacity: 1;
    margin-top:0px;
   
}
.wrap-menu>ul.ul-menu>li>.pos-menu-c1>.box-mega-menu>ul.c1>li:hover>.pos-menu-c2,
.wrap-menu>ul.ul-menu>li>.pos-menu-c1>.box-mega-menu>ul.c1>li>.pos-menu-c2>.box-mega-menu>ul.c2>li:hover>.pos-menu-c3{
    top:0
}
.wrap-menu>ul.ul-menu>li>.pos-menu-c1>.box-mega-menu>ul.c1>li>.pos-menu-c2,
.wrap-menu>ul.ul-menu>li>.pos-menu-c1>.box-mega-menu>ul.c1>li>.pos-menu-c2>.box-mega-menu>ul.c2>li>.pos-menu-c3
{
    left:100%
}
/* back to top */

#back-to-top .top {

    margin: 0;

    color: #fff;

    transition: all .5s ease;

    position: fixed;

    opacity: 0;

    bottom: 0px;

    right: 15px;

    z-index: 999;

    font-size: 14px;

    background: var(--html-bg-website);

    width: 40px;

    height: 40px;

    text-align: center;

    cursor: pointer;

    transition: all 0.6s;

}

#back-to-top .top.animate_top {

    opacity: 1;

    bottom: 105px;

}

#back-to-top i {

    padding-top: 2px;

    font-size: 20px;

}

#back-to-top span {

    display: block;

    line-height: 8px;

    font-size: 11px;

}

/* breadcumbs */
ol#breadcrumb {

    height: 34px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 10px;
    max-width: 90%;
    margin: 20px auto;
    padding: 0px 10px;

}

ol#breadcrumb li {

    float: left;

    height: 34px;

    line-height: 34px;

    padding-left: 20px;

    position: relative;

}

ol#breadcrumb li+li:after {

    content: '';

    width: 6px;

    height: 6px;

    border-top: 1px solid #333;

    border-right: 1px solid #333;

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

    position: absolute;

    left: 5px;

    top: 15px;

}

ol#breadcrumb li:nth-child(1) {

    padding-left: 0px;

    width: 15px;

}

ol#breadcrumb li a {

    color: #333;

    font-size: 12px;

}

ol#breadcrumb li:nth-child(1) a span {

    font-size: 16px;

}
/* PAGING */
.paging {

    text-align: center;

    margin: 0 auto;

}

.pagination>li>a,

.pagination>li>span {

    padding: 0px 9px;

    line-height: 23px;

    margin: 0px 3px;

    text-align: center;

    font-size: 16px;

    color: var(--html-bg-website);

    border-color: #a7a7a7;

}

.pagination>li>a, .pagination>li>span {

    border: 1px solid var(--html-bg-website);

}

.pagination>li>a:focus,

.pagination>li>a:hover,

.pagination>li>span:focus,

.pagination>li>span:hover,

.pagination>li>a.current {

    z-index: 2;

    color: #fff;

    background-color: #fff;

    border-color: var(--html-bg-website);

    background-color:var(--html-bg-website);

    font-weight: 600;

}

.pagination>li:first-child>a,
.pagination>li:last-child>a {

    border-radius: 0px;

}

/* END PAGING */
/* =======================Inpage product=================== */
.title-product-detail {
    font-family: var(--font-roboto-bold);
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    border-bottom: 1px solid #999;
    color: #000;
}
.box-product-detail li {
    line-height: 22px;
    padding: 5px 0px;
    font-size: 13px;
}
.product-detail-price span {
    font-size: 15px;
    color: #f00;
    font-family: "Arial";
}
.product-detail-price-old span {
    font-size: 15px;
    color: #f00;
    text-decoration: line-through;
}
.number-detail {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    border: 1px solid #dedede;
    min-width: 42px;
    padding: 0 10px;
    vertical-align: middle;
    position: relative;
    background: #fff;
    margin-left: 5px;
    border-radius: 4px;
}
.number-detail::before, .number-detail::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
}
.number-detail::before {
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-right: 5px solid #dedede;
    margin-top: -5px;
}
.number-detail::after {
    width: 8px;
    height: 8px;
    border: 4px solid transparent;
    border-right: 4px solid #fff;
    margin-top: -4px;
}
.w-label {
    width: 86px;
    display: inline-block;
    font-weight: 700;
}
.wrap_qty {
    position: relative;
    display: flex;
}
.wrap_qty span.up, .wrap_qty span.down {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #dfdfdf;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    font-family: var(--font-utmavobold);
}
.wrap_qty input {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    padding: 0px 0px 0px 0px;
    width: 40px;
}
.input-text.qty {
    height: 28px;
    text-align: center;
    margin-left: -1px;
    margin-right:-1px
}
span.up, .wrap_qty span.down {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #dfdfdf;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    font-family: var(--font-utmavobold);
}
a.btn_site_3:hover, a.btn_site_3, .btn_site_3:hover, .btn_site_3 {
    background-image: linear-gradient(to right, #1b1b1a, #6d6b5c, #23221f);
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
button.btn_site_2, button.btn_site_2:hover, a.btn_site_2:hover, a.btn_site_2, .btn_site_2:hover, .btn_site_2 {
    background-image: linear-gradient(to right, #1b1b1a, #6d6b5c, #23221f);
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
#sanpham .nav-tabs{
    border-bottom:1px solid var(--html-bg-website)
}
#sanpham .nav-tabs>li{
    margin-bottom:0
}
#sanpham .nav-tabs>li>a{
    border:1px solid var(--html-bg-website);
    border-bottom:none;
    text-transform:uppercase;
    font-size: 16px;
    color:var(--html-bg-website);
    font-family: var(--font-roboto-bold);
}
.nav-tabs>li>a {
    border-radius: 0;
    padding: 5px 15px;
}
#sanpham .nav-tabs>li.active>a{
    background-color: var(--html-bg-website);
    color:#fff
}
div#myTabContent {
    border: 1px solid var(--html-bg-website);
    border-top: 0;
}
.fade.active,.fade.show  {
    opacity: 1!important;
}
.price-new {
    font-family: var(--font-Roboto-bold);
    color: #f00;
    font-weight: bold;
    font-size: 14px;
}
.price-old {
    text-decoration: line-through;
    font-family: var(--font-Roboto-regular);
    color: #999;
    
}
.promotion span{
    display: inline-block;
    padding:2px 20px;
    background: #ff9900;
    color:#fff;
    font-weight:bold;
}
.promotion:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid #fff;
    position: absolute;
    right: 0px;
    top: 0px;
}
.box_star {
    width: 100%;
    margin-bottom: 20px;
}
  
.rating-stars {
    display: inline-block;
    margin-right: 10px;
}
  
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    -moz-user-select: none;
    -webkit-user-select: none;
}
  
.rating-stars ul > li.star {
    display: inline-block;
    cursor: pointer;
    color: #eec52c;
}
  
.rating-stars ul > li.star > i.fa {
    font-size: 15px;
    color: #eec52c;
}
  
/* .rating-stars ul > li.star.hover > i.fa {
    color: #eec52c;
}
  
.rating-stars ul > li.star.selected > i.fa {
    color: #eec52c;
}
  
span.star.selected > i.fa {
    color: #eec52c;
} */
/* =======================end Inpage product=================== */
/* popup */

.popup-body {
    padding: 25px 20px;
    position: relative;
}
.popup-body:before {
    width: 100%;
    left: 0px;
    top: 0px;
    content: '';
    position: absolute;
    height: 5px;
    background-image: linear-gradient(-60deg, var(--color-primary) 0%, #86f306 50%, #ec656b 100%);
}
.white-popup-cart {
    max-width: 1230px;
    margin: 30px auto;
    box-shadow: 0 0 20px -5px #000;
    -webkit-box-shadow: 0 0 20px -5px #000;
    -ms-box-shadow: 0 0 20px -5px #000;
    -o-box-shadow: 0 0 20px -5px #000;
    background-color: #fff;
    position: relative;
}
.popup-body {
    padding: 25px 20px;
    position: relative;
}

.header-cart {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--html-bg-website);
    font-weight: bold;
}
.body-cart{
    border: 1px solid #ccc;
    border-bottom: 0;
}
.name-cart h3 a {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--html-bg-website);
}
.item-cart{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.item-cart .thumb-cart {
    width: 80px;
    border: 1px solid #ccc;
    padding: 5px;
}
.desc-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 100px);
}
.wrap_qty_popup {
    position: relative;
    display: flex;
}
.wrap_qty_popup span.up, .wrap_qty_popup span.down {
    display: inline-block;
    width: 20px;
    height: 28px;
    border: 1px solid #dfdfdf;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    font-family: var(--font-utmavobold);
}
.wrap_qty_popup input {
    background: #fff;
    border:1px solid #dfdfdf;
    border-right:none;
    border-radius: 2px;
    padding: 0px 0px 0px 0px;
    width: 40px;
}
.delete-order {
    padding: 10px;
    color: #f00;
    font-size: 1.5em;
    cursor: pointer;
}
/* news */
/* cart */

/* TABLE ORDER */
.order-select.bootstrap-select .btn {
    border-radius: 0;
    height: 37px;
    position: relative;
    border-color: #e2e2e2;
    padding-right: 47px;
    background: #fff;
    box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.order-select.bootstrap-select .btn .bs-caret {
    width: 35px;
    height: 35px;
    background: #e2e2e2 url(../../images/ico-select-down.png) no-repeat center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.order-select.bootstrap-select {
    height: 37px;
}
.order-select.bootstrap-select .btn .bs-caret .caret {
    display: none;
}
-select.bootstrap-select .btn {
    border-radius: 0;
    height: 37px;
    position: relative;
    border-color: #e2e2e2;
    padding-right: 47px;
    background: #fff;
    box-shadow: none;
}
.table-order tr td {
    padding: 5px 5px 0px 0px;
}

.table-order tr.nav-table-order td  {
    padding: 7px 5px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    color: #666;
}

.button-order{
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 9px;
    font-weight: bold;
    margin: 4px;
    background: rgb(249,252,247);
    background: -moz-linear-gradient(top, rgba(249,252,247,1) 0%, rgba(245,249,240,1) 100%);
    background: -webkit-linear-gradient(top, rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%);
    background: linear-gradient(to bottom, rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 );
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0;
    outline: none;
    color:#232323;
    transition: 0.2s all ease;
}
.button-order:hover {
    color:#fff;
    background:#232323;
}
.tonggia-order {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.table-order tr td{ 
    vertical-align: top;
}

.table-order tr td a{
    font-size: 14px;
    color: #232323;
    font-weight: bold;
}

.table-order tr td input {
    padding: 0px 5px;
    box-sizing: border-box;
    width: 45px;
    outline: none;
    text-align: center;
}

.row-user-order label{
    font-weight: normal;
    margin-top: 5px;
    color: #999;
}

.row-user-order label span {
    color:#f00;
}

.row-cart input[type='text'],.row-cart input[type='email'], .row-cart select {
    border-radius: 1px;
    height: 34px;
    position: relative;
}

.row-cart {
    margin-bottom: 20px;
    position: relative;
}

.row-cart .title-giaohang {
    color:#999;
    margin-top: 10px;
    
}

.row-cart input, .row-cart textarea {
    padding-left: 43px;
}
.row-cart input::placeholder, .row-cart textarea::placeholder{
    font-style:italic;
}
.row-cart:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;    
}

.icon-cart-name:before {
    background-image: url("../../images/cart/c_name.png");
}

.icon-cart-tele:before {
    background-image: url("../../images/cart/c_phone.png");
}

.icon-cart-email:before {
    background-image: url("../../images/cart/c_mail.png");
}

.icon-cart-add:before {
    background-image: url("../../images/cart/c_local.png");
}

.icon-cart-captcha:before {
    background-image: url("../../images/cart/c_code.png");
}

.icon-cart-desc:before {
    background-image: url("../../images/cart/c_mess.png");
}
.icon-cart-date:before {
    background-image: url("../../images/cart/time.png");
}


.row-cart textarea.form-control{
    border-radius: 0px;
    height: 150px;
}

.box-thanhtoan {
    margin-bottom: 20px;
    border-top: none;
    padding: 10px;
    box-shadow: 0px 0px 7px 2px #ccc;
}

.thongtinthanhtoan  {
    padding: 10px;
    font-size: 12px;
    color: #999;
    border: thin solid #ebebeb;
}

.title-thanhtoan {
    font-size: 12px;
    color: #3e3e3e;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Arial', sans-serif;
    padding: 10px 15px;
    background:#f7f7f7;
}

.btn--buy-now{
    background: #8DC540 !important;
    border-radius: 0px;
    text-transform: uppercase;
    outline: none;
    border: none;
    background: #fec107!important;
    font-weight:bold;
}

.table-order-thanhtoan.table-order tr.nav-table-order td{
    font-size: 12px;
    background: #f7f7f7;
    border-bottom: thin;
    text-transform: none;
    color: #333;
}

.table-order-thanhtoan.table-order tr td a, .table-order-thanhtoan.table-order tr td {
    font-size: 12px;
    
}

.table-order-thanhtoan .tonggia-order{
    font-size: 16px !important;
}
/* END TABLE ORDER */
/* ============toc list ==================*/

.toc-wrapper{
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    display: table;
    max-width: 40%;
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
}
.toc-title-container{
    display:table;
    width: 100%;
}
span.toc-switch {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
.toc-switch a#toc{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-left: 10px;
    text-shadow: 0 1px 0 #fff;
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
    color: #444;
    cursor: pointer;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}
.toc-switch a#toc:focus,.toc-switch a#toc:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}
.toc-list ol li a {
    font-family: 'Roboto',sans-serif;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    z-index: 0;
    overflow-x: hidden;
}
.toc-list a:hover {
    text-decoration: underline;
}
.toc-list a:visited {
    color: #9f9f9f;
}
.toc-list ol{
    counter-reset: item;
}
.toc-list>ol>li ol{
    margin-left:1.5em
}

.toc-list ol li a::before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}
/* end */
.border-bottom {
    border-bottom: 1px solid var(--html-bg-website);
    padding-bottom: 2px;
}
.title-info div a {
    font-size: 16px;
    text-transform: capitalize;
    color: var(--html-bg-website);
    font-family: var(--font-Roboto-bold);
    font-weight: 600;
    background: #fff;
    padding-right: 10px;
    border: 1px solid var(--html-bg-website);
    padding: 4px;
    margin-top: 2px;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
}
div a.news-order-detail {
    display: table;
    padding: 5px 0px;
    transition: all 0.4s;
}
div a.news-order-detail:hover {
    padding-left: 10px;
    transition: all 0.4s;
}
/*----------  contact form  ----------*/
#google-map {
    height: 400px; 
  }
  h3.contact-page-title {
    font-size: 25px;
    line-height: 32px;
    color: #363f4d;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .single-contact-block {
    padding-bottom: 8px;
    margin-bottom: 27px;
    border-bottom: 1px solid #e1e1e1;
  }
  .single-contact-block > h4 {
    margin-bottom: 23px;
  }
  .single-contact-block.last-child {
      border-bottom: none;
  }
  span.required {
    color: #ff0000; 
  }
  .contact-form .form-group {
    margin-bottom: 20px; 
  }
  .contact-form label {
    display: block;
    font-size: 15px;
    line-height: 29px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 20px;
  }
  .contact-form input {
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: 1px solid #e0e0e0;
    padding-left: 20px; 
  }
  .contact-form textarea {
    background-color: #ffffff;
    width: 100%;
    outline: none;
    border: 1px solid #e0e0e0;
    padding-left: 20px;
    line-height: 50px;
    height: 100px; 
  }
  .contact-form .li-btn-3 {
    background: #f2f2f2;
    line-height: 12px;
    display: inline-block;
    padding: 16px 30px;
    border-radius: 3px;
    color: #363f4d;
    font-weight: 500;
    font-size: 12px;
    background-color: #242424;
    border: 1px solid #242424;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
  }
   .contact-form .li-btn-3:hover {
    background-color: #fed700;
    color: #ffffff;
    background-color: #fed700;
    border-color: #fed700; 
  }
  .contact-page-side-content {
    background-color: #F2F2F2;
    padding: 25px 30px 19px;
  }
  /*----------------------------------------*/
.loading {
    opacity: 1 !important;
    position: relative;
    color: rgba(255,255,255,0)!important;
    pointer-events: none !important;
}
.loading:after {
    animation: spin 500ms infinite linear;
    border: 2px solid #000;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px;
}
@keyframes spin{
    0%{
        transform:rotate(0deg)
    }
    100%{
        transform:rotate(360deg)
    }
}
/* block copy */
.noselect {

    -webkit-touch-callout: none;

    /* iOS Safari */

    -webkit-user-select: none;

    /* Safari */

    -khtml-user-select: none;

    /* Konqueror HTML */

    -moz-user-select: none;

    /* Firefox */

    -ms-user-select: none;

    /* Internet Explorer/Edge */

    user-select: none;

}
.tf-hover img {

    transition: all 1s ease 0s;

}

.tf-hover img:hover {

    transform: scale(1.1);

}

.hover-fade {

    position: relative;

    overflow: hidden;

}

.hover-fade:before {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(255, 255, 255, 0.5);

    content: '';

    z-index: 10;

    -webkit-transition: -webkit-transform 0.6s;

    transition: transform 0.6s;

    -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);

    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);

}

.hover-fade:hover:before {

    webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);

    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);

}

.blinker {

    webkit-animation-name: blinker;

    -webkit-animation-duration: 1200ms;

    -webkit-animation-timing-function: linear;

    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;

    -moz-animation-duration: 1200ms;

    -moz-animation-timing-function: linear;

    -moz-animation-iteration-count: infinite;

    animation-name: blinker;

    animation-duration: 1200ms;

    animation-timing-function: linear;

    animation-iteration-count: infinite;

}

@keyframes blinker {

    0% {

        opacity: 1.0;

    }

    50% {

        opacity: 0.0;

    }

    100% {

        opacity: 1.0;

    }

}