@charset "utf-8";
p {
    line-height: 2.4;
}

a {
    color: #2980b9;
}

.footer-info ul li i, .content-wrap-news p:nth-child(odd) {
    color: #e41c41;
}

.footer-info ul li i {
    color: rgba(243, 156, 61);
}

.title-child h5 {
    border-bottom: solid 2px #e41c41;
    ;
}

.sv-btn a span {
    background: #e41c41;
}

.border-primary {
    border-color: #e41c41;
}

.background-primary {
    background-color: #e41c41
}

.primary-navigation ul li a:hover, .primary-navigation ul li.active a, .primary-navigation ul li.current-menu-item a {
    background: #e41c41;
}

.title-style-second, .wrap-navigation-slider, .navigation-footer-item a .bg-navigation-footer span {
    background: #ffaacf;
}

.primary-navigation ul li {
    background: #ec5899;
}

.primary-navigation ul li {
    border-bottom: 1px solid #e41c41;
    border-top: 1px solid #ffaacf;
}

.primary-navigation ul li:first-child {
    border-top: 2px solid #e41c41;
}

.table_column_type_title_top tr:first-child td {
    background: #e41c41;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.table_column_type_title_top tr:first-child td:first-child {
    border-left: solid 1px #e41c41
}

.table_column_type_title_top tr:first-child td:last-child {
    border-right: solid 1px #e41c41
}

.table_column_type_title_left tr td:first-child {
    background: #e41c41;
    color: #fff;
    font-weight: bold;
}

.table_column_type_title_left tr:first-child td:first-child {
    border-top: solid 1px #e41c41;
}

.footer-firts {
    background: #f39c3d;
}

.footer-second {
    background: #e41c41;
}

.title-child h6 {
    background: #fdeaf2;
}

/**/

/* add style */

.menu-item-has-children {
    position: relative;
}

/* .menu-item-has-children {
    content: ' ss';
} */

.sub-menu {
    display: none;
    position: absolute;
    width: 100%;
    float: left;
    width: 250px;
    text-align: center;
    left: 0;
    transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
}

ul.sub-menu li {
    width: 100%;
    background: #898C8F;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px dashed #fff;
}

.menu-item-has-children i {
    position: absolute;
    top: 50%;
    right: -7px;
    z-index: 9;
    font-size: 17px;
    color: #fff;
    cursor: pointer;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}

.tal-c {
    text-align: center;
}

.mgb-20 {
    margin-bottom: 20px;
}

.txt_note {
    font-weight: bold;
    font-size: 16px;
}

.row-title {
    width: 100%;
    float: left;
}

.mgt-20 {
    margin-top: 20px;
}

.hv-o:hover img {
    opacity: 0.8;
}

a.link:hover {
    color: inherit;
    text-decoration: underline;
}

.link {
    color: inherit;
}

.fw-b {
    font-weight: bold;
}

.mgt-10 {
    margin-top: 10px;
}

.ol_decimal li {
    list-style-type: decimal;
    margin: 0 25px;
    line-height: 160%;
}

ul.ul_check {
    list-style: none;
    padding: 0;
}

ul.ul_check li {
    padding-left: 3em;
    padding-right: 3em;
    line-height: 2.4;
}

li {
    /* line-height: 160%; */
}

ul.ul_check li:before {
    content: "\f058";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
    color: #e41c41;
}

.row-gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.title-styleadd {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 15px;
    color: #f39c3d;
}

/* End add style */

@media screen and (max-width:920px) {
    .main-navigation {
        background: none;
    }
}

@media screen and (max-width:767px) {
    #logo {
        padding-top: 20px;
    }
    header .h1-h {
        display: none;
    }
    .cont {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav-list .nopc svg{
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        color: #111;
        left: 50%;
        margin-left: -7px;
        top: 50px;
        font-size: 15px;
    }
    
    .top-css-four ul.s1 {
        background-size: cover;
    }
    .top-css-four ul.s1, .top-css-four ul.s2 {
        width: 100%;
        margin-right: 0;
    }
    .top-css-four ul.s1>li>a {
        min-height: 100px;
        padding: 30px;
    }
    .banner-page h1 span {
        font-size: 15px;
        line-height: 24px;
    }
    .nav-list {
        margin-top: 18px;
    }
    header {
        height: 70px;
    }
    .nav-list {
        background: rgba(188,167,141,0.9);
        z-index: 10;
        padding: 10px 10px 10px;
        text-align: center;
        margin-top: 15px;
    }
    .sub-menu {
        position: relative;
        width: 100%;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .menu-item-has-children i {
        top: 10px;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .txt_note {
        font-size: 12px;
    }
    .wrap-content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .title-style01 h3 {
        font-size: 30px;
    }
    body {
        font-size: 12px;
    }
    .bxslider img {
        height: 150px;
    }
    /* p {
        overflow: hidden;
    } */
}