@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

:root {
   --color-primary: #FCB71E;
   --color-primary-light: #f6c65e;
   --color-yellow-1:#f8a81b;
   --color-yellow-2:#FFFAD6;
   --color-second: #f6821f;
   --color-dark-blue: #223570;
   --color-dark-blue-bold: #182c67;
   --color-black: #333;
   --color-border-1:#eaeaea;
   --color-border-2:#e4e6e8;
   --color-border-3:#dddddd;
   --color-border-4:#d4cfac;
   --color-border-5:#253872;
   --radius-6: 6px;
}


.vc_video-bg-container.video-bg:before {
   content: " ";
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   z-index: 1;
   bottom: 0;
   left: 0;
   background: rgba(0, 0, 0, .8);
}

.vc_video-bg-container.video-bg .thw-title-shortcode {
   position: relative;
   z-index: 2;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
*{
   font-size: 100%;
   font-family: 'Roboto', sans-serif;
}

/* Typography
================================================== */

body {
   background: #fff;
   color: #333;
}

body,
p {
   font-family: 'Roboto', sans-serif;
   line-height: 24px;
   font-size: 14px;
   text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   color: #1c1c1c;
   font-weight: 700;
   font-family: 'Roboto', sans-serif;
}

h1 {
   font-size: 36px;
   line-height: 48px;
}

h2 {
   font-size: 28px;
   line-height: 36px;
}

h3 {
   font-size: 24px;
   margin-bottom: 20px;
}

h4 {
   font-size: 18px;
   line-height: 28px;
}

h5 {
   font-size: 14px;
   line-height: 24px;
}

.alert .icon {
   margin-right: 15px;
}

/* Global styles
================================================== */

html {
   overflow-x: hidden !important;
   width: 100%;
   height: 100%;
   position: relative;
   font-family: 'Roboto', sans-serif;
}

body {
   border: 0;
   margin: 0;
   padding: 0;
}

.body-inner {
   position: relative;
   overflow: hidden;
}

a:link,
a:visited {
   text-decoration: none;
}

a:hover {
   text-decoration: none;
   color: #000;
}

a{
    color: red;
}

a.read-more {
   color: #ec0000;
   font-weight: 700;
   text-transform: uppercase;
}

a.read-more:hover {
   color: #222;
}

section,
.section-padding {
    padding: 10px 0;
   position: relative;
}

.no-padding {
   padding: 0;
}

.p-top-0 {
   padding-top: 0;
}

.p-bottom-0 {
   padding-bottom: 0;
}

.m-top-0 {
   margin-top: 0 !important;
}

.m-bottom-0 {
   margin-bottom: 0;
}

.media>.pull-left {
   margin-right: 20px;
}

.gap-60 {
   clear: both;
   height: 60px;
}

.gap-50 {
   clear: both;
   height: 50px;
}

.gap-40 {
   clear: both;
   height: 40px;
}

.gap-30 {
   clear: both;
   height: 30px;
}

.gap-20 {
   clear: both;
   height: 20px;
}
.gap-10 {
    clear: both;
    height: 10px;
 }

.mrb-30 {
   margin-bottom: 30px;
}

.mrb-80 {
   margin-bottom: -80px;
}

.mrt-0 {
   margin-top: 0 !important;
}

.pab {
   padding-bottom: 0;
}

.pab-35 {
   padding-bottom: 35px;
}

a:focus {
   outline: 0;
}

img.pull-left {
   margin-right: 20px;
   margin-bottom: 20px;
}

img.pull-right {
   margin-left: 20px;
   margin-bottom: 20px;
}

ol,
ul {
   margin-bottom: 20px;
}

.unstyled {
   list-style: none;
   margin: 0;
   padding: 0;
}

.ts-padding {
   padding: 60px;
}

.solid-bg {
   background: #f9f9f9;
}

.solid-row {
   background: #f0f0f0;
}

/* Dropcap */

.dropcap {
   font-size: 44px;
   line-height: 50px;
   float: left;
   margin: 0 12px 0 0;
   position: relative;
   text-transform: uppercase;
}

/* Video responsive */

.embed-responsive {
   padding-bottom: 56.25%;
   position: relative;
   display: block;
   height: 0;
   overflow: hidden;
}

.embed-responsive iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
}

/* Input form */
label {
   font-weight: bold!important;
}
.form-control {
   box-shadow: none;
   border: 1px solid #dadada;
   padding: 5px 20px;
   height: 40px;
   background: none;
   color: #273746;
   font-size: 15px;
   border-radius: 0;
}

hr {
   background-color: #e7e7e7;
   border: 0;
   height: 1px;
   margin: 10px 0 15px 0;
}

blockquote {
   position: relative;
   background: #f7f7f7;
   padding: 45px 50px 30px;
   border: 0;
   margin: 50px 0 40px;
   font-size: 22px;
   line-height: 34px;
   font-family: Arimo, sans-serif;
   font-weight: 400;
   text-align: center;
}

blockquote:before {
   position: absolute;
   content: '\f10e';
   font-family: FontAwesome;
   font-size: 24px;
   padding: 8px 15px;
   top: -30px;
   left: 50%;
   margin-left: -44px;
   color: #fff;
   background: #ec0000;
}

cite {
   display: block;
   font-size: 14px;
   margin-top: 10px;
}

blockquote.pull-left {
   padding-left: 15px;
   padding-right: 0;
   text-align: left;
   border-left: 5px solid #eee;
   border-right: 0;
}

/* Button */



/* Ul, Ol */

.list-round,
.list-arrow,
.list-check {
   list-style: none;
   margin: 0;
   padding: 0;
}

.list-round li {
   line-height: 28px;
}

.list-round li:before {
   font-family: FontAwesome;
   content: "\f138";
   margin-right: 10px;
   color: #ec0000;
   font-size: 12px;
}

.list-arrow {
   padding: 0;
}

ul.list-arrow li:before {
   font-family: FontAwesome;
   content: "\f105";
   margin-right: 10px;
   color: #ec0000;
   font-size: 16px;
}

ul.list-check li:before {
   font-family: FontAwesome;
   content: "\f00c";
   margin-right: 10px;
   color: #ec0000;
   font-size: 14px;
}

/* Bootstrap */

.nav-tabs>li>a.active,
.nav-tabs>li>a.active:focus,
.nav-tabs>li>a.active:hover,
.nav-tabs>li>a:hover,
.nav-tabs>li>a {
   border: 0;
   background: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
   background: none;
}

a[href^=tel] {
   color: inherit;
   text-decoration: none;
}

/* Common styles
================================================== */

/*-- Block padding --*/

@media (min-width: 992px) {
   .pad-0 {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
   }
   .pad-r {
      padding-right: 2px;
   }
   .pad-l {
      padding-left: 2px;
   }
   .pad-r-small {
      padding-right: 1.5px;
   }
   .pad-l-small {
      padding-left: 1.5px;
   }
   .pad-l-0 {
      padding-left: 0;
   }
   .pad-r-0 {
      padding-right: 0;
   }
}

/*-- Block title --*/

.block-title {
    color: red;
   font-size: 18px;
   line-height: 100%;
   margin: 0 0 10px;
   border-bottom: 2px solid rgba(0, 0, 0, 0.1);
   font-weight: bold;
   position: relative;
   padding-bottom: 5px;
   padding-bottom: 5px;
}

.block-title:before {
   content: '';
   position: absolute;
   background: #1c1c1c;
   width: 80px;
   height: 2px;
   left: 0;
   bottom: -2px;
}

.block-title>span {
   color: #000;
   height: 30px;
   line-height: 30px;
   padding: 8px 15px;
   position: relative;
   padding-left: 0;
}

