@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("jquery-ui.css");
@import url("owl.css");
@import url("jquery.fancybox.css");
@font-face {
    font-family: "dl-font-400";
    src: url(sf-pro-display_regular.woff2);
}

@font-face {
    font-family: "dl-font";
    src: url(sf-pro-display_semibold.woff2);
}

a {
    text-decoration: none !important;
}

#page-gioi-thieu .tab {
    margin-bottom: 20px;
    line-height: 2;
}

#page-gioi-thieu .tab h3 {
    margin: 20px 0 15px;
}

.services-block-five .inner-box .image {
    height: 200px;
    overflow: hidden;
}

.services-block-five .inner-box:hover {
    background-color: #e8e8e8;
}

.project-single-section .lower-container .dark-text {
    position: relative;
    font-size: 18px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    color: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid #f0f0f0;
}

.project-single-section .lower-container h3 {
    position: relative;
    color: #000000;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 8px;
}

.anim-slide h1 {
    color: #225a86;
    background-color: #fff;
    font-size: 50px;
}

.anim-slide h2 {
    color: #fff;
    font-size: 35px;
}

.anim-slide h3 {
    color: #fff;
    font-size: 30px;
}

.anim-slide h4 {
    color: #fff;
    font-size: 25px;
}

.anim-slide h4#fadeDown {
    top: 10%;
    left: 10%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 25px;
    border-radius: 40px;
    text-align: left;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.anim-slide h4#fadeUp {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 20%;
    right: 10%;
    text-align: right;
    padding: 10px 25px;
    border-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.file-upload label {
    padding: 10px;
    background: #596575;
    display: table;
    color: #fff;
    cursor: pointer;
}

.file-upload label:hover {
    background-color: #25c132;
}

.file-upload input[type="file"] {
    display: none;
}

.anim-slide h1#slider {
    text-shadow: -1px 1px 0px;
    padding: 6px;
    width: 100%;
}

.anim-slide h2#plugin {
    width: 100%;
    top: 22%;
}

.anim-slide h3#license {
    width: 100%;
    top: 37%;
}

.anim-slide h4#version {
    width: 100%;
    top: 50%;
}

.anim-slide h3#todo {
    top: 0%;
    left: 20%;
}

.anim-slide h3#bounce {
    top: 15%;
    left: 49%;
}

.anim-slide h4#bounceUp {
    top: 15%;
    left: 60%;
}

.anim-slide h4#bounceRight {
    top: 15%;
    left: 75%;
}

.anim-slide h3#fade {
    top: 31%;
    left: 20%;
}

div#demo {
    text-align: center;
}

div#demo > a {
    display: inline-block;
    text-decoration: none;
}

div#demo > a > h4 {
    padding: 5px 8px;
    margin: 20px;
    background-color: #225a86;
    color: #fff;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

p#credits {
    z-index: -1;
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

p#credits > a {
    font-weight: bold;
    color: #999;
    text-decoration: none;
}

img#github-logo {
    z-index: -1;
    position: fixed;
    bottom: -20px;
    right: 2%;
    opacity: 0.4;
}

/*** 


====================================================================
	Reset
====================================================================

 ***/

td, tfoot, th, thead, tr{
border-width: 1px !important;

}
table {
    border: 1px solid #ccc;
    margin: auto !important;
}
* {
    margin: 0px;
    padding: 0px;
    /*border: none;*/
    outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #08431b;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.4em;
}

.no-padding {
    padding: 0px !important;
}

.main-color {
    color: #3e9a00;
}

.com-name {
    font-size: 14px;
}

.project-name {
    color: #fff;
    font-weight: bold;
}

input,
button,
select,
textarea {
}

p,
.text {
    position: relative;
    line-height: 1.8em;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 780px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.grey-bg {
    background-color: #f9fafb;
}

.centered {
    text-align: center;
}

/*Sec Title*/

.sec-title {
    position: relative;
    margin-bottom: 40px;
}

.sec-title h2 {
    position: relative;
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.sec-title .text {
    position: relative;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
}

.sec-title.centered {
    text-align: center;
}

/*List Style One*/

.list-style-one {
    position: relative;
    margin-bottom: 26px;
}

.list-style-one li {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    padding-left: 40px;
    margin-bottom: 18px;
    list-style: none !important;
}

.list-style-one li:first-child .icon {
    top: 6px;
}

.list-style-one li .icon {
    position: absolute;
    left: 0px;
    top: 4px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1em;
}

/*List Style Two*/

.list-style-two {
    position: relative;
    margin-bottom: 26px;
}

.list-style-two li {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    padding-left: 60px;
    margin-bottom: 25px;
    color: rgba(0, 0, 0, 0.7);
}

.list-style-two li strong {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.list-style-two li:before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 6px;
    width: 40px;
    height: 40px;
    color: #17519d;
    font-size: 20px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    border: 2px solid #f1f1f1;
    font-family: "FontAwesome";
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    padding: 10px 30px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background: #17519d;
    letter-spacing: 1px;
    border-radius: 0px;
    border: 2px solid #17519d;
    text-transform: uppercase;
}

.btn-style-one:hover {
    color: #17519d;
    background: none;
    border-color: #17519d;
}

/*Btn Style Two*/

.btn-style-two {
    position: relative;
    padding: 10px 30px;
    line-height: 24px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #ff3f01;
    border-radius: 0px;
}

.btn-style-two:hover {
    color: #17519d;
    border-color: #17519d;
}

/*Btn Style Three*/

.btn-style-three {
    position: relative;
    padding: 12px 30px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    background: none;
    letter-spacing: 1px;
    border-radius: 0px;
    border: 2px solid #ffffff;
    text-transform: capitalize;
}

.btn-style-three:hover {
    color: #ffffff;
    border-color: #08431b;
    background: #08431b;
}

.theme_color {
    color: #08431b;
}

/*Social Icon One*/

.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
}

.social-icon-one li a {
    position: relative;
    width: 36px;
    height: 36px;
    color: #71737b;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: #ffffff;
    border-color: #17519d;
    background-color: #17519d;
}

/*Social Icon Two*/

.social-icon-two {
    position: relative;
}

.social-icon-two li {
    position: relative;
    margin-right: 6px;
    display: inline-block;
}

.social-icon-two li a {
    position: relative;
    width: 35px;
    height: 35px;
    color: #cfd1d9;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #cfd1d9;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    color: #ffffff;
    border-color: #17519d;
    background-color: #17519d;
}

/*Social Icon Three*/

.social-icon-three {
    position: relative;
}

.social-icon-three .share {
    position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    font-family: "dl-font", sans-serif;
}

.social-icon-three a {
    position: relative;
    color: #d9d9d9;
    font-size: 16px;
    text-align: center;
    margin-left: 10px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-three a:hover {
    color: #17519d;
}
.services-section .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 33%;
    width: 100%;
    left: 0;
}

.services-section .owl-nav .owl-prev {
    position: relative !important;
    right: 20px !important;
}

.services-section .owl-nav .owl-next {
    position: relative !important;
    left: 20px !important;
}

.services-section .owl-nav .owl-prev img {
    transform: rotateY(180deg);
}

.owl-nav .owl-prev img {
}

.sec-construction .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
}

.sec-construction .owl-nav .owl-prev {
    /* position: relative !important;
    right: 20px !important; */
}

.sec-construction .owl-nav .owl-next {
    /* position: relative !important; */
    /* position: absolute;
    right: -20px; */
}

img {
    display: inline-block;
    max-width: 100%;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 42px;
    height: 44px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 44px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 3px;
    background: #1c1c1c;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #08431b;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.content__btn {
    height: 40px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    background: #008000;
    border-radius: 5px;
}
.content__btn i {
    font-size: 13px;
}
.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    border-bottom: 1px solid #cccccc;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0 5px 15px #d5d4d4;
}

