/* --------------------------------------
=========================================
   Post sidebar Css
=========================================
-----------------------------------------*/
.sidebar-post {
    display: grid;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.sidebar-post li{
    display: block;
    width: 100%;
    clear: both;
    position: relative;
}
.sidebar-post li .img-sidebarpost{
    position: relative;
}
.sidebar-post li .img-sidebarpost img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    object-fit: cover;
height: 100% !important;
}
.sidebar-post li:hover .img-sidebarpost img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.sidebar-post li .img-sidebarpost img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-post li .name-sidebarpost{
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 22px;
    display: block;
    overflow: hidden;
    font-weight: 600;
    margin-bottom: 0px;
}
.sidebar-post li .name-sidebarpost a{
    display: block;
    color: #333;
}
.sidebar-post li .post-time{
    display: block;
    color: #aaa;
    font-size: 12px;
}
.sidebar-post li:hover .name-sidebarpost a{
    color: #fcb831;
}
.post-style-1 .img-sidebarpost{
    width: 30%;
    float: left;
    height: 60px;
    overflow: hidden;
}
.post-style-1 .name-sidebarpost{
   width: 70%;
    float: left;
    padding-left: 10px;
}

.post-style-2 .img-sidebarpost{
    width: 30%;
    float: right;
    height: 60px;
    overflow: hidden;
}
.post-style-2 .name-sidebarpost{
   width: 70%;
    float: left;
    padding-left: 10px;
}
.post-style-2 li:first-child .name-sidebarpost{
  position: absolute;
bottom: 0;
padding: 0 10px;
margin-bottom: 15px;
z-index: 1;
width: 100%;
}
.post-style-2 li:first-child .name-sidebarpost a{
color: #fff;
text-transform: uppercase;
}
.post-style-2 li:first-child .img-sidebarpost{
     height: 180px;
     width: 100%;
}
.post-style-2 li:first-child .img-sidebarpost::before {
    bottom: 0;
    top: auto;
    content: "";
    display: block;
    height: 80%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
}

