@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
}
*, ::after, ::before {
    box-sizing: border-box;
}
body {
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif;
    font-size:16px;
    line-height:1.7em;
    font-weight:400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
/*        font-family: 'Exo', sans-serif;*/
    color: #343434;
}
a{
    text-decoration:none;
    cursor:pointer;
    color:#58271f;
}

button{
    cursor:pointer;
    text-decoration:none;
    outline:none !important;
}

a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
    position:relative;
    margin-top:10px;
    margin-bottom:10px;
    background:none;
    line-height:1.3;
}

input,button,select,textarea{

}

textarea{
    overflow:hidden;
}
p{
    position:relative;
    line-height:1.8em;
    margin-top: 5px;
    margin-bottom: 5px;
}
.ent-full {
    width: 100%;
    float: left;
}
.ent-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    clear: both;
    display: flow-root;
}
.clearfix {
    display: block;
    clear: both;
}
.ent-flex{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ent-grid {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
}
ul,li{
    list-style:none;
    padding:0px;
    margin:0px;
}

img{
    display:inline-block;
    max-width:100%;
    height: auto;
}
/* css header */
.main_header {
    background-color: #f3f3f3;
    height: 160px;
}
.dxefxxx {
    padding: 12px 0px 14px 0px;
}
.header_contact_info li i {
    font-size: 17px;
    margin-right: 5px;
    color: #58271f;
}
.header_contact_info li {
    margin-right: 40px;
}
.header_contact_info li:nth-child(2) i {
    font-size: 15px;
}
.dxef {
    color: #9e9e9e;
    font-weight: 600;
}
.header_main_menu {
    z-index: 2;
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 10px 0px 0px 40px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.header_main_menu:before {
    left: 0;
    right: 0;
    bottom: -20px;
    width: 98%;
    content: "";
    height: 20px;
    z-index: -1;
    margin: 0 auto;
    position: absolute;
    background-color: #fff;
}
.header_main_menu:after {
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    height: 10px;
    position: absolute;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.left_logo {
    justify-content: flex-start;
    align-items: center;
}
.logo img {
    max-width: 115px;
}
.call_to_quote {
    top: 0;
    right: 0;
    z-index: 1;
    width: 370px;
    position: absolute;
    background-color: #58271f;
    padding: 30px 35px 31px 30px;
    float: right;
    height: 100%;
}
.call_to_quote {
    width: 280px;
    padding: 35px 15px;
}
.call_to_quote:before {
    top: 0;
    width: 30px;
    content: "";
    left: -15px;
    height: 100%;
    position: absolute;
    -webkit-transform: skewX(-4deg);
    -ms-transform: skewX(-4deg);
    transform: skewX(-4deg);
    background-color: #58271f;
}
.call_to_quote:before {
    width: 20px;
}
.call_to_quote .call_icon {
    line-height: 1;
    margin-right: 15px;
    float: left;
}
.call_to_quote .call_icon i {
    color: #fff;
    font-size: 45px;
}
.call_to_quote span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
.call_to_quote .icon_bg {
    top: 10px;
    z-index: -1;
    right: 10px;
    position: absolute;
}
.call_to_quote .icon_bg i {
    font-size: 75px;
    color: #743f37;
}
span.call_number {
    font-size: 20px;
}
.call_to_quote:after {
    width: 0;
    position: absolute;
    content: "";
    height: 0;
    top: 0;
    left: -23px;
    border-left: 4px solid transparent;
    border-right: 8px solid transparent;
    border-top: 140px solid #f1ebdf;
    z-index: 0;
}
/* end css header */
/* css menu */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  box-sizing: border-box;
}
/*#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}*/
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li {
  float: left;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu > ul > li > a {
    text-decoration: none;
    position: relative;
    display: block;
    color: #2a2a2a;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 500;
    padding: 15px 10px;
    font-size: 16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
#cssmenu {
    margin-left: 35px;
}
.current-post-parent > a {
    opacity: 1;
    background-color: #fda700;
    color: #333;
}
#cssmenu .current-menu-item {
    position: relative;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
} 
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    content: '+';
    right: 12px;
    top: 52%;
    color: #2a2a2a;
    font-size: 22px;
    line-height: 1em;
    margin-top: -16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
    top: 32px;
    height: 0;
    content: '-';
}

.current-menu-ancestor {
    background: #fda700;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 10;
      background-color: #ffffff;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 25%);
}
#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu ul ul li {
  transition: all 0.25s ease;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 10px 20px;
    width: 270px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    color: #333;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#top-menu-list > .current-menu-item {
    background: #fda700;
}
/* end css menu */
/* css home */
.call_action_list {
    margin: 0px;
    padding: 0px;
}
.call_action_list li {
    list-style: none;
    display: inline-block;
}
.call_action_list li {
    padding: 40px 15px;
}
.call_action_list li {
    width: 20%;
    float: left;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
        background: #58271f;
}
.call_action_list li:before {
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #dfdfdf;
}
.call_action_list .call_action_icon {
    margin-right: 10px;
}
.call_action_list .call_action_icon {
    float: left;
    line-height: 1;
}
.call_action_list .call_action_icon i {
    font-size: 50px;
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.call_action_list .call_action_text p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    margin-top: 0px;
    color: #fff;
}
.pera-content p {
    margin-bottom: 0;
}
.call_action_list .call_action_text h3 {
    font-size: 30px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-size: 22px;
    display: inline-block;
    margin: 0px;
    color: #fff;
}
.call_action_list .call_action_icon i {
    font-size: 50px;
}
.call_action_list .c-icon_bg {
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
}
.call_action_list li:after {
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #efefef;
}
.call_action_list .c-icon_bg i {
    width: 35px;
    color: #fff;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
}
.call_action_list .c-icon_bg i {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 100%;
    border: 1px solid #5b2b23;
    color: #5b2b23;
}
.about_listitem {
    margin-top: 15px;
}
.about_listitem li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
.about_listitem li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    color: #58271f;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #e1dfdc;
}
.abouts_title {
    font-weight: 700;
    letter-spacing: 3px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.title_shape_left {
    position: relative;
}
.title_shape_left:before {
    top: 8px;
    height: 2px;
    width: 20px;
    content: "";
    position: absolute;
    background-color: #333;
    left: -38px
}
.title_shape_left:after {
    top: 3px;
    width: 4px;
    height: 12px;
    content: "";
    position: absolute;
    background-color: #333;
    left: -38px
}
.left_about_area_content {
    width: 100%;
    border-radius: 5px;
    background: white;
    padding: 35px;
    box-shadow: 2px 2px 20px #0000002b;
    border-top: 13px solid transparent;
    border-image: 16 repeating-linear-gradient(-45deg, #e00000 0, #b20000 1em, transparent 0, transparent 2em, #58a 0, #58a 3em, transparent 0, transparent 4em);
    border-bottom: 13px solid transparent;
}
.left_about_area_content h2 {
    line-height: 1.1;
    color: #343434;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
}
.huxxd {
    font-size: 16px;
    text-align: justify;
}
.about_right_content {
    padding-left: 40px;
    position: relative;
    width: 40%;
}
.about_right_content .about_progress {
    right: -70px;
}
.about_right_content .about_progress {
    width: 100%;
    bottom: 50px;
    max-width: 350px;
    padding: 20px 20px 15px;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
.about_right_content .about_progress .progress_area {
    position: relative;
    margin-right: 20px;
    display: inline-block;
    float: left;
}
.about_right_content .about_progress .progress_area strong {
    left: 0;
    right: 0;
    color: #343434;
    font-size: 24px;
    font-weight: 700;
    line-height: 75px;
    position: absolute;
    text-align: center;
    line-height: 100px;
}
.about_area_content {
    justify-content: flex-start;
    padding-top: 40px;
	padding-bottom: 50px;
}
.about_us_section {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%239C92AC' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}
.about_right_content .about_progress .progress_area span {
    font-size: 16px;
}
.about_right_content .progress_text {
    padding-top: 10px;
    float: left;
    width: calc(100% - 120px);
}
.about_right_content .progress_text h3 {
    font-size: 20px;
    font-weight: 600;
}
.about_right_content .progress_text h3 {
    margin: 0px;
}
.about_right_content .progress_text p {
    margin: 0px;
    font-size: 17px;
    line-height: 1.3;
    margin-top: 10px;
}
.about_us_section:before {
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    height: 40%;
    z-index: -1;
    width: 30%;
    background-image: url(./images/abg.jpg);
}
.about_us_section:after {
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    height: 50%;
    width: 30%;
    z-index: -1;
    background-image: url(./images/abt.png);
}
.service_section {
    padding: 60px 0 60px;
    background-color: #f7f7f7;
    padding-bottom: 10px;
}
.about_us_section {
    position: relative;
}
.title_shape_right {
    position: relative;
}
.title_shape_right:before {
    top: 8px;
    height: 2px;
    width: 20px;
    right: -38px;
}
.title_shape_right:before, .title_shape_right:after {
    content: "";
    position: absolute;
    background-color: #333;
}
.team_section .section_title_area p {
    color: #333;
}
.portfolio_section .section_title_area p {
    color: #fff;
}
.title_shape_right:after {
    top: 3px;
    width: 4px;
    right: -40px;
    height: 12px;
}
.section_title_area_p {
    font-weight: 700;
    color: #333;
    letter-spacing: 3px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}
.h2xg {
    color: #343434;
    font-size: 39px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    text-align: center;
    line-height: 1;
    margin-bottom: 35px;
}
.service_img:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0;
    left: auto;
    right: 0;
    background-color: #58271f;
    z-index: 1;
    opacity: 0.9;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
.service_section .service_img img {
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
.service_text {
    top: -60px;
    padding: 38px;
    max-width: 90%;
    margin: 0 auto;
    z-index: 2;
    background-color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: relative;
}
.service_text .service_icon i {
    font-size: 60px;
    color: #58271f;
}
.service_text .service_check {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
    margin-top: 8px;
    background-color: #f4f0e8;
}
.block-display {
    width: 100%;
    display: block;
}
.service_text .service_check i {
    color: #58271f;
}
.service_text .service_content {
    width: 100%;
    padding-top: 20px;
    display: inline-block;
}
.service_text .service_content h3 {
    font-size: 26px;
    line-height: 1.385;
    padding-bottom: 5px;
    margin-bottom: 0px;
}
.service_text .service_content p {
    font-size: 14px;
    line-height: 1.714;
}
.pera-content p {
    margin-bottom: 0;
}
.float-left {
    float: left;
}
.service_text .service_check {
    float: right;
    text-align: center;
}
.service_text .service_content h3 a {
    color: #343434;
    line-height: 1;
}
.service_img.relative-position img {
    width: 100%;
    height: auto;
}
.service_slider .owl-nav .owl-next, .service_slider .owl-nav .owl-prev {
    margin-left: -100px;
    background-color: #fff;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
.service_slider .owl-nav .owl-next, .service_slider .owl-nav .owl-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.service_slider .owl-nav {
    top: 45%;
}
.service_slider .owl-nav {
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.service_slider .owl-nav .owl-prev {
    left: 0px;
    position: absolute;
}
.service_slider .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    margin-right: -100px;
}
#service_slide {
    margin-top: 25px;
}
.why_choose_left {
    width: calc(50% - 15px);
}
.sxhv {
    overflow: visible;
    padding: 80px 0px 10px;
    background-color: #343434;
    position: relative;
}
.sxhv .section_title_area p {
    color: #fff;
}
.sxhv .section_title_area p .title_shape_left:before {
    background-color: #fff;
}
.sxhv .section_title_area p .title_shape_left:after {
    background-color: #fff;
}
.section_title_area h2 {
    color: #fff;
}
.ul-li-block ul {
    margin: 0;
    padding: 0;
}
.ul-li-block ul li {
    display: block;
    list-style: none;
}
.choose_us_list li {
    margin-bottom: 30px;
}
.choose_icon {
    width: 90px;
    height: 90px;
    padding-top: 15px;
    margin-right: 30px;
    text-align: center;
    border-radius: 100%;
    background-color: #3f3f3f;
    position: relative;
}
.choose_icon i {
    font-size: 40px;
    color: #fff;
}
.choose_icon span {
    top: 5px;
    right: -5px;
    width: 25px;
    height: 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
}
.choose_text {
    display: inline-block;
}
.choose_text h3 {
    color: #fff;
    padding-bottom: 0px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    margin-top: 0px;
}
.choose_text p {
    color: #bbbbbb;
    overflow: hidden;
    max-width: 340px;
    line-height: 1.625;
}
.why_choose_left h2 {
    font-size: 60px;
}
.section_title_area {
    padding-bottom: 40px;
}
.call_action_two {
    background-image: url('./images/map.png');
    padding: 120px 0px 120px 0px;
}
.call_action_two .call_action_logo {
    margin-bottom: 45px;
}
.text-center {
    text-align: center;
}
.call_action_two .section_title_area {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: -20px;
}
.pera-content p {
    margin-bottom: 0;
}
.section_title_area p {
    font-weight: 700;
    letter-spacing: 3px;
    padding-bottom: 0px;
    text-transform: uppercase;
}
.call_action_two .section_title_area h2 {
    font-size: 45px;
    padding: 15px 0 0px;
    line-height: 1.125;
    color: #333;
}
.call_action_two .call_action_number {
    font-size: 60px;
    font-weight: 100;
    color: #58271f;
}
.call_action_two .call_action_btn {
    margin-top: 30px;
}
.call_action_two .call_action_btn li:nth-child(1) {
        color: #fff;
    background-color: #58271f;
}
.call_action_two .call_action_btn li {
    margin: 0px 10px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
}
.call_action_two .call_action_btn li:nth-child(2) {
        background-color: #fff;
    border: 2px solid #eaeaea;
}
.call_action_two .call_action_btn li a {
        padding: 18px 38px;
        color: #fff;
}
.call_action_two .call_action_btn li:nth-child(2) a {
    color: #333;
}
.background_position {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.portfolio_section .background_parallax {
    z-index: 1;
    padding: 60px 0px;
    background-image: url('./images/port1.jpg');
    position: relative;
}
.background_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.portfolio_section .background_parallax .background_overlay {
    background-color: rgba(52, 52, 52, 0.85);
    z-index: -1;
}
.portfolio_section .section_title_area {
    padding-bottom: 40px;
}
.portfolio_section .section_title_area h2 {
    color: #fff;
    font-size: 60px;
}
.portfolio_img_text .portfolio_img {
    position: relative;
    overflow: hidden;
}
.portfolio_img_text .portfolio_text {
    background-color: #fff;
    padding: 28px 30px;
}
.portfolio_img_text .portfolio_text .port_icon {
    top: -30px;
    right: 50px;
    width: 60px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    position: absolute;
    z-index: 2;
    opacity: 0;
    background-color: #58271f;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
.portfolio_img_text .portfolio_text span {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    letter-spacing: 3px;
}
.portfolio_img_text .portfolio_text h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
}
.portfolio_section .section_title_area .title_shape_left {
}
.text-uppercase {
    text-transform: uppercase;
}
.relative-position {
    position: relative;
}
.item.item-slide img {
    width: 100%;
    height: auto;
}
.portfolio_img_text:hover .port_icon {
    right: 30px;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.portfolio_slide .owl-nav .owl-next:hover, .portfolio_slide .owl-nav .owl-prev:hover {
    border: 2px solid #58271f;
}
.portfolio_slide .owl-nav .owl-next:hover, .portfolio_slide .owl-nav .owl-prev:hover {
    color: #fff;
    background-color: #58271f;
}
.portfolio_slide .owl-nav .owl-next, .portfolio_slide .owl-nav .owl-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.portfolio_slide .owl-nav .owl-next, .portfolio_slide .owl-nav .owl-prev {
    color: #fff;
    margin-left: 20px;
    border: 2px solid #585756;
}
.portfolio_slide .owl-nav {
    top: -120px;
    right: 0px;
    position: absolute;
}
.portfolio_img img {
    width: 100%;
    height: auto;
}
.team_img_text {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 13%);
}
.team_member_content {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.team_img_text .team_img {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.team_img_text .team_img img {
    width: 200px;
    object-fit: cover;
    margin: auto;
    display: block;
}
.team_img_text .team_text_details {
    padding-top: 10px;
}
.team_img_text .team_text_details h3 {
    padding-bottom: 8px;
    font-size: 19px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    margin: 0px;
}
.team_img_text .team_text_details span {
    font-size: 13px;
    color: #fff;
    margin-top: 0px;
    background: #58271f;
    padding: 3px 5px;
    border-radius: 4px;
}
.team_img_text .team_text_details p {
    margin: 0 auto;
    font-size: 14px;
    max-width: 230px;
    padding-top: 8px;
    line-height: 1.857;
}
.section_title_area p .title_shape_left:before {
        top: 8px;
    height: 2px;
    width: 20px;
    left: -40px;
}
.section_title_area p .title_shape_left:after {
    top: 3px;
    width: 4px;
    left: -40px;
    height: 12px;
}
.portfolio_section .title_shape_left:after,.portfolio_section .title_shape_left:before{
    background-color: #fff;
}
.sxhv .headline h2 {
    color: #fff;
}
.headline h2 {
    font-family: 'Exo', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #343434;
}
.team_section {
    padding: 60px 0px 60px;
}
.owl-dots .owl-dot {
    background-color: #fff0;
}
.testimonial_subscribe_section .section_title_area p .title_shape_left:before {
    background: #343434;
}
.testimonial_subscribe_section .section_title_area p .title_shape_left:after {
     background: #343434;
}
.testimonial_subscribe_section .subscribe_content .section_title_area p .title_shape_left:before {
    background: #fff;
}
.testimonial_subscribe_section .subscribe_content .section_title_area p .title_shape_left:after {
     background: #fff;
}
.subscribe_content .testimonial_text {
    z-index: 1;
    color: #fff;
    font-size: 24px;
    line-height: 1.417;
    border-radius: 12px;
    padding: 40px 70px 40px 50px;
    background-color: #58271f;
}
.testimonial_content .testimonial_text {
    z-index: 1;
    color: #fff;
    font-size: 24px;
    line-height: 1.417;
    border-radius: 12px;
    padding: 40px 70px 40px 50px;
    background-color: #58271f;
}
.testimonial_content .testimonial_text .t-icon-bg {
    top: 0;
    right: 20px;
    z-index: -1;
    position: absolute;
}
.testimonial_content .testimonial_text .t-icon-bg i {
    color: #b9b9b9;
    font-size: 70px;
}
.testimonial_content .testimonial_text:after {
    content: "";
    position: absolute;
    left: 100px;
    height: 85px;
    width: 50px;
    bottom: -55px;
    background-repeat: no-repeat;
    background-image: url(./images/ts.png);
}
.testimonial_content .testimonial_imgname {
    padding: 70px 0px 0px 60px;
}
.testimonial_content .testimonial_imgname .testi_img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%;
    border: 5px solid #fff;
}
.float-left {
    float: left;
}
.testimonial_content .testimonial_imgname .testi_text{
    padding: 10px 0 4px;
}
.testimonial_content .testimonial_imgname .testi_text h3 {
    color: #343434;
    font-size: 30px;
        font-weight: 600;
    font-family: 'Exo', sans-serif;
}
.testimonial_content .testimonial_imgname .testi_text span {
        font-size: 14px;
    font-weight: 700;
    color: #58271f;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.testimonial_content {
    width: 50%;
    float: left;
    padding: 60px 115px 60px 160px;
    background-color: #ebebeb;
}
.subscribe_content h2 {
    color: #fff;
    margin-bottom: 0px;
}
.subscribe_content {
    background-color: #58271f;
    width: 50%;
    float: left;
    padding: 60px 115px 60px 160px;
}
.subscribe_content .subscribe_text {
    color: #fff;
    font-weight: 700;
    line-height: 1.75;
    margin-bottom: 35px;
}
.client_list {
    border-bottom: 2px solid #efefef;
}
.client_list li {
    width: 20%;
    float: left;
    padding: 50px 0px;
    text-align: center;
    border-right: 2px solid #efefef;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border-bottom: 1px solid #efefef;
}
.client_list li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    height: 90px;
    width: auto;
    object-fit: contain;
}
.client_list li:hover {
    background-color: #f8f8f8;
}
.client_list li:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.subscribe_content p {
    color: #fff;
}
.subscribe_content .title_shape_left:before {
    background: #fff;
}
.subscribe_content .title_shape_left:after {
    background: #fff;
}
.blog_section {
    padding: 50px 0px;
}
.blog_section .section_title_area {
    padding-bottom: 30px;
}
.blog_img_text .blog_img {
    margin-bottom: 15px;
    overflow: hidden;
}
.blog_img_text .blog_img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    content: "";
    z-index: 1;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 52, 52, 0)), to(rgba(52, 52, 52, 0.90196)));
    background-image: -o-linear-gradient(top, rgba(52, 52, 52, 0), rgba(52, 52, 52, 0.90196));
    background-image: linear-gradient(to bottom, rgba(52, 52, 52, 0), rgba(52, 52, 52, 0.90196));
}
.blog_img_text .blog_img img {
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    width: 100%;
    height: auto;
    float: left;
}
.blog_img_text .blog_meta {
    left: 10px;
    width: 100%;
    bottom: 10px;
    z-index: 2;
    position: absolute;
}
.blog_img_text .blog_meta .blog_author {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 100%;
}
.blog_img_text .blog_img img {
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
.blog_img_text .blog_meta .author_meta .author_name {
    color: #fff;
    display: block;
    font-size: 20px;
}
.blog_img_text .blog_meta .author_meta .post_date {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.blog_img_text .blog_text h3 {
    padding-bottom: 12px;
    line-height: 1.417;
}
.blog_img_text .blog_text h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
}
.blog_img_text .blog_text span {
    font-size: 14px;
    line-height: 1.857;
}
.blog_img_text {
    width: calc(33.3333% - 10px);
}
.about_right_img img {
    width: 100%;
    height: auto;
}
.choose_form {
    margin-right: 15px;
    background-color: #fff;
    padding: 40px 55px 70px 55px;
    border-top: 10px solid #b9b9b9;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    width: 40%;
    padding-bottom: 0px;
    position: relative;
    margin-top: -80px;
}
.sxhv .choose_form h2,
.sxhv .choose_form p {
    color: #343434;
}
.choose_form_area form input {
    background: #eee;
    padding: 15px 10px;
    font-size: 15px;
    margin-bottom: 20px;
    width: 100%;
}
.choose_form_area form textarea {
    background: #eee;
    padding: 15px 10px;
    font-size: 15px;
    margin-bottom: 20px;
    width: 100%;
    font-family: inherit;
}
.formlh.choose_form .section_title_area {
    padding-bottom: 10px;
}
.formlh.choose_form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #58271f;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    margin-bottom: 0px;
}
.blog_text.headline h3 a {
    color: #343434;
}
/* end css home */

/* css post */
.h1_cat {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0px;
    color: #444;
}
.title-des-post {
    width: calc(75% - 30px);
    background: #fff;
    float: left;
    margin-bottom: 30px;
}
.title-des-post h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0px;
    color: #444;
}
.wiget-post {
    width: 25%;
    background: #fff;
    float: right;
    position: sticky;
    top: 0px;
}
.brecrum {
    color: #7f8289;
    font-size: 14px;
    margin-top: 35px;
}
.ctn_post {
    width: calc(100% - 94px);
}
span.date-name {
    font-size: 13px;
    color: #848484;
    background-size: auto 13px;
    -moz-background-size: auto 13px;
    -webkit-background-size: auto 13px;
}


.content-nh-post iframe {
    width: 100%;
    min-height: 450px;
}
.content-nh-post img {
    width: 100%;
    height: auto;
}
#menu-left li a {
    position: relative;
    padding-left: 21px;
    color: #161616;
}
/*#menu-left li a:before {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    border: 1px solid silver;
}*/
#menu-left ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
#menu-left li~li {
    margin-top: 8px;
}
.sidebar1 .wiget_tv~.wiget_tv {
    margin-top: 15px;
}

