

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

.navigation_page {
    position: relative;
    z-index: 30;
    top: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.navbar_rigth {
    float: right;
    display: inline-block;
}

.navigation_page .logo_left {
	float:left;
    display: inline-block;
    padding: 10px 0;
    transition: all .5s;
}

.navigation_page .logo_left img {
    width: 88px;
    object-fit: cover;
    transition: all .5s;
}

nav ul {
    list-style: none;
    text-align: center;
    margin: 0;
}

nav ul li.parent_li {
    display: inline-block;
    position: relative;
}

nav ul li.parent_li a {
   display: block;
    padding: 30.5px 10px;
    text-decoration: none;
    color: #0072bd;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}
nav ul li.parent_li.lang a{
  text-transform: uppercase;	
}
nav ul li.parent_li a,
nav ul li.parent_li a:after,
nav ul li.parent_li a:before {
    transition: all .5s;
}

nav ul li.parent_li a:hover {
    color: #0072bd;
}

nav.stroke ul li.parent_li a {
    position: relative;
}

nav.stroke ul li.icon_menu a:before {
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
    top: 42px;
    right: 5px;
    position: absolute;
    border: 2px solid;
    border-color: transparent #0072bd #0072bd transparent;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav.stroke ul li.parent_li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '';
    color: transparent;
    background: #0072bd;
    height: 3px;
}

nav.stroke ul li a {
    position: relative;
}

nav.stroke ul li a:hover:after {
    width: 100%;
}

nav.stroke ul li .langue {
    border: thin solid #ccc;
    font-size: 14px;
    padding: 2px 20px 5px 6px;
    border-radius: 5px;
    background: #f2f2f2;
    margin-left: 10px;
    color: #484848;
    position: relative;
    cursor: pointer;
}

nav.stroke ul li .langue::after {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid;
    border-color: transparent transparent #484848 transparent;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -13px;
    margin-left: 41px;
}

nav.stroke ul li.parent_li ul.langue_tow {
    min-width: 150px;
    position: absolute;
    top: 56px;
    max-height: 90px;
    border-top: 3px solid #ec6707;
    overflow: visible;
    display: none;
    right: 0;
    left: auto
}

nav.stroke ul li.parent_li ul.langue_tow::before {
    content: "";
    display: block;
    position: absolute;
    border: 10px solid;
    width: 0;
    height: 2px;
    border-color: transparent transparent #f36f21 transparent;
    margin-top: -22px;
    right: 20px;
}

nav.stroke ul li.parent_li ul {
    position: absolute;
    top: 94px;
    left: 0;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    transition: opacity .3s ease-in-out;
    background: #fff;
    min-width: 230px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
}

nav.stroke ul li:nth-child(6) ul {
    left: auto;
    right: 0
}

nav.stroke ul li.parent_li:hover ul {
    max-height: 600px;
    transition: max-height .8s ease-in-out;
    z-index: 20;
    opacity: 1;
    visibility: visible;
}

nav.stroke li.parent_li ul li a {
    padding: 8px 15px;
    border-bottom: 1px solid #b2b2b2;
    
}

nav.stroke li.parent_li ul li a:before {
    display: none
}

nav.stroke li.parent_li ul li:hover a {
    background: #0072bd;
    color: #fff;
    position: relative !important;
}

nav.stroke li.parent_li ul li {
    position: relative !important;
}

.open_menu {
    display: none;
}


/*main*/

.style_baner_header { 
   padding: 40px 0 30px;
    background-image: linear-gradient(141deg, #0072bd 0%, #2a84af 51%, #68a2b3 75%);
}

.style_baner_header h2{
	font-size: 30px;
	margin-bottom: 15px;
}

.style_baner_header .wrapr {}

.style_baner_header .wrapr h1 {
    font-size: 50px;
    color: #fff
}

.style_baner_header .wrapr span {
    font-size: 18px;
}

.style_baner_header .wrapr .icon_arow {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.style_baner_header .wrapr svg {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.style_baner_header .wrapr a {
    color: #fff;
    /*text-decoration: none*/
}


/*news*/

.wraplist {
    padding: 0px;
}

.wraplist .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.list-news .wrap_item {
    background: #F5F5F5;
    height: 100%;
    position: relative;
    padding: 30px 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.wraplist .wra {
    margin-bottom: 30px
}

.wraplist .list-news {
    position: relative;
	border-top: 1px solid #ddd;
}

.list-news .wrap_item a {
    text-decoration: none
}

.list-news .wrap_item .img {
    width: 100%;
    
    position: relative;
    text-align: center;
}

.list-news .wrap_item .img img {
    width: 120px;
    object-fit: cover;
    height: 120px;
    position: relative;
    transition: .3s ease;
}

.list-news .wrap_item:hover img {
    transform: scale(1.1);
}

.list-news .wrap_item .content_new {
    padding: 25px 20px;
    text-align: center;
}

.solution-title h3 a {
	color: #212529;
	text-decoration: none;
}

.solution-title h3 a:hover {
	color: #f8c218;
	
}

.list-news .wrap_item .content_new a {
    color: #f8c218;
}

.wrap_item .content_new span.day {
    color: #ffba0e;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
    font-family: 'Unisect-bold';
}

.wrap_item .content_new .title_new a {
    display: block;
    color: #484848;
    font-size: 18px;
    
    margin-bottom: 10px;
}


.wrap_item .content_new .title_new a:hover {
  color: #f8c218;
}

.wrap_item .content_new .conten {
    font-size: 15px;
    color: #484848;
}

.wraplist .load-more {
    text-align: center;
    width: 100%
}

.wraplist .load-more a {
    display: inline-block;
    background: #f36f21;
    color: #fff;
    text-decoration: none;
    padding: 9px 28px;
    border-radius: 4px
}


/*.header_scroll*/

.navigation_page.header_scroll .logo_left img {
    width: 75px;
}

.header_scroll nav ul li.parent_li a {
    padding: 17.5px 10px;
}

.navigation_page.header_scroll .logo_left {
    padding: 2px 0;
}

.header_scroll nav.stroke ul li.icon_menu a:before {
    top: 27px;
}

.header_scroll nav.stroke ul li.parent_li ul {
    top: 58px;
}


/*end menu scroll*/

.langueti {
    display: none;
}

.menu_child .menu_chil {
    z-index: 20;
    display: inline-block;
    height: 7px;
    width: 7px;
    top: 13px;
    right: 16px;
    position: absolute;
    border: 2px solid;
    border-color: transparent #111 #111 transparent;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    transition: .4s
}

.navbar_rigth .parent_li .menu_child_last {
    position: absolute;
    right: 100%;
    top: 0;
    opacity: 0!important;
    visibility: hidden!important;
    z-index: 10;
    transition: .4s;
}

.navbar_rigth .menu_child li:hover .menu_child_last {
    opacity: 1!important;
    visibility: visible!important;
}

nav.stroke li.parent_li ul.menu_child_last li a {
    color: #555!important;
    background: #fff!important;
}

nav.stroke li.parent_li ul.menu_child_last li:hover a {
    background: #0072bd!important;
    color: #fff!important;
}

.menu_child li:hover .menu_chil {
    transform: rotate(-45deg);
    top: 17px;
}

.header_scroll nav.stroke .parent_li .menu_child_last {
    top: 0;
}

.header-index nav.stroke ul li.icon_menu a:before {
    border-color: #ffffff00 #fbfbfb #fff transparent;
}

.header-index .navigation_page {
    background: #fff;
    box-shadow: 0px 0px;
}

.header-index .navigation_page li.parent_li a {
   color: #0072bd;
}
@media (min-width:992px){
	.header-index .navigation_page li.parent_li.lang ul li a{
		color:#fff !important;
	}
}
.parent_li a span.btn-fix {
    padding: 8px 10px;
    border-radius: 5px;
    background: #f8c218;
    color: #fff;
    text-shadow: none;
    font-weight: 500;
}

.header_scroll nav.stroke ul li.icon_menu a:before {
    top: 25px;
    border-color: transparent #0072bd #0072bd transparent;
}

.header-index nav.stroke ul li.parent_li ul {
    background: #06060659;
}

.header-index .menu_child .menu_chil {
    border-color: transparent #ffffff #fff transparent;
}

.header-index .header_scroll {
	position: fixed;
    background: #FFF;
    box-shadow: 0px 1px 5px #0003;
}

.header-index .header_scroll li.parent_li a {
    color: #0072bd;
    text-shadow: none;
}

.header-index .header_scroll nav.stroke ul li.parent_li ul {
    background: #FFF;
}

.header-index .header_scroll .menu_child .menu_chil {
    border-color: transparent #111 #111 transparent;
}

.bgr-solution {
    background: #0072bd;
    height: 100%;
    overflow: hidden;
    padding-bottom: 170px;
}

.shapes {
    text-align: center;
    margin: 0 auto;
}

.border-title {
    /* background: url(/Content/Img/splitter.png) bottom repeat-x; */
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 30px 0px 30px;
    padding: 0px;
    position: relative;
}

.color-f {
    color: #fff;
}

.bgr-solution .omni-chart {
    min-height: 380px;
}

.bgr-solution .omni-chart {
    width: 400px;
    margin: 0 auto;
    position: relative;
}

.bgr-solution .omni-chart .channel.offline {
    top: 55px;
    left: -287px;
    text-align: right;
}

.bgr-solution .omni-chart .channel {
    position: absolute;
    width: 350px;
    height: 90px;
    border-radius: 45px;
    background: #fff;
    color: #323232;
}

.channel a,
.channel a:hover,
.channel a:focus {
    color: #333;
    text-decoration: none;
    outline: none;
}

.bgr-solution .channel.offline .icon-channel-offline {
    background: #46ae39 url(../img/website.png) no-repeat center center;
    background-size: 55px;
    position: absolute;
    display: block;
    width: 110px;
    height: 110px;
    margin-top: -10px;
    margin-right: -20px;
    right: 0;
    border-radius: 50%;
}

.bgr-solution .omni-chart .channel.offline .info {
    padding-right: 105px;
}

.bgr-solution .omni-chart .channel .info h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 5px;
    padding-bottom: 10px;
    position: relative;
}

.bgr-solution .omni-chart .channel .info h3:after {
    content: "";
    display: block;
    height: 1px;
    background: #46ae39;
    width: 70px;
    border: 1px solid #90ce88;
    right: 0;
    bottom: 0;
    position: absolute;
}

.bgr-solution .omni-chart .channel .info p {
    font-size: 14px;
}

.bgr-solution .omni-chart .channel.facebook {
    top: 45px;
    right: -290px;
    text-align: left;
    width: 370px;
}

.bgr-solution .omni-chart .channel.zalo .info,
.bgr-solution .omni-chart .channel.offline .info {
    padding-right: 105px;
}

.bgr-solution .omni-chart .channel.ecommerce .info h3:after {
    content: "";
    display: block;
    height: 1px;
    background: #46ae39;
    width: 70px;
    border: 1px solid #90ce88;
    left: 0;
    bottom: 0;
    position: absolute;
}

.bgr-solution .omni-chart .channel.facebook .icon-channel-facebook {
    background: #2b5b9e url(../img/booking.png) no-repeat center center;
    background-size: 55px;
    position: absolute;
    display: block;
    width: 110px;
    height: 110px;
    margin-top: -10px;
    margin-left: -20px;
    left: 0;
    border-radius: 50%;
}

.bgr-solution .omni-chart .channel.facebook .info {
    padding-left: 105px;
}

.bgr-solution .omni-chart .channel.zalo {
    bottom: 75px;
    left: -285px;
    text-align: right;
}

.bgr-solution .omni-chart .channel.ecommerce .info {
    padding-left: 105px;
}

.bgr-solution .omni-chart .channel.ecommerce .info h3:after,
.bgr-solution .omni-chart .channel.facebook .info h3:after {
    content: "";
    display: block;
    height: 1px;
    background: #46ae39;
    width: 70px;
    border: 1px solid #90ce88;
    left: 0;
    bottom: 0;
    position: absolute;
}

.bgr-solution .omni-chart .channel.website .info h3:after {
    left: 50%;
    transform: translate(-50%, 0px);
}

.bgr-solution .omni-chart .channel .info h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 5px;
    padding-bottom: 10px;
    position: relative;
}

.bgr-solution .omni-chart .channel.zalo .icon-channel-zalo {
    background: #33bbf1 url(../img/Quanly.png) no-repeat center center;
    background-size: 40px;
    position: absolute;
    display: block;
    width: 110px;
    height: 110px;
    margin-top: -10px;
    margin-right: -20px;
    right: 0;
    border-radius: 50%;
}

.bgr-solution .omni-chart .channel.ecommerce {
    bottom: 75px;
    right: -296px;
    text-align: left;
    width: 370px;
}

.bgr-solution .omni-chart .channel.ecommerce .icon-channel-ecommerce {
    background: #f46a24 url(../img/Channel-manager.png) no-repeat center center;
    background-size: 55px;
    position: absolute;
    display: block;
    width: 110px;
    height: 110px;
    margin-top: -10px;
    margin-left: -20px;
    left: 0;
    border-radius: 50%;
}

.bgr-solution .omni-chart .channel.website .icon-channel-website {
    background: #ffb80d url(../img/Marketing.png) no-repeat center center;
    background-size: 55px;
    position: absolute;
    display: block;
    width: 110px;
    height: 110px;
    top: -104px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    border-radius: 50%;
}

.bgr-solution .omni-chart .channel.ecommerce {
    bottom: 75px;
    right: -296px;
    text-align: left;
    width: 370px;
}

.bgr-solution .omni-chart .channel.website {
    bottom: -128px;
    left: 20px;
    text-align: center;
}

.omni-chart-mobile ul {
    list-style: none;
    padding: 0;
}

.omni-chart-mobile ul li {
    border-radius: 85px;
    background: #fff;
    color: #323232;
}

.omni-chart-mobile ul li h3 {
    line-height: 1.5em;
}

.omni-chart-mobile ul li p {
    line-height: 1.5em;
    padding: 0 10px;
}

.omni-chart-mobile.hidden.visible-xs.visible-sm {
    display: none;
}

@media(max-width:991px) {
    .bgr-solution .omni-chart {
        display: none;
    }
    .omni-chart-mobile.hidden.visible-xs.visible-sm {
        display: block;
    }
}

.introduct-seciton {
    padding: 50px 0px
}

.intro-title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.intro-title h3 {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.intro-item {
    text-align: center;
}

.intro-head {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: 0 auto;
    border: 1px solid #b8b8b8;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f8c218;
    margin-bottom: 30px;
	transition: all 0.3s ease;
}


.intro-item:hover .intro-head {

	background: #f8c218;
    color: #fff;
    border: 0;
	transition: all 0.3s ease;
}
.intro-text {
    text-align: center;
    font-weight: 300;
}

.solution {
    margin-top: 60px;
    padding-bottom: 40px;
}

.solution-title {
    text-align: center;
    margin-bottom: 30px;
}

.solution-title h3 {
	text-transform: uppercase;
}

.solution-list {
    border-top: 2px dotted #ACACAC;
}

.solution-list .wrap_item {
    background-color: #fff;
    border-right: 2px dotted #ACACAC;
    border-bottom: 2px dotted #ACACAC;
}

.introduct-seciton .ct-content {
    color: #0072bd;
    text-align: center;
}

.introduct-seciton a {
    display: block;
    color: #FFF;
    background: #f8c218;
    padding: 15px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 600;
    transition: all .5s ease-in-out;
    text-align: center;
}

.introduct-seciton a:hover {
    background: #0072bd
}

.project-ind {
    padding: 60px 0px 40px;
    background: #E3E3E3;
}

.title_abouUs h2 a {
    color: #212529;
    font-size: 35px;
    margin-bottom: 20px;
    display: block;
	text-decoration: none;
}

.title_abouUs h2 a:hover {
    color: #f8c218;
  
}

.item-project {
    display: flex;
    padding: 30px;
    border-radius: 10px;
    background: #FFF;
    flex-wrap: wrap;
    margin-top: 30px;
    box-shadow: 0px 0px 10px #00000024;
}

.project-img {
    width: 50%;
    padding-right: 15px;
    overflow: hidden;
}

.project-img img {
    max-width: 100%;
    height: 142px;
    object-fit: cover;
    border-radius: 5px;
}

.project-button {
    margin-top: 5px;
    text-align: right;
    width: 100%;
}

.project-content {
    width: 50%;
    padding-left: 15px;
}

.project-content h1{
	font-size:22px;
	height: 132px;
	overflow:hidden;
}

.desc-content {
    max-height: 142px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-align: initial;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.project-ind .btn-project {
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF;
    padding: 8px 25px;
    border-radius: 30px;
    transition: all .5s ease;
    font-weight: 600;
    background: #f8c218;
}

.project-ind h4 {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
}

.project-ind .btn-project:hover {
    color: #FFF;
    text-decoration: none;
    background: #0072bd;
}

.custommer-ind .item {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin: 5px;
}

.custommer-ind .item:hover {
    border: 1px solid #333;
}

.custommer-ind .img-customer {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto;
}

.custommer-ind .img-customer img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.content-item {
    padding: 35px 15px 15px;
    margin-top: -30px;
    border-radius: 15px;
    margin: -30px 8px 15px;
    background: #FFF;
}

.custom {
    text-align: center;
}

.custom h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    font-size: 20px;
}

.more.w-100 {
    padding: 15px;
    text-align: center;
}

.more.w-100 a {
    padding: 7px 25px;
    background: #0072bd;
    font-size: 17px;
    color: #FFF;
    line-height: 1;
    border-radius: 20px;
    text-transform: uppercase;
}

.content-item .ct {
    padding: 15px 0px;
    overflow: hidden;
    height: 206px;
    -webkit-box-align: inherit;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 8;
	text-align: center;
}

//chuyenvien
.h2-huge {
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    padding-bottom: 20px;
    font-weight: 400;
    color: #0072bd;
}

.sub-span {
    text-align: center;
    display: block;
    font-weight: 300;
    font-size: 25px;
    margin-top: -10px;
    margin-bottom: 30px;
}

.item-nvtv {
    text-align: center;
}

.item-nvtv span {
    font-weight: 500;
    font-size: 1em;
    margin: 15px 0 10px;
    text-align: center;
    display: block;
}

.item-nvtv .img-skype {
    margin: 8px 4px;
    height: 25px;
    width: 25px;
}

.item-nvtv p {
    margin: 0px 0px 0px;
    line-height: 1;
}

.process {
    padding: 20px 0px;
    background: #fff;
}

#chuyen-vien {
    padding: 60px;
    border-top: 1px solid #0072bd;
}

h2 {
    color: #fff;
    font-size: 45px;
}

.contact-form {
    background: #3498db;
    padding: 40px 0 50px;
    color: #fff;
}

.ct-left {
	font-size: 14px;
	line-height: 25px;
}

.ct-item {
    display: flex;
    align-items: center;
    margin: 0px 0 20px;
}

.ct-icon {
    color: #0072bd;
    background: #fff;
    font-size: 18px;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.ct-icon:hover {
    color: #fff;
    background: #f8c218;
    cursor: pointer;
}

.ct-text {
	width:calc(100% - 50px)
}

.ct-text p{
	margin-bottom:0;
}

.ct-text a {
	color: #fff;
}

.ct-text a:hover{
	color: #f8c218;
}

#contact_customer .form-group {
	margin-bottom: 25px;
}

#contact_customer .form-control {
	font-size:15px;
}

.btn-wp {
   
}

.ct-submit {
    background: #f8c218;
    padding: 6px 50px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.ct-submit:hover {
    color: #fff;
    transform: translateY(-3px);
    transition: all 0.3s ease;
}

.ct-title h3 {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.new_here {
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	position: relative;
}

.new_here:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    border-bottom: 1px solid #45aed6;
}

.new_item .img{
	overflow:hidden;
}

.new_item .img img {
	max-width: 100%;
    object-fit: cover;
    position: relative;
    transition: .4s;
}

.new_item:hover .img img {
    transform: scale(1.1);
}

.content_new {
	padding: 25px 20px;
}

.title_new a {
	display: block;
    color: #484848;
    font-size: 18px;
   
    margin-bottom: 10px;
	text-decoration: none;
}

.new-more {
	color: #f8c218;
}

.related-news .owl-nav.disabled {
	display: block;
}

.related-news .owl-nav button[class*=owl-] {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	background: #f8c218;
	color: #fff;
	padding: 5px 10px !important;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;

}

.related-news .owl-nav button[class*=owl-]:focus {
	outline: none; 

}

.related-news .owl-nav [class*=owl-] span{
	font-size: 22px;
}

.related-news .owl-prev {
	left:0px;
}

.related-news .owl-next {
	right:0px;
}

@media(max-width: 767px) {
    .btn-wp {
        justify-content: center;
        margin-top: 10px;
    }
    .ct-title h3 {
        margin-bottom: 10px;
    }
}

.style_baner_header .wrapr>div {
    display: flex;
    align-items: center;
}