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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


.bg-primary{
	background-color: #ee1d23;
}

form.form-track-pill.form-tracking {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 15px;
}

.title-tracking-form{
	padding: 5px 20px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.box-form-tracking{
	background: url(http://uat-americaexpressvn.goldenbeeltd.vn/wp-content/uploads/2024/09/tracuuhanhtrinh.png) no-repeat;
    min-height: 390px;
	background-size: cover;
}
button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    padding: 1px 28px;
}
.form-tracking .code {
    width: 100%;
    margin-bottom: 18px;
    height: 44px;
    border: 1px solid #ee1d23;
    background: #FFF url(http://uat-americaexpressvn.goldenbeeltd.vn/wp-content/uploads/2024/09/se.png) no-repeat center left 14px;
    border-radius: 5px;
    padding-left: 58px;
    font-family: RR;
    font-size: 15px;
    color: #a4a4a4;
}
.form-tracking button{
	position: relative;
	color: #ee1d23;
    font-size: 15px;
    background: #FFF;
    border: 1px dashed #ee1d23;
    text-transform: uppercase;
    padding: 8px 30px;
    border-radius: 20px;
    position: relative;
    margin-right: 18px;
}
.form-tracking button:after{
	position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 100%;
    background: url(http://uat-americaexpressvn.goldenbeeltd.vn/wp-content/uploads/2024/09/plane.png) no-repeat;
    width: 55px;
    height: 49px;
}
.title-border-bottom.text-left{
	text-align: left;
}

.title-border-bottom{
	background: url(http://uat-americaexpressvn.goldenbeeltd.vn/wp-content/uploads/2024/09/main-tit.png) no-repeat bottom center;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 45px;
}
.title-border-bottom-v2{
    font-size: 32px;
    line-height: 34px;
    color: #ffffff;
    padding: 0 0 19px;
    padding-right: 40px;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    background: url(http://uat-americaexpressvn.goldenbeeltd.vn/wp-content/uploads/2024/09/bottom-tit.png) no-repeat left bottom;
}

.support-section .col.small-12.large-12{
	min-height: 490px;	
}

.support-section a{
	color: #FFF;
}



.bg-support{
	background: url(http://uat-americaexpressvn.goldenbeeltd.vn/wp-content/uploads/2024/09/hotrokhachhang.png) no-repeat;
	background-size: cover;
}


.bg-logo-footer{
margin-top: -26px;
    position: relative;
    padding: 3px;
    transform: translate(0, -30px);
}

.bg-logo-footer:after{
    content: '';
    position: absolute;
    top: 3px;
    right: -26px;
    background-color: #f36f39;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: 22;
    width: 29px;
    height: 23px;
}
.bg-logo-footer img{
	padding: 3px;
    background: #f36f39;
}

header .hide-for-medium .sub-menu {
    min-width: 300px;
    background-color: #206f6f;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
}



header .hide-for-medium .sub-menu a{
	color: #FFF;
}
header .hide-for-medium .sub-menu a:hover{
	color: #f36f39;
}
    .info_bill {
        margin: 25px;
        font-family: Arial, sans-serif;
        color: #333;
    }
    .title {
        font-size: 1.5em;
        font-weight: bold;
        color: #ee1d23;
        margin-bottom: 15px;
        border-bottom: 2px solid #ee1d23;
        padding-bottom: 5px;
    }
    table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    td {
        padding: 12px;
        border: 1px solid #ddd;
        text-align: left;
    }
    td strong {
        color: #ee1d23;
    }
    tr:nth-child(even) {
        background-color: #f9f9f9;
    }
    .tt-don-hang table {
        width: 100%;
        border-collapse: collapse;
    }
    .tt-don-hang th, .tt-don-hang td {
        padding: 10px;
        border: 1px solid #ddd;
        text-align: left;
    }
    .tt-don-hang th {
        background-color: #ee1d23;
        color: #fff;
    }
    .box-img {
        margin-top: 20px;
    }
    .box-img ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
td:first-child, th:first-child {
    padding-left: 10px;
}
    .box-img li {
        border: 1px solid #ccc;
        padding: 5px;
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .box-img img {
        width: 200px;
        max-width: 100%;
        margin-bottom: 30px;
        cursor: pointer;
        transition: transform 0.3s;
    }
    .box-img img:hover {
        transform: scale(1.05);
    }
    small {
        color: #666;
        display: block;
        margin-bottom: 10px;
    }
    @media (max-width: 600px) {
        table, .tt-don-hang table {
            display: block;
            overflow-x: auto;
        }
        .box-img ul {
            flex-direction: column;
            align-items: center;
        }
    }