/*
#menu-left li.current-menu-item a:after {
    content: "";
    width: 10px;
    height: 5px;
    border-left: 1px solid #01a4ef;
    border-bottom: 1px solid #01a4ef;
    position: absolute;
    left: 3px;
    top: 4px;
    transform: rotate( 
-45deg);
}*/
#menu-left li.current-menu-item a {
    color: #473b2b;
    font-weight: 600;
}
.content-nh-post table {
    width: 100%;
}
table, td, th {  
  border: 1px solid #ddd;
  text-align: left;
}
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

.content-nh-post li {
    list-style: inherit;
    margin-left: 20px;
}
.content-nh-post {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    color: #000;
}
    /* css toc */
#toc_container {
    padding: 0px;
    border: 1px solid #0659a2;
    border-radius: 6px;
    width: 100%;
}
    #toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
p.toc_title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #0659a2;
}
    ul.toc_list {
    padding: 10px !important;
    margin-top: 0px !important;
    }
    .toc_toggle a:hover {
    color: #fff;
    font-weight: 600;
    }
    ul.toc_list li~li {
    margin-top: 3px !important;
    width: 100%;
    }
    .content-nh-post h2 {
    font-size: 24px;
    }
    .content-nh-post h3 {
    font-size: 20px;
    }
    /* end css toc */
