/*
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.   ***************/
.video-fit-suachua{
	padding-top: 0 !important;
}
.section_box{
    padding: 5px;
    border: 1px dashed #01447a;
    border-radius: 10px;
}
.header-pro {
    height: 65px;
}
.box-header {
    display: inline-block;
    position: absolute;
    line-height: 60px;
/*     margin-top: -55px; */
    left: 50%;
    transform: translate(-50%);
}
.box-header:before, .box-header:after {
    content: "";
    position: absolute;
    z-index: 0;
}
.box-header:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 25px 30px;
    border-color: transparent transparent #e8e8e8 transparent;
    top: 0;
    left: -45px;
}
.box-header:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 25px 30px;
    border-color: transparent transparent #e8e8e8 transparent;
    top: 0;
    right: -45px;
}
.box-header h2.box-title {
    padding: 0 30px;
    margin: 0;
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    background: #d10e0e;
    line-height: 60px;
    text-transform: uppercase;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    position: relative;
    z-index: 1;
    max-width: 500px;
    width: max-content;
}
.box-header h2.box-title:before, .box-header h2.box-title:after {
    content: "";
    position: absolute;
}
.box-header h2.box-title:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 46px 0;
    border-color: transparent #d10e0e transparent transparent;
    left: -15px;
    top: 0;
}
.box-header h2.box-title:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 46px 17px 0 0;
    border-color: #d10e0e transparent transparent transparent;
    right: -15px;
    top: 0;
}

.hotline-phone {
    border: 2px solid #e72331;
}
.hotline-phone .title {
    background: #e72331;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
.hotline-phone .hot {
    text-align: center;
    color: #e72331;
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
}

.right_info .policy {
    list-style: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 0 5px;
    display: block;
}
.right_info .policy li {
    display: block;
    padding: 5px 0 7px 28px;
    font-size: 14px;
    line-height: 20px;
    margin: 0 10px;
    border-bottom: solid 1px #f0f0f0;
    position: relative;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left center;
}
.warning-product .title {
    background: red;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}
.warning-product ul {
    list-style: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 0 5px;
    display: block;
}

.warning-product ul li {
    display: block;
    list-style: none;
    padding: 0 10px;
}
/* .warning-product ul li:not(:last-child) {
    margin-bottom: 10px;
} */
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}