.post-style-3 .img-sidebarpost{
    width: 100%;
    float: left;
    height: 180px;
    overflow: hidden;
}
.post-style-3 .name-sidebarpost{
   width: 100%;
    float: left;
    padding: 0px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 11;
    text-transform: uppercase;
}
.sidebar .widget .post-style-3 .name-sidebarpost a{
    color: #fff;
}
.post-style-3 li .img-sidebarpost::before {
    bottom: 0;
    top: auto;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background:rgba(0,0,0,0.6);
}
.sidebar .widget ul.sidebar-post.post-style-4{
    padding: 5px;
}
.post-style-4 li .img-sidebarpost{
    display: none;
}
.post-style-4 li:first-child .img-sidebarpost{
    display: flex;
    clear: both;
}
.post-style-4 .img-sidebarpost{
    width: 100%;
    height: auto;
}
.post-style-4 .name-sidebarpost{
   width: 100%;
    float: left;
    padding-left: 20px;
    position: relative;
}
.post-style-4 .name-sidebarpost::before {
    content: "\f0da";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 5px;
    top: 0px;
    color: #0883d5;
}
.post-style-4 li:first-child .name-sidebarpost{
    padding: 0px;
    margin-bottom: 5px;
    font-size: 15px;
}
.post-style-4 li:first-child .name-sidebarpost a{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.post-style-4 li:first-child .name-sidebarpost::before{
    display: none;
}
.post-style-4 li:first-child .img-sidebarpost a{
    max-width: 33%;
    margin-right: 10px;
	max-height:120px;
	display:block;
}
.post-style-4 li:first-child .img-sidebarpost p.excerpt-sidebarpost {
    width: 66%;
}
.post-style-4 li .post-time{
    display: none;
}
.sidebar .widget .post-style-4 li{
    border-bottom: solid 1px #ddd;
    padding: 5px 0px;
    margin: 0px;
    background: transparent;
}
.sidebar .widget ul.sidebar-post{
    padding: 0px;
    border: solid 0px #ddd;
}
/* --------------------------------------
=========================================
   RegisterForm Css
=========================================
-----------------------------------------*/
.popup-register {
    bottom: 100px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 9999;
}
.popup-register > a{
    display: block;
    position: relative;
}
.popup-register > a > span{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-family: Arial;
    text-transform: uppercase;
}
#registerForm{
    top: 10%;
}
.fixed-hotline {
    bottom: 12%;
    position: fixed;
    right: 12px;
    text-align: center;
    z-index: 9999;
}
.fixed-hotline > a{
    display: block;
    position: relative;
}
.fixed-hotline > a > span{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 8px;
    color: #fff;
    font-size: 14px;
    font-family: Arial;
}
span.wpcf7-not-valid-tip{
    position: absolute;
    right: 10px;
    top: 10px;
}
/* --------------------------------------
=========================================
   modal-popup Css
=========================================
-----------------------------------------*/
.modal-dialog .modal-content{
    background: #e8e8e8;
    font-family: Arial;
    border: 0;
    box-shadow: unset;
    border-top: 3px solid #bd010b;
}
.modal-dialog .modal-content .modal-header {
    border-bottom: 0px solid #e5e5e5;
}
.modal-dialog .modal-content .form-group{
    padding: 0px 20px;
    margin-bottom: 0;
}
.modal-dialog .modal-content .modal-title {
    text-align: center;
    font-size: 18px;
    color: #344654;
    font-family: Arial;
    text-transform: uppercase;
    margin: 15px 0px;
    line-height: 20px;
}
.modal-dialog .modal-content .modal-title span {
    border-left: solid 2px #ff3d00;
    padding-left: 10px;
    line-height: 20px;
    display: inline-block;
}
.modal-dialog .modal-content .modal-description{
    text-align: center;
    color: #666666;
    font-size: 14px;
    padding: 0px 20px;
    margin-bottom: 0;
}
.modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: -5px;
    top: -5px;
    color: #cc202c;
    opacity: 1;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
}
.modal-dialog .modal-content .wpcf7-form-control.wpcf7-submit {
    height: auto;
    float: left;
    color: #000;
    background-color: #fcb831;
    border-radius: 0px;
    border-width: 0;
    padding: 10px 0px;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 14px;
    display: block;
    width: 100%;
    margin-top: 0px;
    position: relative;

}
.modal-dialog .modal-content .wpcf7-form-control.wpcf7-submit:hover{
    background-color: #c21622;
    color: #fff;
}
.modal-dialog .modal-content .form-group .form-control{
    border: 0px;
}
.modal-dialog .modal-content .form-group textarea{
    border: 0px;
    height: 80px;
}

/* --------------------------------------
=========================================
   form-group Css
=========================================
-----------------------------------------*/
.form-group .row-form_register {
    display: flex;
    width: 100%;
}
.form-group .row-form_register .wpcf7-form-control-wrap{
    width: 50%;
    margin-bottom: 12px;
}
.form-group .row-form_register .form-control{
    margin-bottom: 0px;
}
.form-group .row-form_register .wpcf7-form-control-wrap:first-child{
    margin-right: 10px;
}
.form-group .form-control{
    height: 44px;
    padding-left: 12px;
    margin-bottom: 12px;
    color: #333;
}
.form-group .form-control::placeholder{
    color: #333;
}
.form-group .wpcf7-form-control-wrap{
    position: relative;
    display: block;
    width: 100%;
}
.form-group .wpcf7-form-control-wrap::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #cc4848;
    background: #e4e2e2;
    padding: 10px;
    width: 35px;
    height: 100%;
    text-align: center;
    display: none;
}
.form-group .wpcf7-form-control-wrap.your-product::before {
    content: "\f23d";
    font-family: "Font Awesome 5 Brands";
}
.form-group .wpcf7-form-control-wrap.your-tour::before{
content: "\f1d8";
}
.form-group .wpcf7-form-control-wrap.your-name::before{
content: "\f007";
}
.form-group .wpcf7-form-control-wrap.your-phone::before{
content: "\f3cd";
font-weight: 900;
 font-size: 18px;
}
.form-group .wpcf7-form-control-wrap.your-address::before{
content: "\f3c5";
font-weight: 900;
}
.form-group .wpcf7-form-control-wrap.your-email::before{
content: "\f0e0";
}
.form-group .wpcf7-form-control-wrap.your-message::before {
    content: "\f303";
    font-weight: 900;
}
.form-group textarea.form-control{
height: 80px;
box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
padding-left: 12px;
width: 100% !important;
}
.form-group .wpcf7-form-control.wpcf7-submit {
    color: #fff;
    text-transform: uppercase;
    padding: 8px 30px;
    border: 0;
    background: #09aeca;
    font-family: Arial;
    font-size: 16px;
    border-radius: 3px;
}
.form-group .wpcf7-form-control.wpcf7-submit:hover{
    background: #c21622;
}
/* --------------------------------------
=========================================
   SuccessfulForm Css
=========================================
-----------------------------------------*/
#SuccessfulForm{
    top: 15%;
}
#SuccessfulForm .modal-body{
  background-color: #fff;
  text-align: center;
}
#SuccessfulForm .modal-body img{
    margin: 0 auto;
}
#SuccessfulForm .modal-body .close {
    position: absolute;
    right: 0px;
    top: 2px;
    color: #fff;
    opacity: 1;
    background: rgba(0,0,0,0.4);
    width: 35px;
    height: 35px;
    border-radius: 0;
}
#SuccessfulForm .title-successful{
color: #11519b;
font-size: 26px;
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
}
#SuccessfulForm .des-successful{
color: #333;
font-size: 14px;
font-family: 'Roboto Condensed', sans-serif;
}
#SuccessfulForm .des-successful a{
  color: #ff0000;