.block-title>span:after {
   position: absolute;
   content: " ";
   width: auto;
   height: auto;
   bottom: -11px;
   left: 15px;
   border-width: 4px;
   border-style: solid;
   border-color: #1c1c1c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

@media (max-width:767px) {
   .block-title>span:after {
      bottom: -15px;
   }
}

/*-- Post title --*/

.post-title {
   font-size: 18px;
   line-height: 24px;
   margin: 15px 0 0;
   position: relative;
}

.post-title a {
   color: #1c1c1c;
}
.post-title a.short-text {
   overflow: hidden;
   text-emphasis: none;
   text-overflow: ellipsis;
   line-height: 18px;
   -webkit-line-clamp: 2;
   height: 33px;
   display: -webkit-box;
   -webkit-box-orient: vertical;
}

.post-title > img {
   position: absolute;
   width: 30px;
   top: -15px;
   right: -10px;
}

.post-title a:hover {
   color: #007fef;
}

.post-title.title-extra-large {
   font-size: 26px;
   line-height: 30px;
   margin-top: 15px;
   margin-bottom: 10px;
}

.post-title.title-large {
   font-size: 20px;
   line-height: 26px;
   margin-top: 15px;
   margin-bottom: 5px;
}

.post-title.title-medium {
   font-size: 16px;
   line-height: 24px;
   margin-top: 15px;
   margin-bottom: 5px;
}
.post-title.title-medium a {
   overflow: hidden;
   text-overflow: ellipsis;
   line-height: 25px;
   -webkit-line-clamp: 3;
   height: 75px;
   display: -webkit-box;
   -webkit-box-orient: vertical;
}

.post-title.title-small {
   font-size: 12px;
   line-height: 15px;

}

/*-- Post meta --*/

span.post-cat {
   position: relative;
   font-size: 11px;
   padding: 0 5px;
   background: #ff0404;
   font-weight: 600;
   color: #fff;
   height: 20px;
   line-height: 20px;
   display: inline-block;
}

.post-cat a {
   color: #fff;
}

.post-meta .post-author a {
   color: #1c1c1c;
   font-weight: 700;
}

.post-meta span {
   font-size: 12px;
   color: #ab643c;
   margin-right: 8px;
   padding-right: 10px;
   border-right: 1px solid #dedede;
   line-height: 20px;
   display: inline-block;
}

.post-meta span.post-date {
   border-right: 0;
}

span.post-comment {
   border-right: 0;
   line-height: 24px;
   margin-right: 0;
   padding-right: 0;
}

span.post-comment span {
   border-right: 0;
   line-height: 100%;
}

.post-meta span i {
   margin-right: 5px;
}

/*-- Post Overaly --*/

.post-overaly-style {
   position: relative;
   overflow: hidden;
}

.post-overaly-style:before {
   content: " ";
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   z-index: 1;
   bottom: 0;
   left: 0;
   background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
   background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

.post-overaly-style .post-content {
   position: absolute;
   bottom: 0;
   padding: 25px;
}

.post-overaly-style .post-title a {
   color: #fff;
}

.post-overaly-style .post-date {
   color: #fff;
}

.post-thumb {
   max-width: 100%;
   position: relative;
   overflow: hidden;
   border-radius: var(--radius-6);
}

.post-thumb img {
   display: block;
   width: 100%;
   max-height: 350px;
   object-fit: cover;
   object-position: center;
   -webkit-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   transition: all .3s ease-out;
}

.post-block-style:hover .post-thumb img,
.post-overaly-style:hover .post-thumb img {
   -webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
   -ms-transform: scale(1.15);
   -o-transform: scale(1.15);
   transform: scale(1.15);
}

.post-block-style.post-float:hover .post-thumb img {
   transform: none;
}

.thumb-float-style .post-cat {
   position: absolute;
   top: 20px;
   left: 20px;
   z-index: 1;
}

/* Post overaly Top Content */

.post-overaly-style.contentTop .post-content {
   top: 0;
   bottom: auto;
}

.post-overaly-style.contentTop:before {
   top: 0;
   left: 0;
   background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: linear-gradient(to top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
}

/*-- Post Overaly Textcenter --*/

.post-overaly-style.text-center .post-content {
   padding: 30px 30px 60px;
}

.post-overaly-style.text-center {
   margin-bottom: 30px;
}

.post-overaly-style.text-center:last-child {
   margin-bottom: 0;
}

.post-overaly-style.text-center .post-thumb img {
   min-height: 260px;
}

.post-overaly-style.text-center .post-meta span {
   padding: 0;
   margin: 0;
}

.post-overaly-style.text-center:before {
   background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
   background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
}

/*-- Post Block style --*/

.post-block-style {
   position: relative;
   margin-bottom: 12px;
}

.post-block-style .post-content {
   padding: 0;
}

.post-block-style .post-title a:hover {
   color: #007fef;
}

.post-block-style .post-content p {
   font-size: 13px;
}

.post-block-style .post-cat {
   position: absolute;
   top: 20px;
   left: 20px;
   z-index: 1;
   background-color: red;
   color: #fff;
   padding: 0 10px;
   border-radius: 4px;
}

.post-block-style .post-content .post-meta {
   margin: 0px 0;
}

/*-- Review box --*/

.review-box {
   background: #1c1c1c;
   color: #fff;
   position: absolute;
   top: 0;
   padding: 2px 7px;
   font-weight: 700;
}

/*-- Post list --*/

.list-post-block {
   margin-top: 30px;
}

.list-post {
   list-style: none;
   margin: 0;
   padding: 0;
}

@media (max-width: 767px) {
   .list-post {
      padding-bottom: 10px;
   }
}

.list-post-block .list-post>li {
   margin-bottom: 12px;
   height: auto;
}

.list-post-block .list-post>li:last-child {
   margin-bottom: 0;
}

.post-block-style.post-float .post-thumb {
   float: left;
   position: relative;
   z-index: 1;
   margin-right: 20px;
}

.post-block-style.post-float .post-title {
   margin-top: 0;
}

.post-block-style.post-float .post-content {
   z-index: 0;
}

.post-block-style.post-float .post-cat {
    border-bottom-right-radius: 5px;
    opacity: 0.7;
   font-size: 10px;
   left: 0;
   top: 0;
}
.post-cat{
   opacity: 0.7;
   font-size: 10px;
}
/*-- Review post list --*/

.review-stars i {
   color: #1c1c1c;
}

/* Different Color
================================================== */

/*-- Color Default --*/

.color-default a.post-cat {
   background: #1c1c1c;
}

.color-default .post-cat:before {
   border-top: 8px solid #1c1c1c;
}

/* Default Color Widget */

.widget.color-default .post-title.title-small a:hover {
   color: #007fef;
}

/*-- Color Red --*/

.color-red .block-title {
   border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.color-red .block-title>span,
.color-red a.post-cat {
   color: #ec0000;
   text-transform: uppercase;
}

.color-red a.post-cat {
   background: #ec0000;
   color: #fff;
}

.color-red .post-title.title-small a:hover {
   color: #ec0000;
}

.color-red .post-cat:before {
   border-top: 8px solid #ec0000;
}

.color-red.featured-tab .nav-tabs>li.active>a {
   color: #ec0000;
}

.color-red.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ec0000 rgba(0, 0, 0, 0);
}

.color-red .block-title>span:after {
   border-color: #ec0000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-red .block-title:before {
   background-color: #ec0000;
}

/*-- Color Blue --*/

.color-blue .block-title>span,
.color-blue a.post-cat {
   color: #1e88e5;
}

.color-blue .post-cat:before {
   border-top: 8px solid #1e88e5;
}

.color-blue.featured-tab .nav-tabs>li>a.active {
   color: #1e88e5;
}

.color-blue.featured-tab .nav-tabs>li>a.active:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1e88e5 rgba(0, 0, 0, 0);
}

.color-blue .block-title>span:after {
   border-color: #1e88e5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*-- Color Blue --*/

.color-blue .block-title:before {
   background-color: #4258fe;
}

.color-blue .block-title>span,
.color-blue a.post-cat {
   color: #4258fe;
}

.color-blue a.post-cat {
   background-color: #4258fe;
   color: #fff;
}

.color-blue .post-cat:before {
   border-top: 8px solid #4258fe;
}

.color-blue.featured-tab .nav-tabs>li.active>a {
   color: #4258fe;
}

.color-blue.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4258fe rgba(0, 0, 0, 0);
}

.color-blue.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4258fe rgba(0, 0, 0, 0);
}

.featured-tab.color-blue .nav-link.active .tab-text-title {
   color: #4258fe;
}

.color-blue .block-title>span:after {
   border-color: #4258fe rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-blue .post-title.title-small a:hover {
   color: #4258fe;
}

.color-blue .post-title a:hover {
   color: #4258fe;
}

.color-blue .subCategory>li>a:hover {
   background: #4258fe;
}

/*-- Color Orange --*/

.color-orange .block-title:before {
   background-color: #d9603b;
}

.color-orange .block-title>span,
.color-orange a.post-cat {
   color: #d9603b;
}

.color-orange a.post-cat {
   background-color: #d9603b;
   color: #fff;
}

.color-orange .post-cat:before {
   border-top: 8px solid #d9603b;
}

.color-orange.featured-tab .nav-tabs>li.active>a {
   color: #d9603b;
}

.color-orange.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d9603b rgba(0, 0, 0, 0);
}

.color-orange.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d9603b rgba(0, 0, 0, 0);
}

.featured-tab.color-orange .nav-link.active .tab-text-title {
   color: #d9603b;
}

.color-orange .block-title>span:after {
   border-color: #d9603b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-orange .post-title.title-small a:hover {
   color: #d9603b;
}

.color-orange .post-title a:hover {
   color: #d9603b;
}

.color-orange .subCategory>li>a:hover {
   background: #d9603b;
}

/*-- Color Aqua --*/

.color-aqua .block-title {
   border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.color-aqua .block-title>span,
.color-aqua a.post-cat {
   color: #00bdb3;
}

.color-aqua .post-cat:before {
   border-top: 8px solid #00bdb3;
}

.color-aqua .post-title.title-small a:hover {
   color: #00bdb3;
}

.color-aqua.featured-tab .nav-tabs>li.active>a {
   color: #00bdb3;
}

.color-aqua.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00bdb3 rgba(0, 0, 0, 0);
}