.single_tags a:after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.single_tags a:before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgb(0 0 0 / 25%);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.single_tags a {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}
.single_tags {
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 0px;
    margin-top: 10px;
}
.single_tags a:hover {
    background: #01a4ef;
    color: #fff;
}
.single_tags a:hover:after {
    border-left: 10px solid #01a4ef;
}
.destar {
    background: #f0f0f0;
    padding: 10px;
    float: left;
    width: 100%;
}
.destar {
    background: #f0f0f0;
    padding: 10px;
}
.rating-star {
    display: flex;
}
.kk-star-ratings {
    margin-left: 6px;
}
.mota {
    font-weight: 600;
    line-height: 1.5;
    border-bottom: 1px solid #0659a2;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.ent-col-6 {
    width: 50%;
    float: left;
}
.share-like {
    position: relative;
}
.fb_iframe_widget {
    top: 9px;
}
.list_product_item img {
    width: 100%;
    height: auto;
}
.ctn_product {
    width: 63%;
}
.ctn_product h4 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-right: 5px;
}
.price_loop {
    color: red;
    font-weight: 500;
    font-size: 14px;
}
.price_loop span.woocommerce-Price-amount.amount {
    margin-left: 0px;
}
.price_loop ins {
    text-decoration: none;
}
.price_loop del {
    color: #333;
    opacity: 0.5;
}
.show-more {
    float: left;
    width: 100%;
}
.readmore {
    width: 130px;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 35px;
    font-size: 14px;
    color: #0659a2;
    margin: 10px auto;
    cursor: pointer;
    border: 1px solid;
    text-align: center;
    border-radius: 8px;
    top: 0px;
}
.bg-article {
    background: linear-gradient(to bottom,rgba(255 255 255/0),rgb(255 255 255),rgba(255 255 255/1));
    bottom: 15px;
    height: 105px;
    left: 0;
    position: absolute;
    width: 100%;
}
.readmore:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #0659a2;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
.star_loop.woocommerce {
    display: inline-block;
    margin-top: 5px;
}
.fullcontent_des {
    display: inline-block;
    width: 100%;
}
.list_product_item img {
    width: 95px;
}
.ctn_product {
    width: calc(100% - 105px);
}
.content-auto ul li {
    list-style: initial;
    margin-left: -20px;
    line-height: 1.8;
}
.post_info {
    justify-content: flex-start;
    margin-bottom: 0.25rem;
}
.post_info span {
    margin-right: 5px;
    color: #777;
    font-size: 13px;
    line-height: 1.5;
}
span.co_prefix {
    margin-right: 0px;
}
.post_info {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px;
}
.wp-caption {
    max-width: 100%;
    width: 80%!important;
    text-align: center;
    background: #eee;
    margin: auto;
}
.wp-caption-text {
    padding-bottom: 10px;
    margin-top: 10px;
}
.cont_tent_post iframe {
    width: 100%;
    height: 200px;
}
blockquote {
    border-right: solid 1px;
    border-color: #58271f!important;
    background: url('./images/left-quote.png') no-repeat;
    background-position: left 5px;
    background-size: 3%;
    box-shadow: 2px 2px 15px #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 15px!important;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    border-left: 5px solid rgba(0,0,0,.05);
    padding: 20px;
    font-size: 16px;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative;
}
/* end css post */
/* css category */
.list_cate_post_pt a picture {
    width: 265px;
}
.list_cate_post_pt a:hover img {
    opacity: .8;
}
/*.list_cate_post_pt a img {
    max-width: 265px;
}*/
.list_cate_post_pt a img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 8px;
}
.info-ca-pt {
/*    width: calc(100% - 280px);
    margin-left: 15px;*/
}
.list_cate_post_pt {
    float: left;
    width: 100%;
}
.list_cate_post_pt h2 {
    margin: 10px 0 0;
    font-size: 18px;
    text-align: center;
    -webkit-line-clamp: 2;
    max-height: calc(2*1.4*18px + 0px);
    overflow: hidden;
    font-weight: 500;
    color: #3e3e3e;
}
.list_cate_post_pt {
/*    padding-top: 15px;
    padding-bottom: 15px;*/
}
.des-tax.content-nh-post {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.des-tax.content-nh-post ul {
    margin-left: -20px;
}
/* end css category */
/* css Tag Search */
.div_show_post {
    padding: 10px;
    background: #fff;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
        grid-gap: 10px;
}
.show-post img {
    width: 200px;
    height: 133.333333px;
}
.content_tag {
    width: calc(100% - 215px);
}
.content_tag h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 5px;
}
h1.tieude2 {
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    background: #fff;
    padding: 5px 10px;
    margin-bottom: 0px;
    border: 1px solid #eee;
}
/* end css Search */
/* css phan trang */
.quatrang {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #fff;
    font-size: 15px;
    float: left;
    margin-top: 10px;
}
span.page-numbers.current {
    color: #fff;
    background: #0659a2;
}
.quatrang .page-numbers {
    padding: 5px 10px;
    border: 1px solid #0659a2;
    border-radius: 5px;
    font-weight: 600;
}
a.page-numbers {
    background: #fff;
}
.list-news-lq {
    margin-bottom: 15px;
    float: left;
    grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
}
/* end css phan trang */
/* css page */
.page-content {
    background: #fff;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.page-content img {
    width: 100%;
    height: auto;
}
.ent-container.list-page h1 {
    font-size: 24px;
    padding: 5px 0px;
    margin-bottom: 0px;
    font-weight: 500;
}
/* end css page */
/* css luat su */
.left_hf {
    width: 300px;
}
.right_hf {
    width: calc(100% - 350px);
    line-height: 2;
}
.content-auto-ls li {
    list-style: disc;
    margin-left: 20px;
}
.right_hf > h1 {
    margin: 0px;
    font-size: 30px;
}
.content-nh-post-ls.content-auto-ls {
    margin-top: 35px;
}
.content-nh-post-ls.content-auto-ls h2 {
    font-size: 22px;
}
.right_hf > h1 {
    margin-top: 0px;
    margin-bottom: 35px;
}
.fullcontent_des_ls {
    margin-bottom: 35px;
}
.ttbs {
    border-top: 1px solid #999;
    margin-top: 10px;
}
.ttbs h2 {
    font-size: 22px;
}
.ttbs li {
    list-style: disc;
    margin-left: 20px;
}
/* end css luat su */
/* css footer */
.main-footer {
    position: relative;
    padding: 50px 0px 0px;
    background-color: #444;
    background-image: url(./images/port1.jpg);
}
.main-footer .pattern-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-color: rgba(52, 52, 52, 0.95);
}
.main-footer.style-three{
    padding-top:95px;
}