font-size: 14px;
font-family: 'Roboto Condensed', sans-serif;  
}
#SuccessfulForm .back-homepage a{
    border: solid 1px #11519b;
    display: inline-block;
}
#SuccessfulForm .back-homepage a span{
    padding: 10px 30px;
    background: #11519b;
    border: solid 1px #fff;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-family: Arial;
}
#SuccessfulForm .icon-check{
    text-align: center;
}
#SuccessfulForm .icon-check i.fa{
    font-size: 40px;
    color: #11519b;
    background: #fff;
}
/*---------------------------------------
 Slider
-----------------------------------------*/
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 16px;
    margin: 5px;
    padding: 8px 17px;
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-carousel .owl-controls .owl-dot{
    display: inline-block;
}
.owl-carousel .owl-controls .owl-dots{
    text-align: center;
    margin-top: 10px;
}
.owl-carousel .owl-controls .owl-dot.active span{
    background: #c95d65;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 3px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
/* --------------------------------------
=========================================
   Social-ring
=========================================
-----------------------------------------*/
.fa-facebook-messenger::before {
    content: "\f39f";
    font-family: "Font Awesome 5 Brands" !important;
}
.social-ring i.fa-zalo {
    font-size: 18px;
    padding: 3px 5px;
}
.social-ring .call-icon{
    margin-bottom: 20px;
}
.social-ring .call-icon i.fa{
    background: rgb(103, 182, 52);
    color: #fff;
}
.social-ring .zalo{
    margin-bottom: 20px;
}
.social-ring .mes{
    margin-bottom: 20px;
}
.social-ring .mes i.fa{
    background-color: #365899;
    color: #fff;
    padding: 8px;
}
.social-ring .mes i.fa img{
    max-width: 25px;
}
.social-ring .mes .alo-circle-fill{
    background-color: rgba(11, 75, 99, 0.5);
}
.social-ring .mes .alo-circle{
    border-color: #365899;
}
.social-ring .call-icon .alo-circle-fill{
    background-color: rgba(20, 164, 11, 0.5);
}
.social-ring .call-icon .alo-circle{
    border-color: #109316;
}
.social-ring .mes:hover > span{
    background-color: #365899;
 }
.social-ring .zalo:hover > span{
    background-color: #43a1f3;
 }
.social-ring a.zalo span:before {
border-color: transparent rgb(5, 144, 199) transparent transparent;
}
.social-ring a.mes span:before {
border-color: transparent rgb(54, 88, 153) transparent transparent;
}
.social-ring{
  display: inline-grid;
    position: fixed;
    bottom: 15px;
    left: 30px;
    min-width: 45px;
    text-align: center;
    z-index: 99999;
}
.social-ring-main{
    display: block;
}
.social-ring-content{
  display: inline-grid;   
}
.social-ring a {padding:8px 2px;cursor: pointer;position: relative;}
.social-ring i{
  width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 22px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}
.social-ring span{
  display: none;
}
.alo-circle {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    width: 50px;
    height: 50px;
    top: 3px;
    right: -3px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}
.alo-circle-fill {
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: pulse;
    width: 60px;
    height: 60px;
    top: -2px;
    right: -8px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
}
.call-icon:hover > span, .mes:hover > span, .sms:hover > span, .zalo:hover > span{display: block}
.social-ring a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 9px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}
@-webkit-keyframes "headerAnimation" {
    0% { margin-top: -70px; }
    100% { margin-top: 0; }
}
@keyframes "headerAnimation" {
    0% { margin-top: -70px; }
    100% { margin-top: 0; }
}
.social-ring a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent rgb(103, 182, 52) transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}
/*---------------------------------------
   Header Contact Details 
-----------------------------------------*/
.header-top-info-1{
    float: none;
    position: relative;
    background: #2d3238;
    border-bottom: 0px solid #007DC5;
    z-index: 10000;
    padding: 0;
}
.header-top-info-1 .info {
    padding-left: 0;
    margin: 0;
    padding-top: 4px;
}
.header-top-info-1 .info li {
    font-size: 13px;
    padding-right: 0;
    display: inline-block;
}
.header-top-info-1 .info li i {
    color: #747474;
    margin-right: 6px;
}
.header-top-info-1 .info li a {
    font-size: 13px;
    margin-right: 10px;
}