.color-aqua .block-title>span:after {
   border-color: #00bdb3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-aqua .block-title:before {
   background-color: #00bdb3;
}

/*-- Color Violet --*/

.color-violet .block-title {
   border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.color-violet .block-title>span,
.color-violet a.post-cat {
   color: #9401d3;
}

.color-violet .post-title.title-small a:hover {
   color: #9401d3;
}

.color-violet .post-cat:before {
   border-top: 8px solid #9401d3;
}

.color-violet.featured-tab .nav-tabs>li.active>a {
   color: #9401d3;
}

.color-violet.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #9401d3 rgba(0, 0, 0, 0);
}

.color-violet .block-title>span:after {
   border-color: #9401d3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-violet .block-title:before {
   background-color: #9401d3;
}

/*-- Color Green --*/

.color-green .block-title {
   border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.color-green .block-title>span,
.color-green a.post-cat {
   color: #32b336;
}

.color-green .post-title.title-small a:hover {
   color: #32b336;
}

.color-green .post-cat:before {
   border-top: 8px solid #32b336;
}

.color-green.featured-tab .nav-tabs>li.active>a {
   color: #32b336;
}

.color-green.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #32b336 rgba(0, 0, 0, 0);
}

.color-green .block-title>span:after {
   border-color: #32b336 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-green .block-title:before {
   background-color: #32b336;
}

/* Trending Bar
================================================== */
.owl-carousel.owl-theme.trending-slide .owl-nav {
   position: absolute;
   right: 0;
   top: -3px;
   margin: 0;
   display: flex;
   justify-content: flex-end;
}

.owl-carousel.owl-theme.trending-slide .owl-nav>div {
   border: 1px solid rgba(0, 0, 0, 0.1);
   color: #515151;
}

.owl-carousel.owl-theme.trending-slide .owl-nav>div:hover {
   background: #007fef;
   border: 1px solid transparent;
   color: #fff;
}

.trending-bar {
   margin-top: -10px;
   color: #1c1c1c;
   padding: 10px 0;
   background: var(--color-second);
}

.trending-bar > .align-center {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.trending-title {
    border-radius: 20px ;
   background: #007fef;
   color: #fff;
   font-size: 11px;
   padding: 5px 10px;
   line-height: 100%;
   text-transform: uppercase;
   float: left;
   margin: 0 20px 0 0;
}

.trending-bar .post-content,
.trending-light .post-content {
   padding: 0;
}

.trending-slide .post-title a {
   color: #fff;
   font-size: 15px;
   font-family: 'Roboto';
   font-weight: 500;
}

.trending-slide .post-title.title-small {
   font-weight: 400;
   margin: 0;
}
.trending-slide .owl-nav button.owl-next, 
.trending-slide .owl-nav button.owl-prev {
   width: 20px;
   height: 20px;
   background-color: rgba(255, 255, 255, .45);
   color: #fff;
   border-radius: 50%;
   transition: all 0.3s ease-in;
}
.trending-slide .owl-nav button.owl-next:hover, 
.trending-slide .owl-nav button.owl-prev:hover {
   background-color: #fff!important;
   color: var(--color-black);
}
/* Top Bar
================================================== */

.topbar-info div {
   display: inline-block;
}

.topbar-info {
    padding: 0 20px;
   text-align: right;
}

.topbar-info .topbar-social ul li {
   display: inline-block;
   padding: 0 7px;
}

.topbar-info .topbar-social ul li a {
   color: #515151;
}

.topbar-info .topbar-social ul li a:hover {
   color: #007fef;
}

.topbar-user-panel span {
   background: #111;
   margin: 0 5px;
   width: 20px;
   height: 20px;
   display: inline-block;
   line-height: 20px;
   cursor: pointer;
}

.topbar-info .top-user-panel span {
   display: inline-block;
   height: 26px;
   background: red;
   width: 26px;
}

.topbar-user-panel span a {
   color: #fff;
   font-size: 12px;
}

.topbar-info .topbar-user-panel {
   text-align: center;
   border-right: 1px solid #eaebe7;
   line-height: 0;
   padding-right: 9px;
}

.ts-date-top {
   color: #666;
}

.ts-date-top i {
   margin-right: 5px;
}

.topbar-user-panel span.ts-login {
   margin-right: 0;
}

.topbar-user-panel span.active {
   background: #007fef;
   transition: all 0.3s;
}

.topbar-user-panel span.active:hover {
   background: #111;
}

.top-bar {
   background-color: #2980B9;
   padding: 5px 0px;
   color:rgba(255, 255, 255, 0.5);
   font-size: 13px;
}

/* Featured Post area
================================================== */

.featured-post-area {
   padding-top: 15px;
   padding-bottom: 15px;
}

/*-- Owl slide common --*/

.owl-carousel.page-slider .owl-nav {
   margin: 0;
}

.owl-carousel.owl-theme.post-slide .owl-nav {
   text-align: center;
   position: absolute;
   top: -82px;
   right: 0;
}

.owl-carousel.owl-theme .owl-nav>div {
   margin: 0 3px;
   background: none;
   border: 1px solid #dedede;
   color: #999;
   width: 20px;
   height: 20px;
   line-height: 18px;
   padding: 0;
   border-radius: 0;
   display: inline-block;
   text-align: center;
   font-size: 12px;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}

.owl-carousel.owl-theme .owl-nav>div:hover {
   background: #007fef;
   border: 1px solid transparent;
}

.owl-theme .owl-dots {
   text-align: center;
   position: absolute;
   z-index: 1;
   top: -35px;
   right: 0;
   margin: 0 !important;
}

.owl-theme.owl-carousel .owl-dots .owl-dot span {
   width: 8px;
   height: 8px;
   margin: 5px 4px;
   display: inline-block;
   border-radius: 0;
   background: rgba(0, 0, 0, 0.5);
}

.owl-theme.owl-carousel .owl-dots .owl-dot.active span {
   background: #ec0000;
}

/* Latest slider */

.owl-carousel.owl-theme.latest-news-slide .owl-nav {
   text-align: center;
   position: absolute;
   top: -82px;
   right: 0;
}

/* Featured slider */

.featured-slider .item {
   min-height: 390px;
   position: relative;
   background-position: 50% 50%;
   -webkit-background-size: cover;
   background-size: cover;
   backface-visibility: hidden;
}

.featured-slider .item:before {
   content: " ";
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   z-index: 1;
   bottom: 0;
   left: 0;
   /* background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%); */
   /* background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85))); */
   /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%); */
   /* background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%); */
   /* background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%); */
   /*   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%); */
}

.post-content {
   padding: 30px;
   z-index: 1;
   position: relative;
}

.featured-slider.owl-theme .owl-nav>div {
   background: rgba(0, 0, 0, 0.65);
   border: 0;
   position: absolute;
   top: 50%;
   width: 34px;
   height: 40px;
   line-height: 38px;
   padding: 0;
   border-radius: 0;
   font-size: 24px;
   text-align: center;
   opacity: 0;
   margin: 0;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}

.featured-slider.owl-theme:hover .owl-nav>div {
   opacity: 1;
}

.featured-slider.owl-theme .owl-nav>.owl-prev {
   left: 0;
}

.featured-slider.owl-theme .owl-nav>.owl-next {
   right: 0;
}

.featured-slider.owl-theme .owl-nav>div:hover {
   background: #007fef;
   color: #fff;
   border: 0;
}

.featured-post .post-date,
.featured-post .post-title a {
   color: #fff;
}

/* Featured slider content bottom */

.featured-slider.content-bottom .featured-post {
   position: absolute;
   bottom: 0;
}

