/* --------------------------------------
=========================================
   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.1);
    transform: scale(1.1);
}

.sidebar-post li .img-sidebarpost img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-post li .name-sidebarpost a {
    display: block;
    height: 44px;
    overflow: hidden;
    line-height: 22px;
    font-size: 16px;
    color: #333;
}

.sidebar-post li .post-time {
    display: block;
    color: #aaa;
    font-size: 12px;
}

.sidebar-post li:hover .name-sidebarpost a {
    color: #4db2ec;
}

.post-style-1 {}

.post-style-1 li:first-child .name-sidebarpost {
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    margin-bottom: 15px;
    z-index: 1;
    width: 100%;
}

.post-style-1 li:first-child .name-sidebarpost a {
    color: #fff;
    text-transform: uppercase;
}

.post-style-1 li:first-child .img-sidebarpost {
    height: 180px;
    width: 100%;
}

.post-style-1 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-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);
}

.post-style-4 li .img-sidebarpost {
    display: none;
}

.post-style-4 li:first-child .img-sidebarpost {
    display: block;
}

.post-style-4 li:first-child .name-sidebarpost {
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    margin-bottom: 15px;
    z-index: 1;
}

.post-style-4 li:first-child .name-sidebarpost a {
    color: #fff;
    text-transform: uppercase;
}

.post-style-4 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-4 .img-sidebarpost {
    width: 100%;
    float: left;
    height: 180px;
    overflow: hidden;
}

.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 Free";
    position: absolute;
    left: 5px;
    top: 10px;
    color: #0883d5;
}

.post-style-4 li:first-child .name-sidebarpost::before {
    display: none;
}

.post-style-4 li .post-time {
    display: none;
}

.sidebar .widget .post-style-4 li {
    border-bottom: solid 1px #ddd;
    padding: 2px 0px;
    margin: 0px;
    background: transparent;
}

.sidebar .widget ul.sidebar-post {
    padding: 0px 10px;
    border: solid 1px #ddd;
}

/* --------------------------------------
=========================================
   RegisterForm Css
=========================================
-----------------------------------------*/
.popup-register {
    bottom: 2%;
    position: fixed;
    right: 12px;
    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: "Mulish", sans-serif;
    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: 16px;
    font-family: "Mulish", sans-serif;
}

span.wpcf7-not-valid-tip {
    margin-bottom:10px;
	font-size:14px;
	line-height:normal;
}

/* --------------------------------------
=========================================
   modal-popup Css
=========================================
-----------------------------------------*/
.modal-dialog .modal-content {
    background: #f2f2f2;
    font-family: "Mulish", sans-serif;
    border: 0;
    box-shadow: unset;
    border-top: 3px solid #07294d;
    width: 100%;
}

.modal-dialog .modal-content .modal-header {
    border-bottom: 0px solid #e5e5e5;
}

.modal-dialog .modal-content .form-group {
    padding: 0px 50px;
    margin-bottom: 0;
}

.modal-dialog .modal-content .modal-title {
    text-align: center;
    font-size: 18px;
    color: #344654;
    font-family: "Mulish", sans-serif;
    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: 16px;
    padding: 0px 50px;
    margin-bottom: 0;
}

.modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: -5px;
    top: -5px;
    color: #0a2e63;
    opacity: 1;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    overflow: hidden;
}

.modal-dialog .modal-content .wpcf7-form-control.wpcf7-submit {
    height: auto;
    float: left;
    color: #fff;
    background-color: #09aeca;
    border-radius: 0px;
    border-width: 0;
    padding: 10px 0px;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    display: block;
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.modal-dialog .modal-content .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #c21622;
}

.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: 50px;
    margin-bottom: 12px;
}

.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 Free";
    font-size: 16px;
    color: #cc4848;
    background: #e4e2e2;
    padding: 10px;
    width: 35px;
    height: 100%;
    text-align: center;
}

.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: 50px;
    width: 100% !important;
}