/*---------------------------------------
    Social Icons    
-----------------------------------------*/
.header-top-info-1 .social {
    padding: 0px 0;
    margin: 0;
    line-height: 20px;
    padding: 0;
}
.header-top-info-1 .social li {
    font-family: 'Awesomefont';
    margin-right: 4px;
        display: inline-block;
}
.header-top-info-1 .social li {
    position: relative;
}
.header-top-info-1 .social li:first-child a{
    border: 0;
    margin-left: 5px;
}
.header-top-info-1 .social li a {
    display: table;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
     overflow: hidden;
}
.header-top-info-1 .social li a i {
    background: transparent;
    border-radius: 30px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 22px;
    height: 22px;
    font-size: 16px;
}
.header-top-info-1 .social li a i:hover {
    color: #ffffff;
    background: #d64625;
}
.header-contact{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}
.header-contact li{
    display: inline-block;
    color: #fff;
    margin-right: 10px;
}
.header-contact li i{
    padding-right: 3px;
    color: #fff;
}
.header-contact li a{
    font-size: 14px;
    color: #fcff00;
}
.header-contact li a span{
   color: #fff;
}
.header-contact li:last-child{
    margin-right: 0px;
}

/* --------------------------------------
=========================================
    Latest Blog Section
=========================================
-----------------------------------------*/
/*---------------------------------------
    Search Form
-----------------------------------------*/
#searchform {
    position: relative;
    float: right;
    padding: 0;
    margin: 0;
    max-width: 250px;
    width: 100%;
}
#searchform .form-control {
    border-radius: 5px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border:0;
    color: #333;
    margin-bottom: 0;
    width: 100%;
    font-family: Arial;
    padding: 0px 10px;
}
#searchform .form-control::placeholder{
    color: #999;
}
#searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    border-radius: 0px;
    height: 40px;
    padding: 0;
    width: 40px;
    background: #eee;
    color: #666;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}