.featured-slider.content-bottom .item:before {
   background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
   background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

/* Trending post hot */

.hot-post-top {
   max-height: 280px;
   margin-bottom: 3px;
}

.hot-post-bottom,
.hot-post-bottom img {
   min-height: 182px;
}

.hot-post-top .post-content,
.hot-post-bottom .post-content {
   padding: 20px;
}

/*-- 4 News Box --*/

.fourNewsbox,
.fourNewsbox img,
.fourNewsboxTop,
.fourNewsboxTop img {
   min-height: 231px;
}

.fourNewsboxTop {
   margin-bottom: 3px;
}

/* Post overaly text center on Featured area */

.featured-post-area .post-overaly-style.text-center {
   max-height: 231px;
}

.featured-post-area .post-overaly-style.first {
   margin-bottom: 4px;
}

/* Block
================================================== */

.block {
   position: relative;
}

/* Sidebar
================================================== */

.sidebar .widget.m-bottom-0 {
   margin-bottom: 0;
}

/*-- Social Icon --*/

.social-icon {
   list-style: none;
   margin: 0;
   padding: 0;
}

.social-icon li {
   display: inline-block;
   margin: 0 0px 0 0;
}

.social-icon li a i {
   background: #ec0000;
   color: #fff;
   font-size: 18px;
   width: 48px;
   height: 48px;
   line-height: 48px;
   text-align: center;
   -webkit-transition: 350ms;
   -o-transition: 350ms;
   transition: 350ms;
}

.social-icon li a i.fa-rss {
   background: #FA9B39;
}

.social-icon li a i.fa-facebook {
   background: #3B5998;
}

.social-icon li a i.fa-twitter {
   background: #00aced;
}

.social-icon li a i.fa-google-plus {
   background: #dd4b39;
}

.social-icon li a i.fa-vimeo-square {
   background: #7FC400;
}

.social-icon li a i.fa-youtube {
   background: #bb0000;
}

.social-icon li a i:hover {
   background: #1c1c1c;
}

/* Social icon box style */

.social-icon-box>li {
   width: 100%;
   background: #1c1c1c;
   padding: 12px;
   color: #fff;
   margin-bottom: 10px;
}

.social-icon-box>li>a {
   color: #fff;
}

.social-icon-box>li>a i {
   width: 48px;
   height: 48px;
   line-height: 48px;
   text-align: center;
   float: left;
   margin-right: 20px;
   background: rgba(0, 0, 0, 0.2);
}

.social-icon-box .ts-social-title {
   font-size: 14px;
   margin-bottom: -5px;
}

.social-icon-box .ts-social-desc {
   display: block;
   font-size: 13px;
}

.social-icon-box>li.rss {
   background: #FA9B39;
}

.social-icon-box>li.facebook {
   background: #3B5998;
}

.social-icon-box>li.twitter {
   background: #00aced;
}

.social-icon-box>li.gplus {
   background: #c53942;
}

/* Featuted Tab
================================================== */

/*-- Common styles --*/

.featured-tab {
   position: relative;
}

.featured-tab .nav-tabs {
   border: 0;
   position: absolute;
   top: 7px;
   right: 0;
}

.featured-tab .nav-tabs>li>a {
   color: #888;
   text-shadow: none;
   font-size: 14px;
   border-radius: 0;
   margin: 0 1px 0;
   padding: 0 0 0 15px;
   border: 0 !important;
   line-height: 18px;
   -moz-transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
   font-weight: 600;
   letter-spacing: -0.5px;
}

.featured-tab .tab-content {
   border-top: 0;
   padding: 0;
   overflow: hidden;
}

.featured-tab .nav-tabs>li>a.active {
   color: #1c1c1c;
   position: relative;
   background: none;
}

.featured-tab .list-post-block {
   margin-top: 0;
}

/* Ad Content area
================================================== */

.ad-content-area img {
   display: inline-block;
}

/* Video Block
================================================== */

.video-block .nav-tabs .nav-item.show .nav-link,
.video-block .nav-tabs .nav-link.active {
   background: transparent;
}

.video-tab .row {
   background: #eee;
   padding-left: 10px;
   padding-top: 25px;
   padding-bottom: 25px;
   padding-right: 10px;
}

.video-block {
   background: transparent;
   color: #fff;
   padding-top: 0px;
   padding-bottom: 7px;
   margin-top: -35px;
}

.video-block .row {
   margin-left: 0;
   margin-right: 0;
}

.video-block.color-green a.post-cat {
   background: #32b336;
   color: #fff;
   font-size: 11px;
   text-transform: uppercase;
   font-weight: 600;
   padding: 1px 5px;
}

.video-tab-title {
   color: #fff;
   font-size: 18px;
   text-transform: uppercase;
   margin: 0 0 30px 15px;
}

.video-tab .post-overaly-style {
   min-height: 430px;
}

.video-tab .post-overaly-style .post-content {
   padding: 35px;
}

.video-tab .post-title {
   font-size: 24px;
   line-height: 30px;
   font-weight: normal;
}

.video-tab .nav-tabs>li {
   width: 100%;
   float: none;
   display: block;
   margin-bottom: -1px;
   border: 1px solid rgba(0, 0, 0, 0.05);
   padding: 25px 35px 32px;
}

.video-tab .nav-tabs>li>a {
   background: none;
   border: 0;
   padding: 0;
}

.video-tab .nav-tabs>li>a .post-thumb img {
   max-width: 110px;
   min-height: 85px;
}

.video-tab .nav-tabs>li>a .post-thumb {
   float: left;
   margin-right: 20px;
   position: relative;
   overflow: hidden;
}

.video-tab .nav-tabs>li>a h3 {
   color: #1c1c1c;
   font-weight: normal;
   line-height: 28px;
   font-size: 16px;
   margin: 0;
}

.video-icon {
   text-align: center;
   color: #fff;
   display: block;
   top: 50%;
   margin-top: -50px;
   font-size: 32px;
   z-index: 1;
   position: absolute;
   left: 50%;
   margin-left: -40px;
   width: 80px;
   height: 80px;
   line-height: 65px;
   border: 7px solid #fff;
   display: inline-block;
   border-radius: 100%;
}

.video-icon i {
   margin-left: 5px;
}

/* More news
================================================== */

.post-block-style.post-float-half .post-thumb {
   float: left;
   position: relative;
   z-index: 1;
   margin-right: 30px;
}

.post-block-style.post-float-half .post-thumb img {
   max-width: 300px;
   min-height: 200px;
}

/* Footer
================================================== */

.footer {
   background-color: var(--color-primary);
   color: #969696;
   padding: 10px 0;
}

.footer .widget-title {
   font-size: 16px;
   font-weight: 700;
   position: relative;
   margin: 0 0 30px;
   color: #fff;
}

.footer ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.footer ul li {
   margin-bottom: 18px;
}

.footer ul li a {
   color: #a3a3a3;
}

/* Trending */

.footer .post-title.title-small {
   font-weight: normal;
}

.footer .post-title.title-small a {
   color: #fff;
}

.footer-widget .post-block-style.post-float .post-thumb img {
   max-width: 95px;
   min-height: 75px;
}

.footer-widget .post-meta span.post-date {
   color: #a3a3a3;
   font-size: 12px;
}

/* Footer Widget Categories */

.footer-widget.widget-categories ul {
   padding-right: 30px;
}

.footer-widget.widget-categories ul li a {
   transition: all 0.3s;
}

.footer-widget.widget-categories ul li:hover a {
   color: #007fef;
}

.footer-widget.widget-categories ul li .catCounter {
   float: right;
}

/* Twitter Widget */

.twitter-widget ul li {
   position: relative;
   padding-left: 35px;
}

.twitter-widget ul li:after {
   content: "\f099";
   position: absolute;
   top: 0;
   left: 0;
   font-family: 'FontAwesome';
   color: #a3a3a3;
   font-size: 16px;
}

.twitter-widget ul li .tweet-text {
   font-size: 13px;
   line-height: 20px;
}

.twitter-widget ul li .tweet-text span {
   display: block;
   color: #676767;
}

.twitter-widget ul li .tweet-text a {
   color: #ec0000;
   font-size: 12px;
}

/*-- Gallery widget --*/

.gallery-widget a {
   overflow: hidden;
   margin: 0 2px 0px 0px;
   display: inline-block;
}

.gallery-widget a img {
   max-width: 80px;
   min-height: 65px;
}

/* Tags Widget */

.footer-widget.widget-tags ul>li {
   border: 1px solid rgba(255, 255, 255, 0.1);
   display: inline-block;
}

.footer-widget.widget-tags ul>li a {
   color: #fff;
   font-size: 12px;
   padding: 5px 7px;
   text-transform: capitalize;
   display: block;
   text-align: center;
   cursor: pointer;
   transition: all 0.3s;
}

.footer-widget.widget-tags ul>li a:hover {
   background-color: #007fef
}

.footer-widget.widget-tags .tag-count.badge {
   margin-left: 6px;
   background: rgba(0, 0, 0, 0.25);
   font-size: 9px;
}

.tag-count.badge {
   padding: 5px;
   font-size: 10px;
   width: 20px;
   height: 20px;
   border-radius: 100%;
   margin-left: 3px;
   background: #999;
}

.badge {
   display: inline-block;
   min-width: 10px;
   padding: 3px 7px;
   font-size: 12px;
   font-weight: 700;
   line-height: 1;
   color: #fff;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   background-color: var(--color-primary)!important;
   border-radius: 10px;
}

/*-- Footer Info --*/

.footer-info {
   padding-bottom: 5px;
}

.footer-info .row {
   border-bottom: 1px solid #606060;
   padding-bottom: 5px;
}

.footer-info-content p {
   color: #fff;
}

.footer-info-content p {
   margin-bottom: 2px;
   font-size: 18px;
}

.footer-logo img {
   display: inline-block;
   margin-bottom: 0px;
}

.footer-info-phone,
.footer-info-email {
   display: inline-block;
   margin: 0 5px;
}

/* Footer social */

.footer .footer-social {
   list-style: none;
   margin: 15px 0 0 0;
   padding: 0;
}

.footer .footer-social li {
   margin: 0;
}

.footer-social li a {
   display: inline-block;
   margin: 0 3px;
}

.footer-social li a i {
   display: block;
   width: 32px;
   height: 32px;
   line-height: 32px;
   font-size: 12px;
   color: #fff;
   background: #282828;
   text-align: center;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}

.footer-social li a i:hover {
   background: #007fef;
}

/*-- Copyright --*/

.copyright {
   background: #007fef;
   color: #fff;
   padding: 15px 0;
   position: relative;
   z-index: 1;
   font-weight: 500;
   font-size: 13px;
}

.footer-menu {
   float: right;
}

.footer-menu ul li {
   display: inline-block;
   line-height: 20px;
   padding-left: 12px;
}

@media (max-width: 992px) {
   .footer-menu ul li {
      padding-top: 12px;
   }
}

.footer-menu ul.nav li a {
   background: none;
   color: #fff;
   padding: 0;
}

#back-to-top {
   position: fixed;
   right: 55px;
   bottom: 54px;
   z-index: 10;
   backface-visibility: hidden;
}

