/*
Theme Name: theme xe
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* @import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@1,600&display=swap'); */
label {
    font-weight: 500 !important;
}

.jfnBww{
    display: none !important;
}

.accordion-inner table tbody tr:first-child{
    background: #AC1C24 !important;
}

.iPKCxz thead > tr th h3 {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    margin-block-end: auto;
    margin-block-start: auto;
}

.iPKCxz thead > tr th {
    padding-left: 18px;
    color: rgb(72, 72, 72);
    font-weight: 500;
}

.iPKCxz thead > tr {
    height: 27px;
    background: #AC1C24;
}

.iPKCxz thead > tr th {
    background-color: #AC1C24;
    padding: 15px;
}

.iPKCxz tbody > tr .route--phone section a {
    margin: 8px 0px;
}
.tabbed-content a {
    cursor: pointer;
}

.jBCA-DE {
    width: 170px;
    height: 30px;
    background-color: #AC1C24;
    border: 1px solid #AC1C24;
    color: rgb(51, 51, 51);
    /* color: #fff; */
    font-weight: 500;
}
.ant-btn {
    line-height: 1.5;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.015);
    box-shadow: 0 2px 0 rgba(0,0,0,.015);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    /* background-color: #fff; */
    /* border: 1px solid #d9d9d9; */
}

.iPKCxz tbody > tr .route--title section:first-child {
    color: rgb(0, 96, 196);
    font-weight: bold;
    font-size: 15px;
}
.iPKCxz tbody > tr .route--title section {
    padding: 5px 0px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: rgb(72, 72, 72);
}

.ant-btn, .ant-btn:active, .ant-btn:focus {
    outline: 0;
}

.table--phone tr td:nth-child(1){
    width: 77.5681% !important;
}

.table--phone tr td:nth-child(2){
    width: 12.4319% !important;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    font-size: .9em !important;
}

.header-main {
    border-top: 2px solid #AC1C24;
    border-bottom: 2px solid #AC1C24;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .btn_tim_chuyen {
        width: 100%;
    }
.route--title section:nth-child(2) iframe {
		display: none !important;
	}
}