#searchsubmit i.fa {
    color: #666;
    padding-right: 5px;
}
#searchsubmit:hover{
    background:#0064a0;
    color: #fff;
}
/* --------------------------------------
=========================================
    Footer Section
=========================================
-----------------------------------------*/
.footer-sidebar ul.menu {
    display: flex;
    margin: 0;
    padding: 0px;
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
}
.footer-sidebar ul.menu li{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    color: #333;
    width: 50%;
}
.footer-sidebar ul.menu li a {
    padding: 7px 0px;
    display: block;
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    font-family: Arial;
}
.information-footer p{
    color: #333;
    font-size: 14px;
    line-height: 22px;
}
.image-bocongthuong {
    display: block;
    margin-top: 30px;
}
.footer-sidebar .social {
    padding: 0px;
    margin-bottom: 0;
    list-style: none;
    margin: 0px;
}
.footer-sidebar .social li {
    margin: 0;
    display: inline-block;
    padding: 0px 3px;
    line-height: 20px;
    width: auto;
}
.footer-sidebar .social li a span{
    display: none;
}
.footer-sidebar .social li a i {
    background: #fff;
    border-radius: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 22px;
    border:solid 1px #fff;
    transition: 0.3s;
}
.footer-sidebar .social li a i.fab.fa-facebook-f{
    color: #073791;
    border:solid 1px #073791;
}
.footer-sidebar .social li a i.fab.fa-twitter{
    color: #3e7ef8;
    border:solid 1px #3e7ef8;
}
.footer-sidebar .social li a i.fab.fa-google-plus{
    color: #ee1c25;
    border:solid 1px #ee1c25;
}
.footer-sidebar .social li a i.fab.fa-youtube{
    color: #c1272c;
    border:solid 1px #c1272c;
}
.footer-sidebar .social li a i.fab.fa-instagram{
    color: #003432;
    border:solid 1px #003432;
}
.footer-sidebar ul.social > li a i.fab:hover{
    background: #f08721;
    color: #000;
    border:solid 1px #f08721;
}
.footer-sidebar .info_contact i.fa{
    padding-right: 10px;
    color: #f08721;
    font-size: 16px;
}
.footer-sidebar .info_contact p {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}
.footer-sidebar .background-overlay {
    bottom: 0;
    height: 100%;
    z-index: 3;
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    background: #fafafa;
    border-top: 1px solid #d4d4d4;
}
.footer-sidebar .widget p{
    color: #333;
    font-size: 15px;
    line-height: 22px;
}
.footer-sidebar .widget h3{
    text-transform: uppercase;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}