#back-to-top.affix {
   bottom: 54px;
}


/* Sub Pages
================================================== */

/*-- Page title --*/

.breadcrumb {
   color: #777;
   margin: 30px 0 -10px 0;
   padding: 0;
   background: none;
}

.breadcrumb>li+li:before {
   content: "\f105";
   font-family: FontAwesome;
   padding: 0 8px;
   color: #777;
}

/* Category Listing
================================================== */

.category-listing .post-block-style .post-content p {
   font-size: 14px;
}

.category-listing .post-block-style .post-content .post-meta {
   margin: 7px 0;
}

.subCategory>li {
   display: inline-block;
   margin-bottom: 30px;
}

.subCategory>li>a {
   border: 1px solid #dedede;
   padding: 2px 6px;
   margin-right: 6px;
   color: #515151;
   font-size: 11px;
   font-weight: normal;
   text-transform: uppercase;
}

.subCategory>li>a:hover {
   background: #007fef;
   color: #fff;
   border: 1px solid transparent;
}

/* Post grid */

.post-grid {
   margin-bottom: 15px;
   min-height: 455px;
}

/* Post list */

.post-list {
   margin-bottom: 40px;
}

/* Top large post */

.top-larget-post {
   margin-bottom: 30px;
}

.top-larget-post .post-title.title-large {
   margin-top: 20px;
   font-size: 24px;
}

/*-- Category style2 --*/

.category-style2 .post-title {
   margin-top: 0;
}

/* Pagination */

.paging {
   position: relative;
   margin-top: 20px;
}

.pagination {
   margin: 0;
}

.pagination li a {
   border-radius: 0 !important;
   margin-right: 8px;
   color: #7c7c7c;
   border: 1px solid #ddd;
   position: relative;
   float: left;
   padding: 6px 12px;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>li>a:hover {
   color: #fff;
   background: #007fef;
   border: 1px solid transparent;
}

.paging .page-numbers {
   border: 0;
   color: #007fef;
   position: absolute;
   right: 0;
   top: 3px;
}

/* News Single
================================================== */

.single-post .post-title {
   font-size: 30px;
   line-height: 40px;
   padding: 15px 0 8px 0;
   margin: 0;
}

.single-post p {
   font-size: 15px;
   line-height: 26px;
   margin-bottom: 15px;
}

.post-content-area {
   margin: 20px 0;
}

.post-featured-image,
.post-media.post-video,
.post-media.post-audio {
   margin-bottom: 30px;
}

.entry-content h3 {
   margin: 0;
   padding: 20px;
   font-size: 22px;
   line-height: 30px;
}

/* Post tags */

.tags-area {
   margin: 20px 0;
}

.post-tags>span {
   background: #1c1c1c;
   color: #fff;
   font-size: 12px;
   padding: 3px 6px;
   text-transform: uppercase;
   margin-right: 5px;
}

.post-tags a {
   border: 1px solid #dedede;
   display: inline;
   list-style: none;
   padding: 2px 6px;
   margin-right: 5px;
   text-align: center;
   font-size: 12px;
   color: #1c1c1c;
}

.post-tags a:hover {
   background: #1c1c1c;
   color: #fff;
   border: 1px solid transparent;
}

/* Post social */

.share-items {
   border: 1px solid #dedede;
   border-radius: 0;
   background: none;
   padding: 10px 20px;
   width: 100%;
   margin: 25px 0;
   display: inline-block;
}

.post-social-icons>li {
   display: inline-block;
   padding: 5px 12px;
   color: #fff;
   background: #1c1c1c;
   font-size: 12px;
   margin-right: 8px;
}

.post-social-icons a {
   color: #fff;
   text-align: center;
}

.post-social-icons a i {
   border-right: 1px solid rgba(255, 255, 255, 0.5);
   margin-right: 5px;
   padding-right: 8px;
   font-size: 14px;
   line-height: 12px;
}

.post-social-icons>li.facebook {
   background: #3B5998;
}

.post-social-icons>li.twitter {
   background: #00aced;
}

.post-social-icons>li.gplus {
   background: #c53942;
}

.post-social-icons>li.pinterest {
   background: #ce222b;
}

/* Post navigation */

.post-navigation {
   display: inline-block;
   margin: 0 0 40px;
}

.post-navigation span:hover,
.post-navigation h3:hover {
   color: #EC0001;
}

.post-navigation .post-previous,
.post-navigation .post-next {
   padding: 0 40px;
   width: 50%;
   border-left: 1px solid #e7e7e7;
   border-right: 1px solid #e7e7e7;
   display: table-cell;
   position: relative;
   vertical-align: middle;
}

.post-navigation i {
   margin: 0 5px;
}

.post-navigation span {
   font-size: 14px;
   color: #ccc;
   margin-bottom: 10px;
}

.post-navigation .post-previous {
   text-align: left;
   float: left;
   border-left: 0 none;
   border-right: 0 none;
   padding: 0 40px 0 0;
}

.post-navigation .post-next {
   text-align: right;
   float: left;
   border-right: 0 none;
   padding: 0 0 0 40px;
}

.post-navigation h3 {
   font-size: 16px;
   margin: 8px 0 0;
}

/* Author box */

.author-box {
   border: 1px solid #dadada;
   padding: 20px 20px 15px;
   margin: 0 0 40px;
}

.author-img img {
   margin-right: 30px;
   width: 100px;
   height: 100px;
   overflow-x: hidden;
   margin-bottom: 30px;
}

.author-url a {
   color: #1c1c1c;
   font-size: 13px;
}

.author-info h3 {
   margin-top: 0;
   margin-bottom: 5px;
   font-size: 18px;
}

.authors-social a {
   color: #999;
   margin-left: 10px;
}

.author-counter span {
   background: #1c1c1c;
   color: #fff;
   font-size: 12px;
   padding: 2px 8px;
}

/* Comments area */

.comments-area {
   margin: 40px 0;
}

.comments-list .comment-content {
   margin: 15px 0;
}

.comments-list .comment-reply {
   color: #303030;
   font-weight: 400;
}

.comments-list .comment-reply:hover {
   color: #ec0000;
}

.comments-counter {
   font-size: 18px;
}

.comments-counter a {
   color: #323232;
}

.comments-list {
   list-style: none;
   margin: 0;
   padding: 20px 0;
}

.comments-list .comment {
   border-bottom: 1px solid #e7e7e7;
   padding-bottom: 20px;
   margin-bottom: 30px;
}

.comments-list .comment.last {
   border-bottom: 0;
   padding-bottom: 0;
   margin-bottom: 0;
}

.comments-list img.comment-avatar {
   width: 84px;
   height: 84px;
   margin-right: 30px;
}

.comments-list .comment-body {
   margin-left: 110px;
}

.comments-list .comment-author {
   margin-bottom: 0;
   margin-top: 0;
   font-weight: 600;
   font-size: 16px;
   color: #303030;
}

.comments-list .comment-date {
   color: #959595;
   margin-bottom: 5px;
   font-size: 12px;
}
@media (max-width:767px){
   .comments-list .comment-date {
      float: left;
   }
}

.comments-reply {
   list-style: none;
   margin: 0 0 0 70px;
}

@media (max-width:767px) {
   .comments-reply {
      margin: 0px;
   }
}

.comments-form {
   margin-bottom: 0;
}

.comments-form .title-normal {
   margin-bottom: 20px;
}

.comments-form .comments-btn {
   margin-top: 20px;
   font-size: 12px;
}

/* Sidebar
================================================== */

/* Widget common */

.sidebar .widget {
   margin-bottom: 10px;
}

.sidebar-left .widget {
   margin-right: 5px;
}

.sidebar-right .widget {
   margin-left: 5px;
}

/* Sidebar nav */

.sidebar ul.nav-tabs {
   border: 0;
}

.sidebar ul.nav-tabs li a {
   color: #303030;
   border-radius: 0;
   padding: 15px 0;
   padding-left: 0;
   font-weight: 400;
   border-bottom: 1px solid #ddd;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
   color: #ec0000;
}

.sidebar ul.nav-tabs li {
   color: #303030;
   line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
   border-bottom: 0;
}

/* Newsletter */

.ts-newsletter {
   background-color: #f1f1f1;
   background-repeat: no-repeat;
   background-position: bottom right;
   padding: 30px;
}

.ts-newsletter .form-control {
   background: #fff;
}

.ts-newsletter .form-control:-moz-placeholder {
   color: #a3a3a3;
}

.ts-newsletter .form-control::-webkit-input-placeholder {
   color: #a3a3a3;
}

.newsletter-form button {
   font-weight: 700;
   font-size: 12px;
   margin-top: 15px;
   padding: 10px 25px;
}

/* Widget tags */

.widget-tags ul>li {
   float: left;
   margin: 3px;
}

.sidebar .widget-tags ul>li a {
   border: 1px solid #dadada;
   color: #303030;
   display: block;
   font-size: 14px;
   padding: 3px 15px;
   -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -ms-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul>li a:hover {
   background: #ec0000;
   color: #fff;
   border: 1px solid transparent;
}

/*-- Review post --*/

.post-block-style.post-float.review-post-block {
   max-width: 140px;
   min-height: 105px;
}

.post-block-style.post-float.review-post-block .post-thumb img {
   max-width: 140px;
   min-height: 105px;
}

/*-- No sidebar --*/

.block-wrapper.no-sidebar,
.block-wrapper.no-sidebar>.container {
   max-width: 850px;
   margin: 0 auto;
}

.block-wrapper.solid-bg {
   background: #f7f7f7;
   background: rgba(247, 247, 247, 1);
}

@media (min-width:992px) {
   .solid-bg .pad-r {
      padding-right: 4px;
   }
   .solid-bg .pad-l {
      padding-left: 4px;
   }
}

/* Contact Us
================================================== */

.contact-info-box {
   margin-top: 20px;
}

.contact-info-box-content h4 {
   font-size: 16px;
   margin-top: 0;
   line-height: normal;
   font-weight: 700;
}

.contact-info-box-content p {
   margin-bottom: 0;
}

label {
   font-weight: 400;
}

/* Error page
================================================== */

.error-page .error-code h2 {
   display: block;
   font-size: 200px;
   line-height: 200px;
   color: #303030;
   margin-bottom: 20px;
}

.error-page .error-body .btn {
   margin-top: 30px;
   font-weight: 700;
}

/* Solid BG Style
================================================== */

.main-nav.nav-border {
   border-top: 3px solid var(--color-primary);
   box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
}

.main-nav.nav-border ul.navbar-nav>.nav-item>.nav-link {
   color: #fff;
}

.main-nav.nav-border ul.navbar-nav>li:hover,
.main-nav.nav-border ul.navbar-nav>li.active {
   background: transparent;
}

.main-nav.nav-border ul.navbar-nav>.nav-item.active>.nav-link,
.main-nav.nav-border ul.navbar-nav>.nav-item:hover>.nav-link {
   color: var(--color-primary);
}

.main-nav.nav-border .navbar-nav>li>.dropdown-menu>li.active>a {
   color: var(--color-primary);
   background: transparent;
}

.main-nav.nav-border .nav-search {
   color: #fff;
}

/* Boxed Layout
================================================== */

.boxed-layout {
   background: #f7f7f7 url(../images/boxed-bg.jpg) no-repeat;
   background-position: center 0px;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
}

.boxed-layout .body-inner {
   background: #fff;
   max-width: 1240px;
   margin: 40px auto;
   overflow-x: hidden;
   box-shadow: 0 7px 13px rgba(0, 0, 0, 0.15);
}


/*--------- FIX CODE --------*/
section.block-wrapper .sidebar.sidebar-right
section.block-wrapper .list-post-block .post-block-style.post-float.clearfix{
	display: flex;
	align-items: center;
}
/*-------------- FIX CSS CODE --------------
*/
ul.navbar-nav>.nav-item>.nav-link{
   padding: 0 10px;
}
.header .col-lg-3.col-md-12.text-md-center .logo img{
   width: 100px!important;
   height: 100px!important;
}
section.featured-post-area .widget .block-title{
   margin: 0!important;
}
section.featured-post-area .widget .list-post-block{
   margin-top: 15px!important;
}
section.block-wrapper .col-lg-8.col-md-12 .featured-tab.color-orange .block-title{
   margin-bottom: 15px;
}
.post-block-style.post-float .post-thumb{
   margin-right: 10px;
}
section.block-wrapper .list-post-block .post-block-style.post-float.clearfix .post-thumb{
   width: 30%;
   overflow: hidden;
   max-height: 120px;
}
section.block-wrapper .list-post-block .post-block-style.post-float.clearfix .post-thumb a {
   display: inline-block;
   width: 100%;
   height: 100%;
}
section.block-wrapper .list-post-block .post-block-style.post-float.clearfix .post-thumb img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position:center;
}
section.block-wrapper .list-post-block .post-block-style.post-float.clearfix .post-content{
   width: 70%;
}
section.block-wrapper .col-lg-4.col-md-12 .sidebar.sidebar-right .widget.color-red.sodienthoai a{
    background: #BD081C;
    display: inline-block;
    color: white;
    border-radius: 20px;
    position: relative;
    padding: 11px 5px;
    margin-bottom: 1px;
    text-align: center;
    width: -webkit-fill-available;
}
section.block-wrapper .col-lg-4.col-md-12 .sidebar.sidebar-right .widget.color-red.sodienthoai a::before{
   content: "";
   width: 200px;
   height: 100%;
   position: absolute;
   left: -100%;
   top: 0;
   background: linear-gradient(109deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.6671262254901961) 50%, rgba(255,255,255,0) 70%);
   animation: left_to_right 1s linear infinite;
}

