@import url('https://fonts.googleapis.com/css?family=Roboto');
/*font-family: 'Roboto', sans-serif;*/
body {
    color: #666;
    font-family: "Saira","Jura","Roboto",sans-serif;
    font-weight: 400;
    padding: 0;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
ul{
	list-style: none;
	padding: 0;
}
p {
    margin: 0;
}
a:hover,
a:focus{
	text-decoration: none;
    outline: 0;
    color: inherit;
}
a {
    color: #666;
    text-decoration: none;
}
.btn:focus{
    outline: 0;
}
.pl-0{
    padding-left: 0;
}
.pr-0{
    padding-right: 0;
}
/*HEADER*/
.header{
	line-height: 20px;
    border-bottom: rgba(323, 234, 235, 0.1 ) 1px solid;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 80px;
    transition: all 1s
}
.fixed-top-header{
	width: 100%;
	float: left;
	background: rgb(38, 113, 191);
	transition: all 1s;
	z-index: 9999;
	height: 60px;
}
    .fixed-top-header .logo img {
        /*max-width: 130px;*/
        max-height: 60px;
    }
.fixed-top-header .menu-main nav ul li {
    padding: 18px 18px 21px 18px;
}
.logo img{
	transition: all 1s;
}
.menu-main{
	float: right;
}
.menu-main nav ul li {
    float: left;
    list-style: none;
    padding: 28px 18px 21px 18px;
    position: relative;
    transition: all 1s;
}
.menu-main nav ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    padding-bottom: 5px;
}
.menu-main nav ul li:hover a {
    border-bottom: 2px solid #ffba00;
    padding-bottom: 5px;
}
.sub-menu li a{
    border: none !important
}
.menu-main nav ul li ul {
    position: absolute;
    top: 57px;
    left: 14px;
    opacity: 1;
    z-index: 999;
    display: none;
    padding-top: 22px;
}
.fixed-top-header .menu-main nav ul li ul{
    padding-top: 3px;
}

.menu-main nav ul li ul li {
    background: rgba(0,0,0,0.8);
    width: 200px;
    padding: 10px 10px !important;
    border-bottom: 1px dotted rgba(255,255,255,0.1);
    position: relative;
    text-align: left;
}
.menu-main nav ul li:hover ul {
    display: block;
}
.menu-main nav ul li ul li a:hover {
    color: #ffba00 !important;
    border: none;
}