.footer-sidebar .widget-title-followus {
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #e7eaf1;
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.footer-top .title-widget {
    font-family: Arial;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-style: normal;
    margin: 0;
    text-transform: uppercase;
}
.footer-sidebar .form-group .form-control{
    margin-bottom: 6px;
    padding-left: 33px;
    background: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    color: #333;
}
.footer-sidebar .form-group .wpcf7-form-control-wrap::before{
	background: transparent;
	color: #f08721;
}
.footer-sidebar .form-group .row-form_register {
	display: flex;
	width: 100%;
}
.footer-sidebar .form-group .wpcf7-form-control-wrap.your-name{
    margin-right: 6px;
}
.footer-sidebar .form-group .wpcf7-form-control-wrap.your-email{
    margin-right: 6px;
}
.footer-sidebar .form-group textarea{
	height: 60px;
}
.footer-sidebar .form-group .wpcf7-submit {
	background: #f08721;
	padding: 6px 30px;
	font-size: 14px;
	color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    display: block;
    width: 100%;
    font-family: Arial;
}
.footer-sidebar .form-group .wpcf7-submit:hover {
    background: #c51c15;
}
/*---------------------------------------
    Footer Copyright
-----------------------------------------*/
.footer-copyright{
	background: #fafafa;
    border-top: 1px solid #d4d4d4;
}
.footer-copyright p, .footer-copyright p a {
    color: #333;
    line-height: 22px;
	text-align: center;
	margin: 0;
	padding: 10px 0px;
}
.footer-copyright .widget-title {
    margin: 0;
}
.footer-copyright ul {
    margin: 0;
padding: 5px 0;
list-style: none;
display: block;
width: 100%;
position: relative;
text-align: right;
}
.footer-copyright ul li:first-child label{
     border-left: solid 0px #fff;
}
.footer-copyright ul li:first-child{
    padding-left: 15px;
}
.footer-copyright ul li:first-child::after{
    position: absolute;
    left: 0;
    top: 5px;
    content: "\f0c0";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
}
.footer-copyright ul li {
    width: auto;
    float: none;
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 5px 10px;
}
.footer-copyright ul li label {
    width: auto;
    font-weight: normal;
    padding-right: 5px;
    border-left: solid 2px #fff;
    padding-left: 10px;
    line-height: 13px;
    display: inline-block;
    margin: 0;
}
.widget-copyright,.widget-copyright a{
    margin: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.logo-footer {
    text-align: center;
    margin-bottom: 10px;
}
.logo-footer img{
    margin: 0 auto;
    max-height: 120px;
}
.logo-footer .txt-footer{
    margin: 20px 0px;
    color: #f32d3b;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.box-footercontact {
    display: block;
    width: 100%;
    text-align: center;
}
.box-footercontact a.hotline-footercontact{
    display: block;
    color: #595959;
    text-align: center;
    width: 100%;
    font-size: 15px;
}
.box-footercontact a.hotline-footercontact span:hover{
    color: #f08721;
}
.box-footercontact a.hotline-footercontact span{
    font-size: 20px;
    font-weight: bold;
    color: #c1272c;
}
.box-footercontact a.question-footercontact {
    display: block;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 15px;
    background: #3e7ef8;
    text-transform: uppercase;
    padding: 8px;
    border-radius: 6px;
    margin: 10px 0;
    transition: 0.3s;
}
.box-footercontact a.booking-footercontact{
    display: block;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 15px;
    background: #c1272c;
    text-transform: uppercase;
    padding: 8px;
    border-radius: 6px;
    transition: 0.3s;
}
.box-footercontact a.question-footercontact:hover,.box-footercontact a.booking-footercontact:hover{
    background: #f08721;
    color: #000;
}
/* --------------------------------------
=========================================
   #section breadcrumb  Css
=========================================
-----------------------------------------*/
#section-breadcrumb .background-overlay{
    padding: 0px;
}
#section-breadcrumb .title-page{
    position: relative;
    text-align: left;
    font-size: 32px;
    text-transform: uppercase;
    padding: 0;
    color: black;
    font-family: Arial;
    width: 100%;
    margin: 0;
}
.page-breadcrumb {
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    display: block;
    background: #e9ecef;
    border-radius: 5px;
}
.page-breadcrumb a{
    color: #007DC5;
}
.page-breadcrumb span{
    display: inline-block;
    color: #333;
}
.page-breadcrumb p{
    color:#333;
    margin: 0;
}
/* --------------------------------------
=========================================
    Blog Section
=========================================
-----------------------------------------*/
/*---------------------------------------
    Post Style
-----------------------------------------*/
a.post-thumbnail img{
   opacity: 1;
   -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
a.post-thumbnail img:hover{
   opacity: 0.9;
   -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

header.entry-header {
    padding: 14px 20px;
}
h2.entry-title {
    margin: 0;
    line-height: 28px;
}
h2.entry-title a {
    font-family: Arial;
    font-size: 22px;
}
.entry-header h2.entry-title {
    font-size: 22px;
    font-family: Arial;
}
.entry-header {
    display: block;
    width: 100%;
    clear: both;
    padding: 0px;
}
.entry-content {
    display: block;
    width: 100%;
    clear: both;
    padding: 20px 0px;
    text-align: justify;
}
.entry-content .aligncenter{
    margin: 0 auto;
}
.entry-content .more-link {
    font-family: Arial;
    padding: 10px 20px;
    border-radius: 30px;
    background: transparent;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.entry-meta{
    text-align: left;
    color: #666;
    display: block;
    margin-bottom: 10px;
    padding: 0px;
}
a.more-link{
    position: relative;
    top: 15px;
}
.entry-content .more-link:hover {
    color: #ffffff;
     -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
footer.entry-footer {
    font-size: 13px;
    color: #ffffff;
    padding: 15px 20px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
footer.entry-footer .byline, footer.entry-footer .posted-on, footer.entry-footer .cat-links, footer.entry-footer .tags-links {
    margin-right: 15px;
}
footer.entry-footer span {
  /*  display: inline-block;*/
}
footer.entry-footer a {
    color: #ffffff;
}
footer.entry-footer a:hover {
    color: #ffffff;
}
.page-wrapper article:hover footer.entry-footer {
     -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
/* --------------------------------------
=========================================
 #comment form  Css
=========================================
-----------------------------------------*/
#respond {
    background: #fafafa;
    padding: 40px 20px;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
}
#reply-title small{
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 14px;
}
.comment-form > p > label{
   
}
.comment-form > p > input{
    background: #F6F6F6;
    margin-bottom: 0;
    border: 0px;
    border-radius: 9px;
    border: solid 1px #ddd;
    width: 100%;
}
.comment-form > p > input:focus {
 border-color:#66afe9;
 outline:0;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.comment-form .comment-form-email,.comment-form .comment-form-author{
    width: calc(50% - 0.1rem);
    float: left;
}
.comment-form .comment-form-comment{
    width: 100%;
}
.comment-form .comment-form-url{
     width: 100%;
}
.comment-form .comment-form-email{
    padding-left: 10px;
}
#reply-title {
    color: #141ed2;
    font-size: 28px;
}
.comments-title{
    color: #fff;
    font-size: 28px;
}
.comment-metadata {
    display: none;
}
#commentform textarea {
    background: #F2F2F2;
    width: 99.8% !important;
    height: 170px !important;
    padding: 12px;
    border-radius: 9px;
    border: solid 1px #ddd;
}
#commentform textarea:focus {
 border-color:#66afe9;
 outline:0;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#comments .comment-form-cookies-consent label {
    display: inline-block;
    width: auto;
}
#comments .comment-form-cookies-consent input{
    display: inline-block;
    width: auto;
}
#submit {
    background: #0078bd;
    color: #fff;
    font-size: 20px;
    border: 0;
    border-radius: 5px;
    padding: 10px 60px;
    width: auto;
}
#comment_lists{
    list-style: none;
    padding: 0;
    margin: 0;
}
#comment_lists .comment-body{
    margin-bottom: 20px;
}
#comment_lists .children{
    list-style: none;
    padding: 15px;
    margin: 0;
    background-color: #f2f2f2;
}
#comment_lists .children .comment-content p{
    color: #666;
}
#comment_lists .children .comment-author.vcard a{
    color: #141ed2;
}
#comment_lists > li{
    background: transparent;
    margin-bottom: 15px;
}
#comment_lists .lmb-container{
   text-align: center;
   margin-bottom: 20px;
}
#comment_lists #loadMore{
    background: #8D6071;
    color: #fff;
    font-size: 20px;
    border: 0;
    border-radius: 5px;
    padding: 6px 50px;
}
#comment_lists .comment-meta {
    color: #3F3F3F;
    font-size: 18px;
}
#comment_lists .comment-content p{
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
#comment_lists .comment-meta .says{
    display: none;
}
article.comment-body .reply {
    display: none;
}
#commentform .comment-notes{
    font-size: 18px;
    color: #6868ff68;
    display: none;
}
#commentform .comment-notes #email-notes{
    display: block;
}
/*---------------------------------------
    Post Pagination
-----------------------------------------*/
.paginations {
    margin: 0px;
    text-align: center;
    width: 100%;
    clear: both;
    display: block;
}
.paginations a, span.page-numbers.current {
    padding: 2px 6px;
    background: #ddd;
    color: #000;
    border: solid 0px #f1f1f1;
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
}
.paginations a:hover, .paginations a:focus, .paginations a.active, span.page-numbers.current {
    cursor: pointer;
    background: #fcb831;
    color: #000;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.page-template-page-introduce .bannerchild{
    display: none;
}
/*---------------------------------------
    Error Page
-----------------------------------------*/
.error-page {}
.error-page h1{
    font-family: 'Raleway', sans-serif;
    font-size: 146px;
    font-weight: 800;
    color: #e84c3d;
    line-height: 156px;
    text-shadow: 0 3px 0 #000;
    animation: bounce 2s infinite;
}
.error-page h2{
    font-family: Arial;
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
    color: #1c314c;
    margin: 0;
}

/*---------------------------------------
    Top Scroller 
-----------------------------------------*/
.top-scroll {
    opacity: 1;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
    background-color: #0078bd;
    border-radius: 50%;
    bottom: 50px;
    right: 60px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 30px;
    height: 50px;
    text-align: center;
    width: 50px;
    line-height: 46px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.top-scroll:hover {
    opacity: 1;
}
.top-scroll i {
    font-size: 26px;
    line-height: 36px;
    color: #ffffff;
}
.top-scroll:hover, .top-scroll:focus {
    background-color: #0000ff;
}
/*---------------------------------------
    Search Result
-----------------------------------------*/ 
.page-wrapper .background-overlay{
   padding: 20px 0px; 
}
.page-wrapper .posts-navigation a {
    background: transparent;
    font-family: Arial;
    padding: 12px 24px;
    border-radius: 30px;
    display: table-cell;
    float: left;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.page-wrapper .posts-navigation a:hover {
    color: #fff;
}

.page-wrapper .posts-navigation .nav-next {
    float: right;
}
.dropdown-toggle::after{
    display: none;
}