@-webkit-keyframes left_to_right{
   from{
      left: -100%;
   }
   to{
      left: 100%;
   }
}
header{
   padding: 0!important;
   height: 189px;
   position: relative;
   background-color: #fff;
}
.header .container {
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   height: 100%;
}
.web-heading {
   display: flex;
   flex-direction: column;
   align-items: center;
}
.web-heading span:first-child {
   color: var(--color-primary);
   font-size: 20px;
   text-transform: uppercase;
   margin-bottom: 8px;
}
.web-heading span:last-child {
   color: #0E5798;
   font-size: 32px;
   text-transform: uppercase;
}
header .ad-banner.float-right{
   width: 100%
}
header .ad-banner.float-right img{
   width: 100%
}
.btn {
   padding: 8px 15px;
   min-width: 100px;
   margin-right: 10px;
}
.btn.btn-primary {
   background-color: var(--color-primary);
   border: var(--color-primary);
}
.btn.btn-primary:hover {
   background-color: #efab17;
}
.btn.btn-outline-primary {
   border-color: var(--color-primary);
   color: #efab17;
}
.btn.btn-outline-primary:hover {
   background-color: var(--color-primary);
   color: #fff;
}
.btn.btn-rounded {
   border-radius: 30px;
}
.btn.btn-default {
   font-weight: bold;
}
.btn.btn-default:hover {
   text-decoration: underline;
}
.top-bar-inside {
   position: absolute;
   top: 0;
   right: 0;
   display: flex;
   flex-direction: row;
   align-items: center;
   height: 100%;
}
.widget.color-red ul{
   list-style-type: none;
   padding: 0;
   margin: 0;
}
.widget.color-red ul li a{
   display: block;
}
.widget.color-red ul img{
   width: 100%;
}
.space-between{
   display: flex!important;
   justify-content: space-between!important;
}
.center{
   display: flex!important;
   justify-content: center!important;
   align-items: center!important;
}
.font-weight-600{
   font-weight: 600;
}
.font-white-1{
   color: white;
}
.align-center{
   align-items: center!important;
}
footer{
   padding: 0!important;
}
footer p{
   font-family: 'Roboto', sans-serif;
}
footer h5{
   font-size: 20px!important;
   padding: 15px 0!important;
   color: white;
}
footer .d-flex .wrap-icon .icon{
   color: white;
   width: 30px;
   height: 30px;
   border: 1px solid white;
   display: flex;
   justify-content: center;
   align-items: center;
}
footer .d-flex .wrap-content p{
   line-height: 1.4;
   margin-bottom: 0;
   padding-left: 10px;
   color: #f1f1f1;
   font-size: 12px;
}
footer .d-flex .wrap-content span{
   color: white;
}
footer .col-lg-3{
   padding-bottom: 20px;
}
footer .row-2{
   padding-top: 20px!important;
   padding-bottom: 20px!important;
}
.footer-foot{
   background: #0e2643;
   font-size: 13px;
   padding: 5px 0;
}
.footer-foot span{
   color: #c5c5c5;
}
.footer-foot span a{
   color: #007bff;
}
.font-red-1{
   color: #fcff38!important;
}
.uppercase{
   text-transform: uppercase!important;
}
table#zero_config{
   font-family: 'Roboto', sans-serif!important;
}
.object-fit-cover{
   object-fit: cover;
}
.swiper-slide video{
   width: 100%!important;
   height: 100%!important;
   overflow: hidden;
}
.swiper-slide iframe{
   width: 100%!important;
   height: 100%!important;
   overflow: hidden;
}
.swiper-slide .video-title{
   color: #fcfcfc;
   text-align: center;
   position: absolute;
   background-color: #0f0f0f85;
   width: 100%;
   height: 50px;
   padding-inline: 10px;
}
.swiper-slide .video-title img{
   width: 50px;
   height: 50px;
   float: left;
}
.swiper-container{
   overflow: hidden;
}
.swiper-container.gallery-thumbs .swiper-slide{
   position: relative!important;
}
.swiper-container.gallery-thumbs .swiper-slide::before{
   content: ""!important;
   position: absolute!important;
   left: 0!important;
   top: 0!important;
   width: 100%!important;
   height:95%!important;
   z-index: 999!important;
   background: #0000007a!important;
}
.swiper-container.gallery-thumbs .visible-slide-1::before{
   background: transparent!important;
}
.swiper-container.gallery-thumbs .swiper-slide{
   cursor: pointer;
}
.swiper-slide.swiper-slide-active::before{
   background: transparent!important;
}
.reset-ul{
   margin: 0;
   padding: 0;
   list-style: none;
}
.main-nav{
   background: var(--color-primary);
}
.main-nav ul.list-menu-main{
   display: flex;
   justify-content: center;
}
.main-nav ul.list-menu-main li{
    /* margin-left: 0.1rem;
    margin-right: 0.1rem; */
   position: relative;
}
.main-nav ul.list-menu-main a{
   font-family: 'Roboto', sans-serif!important;
   font-weight: 500;
   display: block;
   color: white;
   letter-spacing: 0.5px;
   padding: 11px;
   transition: 0.3s;
   position: relative;
   font-size: 15px;
}
.sub-1{
   position: absolute;
   top: 100%;
   left: 0;
   width: 235px;
   z-index: 10;
   background: #008fd5;
   opacity: 0;
   visibility: hidden;
}
.sub-1 ul li{
   border-bottom: 1px solid #ffffff2b;
}
.sub-1 ul li:last-child{
   border-bottom: 0;
}
.sub-1 ul li:hover .sub-2{
   opacity: 1!important;
   visibility: visible!important;
}
.sub-1 ul li .d-flex{
   padding: 0px 15px!important;
}
.sub-1 ul li a{
   position: relative;
   padding: 0!important;
   padding: 10px 0!important;
}
.sub-2{
   width: 100%;
   position: absolute;
   left: 100%;
   background: #008fd5;
   opacity: 0;
   visibility: hidden;
   top: 0;
}
.main-nav .sub-2 a{
   padding-left: 20px!important;
}
.fs-10px{
   font-size: 10px;
}
.fs-13px{
   font-size: 13px;
}
.font-white{
   color: white!important;
}
.main-nav ul.list-menu-main li:hover{
   background: var(--color-dark-blue)!important;
}
header ul.desk li:hover .sub-1{
   opacity: 1!important;
   visibility: visible!important;
}
.desk li.logo{
   display: none;
}
.mobile-nav{
   display: none;
}
@media screen and (max-width: 1220px){
   header ul.desk{
      display: none!important;
   }
   .mobile-nav{
      display: block;
   }
   .top-bar-inside{
      display: none;
   }
}
.mobile-nav .logo{
   padding: 10px 0;
}
.mobile-nav .logo img{
   width: 100px;
   height: auto;
}
.button-menu-mobile{
   font-size: 30px;
   color: white;
}
.relative{
   position: relative;
}
.absolute{
   position: absolute;
}
.mobile-nav .wrap-dropdown{
   background: var(--color-primary-light);
}
.mobile-nav .ul-1 li a{
   display: block;
   padding: 10px 0;
   font-size: 20px;
   font-family: 'Roboto', sans-serif;
   color: #f9f9f9;
   text-transform: uppercase;
   font-weight: 500;
}
.w-90{
   width: 90%;
}
.w-10{
   width: 10%;
}
.ul-2 li a{
   font-size: 17px!important;
   padding: 6px 0!important;
   padding-left: 20px!important;
   text-transform: capitalize!important;
}
.ul-3 li a{
   font-size: 15px!important;
   padding: 4px 0!important;
   padding-left: 35px!important;
   text-transform: capitalize!important;
}
.mobile-nav ul li .fa-chevron-right{
   transition: 0.3s;
}
ul.reset-ul.ul-2{
   background: var(--color-primary)!important;
}
@media screen and (max-width: 500px){
   ul.ul-1>li a{
      font-size: 15px!important;
   }
}
.desk-top-search-form{
	right: 0;
	top: 100%;
	z-index: 2;
	height: 30px;
	box-shadow: 2px 2px 20px gray;
	opacity: 0;
	visibility: hidden;
}
.desk-top-search-form button,.desk-top-search-form input{
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
.desk-top-search-form input{
	padding: 0 15px;
}
.desk-top-search-form button{
	width: 40px;
	color: white;
	cursor: pointer;
	background: green;
	font-family: Arial!important;
}
.mobile-search-form{
	width: 100%;
	height: 40px;
	border: 2px solid var(--color-second);
	margin-bottom: 20px;
   margin-top: 15px;
   border-radius: 30px;
   overflow: hidden;
   position: relative;
}
.mobile-search-form input{
	width: 90%;
	height: 100%;
	border: none;
	outline: none;
	font-family: arial!important;
	padding: 0 15px!important;
	font-style: italic; background-color: transparent;
}
button.search-button-mobile {
	width: 10%;
	height: 100%;
	border: none!important;
	outline: none!important;
	background-color: transparent;
   color: var(--color-second);
   font-size: 25px;
   position: absolute;
   top: 1px;
   right: 12px;
}
.carousel-4-slide .item{
   padding: 20px;
}


.box-lable {
    border-radius: 5px;
    position: relative;
    border: 1px solid #d1d1d1;
    min-height: 100px;
    text-align: center;
    height: 400px;
}
/* .panel-heading > h4.top {
    z-index: 1;
    color: #d9603b;
    border-radius: 5px;
    background: #fff;
    padding: 5px;
    border: 1px solid #d9603b;
    top: 20px;
    position: absolute;
    left: calc(50% - 60px);
} */

.panel.with-nav-tabs{
    border: 1px solid #2980B9;
    border-radius: 5px;
}

.panel.with-nav-tabs .panel-heading{
    background-color: #2980B9;
    border-top: 10px;
    padding: 10px 10px 0 10px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: 0px;
}

.nav-link {
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    display: block;
    padding: .5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-link:focus, .nav-link:hover {
    color: #ffffff;
}
.tab-content{
    padding: 15px 5px 15px 5px;
}

.tab-content > .show{
    display: block!important;
    opacity: 1!important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #2980B9;
    background-color: #ffffff;
}
#timviec-tab{
 border-top-left-radius: 10px;
 border-top-right-radius: 0;
 border-bottom-left-radius: 0;
 border-bottom-right-radius: 0;
}

#tuyendung-tab{
border-top-left-radius: 0;
border-top-right-radius: 10px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}