.form-group .wpcf7-form-control.wpcf7-submit {
    color: #fff;
    text-transform: uppercase;
    padding: 8px 30px;
    border: 0;
    background: #93001a;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    border-radius: 3px;
}

.form-group .wpcf7-form-control.wpcf7-submit:hover {
    background: #09aeca;
}

/* --------------------------------------
=========================================
   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: "Mulish", sans-serif;
}

#SuccessfulForm .des-successful {
    color: #333;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
}

#SuccessfulForm .des-successful a {
    color: #ff0000;
    font-size: 16px;
    font-family: "Mulish", 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: "Mulish", sans-serif;
}

#SuccessfulForm .icon-check {
    text-align: center;
}

#SuccessfulForm .icon-check i.fa {
    font-size: 40px;
    color: #11519b;
    background: #fff;
}

/*---------------------------------------
 Slider
-----------------------------------------*/
.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 16px;
    margin: 5px;
    padding: 10px;
    width: auto;
    height: auto;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    -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-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-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-carousel .owl-dot {
    display: inline-block;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #f87306;
}

.owl-theme .owl-dots .owl-dot {
    background: transparent;
    width: auto;
    height: auto;
    border: 0;
    padding: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 2px 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: #b73131;
    border-bottom: 0px solid #b73131;
    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;
    text-align: right;
}

.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: #2e98db;
    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.fa-facebook-f {
    background: #345bab;
}

.header-top-info-1 .social li a i.fa-twitter {
    background: #2e98db;
}

.header-top-info-1 .social li a i.fa-google-plus {
    background: #d71c2d;
}

.header-top-info-1 .social li a i.fa-youtube {
    background: #930606;
}

.header-top-info-1 .social li a i:hover {
    color: #ffffff;
    background: #d64625;
}

.header-contact {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
}

.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: 16px;
    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: 10px 0px;
    margin: 0;
    max-width: 250px;
    width: 100%;
}
#searchform .inner{
    position: relative;
}
#searchform .form-control {
    border-radius: 8px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 0;
    color: #000;
    margin-bottom: 0;
    width: 100%;
    font-family: "Mulish", sans-serif;
    padding: 0px 10px;
}

#searchform .form-control::placeholder {
    color: #333;
}

#searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    border-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 40px;
    padding: 0;
    width: 40px;
    background: #fa8e00;
    color: #FFF;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    font-size: 16px;
}

#searchsubmit i.fa {
    color: #666;
    padding-right: 5px;
}

/* --------------------------------------
=========================================
    Footer Section
=========================================
-----------------------------------------*/
.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 i {
    background: transparent;
    border-radius: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 20px;
}

.footer-sidebar .social li a i:hover {
    background: #1e369b;
}

.footer-sidebar .social li a span {
    padding-left: 10px;
    display: none;
}

.footer-sidebar .social li a {
    color: #fff;
    display: block;
}

.footer-sidebar .info_contact i.fa {
    padding-right: 10px;
    color: #fff;
}

.footer-sidebar .info_contact p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-sidebar .background-overlay {
    bottom: 0;
    height: 100%;
    z-index: 3;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    background: #8c0404;
    border-top: solid 0px #8c0404;
}

.footer-sidebar .widget p {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}

.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: "Mulish", sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-style: normal;
    margin: 0;
    text-transform: uppercase;
}

.footer-sidebar .form-group .form-control {
    margin-bottom: 6px;
    padding-left: 33px;
    background: #FFF;
    font-size: 13px;
    color: #000;
}

.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: 16px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    display: block;
    width: 100%;
    font-family: "Mulish", sans-serif;
}

.footer-sidebar .form-group .wpcf7-submit:hover {
    background: #c51c15;
}

/*---------------------------------------
    Footer Copyright
-----------------------------------------*/
.footer-copyright {
    background: #1e369b;
    border-top: solid 1px #1e369b;
}

.footer-copyright p,
.footer-copyright p a {
    color: #fff;
    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 Free";
}