.main-footer.style-three .footer-title:after{
    background-color:#d0a764;
}

.main-footer.style-three .links-widget .list-link-two li a:hover,
.main-footer.style-three .list-style-two li .icon,
.main-footer.style-three .links-widget .list-link li a:hover{
    color:#d0a764;
}

.main-footer.style-three:before{
    display:none;
}

.main-footer .footer-widget{
    position:relative;
    z-index:1;
}

.main-footer .widgets-section{
    position:relative;
    padding-bottom:50px;
}

.main-footer .footer-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.main-footer .footer-widget h4{
    position:relative;
    font-weight:400;
    color:#ffffff;
    font-size:24px;
    line-height:1.2em;
    text-transform:capitalize;
}

.main-footer .footer-title:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    height:2px;
    width:38px;
    background-color:#ffffff;
}

.main-footer .footer-title:after{
    position:absolute;
    content:'';
    left:46px;
    bottom:-3px;
    height:8px;
    width:8px;
    border-radius:50px;
    background-color:#fff;
}
ul.list-style-two {
    color: #bbbbbb;
}
ul.list-style-two .icon {
    margin-right: 10px;
    width: 15px;
}
.main-footer .logo-widget{
    position:relative;
}

.main-footer .logo-widget .logo{
    position:relative;
    margin-bottom:0px;
}