/* thumpnail */
.owl-stage-outer{
    border-radius: 0px;
}
.owl-stage-outer.owl-item{
    /* width: 300px; */
    margin-right: 4px;
}


a.btn-login{
    padding-top: 2px;
    height: 30px;
    width: 122px;
    color: white;
    border-radius: 20px;
    background-color: #3F8DC0;
}
a.btn-regist{
    padding-top: 2px;
    height: 30px;
    width: 122px;
    color: white;
    border-radius: 20px;
    background-color: #3F8DC0;
}
.register-login{
    padding: 0 20px;
}
.social-header{
    position: relative;
    padding-left: 5px;
}
.social-header >a{
    font-size: 20px;
    padding: 0 5px;
}
.register-login {
    border-right: 0.1px solid;
}


/* hr style */
/* Gradient color1 - color2 - color1 */

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
/* Gradient transparent - color - transparent */

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
/* Double-color dashed line */

hr.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}
/* td.dtr-control::before{
    top: 50%;
    left: 5px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: white;
    border: .15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New",Courier,monospace;
    line-height: 1em;
    content: "+";
    background-color: #31b131;
} */

@media (max-width: 767px) {
    .hidden-mobile {
      display: none;
    }
}

.list-alert{
    list-style-type: none;
  }
  li.alert-item::before{
    display: none;
  }
  li.alert-item{
    background: #3498db;
    height: 60px;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 6px;
  }
  /*li.alert-item:nth-child(2n){
    background: #16a085;
  }
  li.alert-item:nth-child(2n) .left{
    background: #10ac84;
  }*/
  li.alert-item:last-child{
    margin-bottom: 0;
  }
  li.alert-item .left{
    width: 20%;
    background: var(--color-primary);
    color: white;
    font-size: 20px;
  }
  li.alert-item .right{
    width: 90%;
    color: white;
    background-color: var(--color-dark-blue)!important;
    line-height: 1.3;
    font-size: 13px;
    padding: 15px 10px;
    font-weight: 600;
  }
  li.alert-item .right a{
    text-decoration: none;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    -webkit-line-clamp: 2;
    height: 33px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  li.alert-item .right .thoi_gian{
    padding-top: 6px;
    font-size: 12px;
    font-weight: 400;
  }
  li.alert-item .right .thoi_gian .wrap-icon{
    padding-right: 4px;
  }
  .center{
    display: flex;
    justify-content: center;
    align-items: center;

  }

    #navbar {
        z-index: 999;
    }

    /* Navbar links */
    .div-btn{
        cursor: pointer;
    }
    /* The sticky class is added to the navbar with JS when it reaches its scroll position */
    .sticky {
      position: fixed;
      top: -46px;
      left: 0;
      width: 100%;
      animation: slideDown 0.45s ease-in-out 0.45s forwards;
    }

    @keyframes slideDown {
      from {
         top: -46px;
         opacity: 0;
         z-index: -1;
         visibility: hidden;
      }
      to {
         top: 0;
         opacity: 1;
         z-index: 9999;
         visibility: visible;
      }
    }

    /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
    .sticky + .content {
    padding-top: 60px;
    }

    .link-box{
      height: 170px;
      margin-bottom: 10px;
      border: 1px solid transparent;
      transition: border 1s;
      border-radius: 3px;
      display: block;
      text-align: -webkit-center;
  }
  .link-box:hover{
      border: 1px solid #376ed4;
  }
  .link-img{
      padding-top: 10px;
      width: 110px;
      height: 110px;
  }
  .link-img img{
      height: 100%;
      width: 100%;
      object-fit: fill;
  }
  .link-title span{
      font-size: 12px;
      font-weight: 700;
      color: #3d3b3b;
  }

    @keyframes fadeInOpacity {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    .banner-lookup-journey {
      -ms-flex-align: center;
      align-items: center;
      background-image: linear-gradient(180deg,rgba(33,33,33,.65),rgba(33,33,33,.65)),url(/assets/images/gui-hang-hoa/banner-lookup-journey.jpeg?v=1);
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      display: -ms-flexbox;
      display: flex;
      height: 250px
  }
  
  .banner-lookup-journey-block-search {
      -ms-flex-pack: justify;
      background: hsla(0,0%,100%,.35);
      border-radius: 2px;
      box-sizing: border-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      padding: 12px
  }
  
  .banner-lookup-journey-block-search-input {
      width: 95.3%
  }
  
  .banner-lookup-journey-block-search-btn {
      background: #004588;
      border-radius: 2px!important;
      padding: 10px 11px
  }

  .post-list{
   background-color: var(--color-yellow-2);
   padding: 10px;
   border: 1px solid var(--color-border-4);
   }

  .show_result {
   background-color: #fff;
   border: 10px solid var(--color-yellow-2);
   padding: 15px;
   }
  
  .lookup-journey-content {
      background-color: #eef3ff
  }
  
  .lookup-journey-content-solve-block-code,.lookup-journey-content-solve-block-status,.lookup-journey-content-solve-block-weight {
      -ms-flex-align: center;
      align-items: center;
      background-color: rgba(33,33,33,.05);
      display: -ms-flexbox;
      display: flex;
      height: 72px
  }
  
  .lookup-journey-content-solve-block-code img,.lookup-journey-content-solve-block-status img,.lookup-journey-content-solve-block-weight img {
      padding: 0 15px 0 25px
  }
  
  .lookup-journey-content-solve-block-weight {
      border-left: 1px solid #fff;
      border-right: 1px solid #fff
  }
  
  .lookup-journey-content-solve-info-title {
      padding-left: 23px;
      width: 35%
  }
  
  .lookup-journey-content-status .timeline {
      margin-top: 5px;
      position: relative
  }
  
  .lookup-journey-content-status .timeline__block {
      min-height: 36px;
      padding-left: 15px;
      position: relative;
      text-align: justify
  }
  
  .lookup-journey-content-status .timeline__block:before {
      background-color: rgba(83,88,92,.5);
      content: "";
      height: 100%;
      left: 7px;
      position: absolute;
      top: 10px;
      width: 2px
  }
  
  .lookup-journey-content-status .timeline__block:after {
      clear: both;
      content: "";
      display: table
  }
  
  .lookup-journey-content-status .timeline__block:last-child:before {
      display: none
  }
  
  .lookup-journey-content-status .timeline__midpoint {
      background-color: #53585c;
      border-radius: 50%;
      height: 8px;
      left: 4px;
      position: absolute;
      top: 6px;
      width: 8px
  }
  
  .lookup-journey-content-status .timeline__midpoint.active {
      background-color: #fbaf17
  }
  
  .lookup-journey-content-status .timeline__content {
      margin-left: 10px;
      position: relative
  }
  
  .lookup-journey-content-status .timeline__content p+p {
      padding-top: 0
  }
  
  .lookup-journey-content-status .timeline__content:after {
      clear: both;
      content: "";
      display: table
  }
  
  .lookup-journey-content-status .timeline__text--right,.lookup-journey-content-status .timeline__text--right .timeline__item {
      display: -ms-flexbox;
      display: flex
  }
  
  .lookup-journey-content-status .timeline__text--right .timeline__item-first {
      width: 64%
  }
  
  .lookup-journey-content-status .timeline__text--right .timeline__item-first.active {
      color: #004588
  }
  
  .lookup-journey-content-status .timeline__text--right .timeline__item-center {
      width: 38%
  }
  
  .lookup-journey-content-status .timeline__text--right .timeline__item-center.active {
      color: #004588
  }
  
  .lookup-journey-delivery-table-thead,.lookup-journey-transfer-table-thead {
      background: rgba(33,33,33,.05)
  }
  
  @media (min-width: 320px) and (max-width:1023px) {
      .lookup-journey-content .lookup-journey-content-solve-block>div {
          margin-bottom:10px
      }
  
      .lookup-journey-content .lookup-journey-content-solve-info-title {
          width: 50%
      }
  
      .lookup-journey-content .timeline__text--right {
          -ms-flex-direction: column;
          flex-direction: column;
          padding-bottom: 15px
      }
  
      .lookup-journey-content .timeline__text--right .timeline__item-center,.lookup-journey-content .timeline__text--right .timeline__item-first,.lookup-journey-content .timeline__text--right .timeline__item-last {
          width: 100%
      }
  }
  
  @media (min-width: 320px) and (max-width:480px) {
      .breadcrumb-common-block-color-active,.breadcrumb-common-block-color-default {
          margin:0 10px
      }
  }
.block-title .btn {
    width: 7rem;
    line-height: 2rem;
    background: #ffeb3b;
    text-align: center;
    border: none;
    padding: 0;
    outline: none;
    z-index: 9;
    color: #f00;
    font-weight: bold;
    font-size: 14px;
    border-radius: 15px;
  }

  .btn--shockwave.is-active {
    -webkit-animation: shockwaveJump 1s ease-out infinite;
            animation: shockwaveJump 1s ease-out infinite;
  }
  .btn--shockwave.is-active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    -webkit-animation: shockwave 1s 0.65s ease-out infinite;
            animation: shockwave 1s 0.65s ease-out infinite;
  }
  .btn--shockwave.is-active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    -webkit-animation: shockwave 1s 0.5s ease-out infinite;
            animation: shockwave 1s 0.5s ease-out infinite;
  }

  @-webkit-keyframes shockwaveJump {
    0% {
      transform: scale(1);
    }
    40% {
      transform: scale(1.08);
    }
    50% {
      transform: scale(0.98);
    }
    55% {
      transform: scale(1.02);
    }
    60% {
      transform: scale(0.98);
    }
    100% {
      transform: scale(1);
    }
  }

  @keyframes shockwaveJump {
    0% {
      transform: scale(1);
    }
    40% {
      transform: scale(1.08);
    }
    50% {
      transform: scale(0.98);
    }
    55% {
      transform: scale(1.02);
    }
    60% {
      transform: scale(0.98);
    }
    100% {
      transform: scale(1);
    }
  }
  @-webkit-keyframes shockwave {
    0% {
      transform: scale(1);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
    }
    95% {
      box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
    }
    100% {
      transform: scale(2.25);
    }
  }
  @keyframes shockwave {
    0% {
      transform: scale(1);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
    }
    95% {
      box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
    }
    100% {
      transform: scale(2.25);
    }
  }