/*END HEADER*/
/*FOOTER*/
.footer {
    width: 100%;
}
.info-ft {
    /*background: #383c45;*/
	background:url(../images/bg-footer.jpg) bottom no-repeat;
    float: left;
    width: 100%;
    padding: 40px 0 30px 0;
}
.support-ft{
	display: flex;
}
.img-support-ft {
    margin-right: 15px;
}
.img-support-ft img {
    margin-top: 10px;
}
.content-support-ft p {
    font-size: 13px;
    color: #c0c0c0;
}
.content-support-ft a {
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 2px 2px #002e3a;
}
.menu-ft {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #666;
}
.menu-ft h2 {
    font-size: 15px;
    color: #ddd;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.menu-ft h3 {
    color: #c0c0c0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
}
.menu-ft p, .menu-ft a {
    color: #c0c0c0;
    line-height: 25px;
    font-size: 13px;
}
.menu-ft a:hover {
    color: #fff;
}
.copyright {
    width: 100%;
    background: #2671bf;
}
.copyright p {
    float: left;
    color: #c0c0c0;
    padding: 12px 0;
}
.copyright p a {
    color: #fff;
}
.box-social-footer {
    float: right;
}
.box-social-footer a {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
}
.box-social-footer a img{
    width: 30px;
}
/*END FOOTER*/
/*SLider*/
.slide-show{
	background: url(../images/banner-slide.jpg) center center no-repeat;
	min-height: 100vh;
	background-size: cover;
}
.op-slider {
    min-height: 100vh;
    background: rgba(38, 113, 191, 0.50);
    z-index: 99;
    display: flex;
    align-items: center;
}
.text-home{
    padding: 10px;
    color: #fff;
    margin: 0 auto;
}
.text-home h1{
    font-size: 39px;
    font-weight: 600;
    text-transform: uppercase;
}
.text-home h5{
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
    text-transform: uppercase;
    margin: 20px 0 40px;
}
.bt-home{
    font-size: 16px;
    padding-right: 56px;
    padding-left: 54px;
    padding-top: 22px;
    padding-bottom: 22px;
    background: #c10f41;
    opacity: 0.9;
    color: #fff;
    border-radius: 5px;
}
/*END slider*/
.pd-40{
    padding: 40px 0 0 0;
}
.title{
    margin-bottom: 40px;
}
.title h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
    color: #f5002d;
}
.title p{
    font-size: 18px;
    text-align: center;
    color: #6b6b6b;
    text-transform: none;
    margin-top: 20px;
}
.tkw-cs{
    width: 100%;background: url(../images/bg-3.jpg) bottom no-repeat; 
	background-size:cover; 
	background-position:right center;
}
.box-tks-cs {
    width: 40%;
    float: right;
    margin: 15px;
}
.box-tks-cs .icon-box {
    float: left;
    width: 150px;
    height: 150px;
    margin-left: -55px;
}
.box-tks-cs .text-box {
    float: right;
    width: 200px;
}
.box-tks-cs .text-box h3{
    font-size: 19px;
    margin-bottom: 15px;margin-top: 5px;
}
.box-tks-cs .text-box h3 a{
    color: #333333;
    text-decoration: none;
    font-weight: bold;line-height: 25px;
}
.box-tks-cs .text-box p{
    font-size: 13px;
    line-height: 22px;
    color: #333333; text-align: justify;
}
.fl-wrap {
    cursor: pointer;
    position: relative;
    line-height: 16px;
    background-image: -ms-linear-gradient(left,#c10f41 0%,#233b88 100%);
    background-image: -moz-linear-gradient(left,#c10f41 0%,#233b88 100%);
    background-image: -o-linear-gradient(left,#c10f41 0%,#233b88 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#c10f41),color-stop(100,#233b88));
    background-image: -webkit-linear-gradient(left,#c10f41 0%,#233b88 100%);
    background-image: linear-gradient(to right,#c10f41 0%,#233b88 100%);
    border: none;
    padding: 15px;
}
.fl-wrap p {
    color: #fff!important;
    line-height: 1.5;
    padding-bottom: 0;
}
.fl-wrap p a {
    padding: 7px 26px;
    border-radius: 3px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-left: 15px;
    position: relative;
    z-index: 9;
    line-height: 16px;
    background: #c10f41;
    border: none;
    color: #fff;
}

.info-ab .list-info .item-info{
    padding: 35px;
    max-height: 200px;
    overflow: hidden;
}
.info-ab .list-info .item-info:nth-child(1){
    background-color: #5067c1;
}
.info-ab .list-info .item-info:nth-child(2){
    background-color: #00a689;
}
.info-ab .list-info .item-info:nth-child(3){
    background-color: #ffc43b;
}

.icon-info-ab{
    float: left;
    margin-right: 25px
}
.text-info-ab{
    overflow: hidden;
    color: #fff;
}
.text-info-ab h3{
    margin: 0 0 16px;
    font-size: 18px;
}
.text-info-ab p{
    line-height: 1.8;
    letter-spacing: .4px;
}
.bg-info{
    background-image: url(../images/test1.jpg);
    background-size: cover;
    background-position: center center;
    padding: 25px;
    
    display: flex; flex:2;
    align-items: center;
}
.text-info-asc{
    color: #fff;
}
.text-info-asc h2{
    font-size: 41px;
    font-weight: 800;
    text-transform: uppercase;
}
.text-info-asc p{
    line-height: 1.7;
    color: #c4c4c4;
}
ul.products-category{
    text-align: center;
}
ul.products-category li.product-category {
    width: 9.5% ;
    display: inline-block;
    text-align: center;
}
.product-category a {
    color: #414141;
    white-space: normal;
}
.woocommerce{
    margin-top: 40px;
}
.item-product {
    display: block;
    height: 350px;
    overflow: hidden;
    line-height: 16px;
    margin: 0;
    padding: 5px;
    position: relative;
    width: 100%;
    z-index: 5;
    border: 1px solid #f0f0f0;
    border-radius: 0 0 10px 10px;
    margin-bottom: 30px;
}
    .item-product .box-img {
        height:305px;
        overflow:hidden;
    }
.item-product h4 {
    text-align: center;
    color: #000;
}
.item-product:hover {
    border-color: #e5e5e5;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    background-color: #fff;
	border-radius:0 0 10px 10px;
}
/*.item-product:before {
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -webkit-box-shadow: 0 -2px 13px rgba(0,0,0,0.29);
    -moz-box-shadow: 0 -2px 13px rgba(0,0,0,0.29);
    box-shadow: 0 -2px 13px rgba(0,0,0,0.29);
    -moz-border-radius: 100px / 10px;
    
}*/
.item-product:before, .item-product:after {
    content: "";
    position: absolute;
    z-index: -2;
}
.hover-product {
    position: absolute;
    top: 0;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgb(255,255,255, 0.5);
    z-index: 100;
    opacity: 0;
    transform: scale(0.5, 0.5);
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    overflow: hidden;
}
.view-demo {
    background: #c10f41;
    color: white!important;
    display: inline-block;
    height: 38px;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    width: 120px;
    line-height: 40px;
    top: 40%;
    /*transform: rotate(180deg);*/
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.use-demo{
    top: 55%; background:#f7346a; 
}
.item-product:hover .hover-product {
    opacity: 1;
    transform: scale(1, 1);
}
.item-product:hover .view-demo {
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(0deg);
}
.view-demo:before, .view-demo:after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    height: calc( 100% - 8px);
    width: calc( 100% - 8px);
    transform-origin: center;
}
.view-demo:before {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    transform: scale3d(0, 1, 1);
}
.view-demo:after {
    border-left: 1px solid white;
    border-right: 1px solid white;
    transform: scale3d(1, 0, 1);
}
.view-demo:hover:before, .view-demo:hover:after {
    transform: scale3d(1, 1, 1);
    transition: transform 0.5s;
}
#carousel-parnet li {
    text-align: center;
}
#carousel-parnet .owl-wrapper-outer img{
    width: 120px;
}
/*page category*/
.breadcrumb-page {
    height: 25rem;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 30px 0;
    color: #fff;
    text-align: center;
    background: url(../images/bg-header.jpg) center no-repeat;
}
.breadcrumb-page p{
    color: #fff
}
.breadcrumb-page .title-bre{
    color: #fff;
    text-transform: uppercase;
}
form.search-template {
    width: 100%;
    margin-top: 65px;
    margin-bottom: 25px;
    color: gray;
    background-size: 28px 28px;
    background-position: -5px 7px;
    padding: 0;
    position: relative;
}
form.search-template input#complete {
    border: none;
    border-bottom: 1px solid #EF3C26;
    border-radius: 0;
    background: transparent;
    padding: 6px 0 6px 35px;
    outline: 0; width:100%;
}
form.search-template .btn-search {
    background: url(../images/icons/search2.png) no-repeat;
    font-size: 0;
    border: none;
    position: absolute;
    top: -3px;
    left: 0;
    line-height: 20px;
    padding: 6px 12px;
    font-weight: 400;
    text-shadow: none;
    border-radius: 4px;
    color: #fff;
}
.templates .sidebar ul.template-filters li,
.templates .sidebar ul.template-categories li{
    transition: text-indent 0.2s;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 3px;
}
.templates .sidebar ul.template-filters li a,
.templates .sidebar ul.template-categories li a {
    text-transform: capitalize;
    font-size: 14px;
    color: #666;
    position: relative;
}
.templates .sidebar ul.template-filters li a:before,
.templates .sidebar ul.template-categories li a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: .8rem;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
}
.templates .sidebar ul.template-filters li:hover,
.templates .sidebar ul.template-categories li:hover {
    text-indent: 6px;
    transition: text-indent 0.2s;
}
.templates .sidebar ul.template-filters li:hover a,
.templates .sidebar ul.template-categories li:hover a {
    color: #f5002d;
    text-decoration: none;
}
.font-medium {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-left: 3px;
}
.list-products .woocommerce>div{
    padding-bottom: 2rem ;
}
.list-products .woocommerce .load-btn {
    margin: 20px auto;
    display: flex;
    border: none;
    height: 50px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    padding: 3px 32px 3px;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.4s ease;
    font-size: 18px;
    background: #c10f41;
}
/*page resginter template*/
.reg-simple .title-reg {
    padding: 0 0 15px 0;
    font-size: 28px;
    color: #c10f41;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}
.reg-simple form .form-group label {
    font-weight: normal;
    color: #686868;
    margin-bottom: 2px;
}
.reg-simple form .form-group input {
    height: 44px;
    display: block;
    outline: 0;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #666666;
    vertical-align: middle;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 20px;
}
.reg-simple form .form-group input:focus {
	box-shadow: 0 0 0 1px #c10f41;
	outline: none;
}
label.note {
    font-style: italic;
    font-size: 13px;
    margin: 3px 0 0 0;
    font-weight: normal;
}
.radio input[type="checkbox"] {
    opacity: 0;
}
.form-agree input {
    position: absolute;
    left: 0;
}
.form-agree label a {
    color: #EF3C26;
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio-danger input[type="checkbox"]:checked + label::before {
    border-color: #f5002d;
}
.radio-danger input[type="checkbox"]:checked + label::after {
    background-color: #f5002d;
}
.radio input[type="checkbox"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-back {
    border: none;
    height: 50px;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 32px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.4s ease;
    font-size: 16px;
    background: #c10f41;
    outline: 0;
    border-radius:4px;
} 
.btn-back:hover {
	background:#dc3009;
}
h3.title-template {
    text-transform: uppercase;
    font-weight: 200;
    line-height: 1.3;
    color: #333;
    text-align: center;
    margin: 0.5rem 0 0 0;
}
h3.title-template a {
    font-size: 18px;
    color: #333;
    line-height: 26px;
    text-transform: capitalize;
    font-weight: 400;
}
h3.title-template span.id-template {
    display: block;
    line-height: 0;
}
h3.title-template span.id-template a {
    font-size: 15px;
    color: #EF3C26;
}
/*page liÃªn há»‡*/
.contact_section {
    text-align: center;
    padding: 0 0 55px;
}
.social_icon.normal_social {
    margin: 0 6px;
}
.social_icon.normal_social a{
    color: #bcbcbc;
    text-decoration: none;
    cursor: pointer;
}
.social_icon.normal_social a:hover{
    color: #f5002d
}
.contact-detail h4{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}
.contact-detail p{
    font-size: 15px;
    color: #686868;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 5px;
}
.contact-form input[type='text'], .contact-form textarea {
    max-width: 100%;
    width: 100%;
    height: 46px;
    outline: 0;
    padding: 0 0 0 15px;
    border: 1px solid #d0d0d0;
    transition: all 0.3s ease 0s;
    border-radius: 0;
    margin-bottom: 8px;
}
.contact-form textarea {
    height: 160px;
    padding: 15px 0 0 15px;
}
.contact-form input[type='text']:focus, .contact-form textarea:focus{
    border-color: #f5002d;
}
.google-map{
    height: 250px;
    margin: 20px 0;
}
/*page khÃ¡ch hÃ ng*/
.gim {
    position: absolute;
    width: 30px;
    height: 32px;
    left: 25px;
    right: 0;
    top: -19px;
    margin: auto;
    /*background: url(../images/icons/icon_gim.png) no-repeat;*/
}
.item-custommer {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .4rem;
    max-width: 100%; 
    margin-bottom: 20px;
    height: auto; 
    text-align: center;
} 
.item-custommer:hover {
    box-shadow: 0 8px 15px 0 rgba(0,0,0,0.3);
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
.item-custommer img{
    height: 150px;
}
.item-custommer h4 {
    padding: 10px;
    line-height: 22px;
    margin: 0;
    text-align: center;
    width: 100%;
    font-size: 100%;
    height: 60px;
    display: block;
}
/*page about us*/
.about-us-title {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.about-us-title h2 {
    font-size: 37px;
    color: #3c3333;
    text-transform: uppercase;
    line-height: 47px;
    margin-bottom: 20px;
}
.about-us-title p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 5px; text-align:justify;
}
.about-us-img {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 60px;
}
.circle-img {
    width: 320px;
    height: 320px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.position-0h {
    left: 0;
    right: 0;
    top: -18px;
    margin: auto;
    background: #4e6e7b;
}
.position-2h {
    left: initial;
    right: 5px;
    top: 60px;
    margin: auto;
    background: #777c8f;
}
.position-4h {
    left: initial;
    right: 3px;
    bottom: 60px;
    margin: auto;
    background: #7ebe99;
}
.position-6h {
    right: initial;
    left: 3px;
    bottom: 60px;
    margin: auto;
    background: #97aac0;
}
.position-8h {
    right: initial;
    left: 5px;
    top: 60px;
    margin: auto;
    background: #8d8d92;
}
.position-10h {
    left: 0;
    right: 0;
    bottom: -18px;
    margin: auto;
    background: #a5c78a;
}
.img-destop {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    z-index: 9;
    padding-top: 6px;
    padding-left: 2px;
    cursor: pointer;
    transform: scale(1);
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
}
.circle-heart {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    border: 50px solid #fff;
    background: #ccc;
    display: table;
    background-color: #3d3d44;
}
.vetical-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 10px;
}
.circle-heart h3 {
    margin-bottom: 10px;
    font-family: 'Roboto Condensed';
    font-size: 20px;
}
.whatwedo {
    float: left;
    width: 100%;
}
.whatwedo-title {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.whatwedo-title h2 {
    color: #282828;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 50px;
}
.whatwedo-title p {
    font-size: 16px;
    float: left;
    width: 100%;
    margin-top: 15px;
    color: #777;
    text-align: justify;
    margin-bottom: 30px; 
}
.whatwedo-btn a {
    color: #fff;
    padding: 10px 40px;
    border-radius: 6px;
    background: #c10f41;
    text-transform: uppercase;
    font-size: 17px;
}
.list-tool {
    float: left;
    width: 100%;
}
.item-tool-about {
    float: left;
    display: flex;
    margin-bottom: 30px;
}
.img-item-tool {
    width: 100px;
    float: left;
    margin-right: 15px;
    text-align: center;
}
.title-item-tool {
    width: 100%;
    float: left;
}
.title-item-tool h2 {
    font-family: 'Roboto';
    color: #282828;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
    margin-top: 0
}
.title-item-tool p {
    font-size: 14px;
    color: #5d4a4a;
    float: left;
    width: 100%;
    text-align: justify;
}
/*page tuyá»ƒn dá»¥ng*/
.blog-post {
    display: inline-block;
    width: 100%;
    margin-bottom: 45px;
}
.blog-post .post-media {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.post-media img {
    display: block;
}
.post-media .event-calender, .first-event .event-calender{
    width: 54px; height: 67px;
    font-size: 23px;
    padding-top: 11px;
    z-index: 9;
    text-align: center;
}
.blog-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #daa106;
    color: #fff;
}
.blog-post .post-meta, .comment-list .post-meta, .sidebar-widget .post-meta {
    text-transform: uppercase;
    color: #999;
    font-size: 13px;
}
.blog-post .post-meta span, .comment-list .post-meta span, .sidebar-widget .post-meta span {
    margin-right: 3px;
}
.event-calender span {
    font-size: 12px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-top: 0;
    margin-right: 0;
}
.blog-post .post-more-link {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
.blog-post .icons-hover-black {
    position: absolute;
    bottom: 39px;
    padding: 10px 0;
    visibility: hidden;
}
.blog-post .icons-hover-black a {
    padding: 8px 12px;
    color: #fff;
    opacity: 0;
    transition: all 0.25s ease 0s;
}
.blog-post .post-more-link a i {
    font-size: 18px;
    margin: 0;
    background: none;
    line-height: 28px
}
.blog-post .post-more-link:hover .icons-hover-black a {
    opacity: 1;
    transition: all 0.25s ease 0s;
}
.post-meta .post-more-link a {
    padding: 8px 18px;
    display: block;
    text-align: center;
    min-width: 0;
    height: auto;
    line-height: inherit;
}
.blog-post .post-header h2 {
    margin-bottom: 30px;
    margin-top: 10px;
}
.blog-post .post-header h2 a{
    color: #f5002d
}
.blog-post .post-entry {
    margin-bottom: 30px;
}
.blog-post .post-entry p{
    margin-bottom: 20px;
}

.sidebar-widget {
    margin-bottom: 50px;
}
.sidebar-widget h4 {
    margin: 0px;
    padding-top: 0;
    padding-bottom: 15px;
    font-weight: 600;
}
.sidebar-widget ul li {
    list-style: none;
    font-weight: 400;
}
.categories li {
    border-bottom: 1px solid #DEDEDE;
}
.sidebar-widget .categories li a {
    padding: 10px 0px;
    text-transform: capitalize;
    display: inline-block;
}
.sidebar-widget .widget-post {
    position: relative;
}
.sidebar-widget .widget-post .widget-post-media {
    width: 118px;
    display: table-cell;
    padding: 0px 15px 0px 0px;
}
.sidebar-widget .widget-post .widget-post-info {
    display: table-cell;
    vertical-align: top;
}
.sidebar-widget .widget-post li {
    margin-bottom: 20px;
}
.widget-tag li {
    float: left;
    margin-bottom: 15px;
    margin-right: 5px;
    text-transform: uppercase;
}
.widget-tag li a{
    border: 1px solid #ff6b57;
    padding: 4px 10px;
}
.sidebar-widget ul {
    margin: 0px;
    padding-left: 0px;
}
.search-cate{
    margin-top: 25px !important;
}
.pagination-nav {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}
.pagination-nav ul {
    margin: 0px;
    padding: 0px;
}
.pagination-nav ul li {
    display: inline-block;
    margin: 0px 2px;
}
.pagination-nav ul li a {
    display: block;
    border: 1px solid #f5002d;
    color: #f5002d;
    height: 36px;
    width: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
}
.pagination-nav ul li.active a{
    background: #f5002d;
    color: #fff;
} 
@media only screen and (max-width: 768px) {
    .box-tks-cs {
        width: 46%;
    	margin: 20px 2%;
		text-align: center;}
    .box-tks-cs .icon-box {
        float: none; 
        margin: 0 auto;
    }
    .box-tks-cs .text-box {
        float: none; 
        width: 100%;
    }
    .pl-0{
        
    }
    .pr-0{
        
    }
    .info-ab .list-info .item-info {
        max-height: 100%;
    }
    .fl-wrap p a {
        display: block;
    }
    ul.products-category li.product-category {
        width: 26.5%!important;
    }
    .item-product {       
        margin-bottom: 20px; 
    }
    .img-support-ft {
        width: 30px;
    }
    .copyright{
        text-align: center;
    }
        .box-social-footer {
        float: none;
    }
     .about-us-img {
        margin-top: 0;
        margin-bottom: 10px;

    }
	.flex-r{
	display:inherit!important;
}

    
}

@media only screen and (max-width: 991px){
    .text-home h1,
    .text-info-asc h2{
        font-size: 34px;
        line-height: 44px;
    }
    .text-home h5 {
        font-size: 16px;
        line-height: 26px;
    }
    .title h2 {
        font-size: 26px;
    }
    .title p {
        font-size: inherit;
    }
    .title {
        margin-bottom: 20px;
    }
    .item-product img{
        width: 100%;
    }
    .box-tks-cs {
        width: 46%;
		margin: 20px 2%;
		text-align: center;
    }
    .fl-wrap p {
        line-height: 2;
    }
    ul.products-category li.product-category {
        width: 12%;
    }
    #carousel-parnet .owl-wrapper-outer img {
        width: 80px;
    }
    .content-support-ft{
        width: 100%;
    }
    .img-support-ft {
        width: 50px;
    }
    .navbar-toggle{
        top: 26px;
        padding: 0;
        right: 0;
        position: absolute;
        display: block;
        transition: 1s all
    }
    
    .fixed-top-header .navbar-toggle {
        top: 19px;
    }
    .collapse.in {
        right: 0
    }
    .list-products.col-sm-12{
        padding: 0;
    }
    .menu-mb {
        width: 100%;
        height: 100%;
        margin-top: 79px;
        padding: 0;
        background: rgba(0,0,0,.8);
        border-top: none;
        right: -100%;
        position: fixed;
        transition: 1s all;
    }

    .menu-main nav ul li {
        float: none;
        transition: 2s all;
    }
    .fixed-top-header .menu-mb{
        margin-top: 60px
    }
    .menu-trigger {
        position: absolute;
        top: 20px;
        right: 12px;
        width: 36px;
        height: 36px;
        background: transparent;
        cursor: pointer;
        border-radius: 5px;
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
        transition: all 300ms;
    }
	.menu-main nav ul{padding: 0 20px!important;}
    .menu-main nav ul li ul.sub-menu {
        position: relative !important;
        top: 0;
        left: 0;
        display: none;       
    }
    .menu-main nav ul li ul.sub-menu li{
        background: none;
        border: none
    }
    .menu-main nav ul li {
        padding: 18px 18px 15px 18px !important;
		border-bottom: 1px solid #444;
    }
	.dropbtn{width: 100%;}
	.drop-down:after{
		content: '';
		color:#fff;
		position: absolute;
		border-top: 10px solid #ad0e15;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		top: 26px;
    	right: 20px;
		width: 0;
		height: 0;z-index: 3;
	}
	.menu-main nav ul li a {
	width: 100%;
    display: inline-block;z-index: 10;position: relative;
	}
	.menu-main nav ul li:hover a {
    border-bottom: none!important;
	}
	.menu-main nav ul li ul li {padding: 10px 10px 0!important;}
    .fixed-top-header .menu-trigger{
        top: 10px
    }
    .menu-trigger:before {
        content: '\f0c9';
        display: inline-block;
        width: 36px;
        height: 36px;
        color: #fff;
        font-family: FontAwesome;
        font-style: normal;
        font-size: 2.2em;
        font-weight: normal;
        font-variant: normal;
        text-align: center;
        text-transform: none;
        line-height: 36px;
    }
   

}
.flex-r{
	display: flex;
}
.show{display: block; }