.main-footer .logo-widget .text{
    position:relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
}

.main-footer .logo-widget .emergency{
    position:relative;
    color:#f9b000;
    font-size:16px;
}

.main-footer .logo-widget .emergency span{
    position:relative;
    font-size:30px;
    color:#ffffff;
    
}
.text, .text2 {
    background: #fff;
    width: 100%;
    padding: 8px;
    border-radius: 8px;
}
.text_full {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}
.main-footer .links-widget .list-link{
    position:relative;
}

.main-footer .links-widget .list-link li{
    position:relative;
    margin-bottom:15px;
}

.main-footer .links-widget .list-link li a{
    position:relative;
    color:#fff;
    font-size:16px;
    padding-left:20px;
    -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 .links-widget .list-link li a:hover{
    color:#fda700;
}

.main-footer .links-widget .list-link li a:before {
    position: absolute;
    content: "\f054";
    left: 0px;
    top: -2px;
    letter-spacing: -3px;
    font-family: "Font Awesome 5 Free";
    color: #bbbbbb;
    font-size: 15px;
    font-weight: 900;
}
.main-footer.style-two{
    padding-top:100px;
}

.main-footer.style-four{
    padding-top:100px;
    background-color:#222222;
}

.main-footer .newsletter-widget .text{
    position:relative;
    font-size:16px;
    color:#ffffff;
    line-height:1.9em;
    margin-bottom:25px;
}
.big-column {
    width: calc(70% - 4px);
}
.big-column2 {
    width: calc(30% - 4px);
}
.footer-widget.links-widget iframe {
    width: 100%;
    height: 215px;
}
.main-footer .footer-bottom {
    position: relative;
}
.inner-container {
    position: relative;
    padding: 10px 0px;
    text-align: center;
}
.inner-container:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #343434;
}
.inner-container .copyright {
    position: relative;
    font-size: 14px;
    color: #ffffff;
}
.copyright a {
    color: #fff;
    font-weight: 600;
}
ul.list-style-two li {
    margin-bottom: 10px;
}
.footer-title-map iframe {
    height: 390px !important;
}
.footer-title-map {
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
/* end css footer */
/* css dv */
.item_hdhhdddf {
    width: 28%;
    text-align: center;
}
.imgicon img {
    width: 60px;
    height: auto;
}
.iconbox h4 {
    color: #175e17;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.hdhhdddf {
    margin-top: 50px;
    margin-bottom: 55px;
}
.iconbox p {
    text-align: justify;
}
.icon-box p {
    text-align: justify;
}
.left_dvcct2 {
    width: 65%;
}
.right_dvcct2 {
    width: 33%;
}
.left_dvcct2 > h3 {
    color: #58271f;
    text-align: center;
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.section-content {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgb(252, 235, 224);
}
.vh100kh {
    background-color: rgb(23, 140, 59);
}
.vh100kh {
    background-color: rgb(23, 140, 59);
    font-size: 36px;
    text-align: center;
    padding: 35px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
}
.item_hdhhdd {
    width: 25%;
    text-align: center;
}
.icon-box h4 {
    font-size: 58px;
    margin-top: 0px;
}
.img_icon img {
    width: auto;
    height: 90px;
}
.icon-box h5 {
    font-size: 22px;
    margin-bottom: 0px;
    font-weight: 500;
}
.left_dvcct {
    width: 48%;
}
.right_dvcct {
    width: 48%;
}
.dvcctdv {
    align-items: center;
    margin-top: 35px;
}
.tdluttr:before {
    content: "";
    background: rgb(0 113 54);
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 5px;
}
.tdluttr {
    color: #ff6600;
    font-size: 21px;
    font-weight: 800;
    padding-left: 30px;
}
.left_dvcct h3 {
    color: #58271f;
    text-align: center;
    font-size: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.left_dvcct span {
    background: rgb(252, 235, 224);
    display: table;
    color: #0e3d60;
    margin: auto;
    text-align: center;
    height: 60px;
    line-height: 60px;
    padding-inline: 20px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 10px;
}
.left_dvcct p {
    font-size: 17px;
    text-align: justify;
    margin-top: 20px;
    line-height: 1.5;
}
.left_dvcct a {
    border: 2px solid #026735;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 100px;
    font-weight: 600;
    color: #026735;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
}
.hdhhdd {
    margin-top: 50px;
    margin-bottom: 50px;
}
.gppltoandien {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(252, 235, 224);
}
.gpplvn > h2 {
    color: #175e17;
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    margin: 0px;
    margin-bottom: 25px;
}
.gpplvn p {
    text-align: center;
    color: #003366;
    font-style: italic;
    line-height: 1.6;
}
.gpplvn {
    margin-bottom: 30px;
}
.gpplvnct_item {
    background-color: rgb(255, 255, 255);
    padding: 15px;
/*    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .2);*/
    width: calc(20% - 12px);
}
.gpplvnct {
    justify-content: center;
    gap: 15px;
}
.tdluttr_dl {
    color: #175e17;
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 800;
    padding-left: 25px;
}
.tdluttr_dl:before {
    content: "";
    background: #ff6600;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 4px;
}
.gpplvnct_item li {
    color: #0e3d60;
    list-style: disc;
    margin-left: 20px;
    font-size: 15px;
}
.item_ls {
    width: calc(33.3333% - 24px);
    text-align: center;
}
.flexdsls {
    gap: 35px;
}
.item_ls a {
    background-color: #026735;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    letter-spacing: .03em;
    width: 122px;
    display: inline-block;
    height: 37px;
    border: 1px;
    border-radius: 5px;
    line-height: 32px;
    border-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 0 0 hsla(0, 0%, 100%, .1), inset 0 2em 15px 0 hsla(0, 0%, 100%, .2);
    margin-top: 15px;
}
.item_ls h3 {
    font-size: 25px;
    margin-bottom: 0px;
}
.item_ls p {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 17px;
    font-style: italic;
}
.img-ls {
    width: 280px;
    margin: auto;
}
.img-ls img {
    width: 280px;
    object-fit: cover;
    height: 280px;
    border-radius: 100%;
    border: 4px solid #35855d;
}
.lsdff {
    background: rgb(247, 247, 247);
    padding-block: 30px;
}
.dslssstop h3 {
    font-size: 40px;
    line-height: 1.4;
    text-align: center;
    font-weight: 800;
    margin-top: 25px;
    color: #001533;
    margin-bottom: 25px;
}
.cnckhctn_item {
    padding: 40px 40px 40px 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
    width: calc(50% - 18px);
}
.cnckhctn {
    gap: 36px;
    margin-top: 36px;
}
.cmkhcct > h2 {
    color: #001533;
    text-align: center;
    font-size: 40px;
}
.cmkhcct p {
    color: #175e17;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
}
.cnckh {
    padding-top: 30px;
    padding-bottom: 50px;
}
.star_re {
    border-left: 2px solid #026735;
    color: #333;
    margin: 0 0 20px;
    padding: 0 20px 0 30px;
    position: relative;
}
.star-rating {
    color: #0e3d60;
}
.NormalTextRun {
    color: #0e3d60;
    font-weight: 500;
}
.leftform {
    width: calc(50% - 20px);
}
.rightform {
    width: calc(50% - 20px);
}
.leftform > h2 {
    color: #ff6600;
    font-size: 28px;
}
.leftform h3 {
    color: #0c0c0c;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}
.leftform img {
    width: 100%;
    height: auto;
}
.formlh {
    background: rgb(245, 245, 245);
    padding-top: 50px;
    padding-bottom: 50px;
}
.rightform {
    background-color: rgb(252, 235, 224);
    padding: 40px 20px 40px 20px;
    margin: 60px 0px 0px 0px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
}
.rightform .wpcf7-form-control {
    background-color: #fff;
    border: 1px solid #026735;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #333;
    font-size: .97em;
    max-width: 100%;
    padding: 10px;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 15px;
}
.rightform input.wpcf7-form-control.wpcf7-submit.has-spinner {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
    color: #fff;
    opacity: 1;
    outline: none;
    background-color: #026735;
    width: 100%;
    border-radius: 99px;
    text-transform: uppercase;
    font-weight: 600;
}
h2.lhvct {
    font-size: 1.5em;
    color: #ff6600;
    text-align: center;
    margin-bottom: 30px;
}
.right_dvcct img {
    border-radius: 12px;
}
.leftform img {
    border-radius: 12px;
}
/* end css dv */
.go-top {
    position: fixed;
    bottom: 95px;
    right: 39px;
    display: none;
    cursor: pointer;
    background-color: #58271f;
    text-align: center;
    z-index: 10;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border-radius: 100%;
    border: 1px solid #fff;
}
.go-top:after {
    content: "\f077";
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-size: 15px;
    font-weight: 900;
}
ul.uldvcty > li {
    width: 18%;
}
.uldvcty {
    padding: 25px 10px;
    margin-top: 10px;
    z-index: 10;
    position: relative;
    color: #fff;
}
ul.uldvcty > li > ul > li {
    list-style: none;
    font-weight: 500;
}
ul.uldvcty > li > b {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.uldvctyfull {
    background-image: url('./images/port1.jpg');
    position: relative;
}
.uldvctyfull:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #000000a1;
    display: inline-block;
    width: 100%;
    height: 100%;
}