.contact {
    overflow: hidden;
    margin: auto !important;
}

    .contact .left-content {
        width: 49%;
        float: left;
    }

    .contact .right-content {
        width: 49%;
        float: right;
    }

    .contact .infoCompany {
        margin: 0;
        color: #424242;
        line-height: 1.5;
        font-family: QuicksandR;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
    }

        .contact .infoCompany img {
            display: none !important;
        }

        .contact .infoCompany * {
            color: #424242 !important;
            text-decoration: none !important;
        }

.infoCompany h3, .GuiYkien h4 {
    text-align: left;
    display: inline-block;
    text-align: center;
    font-family: KodchasanB;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 127.5%; /* 48.45px */
    text-transform: uppercase;
    background: var(--2, linear-gradient(180deg, #0C7844 0%, #53C858 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.infoCompany p {
    margin: 0;
    font-size: 17px;
    color: #3f3f3f;
    line-height: 2;
}

    .infoCompany p em {
        font-style: normal;
        position: relative;
        display: inline-block;
        padding-left: 30px;
    }

        .infoCompany p em:before {
            content: "\f041";
            font-family: fontawesome;
            position: absolute;
            left: 0;
            border: 1px solid #51bf0f;
            width: 22px;
            border-radius: 100%;
            text-align: center;
            color: #51bf0f;
            line-height: 1.5;
            top: 3px;
        }

        .infoCompany p em:nth-of-type(2), .infoCompany p em:nth-of-type(4) {
            width: 135px;
        }

            .infoCompany p em:nth-of-type(2):before {
                content: "\f095";
            }

        .infoCompany p em:nth-of-type(3):before {
            content: "\f1ac";
        }

        .infoCompany p em:nth-of-type(4):before {
            content: "\f003";
        }

        .infoCompany p em:nth-of-type(5):before {
            content: "\f0ac";
        }

.GuiYkien table {
    width: 100%;
}

.GuiYkien .textbox {
    overflow: hidden;
}

.GuiYkien .txt {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 10px 0.75em;
    height: 40px;
    font-size: 16px;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
    -o-transition: color .3s, border .3s, background .3s, opacity .3s;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    margin-bottom: 10px;
}


input::placeholder {
    font-family: 'QuicksandM';
    font-size: 16px;
}

input:focus {
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    opacity: 1 !important;
    outline: 0;
    color: #333;
    background-color: #fff;
}

.GuiYkien .txt50 {
    width: 49%;
    float: left;
}

    .GuiYkien .txt50 + .txt50 {
        float: right;
    }

.GuiYkien th {
    text-align: left;
    font-weight: normal;
    color: #686868;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'QUICKSANDSB';
}

.GuiYkien .btn {
    color: #fff;
    padding: 0;
    outline: none;
    border: none;
    cursor: pointer;
    font-family: 'QuicksandB';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 171px;
    height: 51px;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 5px;
    background: #208244;
    margin-top: 13px;
}

.GuiYkien > .button {
    padding-top: 10px;
}

.GuiYkien .btnRefresh {
    width: 25px;
    height: 25px;
    background: url(/Design/img/Contact/ImgDecor.png);
    background-size: cover;
    border: none;
    outline: none;
    cursor: pointer;
}

.GuiYkien .capcha {
    padding-top: 10px;
    display: flex;
    align-items: center;
}

.GuiYkien .imgCapcha {
    float: left;
    margin-right: 8px;
}

.google_map {
    height: 450px;
    margin-top: 20px;
}

    .google_map iframe {
        border: none;
    }

@media only screen and (max-width :767px) {
    .contact .infoCompany {
        font-size: 14px;
    }

    .GuiYkien .btn {
        width: 46%;
    }

    .wp-travel-guide:before {
        content: "";
        position: absolute;
        background: url(/Design/img/NirvanaTour/TinTuc/DecorTreeLeftMobile.png) no-repeat;
        background-size: cover;
        top: 0;
        left: 0;
        width: 101px;
        height: 220px;
    }

    .GuiYkien th {
        font-size: 18px;
    }

    .titletb {
        font-size: 11px;
    }

    .GuiYkien .txt {
        font-size: 15px;
    }

    .infoCompany h3, .GuiYkien h4 {
        font-size: 27px;
    }

    .contact .infoCompany h1 {
        font-size: 16px;
    }

    .GuiYkien h4 {
        font-size: 18px;
    }

    .GuiYkien table {
        width: 100%;
    }
}

@media only screen and (max-width :467px) {
    .contact .top-contain {
        height: 250px;
    }

    .contact .left-content, .contact .right-content {
        width: 100%;
        float: none;
    }

    .contact .left-content {
        margin-top: 30px;
    }
}

td.button {
    padding-top: 15px;
    display: flex;
    align-items: center;
}

.wp-travel-guide.newsWidgetHome {
    padding: 20px 0;
    padding-bottom: 105px;
}

    .wp-travel-guide.newsWidgetHome:before {
        z-index: 0;
    }

    .wp-travel-guide.newsWidgetHome .inner-page {
        position: relative;
    }