.sticky-header .logo {
    padding: 2px 0px;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header .header-top {
    position: relative;
    background-color: #08431b;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
    padding: 5px 0px;
}

.main-header .header-top .top-left ul > li {
    position: relative;
    margin-right: 20px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
}

.main-header .header-top .top-left ul > li > .fa {
    padding-right: 6px;
    color: #ffffff;
    font-size: 16px;
}

.main-header .header-top .top-right .social-links a:hover {
    color: #ffffff;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
    padding: 0px;
}

.main-header .header-top .top-right ul > li {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
}

.main-header .header-top .top-right ul > li > a {
    position: relative;
    /*line-height:30px;
	color:rgba(255,255,255,0.50);*/
}

.main-header .header-top .top-right .social-links {
    padding: 10px 0px;
    padding-right: 10px;
}

.main-header .header-top .top-right .social-links a {
    display: inline-block;
    margin-left: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.4);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-top .login-link {
    display: block;
    font-size: 15px;
    line-height: 31px;
    padding: 10px 32px;
    background: #1c56a1;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}

.main-header .header-upper {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 5;
    background-color: rgb(232, 237, 240, 0.5);
    box-shadow: 0 5px 15px #5f5f5f5e;
}

.header-style-two .header-upper {
    position: relative;
    background: none;
}

.main-header .logo-outer {
    position: relative;
    float: left;
    z-index: 25;
    padding: 4px 0px 5px;
}

.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-header .header-upper .upper-right {
    position: relative;
    float: right;
}

.main-header .header-upper .nav-outer {
    position: relative;
    float: right;
}

.main-header .nav-outer .more-options {
    position: relative;
    right: 19px;
    top: 50%;
    width: 35px;
    float: right;
    margin: 49px 0px;
    margin-left: 30px;
    border-left: 1px solid #d6d6d6;
}
.more-options .shopingDown {
    position: absolute;
    right: -45px;
    padding-left: 20px;
    top: -2px;
    font-size: 2rem;
    border-left: 1px solid #c1c1c1;
}

/*Search Box*/

.main-header .nav-outer .dropdown-outer {
    position: relative;
    font-size: 14px;
    left: 15px;
    top: 0px;
    line-height: 20px;
    color: #ffffff;
}

.main-header .nav-outer .dropdown-outer .search-box-btn {
    position: relative;
    font-size: 16px;
    right: 0px;
    top: 0px;
    line-height: 20px;
    color: #777777;
    cursor: pointer;
    background: none;
}

.main-header .nav-outer .dropdown-outer .dropdown-menu {
    top: 170%;
    padding: 0px;
    width: 250px;
    border-radius: 0px;
    border-top: 2px solid #08431b;
}

.main-header .search-panel .form-container {
    padding: 20px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    color: #000000;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #08431b;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

.main-menu {
    position: relative;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-right: 30px;
    padding: 20px 0px;
}

.main-menu .navigation > li:last-child {
    margin-right: 0px;
}

.sticky-header .main-menu .navigation > li {
    padding: 0px;
    margin-right: 0px;
}
.logo {
    height: 100px;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 20px 0px;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    font-weight: 600;
    opacity: 1;
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li.dropdown a {
    padding-right: 15px;
}

.header-style-two .main-menu .navigation > li > a {
    color: #ffffff;
}

.main-header .main-menu .navigation > li.dropdown > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    right: 0px;
    font-size: 13px;
    line-height: 30px;
}
.sticky-header .main-menu .navigation > li {
    height: 80px;
}
.sticky-header .main-menu .navigation > li > a {
    padding: 13px 15px !important;
    color: #333333;
    font-size: 15px !important;
    font-weight: 700;
}

.sticky-header .main-menu .navigation > li.dropdown > a:before {
    display: none;
}

.header-upper .main-menu .navigation > li:hover > a,
.header-upper .main-menu .navigation > li.current > a,
.header-upper .main-menu .navigation > li.current-menu-item > a {
    color: #08431b;
    opacity: 1;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a {
    color: #ffffff !important;
    background: #08431b;
}

.main-menu .navigation > li:hover > a:after {
    opacity: 1;
}
.hotProduct {
    padding: 30px 0;
}
.hotProduct h3 {
    font-weight: 700;
    color: #333;
    text-align: center;
    position: relative;
    margin-bottom: 68px;
}
.hotProduct h3 p {
    position: absolute;
    left: 36%;
    z-index: 2;
    font-size: 36px;
    background: #fff;
    margin-top: -17px;
    padding: 0 12px;
}
.hotProduct h3 span {
    position: absolute;
    left: 0;
    z-index: 1;
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 200%;
    width: 240px;
    z-index: 100;
    display: none;
    padding: 0px 0px;
    background: #205531;
    border-top: 2px solid #08431b;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 20px;
    line-height: 22px;
    font-weight: 500;
    font-size: 14px;
    color: #e0e0e0;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #ffffff;
    background-color: #08431b;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 12px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 21px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #ffffff;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 20px;
    width: 240px;
    z-index: 100;
    display: none;
    background: #205531;
    border-top: 2px solid #08431b;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 20px;
    line-height: 22px;
    font-weight: 500;
    font-size: 14px;
    color: #e0e0e0;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: #ffffff;
    background-color: #08431b;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 72%;
    border-radius: 10px;
    padding: 0 10px;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.header-style-two .header-upper .upper-right {
    padding-top: 40px;
}

.header-style-two .info-box {
    position: relative;
    float: left;
    min-height: 56px;
    margin-left: 40px;
    font-size: 13px;
    color: #777777;
    text-align: left;
    text-transform: uppercase;
    padding: 0px 0px 20px 52px;
}

.header-style-two .info-box:last-child {
    padding-left: 0px;
}

.header-style-two .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 4px;
    color: #17519d;
    font-size: 38px;
    text-align: left;
    line-height: 1em;
    border-radius: 50%;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-two .info-box li {
    position: relative;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 400;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.6);
}

.header-style-two .info-box strong {
    font-weight: 500;
    color: #000000;
    font-size: 20px;
}

/*Search Form*/

.header-style-two .search-form {
    position: relative;
    width: 270px;
}

.header-style-two .search-form .form-group {
    position: relative;
    display: block;
    margin: 0px;
    max-width: 300px;
}

.header-style-two .search-form .form-group input[type="text"],
.header-style-two .search-form .form-group input[type="search"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 10px 10px 20px;
    height: 50px;
    font-size: 14px;
    background: none;
    border: 2px solid #f2f2f2;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-two .search-form .form-group input[type="search"]:focus {
    border-color: #17519d;
}

.header-style-two .search-form .form-group input[type="submit"],
.header-style-two .search-form button {
    position: absolute;
    right: 0px;
    top: -2px;
    width: 50px;
    height: 50px;
    line-height: 52px;
    color: #b8b8b8;
    font-size: 16px;
    background: none;
}

.header-style-two .header-lower {
    position: relative;
    background-color: #192e4a;
}

.header-style-two .main-menu .navigation > li {
    padding: 0px;
    margin-right: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.header-style-two .main-menu .navigation > li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header-style-two .main-menu .navigation > li > a {
    font-weight: 500;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.header-style-two .navigation > li.dropdown a {
    padding-right: 38px;
}

.header-style-two .main-menu .navigation > li.dropdown > a:before {
    right: 22px;
}

.header-style-two .nav-outer {
    position: relative;
}

.header-style-two .btn-box {
    position: absolute;
    right: 0px;
    top: 0px;
}

.header-style-two .btn-box .appoint-btn {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 22px 37px;
    line-height: 26px;
    text-transform: uppercase;
    background-color: #244672;
    display: inline-block;
}

/*** 

====================================================================
	Main Slider One
====================================================================

***/

.main-slider {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.main-slider .tp-caption {
    z-index: 5;
}

.main-slider h2 {
    font-size: 52px;
    color: #000000;
    font-weight: 700;
    line-height: 1.2em;
}

.main-slider .text {
    font-weight: 400;
    line-height: 1.8em;
    color: #000000;
    font-size: 18px;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3 {
    background: none !important;
    overflow: hidden;
    height: 90px;
}

.main-slider.alternate .tparrows.preview3 {
    margin-top: 30px !important;
    height: 50px;
}

.main-slider .tparrows.preview3::after {
    top: 0px;
    color: #205531;
    font-size: 26px;
    padding: 0px;
    background: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    width: 36px;
    height: 90px;
    line-height: 90px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
    content: "\f104";
    font-family: "FontAwesome";
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
    content: "\f105";
    font-family: "FontAwesome";
}

.main-slider .tparrows.preview3:hover::after {
    background: rgba(255, 255, 255, 1);
}

.main-slider .tparrows.preview3.tp-leftarrow {
    left: 0px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow {
    right: -36px !important;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
    display: none !important;
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
    content: "";
    position: absolute;
    font-family: "FontAwesome";
    left: 0px;
    top: 0px;
    font-size: 12px;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    background-color: rgba(28, 28, 28, 0.4) !important;
    color: #ffffff;
    visibility: visible;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.fancybox-next span:before {
    content: "\f178";
}

.fancybox-prev span:before {
    content: "\f177";
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
    background-color: #ffffff !important;
    color: #000000;
}

.fancybox-type-image .fancybox-close {
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/icons/icon-cross.png) center center no-repeat;
    background-color: rgba(17, 17, 17, 0.5) !important;
}

.fancybox-type-image .fancybox-close:hover {
    background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
    padding: 0px !important;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
    position: relative;
    padding: 0 0 20px;
    margin-top: 15px;
    background-image: url(../img/bg_dichvu.jpg);
    background-position: center center;
    background-size: cover;
    /* height: 633px; */
}

.services-section .big-title {
    position: relative;
    color: #000000;
    font-size: 27px;
    font-weight: 300;
    text-align: center;
    font-weight: bold;
    line-height: 1.4em;
    padding-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.services__description {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
}

.services__description li {
    margin-bottom: 5px;
}

.services-block {
    position: relative;
    margin-bottom: 40px;
}

.services-block .inner-box {
    position: relative;
    text-align: center;
}

.services-block .inner-box .icon-box {
    position: relative;
    color: #17519d;
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 28px;
}

.services-block .inner-box h3 {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}

.services-block .inner-box h3 a {
    color: #000000;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block .inner-box h3 a:hover {
    color: #17519d;
}

.services-block .inner-box .text {
    position: relative;
    font-size: 15px;
    line-height: 1.8em;
    margin-top: 12px;
    color: rgba(0, 0, 0, 0.8);
}

/*Services Block Two*/

.services-block-two {
    position: relative;
}

.services-block-two .inner-box {
    position: relative;
    overflow: hidden;
}

.services-block-two .inner-box .image {
    position: relative;
}

.services-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-block-two .inner-box .image:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-color: rgba(17, 42, 92, 0.7);
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.services-block-two .inner-box .image .content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    padding: 0px 15px 45px 50px;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.services-block-two .inner-box .image .content h3 {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    text-transform: capitalize;
}

.services-block-two .inner-box:hover .content,
.services-block-two .inner-box:hover .image:before {
    opacity: 0;
}

.services-block-two .inner-box:hover .image .overlay-box {
    opacity: 1;
}

.services-block-two .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
    opacity: 0;
    background-color: rgba(25, 85, 164, 0.95);
    transition: all 0.3s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.services-block-two .inner-box .image .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
    padding-left: 50px;
    padding-right: 15px;
}

.services-block-two .inner-box .image .overlay-box .overlay-inner .overlay-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.services-block-two .inner-box .image .overlay-box .overlay-inner .overlay-content h3 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.services-block-two .inner-box .image .overlay-box .overlay-inner .overlay-content h3 a {
    color: #ffffff;
}

.services-block-two .inner-box .image .overlay-box .overlay-inner .overlay-content .text {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 25px;
}

.services-block-two .inner-box .image .overlay-box .overlay-inner .overlay-content .read-more {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    text-transform: capitalize;
}

.services-block-two .inner-box .image .overlay-box .overlay-inner .overlay-content .read-more .icon {
    font-size: 12px;
    margin-left: 4px;
}

/*Services Block Three*/

.services-block-three {
    position: relative;
    margin-bottom: 30px;
}

.services-block-three .inner-box {
    position: relative;
}

.services-block-three .inner-box .image {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 3px solid #189ffe;
}

.services-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-block-three .inner-box h3 {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.services-block-three .inner-box h3 a {
    color: #000000;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.services-block-three .inner-box h3 a:hover {
    color: #17519d;
}

.services-block-three .inner-box .text {
    position: relative;
    color: #000000;
    font-size: 15px;
    line-height: 1.7em;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

li.client-wrap {
    width: 100%;
    float: left;
    margin: 10px 0;
    min-height: 140px;
    text-align: center;
    display: table;
    line-height: 20;
}

li.client-wrap a {
    display: table-cell;
    vertical-align: middle;
}

section.clients-section .sec-title {
    margin-bottom: 15px;
}

/*** 

====================================================================
	FullWidth Services Section
====================================================================

***/

.fullwidth-services {
    position: relative;
    min-height: 400px;
}

.fullwidth-services .title-column {
    position: absolute;
    width: 44%;
    float: left;
    height: 100%;
    background-size: cover;
}

.fullwidth-services .title-column:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent !important;
}

.fullwidth-services .title-column .title-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    padding: 11px 80px 10px 159px;
    vertical-align: middle;
}

.fullwidth-services .title-column .title-inner .title {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-right: 44px;
}

.fullwidth-services .title-column .title-inner .title h2 {
    position: relative;
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.2em;
}

.fullwidth-services .title-column .title-inner .title .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.fullwidth-services .title-column .title-inner .title .learn-more {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 28px;
    display: inline-block;
    border: 2px solid #ffffff;
    text-transform: uppercase;
}
.fullwidth-services .title-column .title-inner .title .learn-more:hover {
    background: #fff;
    color: #17519d;
    font-weight: 700;
}
.fullwidth-services .outer-box .content-column {
    position: relative;
    float: right;
    width: 56%;
    right: 0px;
    top: 0px;
    height: 100%;
    background-size: cover;
}
.fullwidth-services {
    background: url(./img/Clip.png);
    background-size: cover;
}
.fullwidth-services .outer-box {
    background: linear-gradient(91deg, #1b2e51c2, transparent);
}
.fullwidth-services .outer-box .content-column .content-inner {
    position: relative;
    padding: 120px 0px;
}

.fullwidth-services .outer-box .content-column .content-inner .content {
    position: relative;
    right: 121px;
    padding: 60px 25px;
    background-color: #ffffff;
    height: 393px;
    width: 814px;
}

/*Services Block Four*/

.services-block-four {
    position: relative;
    margin-bottom: 34px;
}

.services-block-four .inner-box {
    position: relative;
    padding-left: 80px;
}

.services-block-four .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #2b61a7;
    font-size: 52px;
    line-height: 1em;
    margin-bottom: 15px;
}

.services-block-four .inner-box .number {
    position: absolute;
    left: 0px;
    top: 60px;
    color: #f3f3f3;
    font-size: 50px;
    line-height: 1em;
    font-weight: 300;
}

.services-block-four .inner-box h3 {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}

.services-block-four .inner-box h3 a {
    font-size: 18px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-four .inner-box h3 a:hover {
    color: #2b61a7;
}

.services-block-four .inner-box .text {
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.75);
    font-family: Arial, Helvetica, sans-serif;
}

/*Signature Section*/

.signature-section {
    position: relative;
    padding: 50px 0 0;
}

.signature-section.style-two {
    padding-top: 110px;
    padding-bottom: 0px;
}

.signature-section .image-column {
    position: relative;
    margin-bottom: 40px;
}

.signature-section .image-column .image {
    position: relative;
}

.signature-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.signature-section .content-column {
    position: relative;
}

.signature-section .content-column .content-inner {
    position: relative;
    padding-left: 40px;
}

.signature-section .content-column .content-inner h2 {
    position: relative;
    color: #17181a;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.hotProduct__slide-img img {
    height: 210px;
}
.hotProduct__slide-title {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
    color: #333;
}
.signature-section .content-column .content-inner .text {
    position: relative;
    text-align: justify;
}

.signature-section .content-column .content-inner .text p {
    position: relative;
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.75);
}

.signature-section .content-column .content-inner .text p:last-child {
    margin-bottom: 0px;
}

.signature-section .content-column .content-inner .author-info {
    position: relative;
    padding-left: 110px;
    padding-top: 6px;
    margin-bottom: 20px;
    min-height: 76px;
}

.signature-section .content-column .content-inner .author-info .signature {
    margin-bottom: 20px;
}

.signature-section .content-column .content-inner .author-info .img-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
}

.signature-section .content-column .content-inner .author-info h4 {
    position: relative;
    color: #17181a;
    font-size: 20px;
    font-weight: 500;
}

.signature-section .content-column .content-inner .author-info .designation {
    position: relative;
    color: #919191;
    font-size: 15px;
    font-family: "dl-font", sans-serif;
}

/*** 

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter-section {
    position: relative;
    padding: 10px 0px 0px 0px;
}

.fact-counter {
    position: relative;
    color: #103d68;
}

.fact-counter .column {
    position: relative;
    z-index: 5;
    margin-bottom: 30px;
}

.fact-counter .column .inner {
    position: relative;
    top: 0;
    text-align: center;
    padding: 30px 0px 30px;
    border: 1px solid #c7c7c7;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.bg_baogia {
    background-image: url(../img/bg_1.jpg);
    background-position: center center;
    height: 237px;
}

.fact-counter .count-outer {
    position: relative;
    font-size: 36px;
    line-height: 1em;

    color: #ff3f00;

    font-weight: bold;
    margin: 0px 0px;
}

.fact-counter .count-outer .plus-icon {
    position: relative;
    font-weight: 500;
    color: #323131;
    font-size: 36px;
    display: inline-block;
}

.fact-counter .count-outer .count-text {
    position: relative;
    font-weight: 700;
    color: #08431b;
}

.fact-counter .column .counter-title {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #5b5b5b;
    margin-top: 10px;
}

.fact-counter.style-two .column .inner {
    border: 0px;
    padding: 0px;
}

.fact-counter.style-two .count-outer .count-text,
.fact-counter.style-two .count-outer .plus-icon,
.fact-counter.style-two .column .counter-title {
    color: #ffffff;
}

/*Fullwidth Section*/

.fullwidth-section {
    position: relative;
}

.fullwidth-section .outer-box {
    position: relative;
    background-color: #f9fafb;
    background: url(../img/background-why.png) no-repeat bottom right ;
    background-size: contain;
}

.fullwidth-section .outer-box .background-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fullwidth-section .outer-box .background-image:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* background-color: rgba(23, 81, 157, 0.96); */
}

.fullwidth-section .image-column .image {
    position: relative;
    display: none;
}

.fullwidth-section .outer-box .testimonial-column {
    position: relative;
}

.fullwidth-section .outer-box .testimonial-column .inner {
    position: relative;
    max-width: 550px;
    float: right;
    width: 100%;
    padding: 50px 55px 0px 0px;
}

.fullwidth-section .outer-box .testimonial-column .inner h2 {
    position: relative;
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 35px;
}

.fullwidth-section .outer-box .testimonial-column .inner .quote-icon {
    position: relative;
    color: #ffffff;
    font-size: 52px;
    line-height: 1em;
    margin-bottom: 20px;
}

.fullwidth-section.style-two .outer-box .background-image:before {
    display: none;
}

.testimonial-block {
    position: relative;
}

.testimonial-block .inner-box {
    position: relative;
    padding-bottom: 10px;
}

.testimonial-block .inner-box .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.testimonial-block .inner-box .author-box {
    position: relative;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonial-block .inner-box .author-box .author-inner {
    position: relative;
    padding-left: 105px;
    padding-top: 10px;
    height: 170px;
}

.testimonial-block .inner-box .author-box .author-inner .author-img {
    position: absolute;
    left: 5px;
    top: 0px;
    width: 170px;
    border-radius: 50%;
    border: 5px solid #296abf;
}

.testimonial-block .inner-box .author-box .author-inner .author-img:before {
    position: absolute;
    content: "";
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    z-index: 10;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.05);
}

.testimonial-block .inner-box .author-box .author-inner .author-img img {
    border-radius: 50%;
}

.testimonial-block .inner-box .author-box .author-inner h3 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-left: 90px;
}

.testimonial-block .inner-box .author-box .author-inner .designation {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    font-family: "dl-font", sans-serif;
    margin-left: 90px;
}

.fullwidth-section .testimonial-column .owl-nav {
    display: none;
}

.fullwidth-section .testimonial-column .owl-dots {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.fullwidth-section .testimonial-column .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 4px;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.fullwidth-section .testimonial-column .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0px;
    border-radius: 50%;
    background: none;
    border: 2px solid #ffffff;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.fullwidth-section .testimonial-column .owl-dots .owl-dot.active span,
.fullwidth-section .testimonial-column .owl-dots .owl-dot:hover span {
    background: #ffffff;
    border-radius: 50%;
    border-color: #ffffff;
}

.fullwidth-section .outer-box .content-column {
    position: relative;
    /* background-image: url(../img/bg_yk2.jpg);
    background-position: center center; */
    height: auto;
}

.fullwidth-section .outer-box .content-column .inner {
    position: relative;
    padding: 0px 15px 0px 30px;
}

.fullwidth-section .outer-box .content-column h2 {
    position: relative;
    color: #000000;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 42px;
}

/*Services Block Five*/

.featured-block {
    position: relative;
    margin-bottom: 30px;
    /* width: 350px; */
}

.featured-block .inner-box {
    position: relative;
    min-height: 100px;
    padding-left: 125px;
    width: 300px;
    margin: auto;
}

.featured-block .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    font-size: 40px;
    line-height: 80px;
    text-align: center;
}

.featured-block .inner-box .icon-box .icon {
    position: relative;
    color: #1c56a1;
}

.featured-block .inner-box .icon-box:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 100%;
    width: 2px;
    height: 100px;
    margin-left: -1px;
}

.featured-block:last-child .inner-box .icon-box:after {
    display: none;
}

.featured-block .inner-box h3 {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 15px;
}

.featured-block .inner-box h3 a {
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-weight: 700;
}

.featured-block .inner-box h3 a:hover {
    color: #185098;
}

.featured-block .inner-box .text {
    position: relative;
    color: #333;
    font-size: 15px;
    line-height: 1.8em;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.inner-box-title h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.inner-box-title h4 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.inner-box-title span {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}
.inner-box .image {
    color: #000;
}
/*Work Section*/

.work-section {
    position: relative;
    padding: 50px 0px 20px;
    background-image: url(../img/bg_duan.jpg);
    background-position: center center;
    background-size: cover;
}

.gallery-item {
    position: relative;
    margin-bottom: 30px;
}

.gallery-item .inner-box {
    position: relative;
}

.gallery-item .inner-box .image {
    position: relative;
}

.gallery-item .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.gallery-item .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    background-color: rgba(24, 80, 153, 0.7);
}

.gallery-item .inner-box .image .overlay-box .content {
    position: relative;
    width: 100%;
    height: 100%;
}

.gallery-item .inner-box .image .overlay-box .content a {
    position: relative;
    display: inline-block;
    margin-top: 32%;
}

.gallery-item .inner-box .image .overlay-box .content a .icon {
    position: relative;
    width: 40px;
    height: 40px;
    color: #8d8d8d;
    font-size: 15px;
    border-radius: 50%;
    line-height: 40px;
    margin: 0px 4px;
    display: inline-block;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gallery-item .inner-box .image .overlay-box .content .icon:hover {
    color: #ffffff;
    background-color: #185099;
}

.gallery-item .inner-box:hover .overlay-box {
    opacity: 1;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 15px 0px 10px;
}

.news-section .sec-title {
    margin-bottom: 55px;
}

.news-block {
    position: relative;
    margin-bottom: 10px;
}

.news-block .inner-box {
    position: relative;
}

.news-block .inner-box .image {
    position: relative;
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    height: 250px;
    object-fit: contain;
}

.news-block .inner-box .image .post-date {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    padding: 5px 20px;
    display: inline-block;
    background-color: #22579c;
}

.news-block .inner-box .lower-content {
    position: relative;
    padding: 20px 22px;
    border: 1px solid #f5f6f7;
    background-color: #ffffff;
}

.news-block .inner-box .lower-content .author {
    position: relative;
    color: #cbcbcb;
    font-weight: 500;
    font-size: 16px;
}

.news-block .inner-box .lower-content .author span {
    color: #1c56a1;
}

.news-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    height: 90px;
    margin-bottom: 10px;
}

.news-block .inner-box .lower-content h3 a {
    color: #1c1c1c;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box .lower-content h3 a:hover {
    color: #1c56a1;
}

.news-block .inner-box .lower-content .text {
    position: relative;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 10px;
    height: 90px;
    color: rgba(0, 0, 0, 0.75);
}

.news-block .inner-box .lower-content .detail {
    position: relative;
    color: #afafaf;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: "dl-font", sans-serif;
}

.news-block .inner-box .lower-content .detail .arrow {
    position: relative;
    margin-left: 4px;
    font-size: 12px;
}

.news-block .inner-box .lower-content .detail:hover {
    color: #1c56a1;
}

/*** 

====================================================================
	Call To Action
====================================================================

***/

.call-to-action {
    position: relative;
    padding: 60px 0px 30px;
    background-color: #1e2127;
}

.call-to-action .column {
    position: relative;
    margin-bottom: 25px;
}

.call-to-action .column .text {
    position: relative;
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.4em;
    margin-top: 0px;
}

/*** 

====================================================================
	Consult Section
====================================================================

***/

.consult-section {
    position: relative;
    padding: 90px 0px 100px;
}

.consult-section .title-column {
    position: relative;
    margin-bottom: 10px;
}

.consult-section .title-column .inner-column {
    position: relative;
}

.consult-section .title-column .inner-column .title {
    position: relative;
    color: #a0a0a0;
    font-size: 18px;
}

.consult-section .title-column .inner-column h2 {
    position: relative;
    color: #1c1c1c;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 35px;
}

.consult-section .title-column .inner-column .text {
    position: relative;
    font-size: 16px;
    line-height: 1.7em;
    color: rgba(0, 0, 0, 0.75);
}

.consult-section .title-column .inner-column .call {
    position: relative;
    color: #676767;
    font-size: 16px;
    margin-top: 40px;
}

.consult-section .title-column .inner-column .call span {
    color: #000000;
    font-weight: 700;
}

.consult-section .title-column .inner-column .number {
    position: relative;
    font-size: 28px;
    font-weight: 300;
    color: #000000;
    margin-top: 10px;
}

.consult-section .form-column {
    position: relative;
}

.consult-section .form-column .inner-column {
    position: relative;
    padding-left: 35px;
    margin-top: 23px;
}

.consult-section .form-column .inner-column h2 {
    position: relative;
    color: #1c1c1c;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 40px;
}

/*Default Form*/

.default-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select,
.default-form .form-group textarea {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    color: #848484;
    line-height: 24px;
    padding: 12px 15px;
    font-weight: 400;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "dl-font", sans-serif;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus {
    border-color: #08431b;
}

.default-form .form-group textarea {
    height: 210px;
    resize: none;
}

.default-form button {
    width: 100%;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
    border-color: #f06529;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 50px;
    padding: 10px 20px;
    line-height: 30px;
    color: #333333;
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 3px;
    text-indent: 0px;
    color: #333333;
}

.form-group .ui-button .ui-icon:before {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #333333;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.widget-content a {
    color: #000;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background-color: #17519d;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px;
}

.ui-menu-item:hover {
    background-color: #17519d;
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section {
    position: relative;
    padding: 20px 0px 20px;
    background-color: #fff !important;
}

.clients-section .owl-nav,
.clients-section .owl-dots {
    display: none;
}

.clients-section .image-box {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.clients-section .image-box img {
    position: relative;
    padding: 8px 20px;
    width: auto;
    max-width: 100%;
    display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.clients-section .image-box:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    height: 394px;
    background-image: url(../img/bg_footer.png);
    background-position: center center;

    color: #000;
}

.main-footer .footer-column {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .footer-widget h2 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.main-footer .footer-widget h2::before {
    content: "";
    height: 2px;
    width: 50%;
    background: #575656;
    position: absolute;
    top: 140%;
    left: 0;
}
.main-footer .logo-widget .footer-logo {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .logo-widget .text {
    position: relative;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.main-footer .logo-widget .form-group {
    position: relative;
    display: block;
    margin: 0px;
    max-width: 300px;
}

.main-footer .logo-widget .form-group input[type="text"],
.main-footer .logo-widget .form-group input[type="tel"],
.main-footer .logo-widget .form-group input[type="email"],
.main-footer .logo-widget .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    height: 55px;
    font-size: 14px;
    padding: 10px 50px 10px 15px;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .logo-widget .form-group input[type="submit"],
.main-footer .logo-widget button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 55px;
    line-height: 40px;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    background: #17519d;
}

.main-footer .links-widget .list {
    position: relative;
    padding-left: 15px;
}

.main-footer .links-widget .list li {
    position: relative;
    margin-bottom: 8px;
    list-style: disc;
}

.main-footer .links-widget .list li a {
    position: relative;
    font-size: 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .links-widget .list li a:hover {
    color: #26811a;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 12px 0px;
    background-color: #ced3d0;
    border-top: 1px solid rgba(255, 255, 255, 1);
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.main-footer .footer-bottom .copyright a {
    color: #17519d;
}

.main-footer .footer-nav {
    position: relative;
    text-align: right;
}

.main-footer .footer-nav li {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 1em;
    display: inline-block;
    border-right: 1px solid #636876;
}

.main-footer .footer-nav li:last-child {
    border: 0px;
    margin-right: 0px;
    padding-right: 0px;
}

.main-footer .footer-nav li a {
    position: relative;
    color: #636876;
    font-size: 16px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .footer-nav li a:hover {
    color: #ffffff;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 100px 0px 80px;
    background-color: #17519d;
}

.testimonial-section h2 {
    position: relative;
    font-size: 36px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 32px;
    padding-top: 15px;
    text-align: center;
}

.testimonial-section h2:before {
    position: absolute;
    content: "\f10d";
    left: 50%;
    top: 0px;
    font-size: 80px;
    line-height: 1em;
    margin-left: -40px;
    color: rgba(255, 255, 255, 0.2);
    font-family: "FontAwesome";
}

.testimonial-block-two {
    position: relative;
}

.testimonial-block-two .inner-box {
    position: relative;
    text-align: center;
}

.testimonial-block-two .inner-box .text {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.6em;
    max-width: 880px;
    margin: 0 auto;
}

.testimonial-block-two .inner-box .author-info {
    position: relative;
    display: inline-block;
    padding: 20px 50px 0px;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonial-block-two .inner-box .author-info h3 {
    position: relative;
    color: #ffffff;
    font-size: 24px;
}

.testimonial-block-two .inner-box .author-info .designation {
    position: relative;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
}

.testimonial-section .owl-dots,
.testimonial-section .owl-nav {
    display: none;
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
    position: relative;
    text-align: center;
    background: url(./img/slide1.jpg) center center/cover no-repeat;
    padding: 150px 0px 35px 0px;
}

.page-title h1 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    line-height: 1.5em;
    text-transform: capitalize;
    text-shadow: 5px 2px 3px #fff;
}

.page-info {
    position: relative;
    color: #272727;
    border-bottom: 1px solid #f2f2f2;
}

.page-info h2 {
    font-size: 16px;
    color: #272727;
    line-height: 24px;
    font-weight: 700;
}

.page-info .bread-crumb {
    position: relative;
    font-size: 15px;
    padding: 18px 0px 17px;
}

.page-info .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-right: 24px;
    color: #17519d;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
}

.page-info .bread-crumb li:last-child {
    margin-right: 0px;
}

.page-info .bread-crumb li:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: -21px;
    width: 10px;
    line-height: 24px;
    font-size: 16px;
    color: #777777;
}

.page-info .bread-crumb li:last-child:after {
    display: none;
}

.page-info .bread-crumb li a {
    color: #1a1a1a;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-info .bread-crumb li a:hover {
    color: #17519d;
}

.page-info .share-icon {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding: 17px 30px 15px;
    text-transform: uppercase;
    border-right: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    font-family: "dl-font", sans-serif;
}

.page-info .share-icon a {
    color: #222328;
}

.page-info .share-icon .icon {
    color: #2974d6;
    margin-right: 5px;
    font-size: 12px;
}

.page-info .share-icon a {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-info .share-icon a:hover {
    color: #17519d;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section {
    position: relative;
    padding: 115px 0px 90px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter-section:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(22, 32, 53, 0.96);
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 130px 0px 100px;
}

.team-page .team-member {
    margin-bottom: 60px;
}

.team-member {
    position: relative;
    margin-bottom: 30px;
}

.team-member .inner-box {
    position: relative;
}

.team-member .inner-box .image {
    position: relative;
    border: 1px solid #f7f7f7;
}

.team-member .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.team-member .inner-box .lower-content {
    position: relative;
    padding-top: 22px;
}

.team-member .inner-box .lower-content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
}

.team-member .inner-box .lower-content h3 a {
    position: relative;
    color: #222328;
}

.team-member .inner-box .lower-content .designation {
    position: relative;
    color: #2062b9;
    font-size: 15px;
    font-weight: 500;
}

.team-member .inner-box .lower-content .text {
    position: relative;
    color: #000000;
    font-size: 15px;
    line-height: 1.7em;
    margin-top: 12px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

/*** 

====================================================================
	Services Page Section
====================================================================

***/

.service-page-section {
    position: relative;
    padding: 100px 0px 100px;
}

.services-block-five {
    position: relative;
    margin-bottom: 50px;
}

.services-block-five .inner-box {
    position: relative;
}

.services-block-five .inner-box .image {
    position: relative;
    border-bottom: 3px solid #17519d;
}

.services-block-five .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-block-five .inner-box .lower-content {
    position: relative;
    padding: 25px 30px;
    border: 1px solid #f0f2f4;
}

.services-block-five .inner-box .lower-content:before {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
}

.services-block-five .inner-box .lower-content:after {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    border-top: 30px solid #08431b;
    border-right: 30px solid transparent;
}

.services-block-five .inner-box .lower-content h3 {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.services-block-five .inner-box .lower-content h3 a {
    color: #17181a;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-five .inner-box .lower-content h3 a:hover {
    color: #17519d;
}

.services-block-five .inner-box .lower-content .text {
    position: relative;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.75);
}

.services-block-five .inner-box .lower-content .detail {
    position: relative;
    color: #17519d;
    font-size: 16px;
}

.services-block-five .inner-box .lower-content .detail .arrow {
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 30px 0px 0;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 40px;
}

/*List Widget*/

.sidebar .sidebar-category .list {
    position: relative;
    border: 1px solid #ededed;
}

.sidebar .sidebar-category .list li {
    position: relative;
    line-height: 24px;
    border-bottom: 1px solid #ededed;
}

.sidebar .sidebar-category .list li:last-child {
    border-bottom: 0px;
}

.sidebar .sidebar-category .list li a {
    position: relative;
    display: block;
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    background: #ffffff;
    padding: 18px 20px 18px 40px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.sidebar .sidebar-category .list li a:before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 6px;
    left: 18px;
    color: #dfdfdf;
    line-height: 22px;
    position: absolute;
}

.sidebar .sidebar-category .list li a:hover,
.sidebar .sidebar-category .list li.current a {
    color: #ffffff;
    background-color: #17519d;
}

.sidebar .sidebar-category .list li.current a:before,
.sidebar .sidebar-category .list li a:hover::before {
    color: #ffffff;
}

/*sidebar testimonial*/

.sidebar-testimonial {
    padding: 25px 24px 20px;
    border: 1px solid #f0f0f0;
}

/*testimonial slide*/

.testimonial-slide {
    position: relative;
}

.testimonial-slide .inner {
    position: relative;
}

.testimonial-slide .inner .author-info {
    position: relative;
    padding-left: 70px;
}

.testimonial-slide .inner .author-info .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 50%;
}

.testimonial-slide .inner .author-info h3 {
    position: relative;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.testimonial-slide .inner .author-info .designation {
    color: rgba(0, 0, 0, 0.4);
    font-size: 15px;
}

.testimonial-slide .inner .text {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.75);
}

.sidebar-testimonial .owl-nav {
    display: none;
}

.sidebar-testimonial .owl-dots {
    position: relative;
    padding: 0px 0px 0px;
    text-align: right;
}

.sidebar-testimonial .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 3px;
}

.sidebar-testimonial .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0px;
    background: #e9e9e9;
    border-radius: 50%;
    transition: all 500ms ease;
}

.sidebar-testimonial .owl-dots .owl-dot.active span,
.sidebar-testimonial .owl-dots .owl-dot:hover span {
    background: #17519d;
}

.testimonial-ct__title {
    text-align: center;
    font-size: 30px;
    margin: 30px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial-ct__form {
    /* text-align: center; */
}

.testimonial-ct__form input,
.testimonial-ct__mess {
    display: block;
    width: 90%;
    height: 45px;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 25px;
    border: 1px solid rgb(126, 126, 126);
    padding: 0 10px;
    font-size: 14px;
}

.testimonial-ct__form input::placeholder,
.testimonial-ct__mess::placeholder {
    color: rgb(57, 57, 57);

}

.testimonial-ct__mess {
    height: 100px !important;
    padding: 10px 10px;
}

.testimonial-ct__btn {
    padding: 8px 40px;
    color: #fff;
    background: #dd0035;
    border: none;
    border-radius: 20px;
    margin-left: 25px;
    margin-top: 15px;
}



/*Info Widget*/

.info-widget {
    position: relative;
}

.info-widget .inner {
    position: relative;
    text-align: center;
    padding: 25px 25px 30px;
    background-color: #17519d;
}

.info-widget .inner h3 {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
    color: #ffffff;
}

.info-widget .inner h2 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    margin: 5px 0px 5px;
    font-family: "dl-font", sans-serif;
}

.info-widget .inner .more-detail {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

/*Broucher Widget*/

.sidebar-brochure .brochure {
    padding: 16px 20px;
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    border: 1px solid #ebebeb;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.sidebar-brochure .brochure .icon {
    font-size: 18px;
    margin-right: 8px;
}

.sidebar-brochure .brochure:hover {
    color: #ffffff;
    border-color: #17519d;
    background-color: #17519d;
}

.services-single {
    position: relative;
}

.services-single .inner-box {
    position: relative;
}

.services-single .inner-box .image {
    position: relative;
    margin-bottom: 40px;
}

.services-single .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-single .inner-box .lower-content {
    position: relative;
}

.services-single .inner-box .lower-content h3 {
    position: relative;
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}

.services-single .inner-box .lower-content .dark-text {
    position: relative;
    color: #222222;
    font-size: 18px;
    margin-bottom: 40px;
    font-family: "dl-font", sans-serif;
}

.services-single .inner-box .lower-content .two-column {
    position: relative;
    margin-bottom: 30px;
}

.services-single .inner-box .lower-content .two-column .inner-column {
    position: relative;
}

.services-single .inner-box .lower-content .two-column .inner-column .text {
    position: relative;
    margin-bottom: 30px;
}

.services-single .inner-box .lower-content .two-column .inner-column .text p {
    position: relative;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 25px;
    color: rgba(0, 0, 0, 0.7);
}

.services-single .inner-box .lower-content .two-column .inner-column .text p:last-child {
    margin-bottom: 0px;
}

.services-single .inner-box .lower-content .services-text {
    position: relative;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.7);
}

/*Services Block Six*/

.services-block-six {
    position: relative;
    margin-bottom: 50px;
}

.services-block-six .inner-box {
    position: relative;
    padding-left: 100px;
}

.services-block-six .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75px;
    height: 75px;
    color: #17519d;
    font-size: 42px;
    line-height: 75px;
    text-align: center;
    border: 1px solid #ececec;
}

.services-block-six .inner-box h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.services-block-six .inner-box h4 a {
    color: #000000;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-six .inner-box h4 a:hover {
    color: #17519d;
}

.services-block-six .inner-box .text {
    position: relative;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7);
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
    position: relative;
}

.accordion-box .heading {
    position: relative;
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 45px;
    font-family: "dl-font", sans-serif;
}

.accordion-box .block {
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #f2f2f2;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 22px;
    cursor: pointer;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    padding: 0px 0px 0px 50px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    color: #17519d;
}

.accordion-box .block .icon-outer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #d9d9d9;
    border: 2px solid #d9d9d9;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    font-size: 16px;
    color: #d9d9d9;
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
    color: #d9d9d9;
    font-weight: 400;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    color: #17519d;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
    border-color: #17519d;
    color: #17519d;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 20px 0px 0px 0px;
}

.accordion-box .block .content p {
    margin-bottom: 20px;
    line-height: 1.8em;
    font-size: 15px;
    color: rgba(0, 0, 10, 0.6);
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}

.accordion-box.style-two {
    padding: 0px 30px;
    border: 1px solid #f1f1f1;
}

.accordion-box.style-two .block {
    border-top: none;
    padding-bottom: 20px;
    margin-bottom: 0px;
    border-bottom: 1px solid #f1f1f1;
}

.accordion-box.style-two .block:last-child {
    border-bottom: 0px;
}

.accordion-box.style-two .block .acc-btn {
    font-size: 20px;
    padding-left: 0px;
    padding-right: 50px;
}

.accordion-box.style-two .block .icon-outer {
    right: 0px;
    left: auto;
}

.accordion-box.style-two .block .acc-btn.active {
    color: #282828;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer {
    background-color: #17519d;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer .icon-minus {
    color: #ffffff;
}

.accordion-box.style-two .block .content p {
    max-width: 400px;
}

.project-section {
    position: relative;
    padding: 110px 0px 145px;
}

/*Default Gallery Item*/

.default-gallery-item {
    position: relative;
    margin-bottom: 30px;
}

.default-gallery-item .inner-box {
    position: relative;
}

.default-gallery-item .inner-box .image-box {
    position: relative;
}

.default-gallery-item .inner-box .image-box img {
    position: relative;
    width: 100%;
    display: block;
}

.default-gallery-item .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    opacity: 1;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
}

.default-gallery-item .inner-box .overlay-box .overlay-inner {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 20px;
    background: rgba(23, 81, 157, 0.92);
}

.default-gallery-item .inner-box .overlay-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.default-gallery-item .inner-box .overlay-box .overlay-inner .content .category {
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.8);
}

.default-gallery-item .inner-box .overlay-box .overlay-inner .content h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.default-gallery-item .inner-box .overlay-box .overlay-inner .content h4 a {
    color: #ffffff;
}

.default-gallery-item .inner-box .overlay-box .overlay-inner .content .option-btn {
    position: relative;
    color: #ffffff;
    font-size: 24px;
}

.default-gallery-item .inner-box:hover .overlay-box {
    top: 0px;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.project-section .styled-pagination {
    position: relative;
    margin-top: 48px;
}

.styled-pagination ul {
    position: relative;
    display: inline-block;
}

.styled-pagination li {
    position: relative;
    display: block;
    float: left;
    margin: 0px 8px 8px 0px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 18px;
    padding: 9px 5px;
    height: 40px;
    font-size: 18px;
    min-width: 40px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    background: none;
    border: 2px solid #ededed;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.styled-pagination li a.next {
    color: #1f1f1f;
    font-weight: 600;
    padding: 8px 20px;
    line-height: 20px;
    text-transform: uppercase;
    border: 2px solid #ededed;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #ffffff;
    border-color: #2360af;
    background-color: #2360af;
}

/*** 

====================================================================
	Project Single Section
====================================================================

***/

.project-single-section {
    position: relative;
    padding: 20px 0px 0px;
}

.project-single-section .inner-container {
    position: relative;
}

.project-single-section .inner-container .images-gallery {
    position: relative;
}

.project-single-section .inner-container .images-gallery .image-column {
    position: relative;
    margin-bottom: 30px;
}

.project-single-section .inner-container .images-gallery .image-column .image {
    position: relative;
}

.project-single-section .inner-container .images-gallery .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.project-single-section .lower-container {
    position: relative;
}

.project-single-section .lower-container h3 {
    position: relative;
    color: #000000;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 8px;
}

.project-single-section .lower-container .dark-text {
    position: relative;
    font-size: 18px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    color: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid #f0f0f0;
}

.project-single-section .lower-container .text {
    position: relative;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.7);
}

.project-single-section .lower-container h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
}

/* service */
.service__title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.service__content {
    font-size: 14px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.service__subtitle {
    height: 60px;
    margin: 0;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.service__text {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.product-info-tabs {
    position: relative;
    margin-bottom: 40px;
}

.prod-tabs {
    position: relative;
}

.prod-tabs .tab-btns {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.prod-tabs .tab-btns .tab-btn {
    position: relative;
    float: left;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    padding: 12px 30px;
    margin: 0px 0px 0px;
    line-height: 24px;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #eeeeee;
    border-right: 0px;
    border-bottom: 0px;
    text-transform: capitalize;
}

.prod-tabs .tab-btns .tab-btn:last-child {
    border-right: 1px solid #eeeeee;
}

.prod-tabs .tab-btns .tab-btn.active-btn {
    color: #ffffff;
    background-color: #17519d;
}

.prod-tabs .tabs-container {
    position: relative;
    border: 1px solid #f0f0f0;
    border-top: 0px;
    padding: 35px 30px;
}

.prod-tabs .tabs-container .tab {
    position: relative;
    display: none;
}

.prod-tabs .tabs-container .tab.active-tab {
    display: block;
}

/*list box*/

.list-box {
    position: relative;
}

.list-box li {
    position: relative;
    color: #7c7c7c;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    padding-left: 22px;
    margin-bottom: 25px;
}

.list-box li:last-child {
    margin-bottom: 0px;
}

.list-box li:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #17519d;
}

.list-box li span {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

/*Project Info*/

.project-info {
    position: relative;
}

.project-info li {
    position: relative;
    color: #888888;
    font-size: 17px;
    margin-bottom: 10px;
}

.project-info li span {
    color: #000000;
    margin-right: 5px;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

/*Search Box Widget*/

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 26px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #eaeaea;
    background: none;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 60px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
    border-color: #17519d;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 100%;
    background: #17519d;
    font-weight: normal;
}

/*Sidebar Title*/

.sidebar-title {
    position: relative;
    margin-bottom: 22px;
}

.sidebar-title h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: capitalize;
}

/*Blog Category*/

.blog-cat {
    position: relative;
}

.blog-cat li {
    position: relative;
    margin-bottom: 15px;
}

.blog-cat li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-bottom: 15px;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid #eaeaea;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.blog-cat li a span {
    float: right;
}

.blog-cat li a:hover {
    color: #17519d;
}

/*Post Widget*/

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    padding-left: 100px;
    min-height: 75px;
    margin-bottom: 22px;
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
}

.sidebar .popular-posts .post:hover .post-thumb img {
    opacity: 0.7;
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
    position: relative;
    top: -4px;
    font-size: 18px;
    margin: 0px 0px 0px;
    font-weight: 500;
    color: #000000;
    line-height: 1.4em;
    text-transform: capitalize;
    font-family: "dl-font", sans-serif;
}

.sidebar .popular-posts .post .text a {
    color: #000000;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-size: 15px;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
    color: #17519d;
}

.sidebar .popular-posts .post-info {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
}

/*Popular Tags*/

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 6px 18px 6px;
    margin: 0px 6px 10px 0px;
    color: #929292;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    border: 1px solid #ececec;
    background: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-family: "dl-font", sans-serif;
}

.sidebar .popular-tags a:hover {
    border-color: #17519d;
    background-color: #17519d;
    color: #ffffff;
}

.our-blog .news-block {
    margin-bottom: 60px;
}

.blog-classic .news-block .inner-box h3 {
    font-size: 28px;
}

/*** 

====================================================================
	Gallery Widget
====================================================================

***/

.sidebar .gallery-widget .image {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0px 10px 10px 0px;
}

.sidebar .gallery-widget .image img {
    position: relative;
    display: block;
    width: 100%;
}

/*** 

====================================================================
	Blog Single
====================================================================

***/

.blog-single {
    position: relative;
}

.blog-single .inner-box {
    position: relative;
}

.blog-single .inner-box .image-box {
    position: relative;
}

.blog-single .inner-box .image-box img {
    position: relative;
    width: 100%;
    display: block;
}

.blog-single .inner-box .lower-content {
    position: relative;
    padding-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.blog-single .inner-box .lower-content .posted-by {
    position: relative;
    color: #cbcbcb;
    font-weight: 500;
    font-size: 16px;
}

.blog-single .inner-box .lower-content .posted-by span {
    color: #000000;
}

.blog-single .inner-box .lower-content h3 {
    position: relative;
    color: #000000;
    font-size: 28px;
    font-weight: 500;
    margin-top: 5px;
    height: 90px;
    margin-bottom: 5px;
}

.blog-single .inner-box .lower-content .text {
    position: relative;
}

.faq__content .active .faq__text {
    color: #fff;
}
.blog-single .inner-box .lower-content .text p {
    position: relative;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 25px;
    color: rgba(0, 0, 0, 0.6);
}

.blog-single .inner-box .lower-content .text blockquote {
    position: relative;
    font-size: 28px;
    font-weight: 300;
    color: #000000;
    line-height: 1.2em;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 80px;
    border-color: #17519d;
    margin-top: 40px;
    margin-bottom: 40px;
}

/*post share options*/

.blog-single .inner-box .lower-content .post-share-options {
    position: relative;
    padding: 10px 0px 0px;
}

.blog-single .inner-box .lower-content .post-share-options .tags span {
    color: #000000;
    font-weight: 600;
}

.blog-single .inner-box .lower-content .post-share-options .tags a {
    position: relative;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 400;
}

.blog-single .inner-box .lower-content .post-share-options .tags {
    position: relative;
    color: #b7b7b7;
    font-size: 16px;
    margin-bottom: 8px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 70px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eeeeee;
}

.sidebar-page-container .comments-area .group-title {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-page-container .group-title h2 {
    position: relative;
    font-size: 28px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 0px;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0px 0px 25px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
    padding-top: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
    border-color: #222222;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 25px 0px 0px 110px;
    border-top: 1px solid #eeeeee;
}

.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
}

.sidebar-page-container .comments-area .comment .comment-reply {
    position: absolute;
    right: 0px;
    top: 10px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 25px;
    margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 80px;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    color: #3e5773;
    line-height: 24px;
    font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 16px;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 0px;
    line-height: 1.8em;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    position: relative;
    font-size: 15px;
    color: #999999;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    padding: 5px 30px;
    font-size: 12px;
    border: 1px solid #fbca00;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form {
    margin-top: 10px;
}

.comment-form .row {
    margin: 0px -8px;
}

.comment-form .group-sub-title {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.6);
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 18px;
    padding: 0px 8px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 50px;
    font-size: 15px;
    border: 1px solid #eeeeee;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus {
    border-color: #17519d;
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 20px 20px;
    color: #a5a5a5;
    height: 180px;
    font-size: 15px;
    resize: none;
    border: 1px solid #eeeeee;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form button {
    margin-top: 10px;
    padding: 11px 31px;
    border-color: #17519d;
    background-color: #17519d;
    text-transform: uppercase;
}

/*** 

====================================================================
	Error Section Style
====================================================================

***/

.error-section {
    position: relative;
    text-align: center;
    padding: 100px 0px 120px;
}

.error-section .error-big-text {
    position: relative;
    font-size: 140px;
    color: #000000;
    font-weight: 800;
    letter-spacing: 5px;
    margin-bottom: 10px;
    line-height: 1em;
}

.error-section h2 {
    position: relative;
    color: #26292d;
    font-weight: 400;
    font-size: 38px;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.error-section .text {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.6);
}

.error-section .error-options {
    position: relative;
}

.error-section .error-options .or {
    position: relative;
    color: #2f2f2f;
    font-size: 18px;
    margin: 0px 25px;
    font-weight: 500;
}

.error-section .btn-style-three {
    padding: 12px 25px;
    border-radius: 3px;
}

.error-search-box {
    position: relative;
    margin-top: 12px;
    width: 320px;
    display: inline-block;
}

.error-search-box .form-group {
    position: relative;
    margin: 0px;
}

.error-search-box .form-group input[type="text"],
.error-search-box .form-group input[type="search"] {
    position: relative;
    line-height: 32px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #e0e0e0;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 55px;
    border-radius: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.error-search-box .form-group input:focus {
    border-color: #17519d;
}

.error-search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 50px;
    line-height: 52px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #c0c0c0;
    background: none;
    border-radius: 0px 3px 3px 0px;
    font-weight: normal;
}

.error-search-box .form-group input:focus + button,
.error-search-box .form-group button:hover {
    color: #17519d;
}

/*** 

====================================================================
	Faq Section
====================================================================

 ***/

.faq-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0px 120px;
}

.faq-section .faq-column {
    position: relative;
    margin-bottom: 40px;
}

.faq-section .faq-column .faq-title {
    position: relative;
}

.faq-section .faq-column .faq-title h2 {
    position: relative;
    color: #000000;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.2em;
}

.faq-section .faq-column .faq-title .title-text {
    position: relative;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

/*Form Column*/

.faq-section .form-column {
    position: relative;
}

.faq-section .form-column .form-inner {
    position: relative;
    padding-left: 40px;
}

.faq-section .form-column .form-inner h2 {
    position: relative;
    color: #000000;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 25px;
}

/*Sidebar Search Form*/

.faq-section .faq-search-box {
    position: relative;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 20px;
}

.faq-section .faq-search-box .form-group {
    position: relative;
    margin: 0px;
}

.faq-section .faq-search-box .form-group input[type="text"],
.faq-section .faq-search-box .form-group input[type="search"] {
    position: relative;
    line-height: 28px;
    color: #222222;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 60px;
    padding: 15px 15px 15px 20px;
    border: 1px solid #ededed;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.faq-section .faq-search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 65px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    display: block;
    font-size: 22px;
    color: #c0c0c0;
    background: none;
    font-weight: normal;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.faq-section .faq-search-box .form-group input:focus {
    border-color: #17519d;
}

.faq-form .form-group {
    position: relative;
    margin-bottom: 28px;
}

.faq-form .form-group input[type="text"],
.faq-form .form-group input[type="password"],
.faq-form .form-group input[type="tel"],
.faq-form .form-group input[type="email"],
.faq-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 15px 20px;
    height: 60px;
    font-size: 16px;
    background-color: #f9f9f9;
    border: 1px solid #ededed;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-form .form-group input[type="text"]:focus,
.faq-form .form-group input[type="password"]:focus,
.faq-form .form-group input[type="tel"]:focus,
.faq-form .form-group input[type="email"]:focus,
.faq-form .form-group select:focus,
.faq-form .form-group textarea:focus {
    border-color: #17519d;
}

.faq-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 32px;
    padding: 12px 20px;
    height: 200px;
    resize: none;
    font-size: 16px;
    background-color: #f9f9f9;
    border: 1px solid #ededed;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-form button {
    position: relative;
    font-weight: 500;
    margin-top: 0px;
    padding: 13px 44px;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    font-family: "dl-font", sans-serif;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    padding: 30px 0px 60px;
}

.contact-section .form-column .inner-column {
    padding-left: 40px;
}

.contact-section .map-column {
    position: relative;
    margin-bottom: 60px;
}

.contact-section h2 {
    position: relative;
    color: #212121;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-section .title-text {
    position: relative;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 40px;
    color: rgba(0, 0, 0, 0.7);
}

/*Contact Info*/

.contact-info {
    position: relative;
    margin-bottom: 30px;
    min-height: 245px;
}

.contact-info .inner {
    position: relative;
    padding: 35px 20px;
    text-align: center;
    min-height: 230px;
    border: 1px solid #ececec;
    height: 150px;
}

.contact-info .inner .icon-box {
    position: relative;
    color: #17519d;
    font-size: 42px;
    line-height: 1em;
}

.contact-info .inner h3 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #212121;
    margin: 12px 0px;
    text-transform: capitalize;
}

.contact-info .inner .text {
    margin-bottom: 10px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
}

.contact-info .inner .text > p {
    margin: 0;
}

.contact-info .inner .social-icon-three a {
    font-size: 22px;
    margin: 0px 8px;
}

/*Contact Form*/

.contact-form .row {
    margin: 0px -13px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 21px;
    padding: 0px 13px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
    display: block;
    width: 100%;
    line-height: 29px;
    height: 55px;
    font-size: 14px;
    padding: 12px 20px;
    background: none;
    color: #333333;
    border: 1px solid #e9e9e9;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #17519d;
    background: none;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}

.contact-form textarea {
    height: 120px;
    resize: none;
    padding: 10px 20px;
}

.contact-form button {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.comment {
    display: flex;
    justify-content: center;
    min-height: 360px;

    margin: 0 auto;
    border: 1px solid #09431b;
    border-radius: 10px;
}
.comment-content {
    width: 80%;
    display: block;
}
.comment-content-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.3em;
    margin-top: 44px;
}
.comment-content-text {
    text-align: center;
    margin-bottom: 1.3em;
    font-size: 16px;
}
.comment-content-sdt {
    margin-top: 25px;
    margin-bottom: 20px;
    width: 100%;
}
.comment-content-sdt input {
    width: 94%;

    padding: 10px;
    height: auto;
    margin: auto;
    font-family: "Open Sans", sans-serif;
    box-sizing: content-box;
    color: #000;
    text-align: left !important;
    font-size: 14px !important;
    font-weight: 400;
    background-color: transparent;
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: #ccc solid 1px;
}
.comment-content-sdt input:focus {
    box-shadow: 0 0 5px #ccc;
    opacity: 1 !important;
    height: auto;
    box-sizing: content-box;
    color: #000;
    font-weight: 400;
    background-color: transparent;
    display: inline-block;
    outline: 0;
}
.comment-content-select select {
    height: 40px;
    padding: 0;
    width: 280px;
    border-radius: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 5px;
    box-shadow: inset 0 -1.4em 1em 0 rgb(0 0 0 / 2%);
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("download.svg");
    background-position: right 0.45em top 50%;
    background-repeat: no-repeat;
    padding-right: 1.4em;
    background-size: auto 16px;
    border-radius: 5px;
    display: block;
    border: 1px solid #ccc;
}
.comment-content-select select:focus {
    box-shadow: 0 0 5px #ccc;
    opacity: 1 !important;
    height: 40px;

    color: #000;
    font-weight: 400;
    background-color: transparent;

    outline: none;
}
.comment-content-select select option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 40px;
    padding: 0px 2px 1px;
}
.comment-content-btn {
    margin-top: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.comment-content-btn button {
    color: #fff !important;
    background: #09431b;
    border-radius: 5px;
    width: 280px;
    font-size: 14px;
    height: 36px;
    padding: 8px 0;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
}
.comment-content-btn button:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 650px) {
    .comment {
        width: 90% !important;
        margin: 0 auto;
    }
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

.map-canvas {
    height: 400px;
}

.share_but {
    margin-top: 15px;
}

.lower-content h3 {
    height: 56px;
    overflow: hidden;
}

.text {
    overflow: hidden;
}

/* --------allProduct---------- */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
.allProduct {
    padding-top: 20px;
    padding-bottom: 100px;
    font-family: "Roboto", sans-serif !important;
}
.allProduct__left-top h3 {
    background: #42a001;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.allProduct__left-top-nav {
    border: 1px solid rgb(175, 175, 175);
}
.allProduct__left-top-nav .menu-list {
    padding-left: 10px;
    border-bottom: 1px dotted #c9c6c6;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}
.allProduct__left-top-nav .menu-list a {
    color: #000;
    text-transform: uppercase;
}
.allProduct__left-top-nav .menu-list::after {
    content: "\f105";
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #333;
    font-family: "FontAwesome";
}
.allProduct__left-top-nav .ul_menu-list,
.allProduct__left-top-nav {
    border-bottom: 0 !important;
}
.allProduct__left-top-nav li:hover a {
    text-decoration: underline;
}
.allProduct__left-top-nav .ul_menu-list {
    position: absolute;
    z-index: 999;
    left: 100%;
    top: 0px;
    width: 100%;
    background: #fff;
    -webkit-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: 1px solid #9f9d9d85;
}
.allProduct__left-top-nav .menu-list:hover .ul_menu-list {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}
.allProduct .ul_menu-list li {
    height: 40px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #848484;
}
.allProduct__left-mid h3,
.allProduct__left-bot h3 {
    border-bottom: 2px solid #42a001;
}
.allProduct__left-bot h3 span,
.allProduct__left-mid h3 span {
    background: #42a001;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 11px 13px 8px;
}
.allProduct__left-mid {
    border-left: 1px solid #9f9d9d85;
    border-bottom: 1px solid #9f9d9d85;
    margin-bottom: 20px;
}
.allProduct__left-mid--check {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 418px;
    padding: 20px 0 0 20px;
}
.allProduct__left-bot label,
.allProduct__left-mid label {
    color: #333;
    margin-left: 5px;
    font-weight: 500;
    text-transform: uppercase;
}
.allProduct__left-top {
    margin-bottom: 20px;
}
.allProduct__left-bot {
    border-left: 1px solid #9f9d9d85;
    border-bottom: 1px solid #9f9d9d85;
    border-right: 1px solid #9f9d9d85;
}
.allProduct__left-bot--check {
    padding: 20px 0 0 20px;
}
.allProduct__right-form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.allProduct__right-form .form-select1 {
    width: 250px;
    height: 34px;
    border: 1px solid #9f9d9d85;
    box-shadow: -1px -1px 0px 1px #52525285;
    border-radius: 10px;
    padding-left: 10px;
}
.allProduct__right-form .form-select2 {
    width: 140px;
    height: 34px;
    border: 1px solid #9f9d9d85;
    box-shadow: -1px -1px 0px 1px #52525285;
    border-radius: 10px;
    padding-left: 10px;
    margin-left: 20px;
}
.allProduct__right h3 {
    color: #002900;
    font-size: 24px;
    text-transform: uppercase;
}

.allProduct__right-content--box .box-img img {
    width: 100%;
}
.allProduct__right-content--box .box-img {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.allProduct__right-content--box .box-img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.allProduct__right-content--box {
    margin-bottom: 20px;
    margin-top: 15px;
}
.allProduct__right hr {
    border-top: 2px solid #dddddd;
}
.allProduct__right-content--box .box-title {
    padding: 10px 0;
}
.allProduct__right-content--box .box-title div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.allProduct__right-content--box .box-title div span {
    color: #ff0000;
    font-size: 23px;
}
.allProduct__right-content--box .box-title div a {
    color: #0175b0;
    position: relative;
    font-size: 2.1rem;
}
.allProduct__right-content--box .box-title div a::before {
    position: absolute;
    content: "+";
    top: -5px;
    left: 3px;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    font-size: 2rem;
    background: #ff0000;
    z-index: 100;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.allProduct__right-content--box .box-title h4 a {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
}
.allProduct__right-content--box .box-title h4:hover a {
    color: #08431b;
    text-decoration: underline;
}
.img-responsive img {
}
.sticky-header .pull-right {
    height: 120px;
    display: flex;
    align-items: center;
}
#sync2 .item {
    border: 1px solid #d5d5d5;
    margin-top: 10px;
}
#sync1 .item {
    border: 1px solid #d5d5d5;
}
.detailProduct__right {
    margin-left: 2px;
    font-family: Arial, Helvetica, sans-serif;
}
.detailProduct {
    font-family: "Roboto", sans-serif !important;
}
.detailProduct__right-title h4 {
    color: #42a001;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.detailProduct__right-title p input {
    width: 60px;
    border: 1px solid #a3a3a3;
    height: 35px;
    text-align: center;
    margin-left: 20px;
}
.red-text {
    color: #b1000e;
    font-size: 2.2rem;
}
.text-get {
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
}
.detailProduct__right-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.detailProduct__right h3 {
    font-size: 32px;
    color: #002900;
    text-transform: uppercase;
}
.detailProduct__right-btn button {
    height: 47px;
    width: 190px;
    display: flex;
    align-items: center;
    background: #1b5719;
    justify-content: center;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
}
.detailProduct__right-btn button:last-child {
    background: #68bd2a;
}
.detailProduct__right-mid {
    display: flex;
    margin-top: 35px;
    margin-bottom: 15px;
}
.detailProduct__right-mid div {
    flex: 1;
    border-left: 1px solid #d7d7d7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
}
.detailProduct__right-mid div:first-child {
    border-left: 0 !important;
}
.detailProduct__right-mid img {
    width: 70px;
    background-color: #417506;
}
.detailProduct__right-mid div i {
    margin-right: 15px;
    color: #417506;
    font-size: 35px;
}
.tabcontent {
    display: none;
}
.detailProduct__right-bot {
    margin-top: 30px;
}
.detailProduct__right-bot--btn {
    display: flex;
    justify-content: flex-start;
}
.detailProduct__right-bot--btn button {
    height: 40px;
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.detailProduct__right-bot--btn button:first-child {
    background: #68bd2a;
}
.detailProduct__right-bot--btn button:nth-child(2) {
    background: #fff;
    color: #000;
    border: 1px solid #f0f0f0;
}
.detailProduct__right-bot--btn button:last-child {
    background: #008000;
    text-transform: none;
}
.detailProduct__right-bot div.active {
    display: block;
}

 /* footer  */
footer {
    /* background: url(../img/slider-3-background.png); */
    background-size: cover;
    color: #ffff;
}

.footer__top  img{
    width: 100%;
    margin-top: 30px;
    
}
/* INFORMATION */
.information {
    padding-top: 30px;
    padding-bottom: 20px;
    /* background: url(../img/slider-3-background.png) no-repeat;
    background-size: contain; */
    background-color: #d41711;
}

.information__title,
.information__social {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.information__address {
    font-size: 14px;
    /* text-transform: uppercase; */
    /* font-weight: bold; */
}

.information__detailed-address {
    font-size: 14px;
}

.information__detailed-warehouse,
.information__social-menu {
    list-style-type: none;
    padding: 0;
}

.information__social-item {
    margin-bottom: 5px;
}

.information__contact {
    font-size: 14px;
    display: flex;
    flex-flow: row wrap;
}

.information__content {
    margin-bottom: 10px;
    margin-top: 20px;
}

/* COPYRIGHT */
.copyright {
    text-transform: uppercase;
    background-color: #84110d;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
}

.copyright > p {
    margin: 0;
}

.information__contact-item {
    margin-right: 50px;
    color: #ffff;
}

/*báo giá */
.section-price__title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}
.section-price__description {
    font-size: 14px;
    margin-bottom: 30px;
}

::placeholder {
    color: #ffff;
}

.nut_gui {
    background: url(../img/xem-bao-gia.gif);
    background-position: center center;
    width: 260px;
    height: 50px;
    border: 0px;
}

.section-price__imput {
    width: 270px;
    height: 50px;
    border: 1px solid #ffff;
    border-radius: 5px;
    background: none;
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
}
.section-price {
    background-image: url(../img/nen_bg.png);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 30px 0px;
}

.section-price_2 {
    background-image: url(../img/bg_bg2.jpg);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 30px 0px;
}

.sec-brand .sec-con-more {
    z-index: 1;
}

@media screen and (min-width: 453px) {
    .section-price__description {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) {
    .fullwidth-section .outer-box .content-column {
        height: 550px;
    }

    .featured-block .inner-box {
        width: auto;
    }

    /* .section-price__description {
        font-size: 18px;
    } */
}

@media screen and (min-width: 990px) {
    .allProduct .container {
        max-width: 1200px;
    }
}
@media screen and (max-width: 990px) {
    .allProduct__right-form .form-select {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .allProduct__right {
        margin-top: 25px;
    }
    .allProduct__right-form form {
        width: 100%;
    }
    .allProduct__right-form .form-select2 {
        margin-left: 0;
    }
    .allProduct__left-top-nav .ul_menu-list {
        top: 100%;
        left: 0;
    }
    .detailProduct__right-mid {
        flex-wrap: wrap;
    }
    .detailProduct__right-mid div {
        flex-basis: 50%;
        margin-bottom: 10px;
    }
    .detailProduct__right-mid div:first-child {
        border-left: 1px solid #d7d7d7 !important;
    }
    .detailProduct__right-bot--btn button {
        height: auto;
    }
}

@media screen and (max-width: 990px) {
    .hotProduct__slide-img img {
        height: auto;
    }
    .hotProduct h3 p {
        position: inherit;
        left: auto;
    }
    .hotProduct h3 span {
        display: none;
    }
    .services-section .imgRow {
        padding: 0 15px;
    }
    .services-block-three .h_8 img {
        height: auto !important;
    }
    .fullwidth-services .outer-box .content-column .content-inner .content {
        width: auto;
        height: auto;
    }
    .fullwidth-services .outer-box .content-column .content-inner {
        padding: 20px 0;
    }
    .title-column {
        padding-bottom: 20px;
    }
    .featured-block {
        margin-bottom: 10px;
    }

    .fullwidth-section .outer-box .content-column .inner {
        padding: 0;
    }
    .main-footer .logo-widget .form-group {
        max-width: 100%;
    }

    .information {
        /* padding-top: 190px;   */
    }
}