.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: 16px;
    line-height: 30px;
}

.logo-footer {
    text-align: left;
    margin-bottom: 10px;
}

.logo-footer img {
    margin: 0 auto;
    max-width: 240px;
    max-height: 120px;
}

.logo-footer .txt-footer {
    margin: 20px 0px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.logo-thongbao {
    display: block;
    margin-top: 20px;
}

.logo-thongbao img {
    max-height: 70px;
}

/* --------------------------------------
=========================================
   #section breadcrumb  Css
=========================================
-----------------------------------------*/
#section-breadcrumb .background-overlay {
    padding: 0px 0px;
    background: rgba(255, 255, 255, 0.9);
}

#section-breadcrumb .title-page {
    position: relative;
    text-align: left;
    font-size: 32px;
    text-transform: uppercase;
    padding: 0;
    color: black;
    font-family: "Mulish", sans-serif;
    width: 100%;
    margin: 0;
}

.page-breadcrumb {
    list-style: none outside none;
    margin-bottom: 0px;
    padding: 15px 0;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
}

.page-breadcrumb a {
    color: #c02730;
}

.page-breadcrumb span {
    display: inline-block;
    color: #000;
}

.page-breadcrumb p {
    color: #000;
    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: "Mulish", sans-serif;
    font-size: 22px;
}

.entry-header h2.entry-title {
    font-size: 22px;
    font-family: "Mulish", sans-serif;
}

.entry-header {
    display: block;
    width: 100%;
    clear: both;
    padding: 0px;
}

.entry-content {
    display: block;
    width: 100%;
    clear: both;
    padding: 0px;
    text-align: justify;
}

.entry-content .aligncenter {
    margin: 0 auto;
}

.entry-content .more-link {
    font-family: "Mulish", sans-serif;
    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: 30px;
    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: center;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#reply-title small {
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 16px;
}

.comment-form>p>label {
    display: none;
}

.comment-form>p>input {
    background: #F6F6F6;
    margin-bottom: 0;
    border: 0px;
    border-radius: 9px;
}

.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-comment {
    width: 100%;
}

.comment-form .comment-form-author {
    width: 100%;
}

.comment-form .comment-form-email,
.comment-form .comment-form-url {
    width: calc(50% - 0.1rem);
    float: left;
}

.comment-form .comment-form-email {
    padding-right: 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: 0px;

}

#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);
}

#submit {
    background: #141ed2;
    color: #fff;
    font-size: 20px;
    border: 0;
    border-radius: 5px;
    padding: 10px 60px;
}

#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 {
    border: solid 1px #f2f2ff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 1px 0;
    padding: 9px 16px;
    transition: all 0.3s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 0px;
    background-color: #f2f2ff;
    color: #333;
}

.paginations a:hover,
.paginations a:focus,
.paginations a.active,
span.page-numbers.current {
    color: #ffffff;
    border-radius: 0px;
    background-color: #f32d3b;
}

.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: 16px;
    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 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: "Mulish", sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
    color: #1c314c;
    margin: 0;
}

/*---------------------------------------
    Top Scroller 
-----------------------------------------*/
.top-scroll {
    bottom: 12%;
    display: none;
    height: 40px;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    border-radius: 30px;
    border-width: 2px;
    border-style: solid;
    animation: bounce 2s infinite;
    color: darkgoldenrod;
}

.top-scroll:hover {
    opacity: 1;
}

.top-scroll i {
    font-size: 26px;
    line-height: 36px;
}

.top-scroll:hover,
.top-scroll:focus {
    border-width: 2px;
    border-style: solid;
    transition: all 0.3s ease 0s;
}

/*---------------------------------------
    Search Result
-----------------------------------------*/
.page-wrapper .background-overlay {
    padding: 10px 0px;
}

.page-wrapper .posts-navigation a {
    background: transparent;
    font-family: "Mulish", sans-serif;
    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;
}