:root {
    --black: #000;
    --white: #fff;
    --theme: #121145;

    --text: #212121;
}


/* @font-face {
    font-family: Condensed;
    font-weight: 600;
    src: url('../fonts/RobotoCondensed-Bold.woff') format('woff2');
} */

@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-Regular.woff') format('woff2');
}

@font-face {
    font-family: Roboto;
    font-weight: 500;
    src: url('../fonts/Roboto-Medium.woff') format('woff2');
}

@font-face {
    font-family: Roboto;
    font-weight: 600;
    src: url('../fonts/Roboto-Bold.woff') format('woff2');
}

.modal-backdrop {
    display: none;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
}

input[type=text],
textarea {
    border-radius: 0 !important;
    box-shadow: none !important;
}

input[type=text]:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

.contact-item .contact-field input {
    width: 100%;
    height: 43px;
    border: 1px solid #E4E4E4;
    padding: 0 15px;
}

.contact-item .contact-field input::placeholder,
.contact-item .contact-field textarea::placeholder {
    color: #cccccc;
}

.contact-item .contact-field textarea {
    border: 1px solid #E4E4E4;
    width: 100%;
    resize: none;
    height: 243px;
    padding: 5px 15px;
}

.contact-item .contact-field .btn-site {
    width: fit-content;
    float: right;
    height: unset;
    border: none;
    padding: 12px 33px;
    border-radius: 30px;
    background: #FF6109;
    color: var(--white);
    font-size: 18px;
    margin: 20px 0 0;
}

body {
    font-family: Roboto;
    font-size: 16px;
    color: var(--text);
    line-height: 24px;
}

img {
    max-width: 100% !important;
    height: auto;
}

.img-100 {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
}

.img-100>img {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100% !important;
    transition: .3s linear;
}

.wrap-img {
    padding-bottom: 100%;
}

.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

a,
a:hover {
    text-decoration: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
}

a {
    color: #333;
}

a:hover {
    color: #121145;
}

h1,
h2,
h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}

.np {
    padding: 0 !important;
}

.npl {
    padding-left: 0 !important;
}

.npr {
    padding-right: 0 !important;
}

.transition {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.round {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

#google_map {
    height: 310px;
}

.pagination {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    height: 42px;
    line-height: 22px;
    background: #e3e3e3;
    border-radius: 0;
}

.pagination span {
    background: #9d9d9d;
    padding: 0 9px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
}

.pagination span a {
    color: #fff;
}

.pagination span.current {
    background: #057186;
    color: #fff;
}

.fb-like-box,
.fb-like-box iframe,
.fb_iframe_widget,
.fb_iframe_widget span {
    max-width: 100% !important;
}

.icon-shopping-cart {
    background: #E35B36 url('../img/home.svg') no-repeat 50%;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 13px;
}

.main-menu .main-menu-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    max-height: 45px;
}

.main-menu li {
    /* font-family: 'Condensed'; */
    position: relative;
    font-size: 16px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    float: left;
    padding: 0 12px;
    font-weight: 600;
}

.main-menu li ul,
.main-menu li ul ul {
    position: absolute;
    display: none;
    top: 45px;
    left: 0;
    background: #fff;
    border-top: 2px solid #121145;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu li ul ul {
    left: 100%;
    top: 0;
}

/* .main-menu li:hover {background: #E35B36; border-radius: 13px;} */
.main-menu li:hover a {
    color: #121145;
}

.main-menu li:hover li a {
    color: #333;
    display: block;
}

.main-menu li:hover ul {
    display: block;
}

.main-menu li:hover ul ul {
    display: none;
}

.main-menu li li:hover ul {
    display: block;
}

.main-menu li ul li {
    width: 100%;
    line-height: 36px;
    height: 36px;
    position: relative;
    transition: all .3s linear;
}

.main-menu li ul li:hover {
    background-color: #f5f5f5;
}

.main-menu li ul li a {
    font-weight: 400;
}

.main-menu li ul li a:hover {
    color: #121145;
}

.nav-header {
    background: #121145;
    color: #fff;
    height: 50px;
    font-size: 16px;
}

.nav-header .slogan {
    padding-top: 14px;
}

.search-form {
    width: 200px;
    float: right;
    position: relative;
    padding-top: 8px;
    max-width: 50%;
    margin-right: 30px;
}

.search-form-logged {
    width: 50%;
}

.search-form input {
    background: var(--white);
    border: 1px solid #fff;
    color: var(--theme);
    border-radius: 8px !important;
    width: 100%;
    height: 34px;
    padding: 0 12px;
}

.search-form input::placeholder {
    color: var(--theme);
}

.search-form button {
    position: absolute;
    right: 4px;
    top: 12px;
    background: none;
    border: none;
}

.search-form button i {
    color: var(--theme);
}

.navbar-social {
    width: fit-content;
    float: right;
    position: relative;
    padding-top: 8px;
}

.navbar-social ul,
.navbar-social li {
    list-style: none;
    padding: 0;
}

.navbar-social li {
    display: inline-block;
}

.navbar-social li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #E35B36;
    border: 1x solid var(--white);
    position: relative;
}

.navbar-social li:not(:first-child) a {
    margin-left: 15px;
}

.navbar-social li a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-btn {
    position: relative;
    width: 35%;
    float: right;
    background: #E35B36;
    border-radius: 8px;
    line-height: 34px;
    height: 34px;
    margin-top: 8px;
    padding: 0;
    cursor: pointer;
}

.login-btn-logged {
    width: 48%;
}

.login-btn a {
    color: #fff;
}

.login-btn:hover {
    background: #c6c6c6;
    color: #fff;
}

.loginspan {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.loginspan img {
    margin-right: 6px;
}

.logo {
    margin-top: 11px;
    margin-bottom: 11px;
}

.logo img {
    max-height: 80px;
}

.main-menu {
    margin-top: 32px;
}

.main {
    /* background: rgb(229, 229, 229); */
    /* background: linear-gradient(180deg, rgb(246 246 246) 0%, rgba(255, 255, 255, 1) 75px); */
    padding-top: 36px;
}

.news-title h2 {
    font-size: 26px;
    margin-top: 26px;
    margin-bottom: 10px;
}

.news-title h3 {
    margin-top: 16px;
    margin-bottom: 4px;
    line-height: 21px;
}

.home-news .news-title h3 {
    margin-top: 0;
}

.home-news-title {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 21px;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
}

.home-news-title:after {
    display: inline-block;
    width: 50px;
    height: 3px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}

.home-news-title.hr-gray:after {
    background: #E35B36 !important;
}

.home-video-title {
    /* border-bottom: 3px solid #121145; */
    padding: 15px 0 23px 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.home-news-title.hr-yellow:after {
    background: #E35B36 !important;
}

.home-news-title.hr-blue:after {
    background: #E35B36 !important;
}

.home-news-title.hr-green:after {
    background: #00C508 !important;
}

.home-news-title.hr-red:after {
    background: #E35B36 !important;
}

.home-linkhi-banner img {
    width: 100%;
    margin-bottom: 25px;
}

.home-news.latest-news .news-item {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 10px;
}

.home-news.latest-news .news-item .news-des {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-news.latest-news .latest-news-img {
    margin-bottom: 10px;
}

.home-news.latest-news .latest-news-img.wrap-img {
    padding-bottom: 70%;
}

iframe {
    width: 100%;
}


.news-item {
    margin-bottom: 20px;
}

.news-item img {
    width: 100%;
    margin-bottom: 12px;
}

.featured_news-owl .news-item,
.news-item.last {
    border-bottom: none;
}

.featured_news-owl .news-item {
    margin-bottom: 0;
    padding-bottom: 0;
}

.tin247 .news-image {
    position: relative;
}

.tin247 .home-news-title {
    margin-bottom: 30px;
}

.tin247 .news-hover {
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(177.29deg, rgba(0, 0, 0, 0.1) 20.74%, rgba(0, 0, 0, 0.6) 61.65%);
}

.tin247 .news-hover h3 {
    font-size: 16px;
    padding: 3px 10px;
    font-weight: 500;
}

.tin247 .news-hover a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    /* text-decoration: underline; */
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tin247 .news-item {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.home-bottom-banner {
    margin-bottom: 34px;
}

.footer {
    padding-bottom: 39px;
}

.footer-item {
    margin-bottom: 5px;
}

.footer-item .fa {
    color: #121145;
    width: 20px;
    font-size: 20px;
    transform: translateY(1px);
    margin-right: 5px;
}

.footer-social ul {
    margin-top: 10px;
}

.footer-social ul,
.footer-social li {
    list-style: none;
    padding: 0;
}

.footer-social li {
    display: inline-block;
}

.footer-social li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--theme);
    position: relative;
    margin-right: 15px;
}

.footer-social li a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-menu {
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    float: left;
    width: 100%;
    margin-top: 30px;
}

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

.footer-menu li {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 15px;
}

.footer-menu li.menu-item-0 {
    display: none;
}

.footer-menu li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
}

.footer-menu li a:hover {
    color: #121145;
}

.footer-map {
    background: url('../img/Frame.png') no-repeat 0 0;
}

.footer-map span {
    padding-left: 32px;
    color: #757575;
    font-weight: 500;
}

/* 
.footer-scroll {
    background: url('../img/top.svg') no-repeat 0 0;
} */

.footer-scroll span {
    padding-left: 32px;
}

.footer-scroll,
.footer-map,
.footer-space {
    margin-top: 15px;
    float: right;
}

.footer-scroll {
    padding-left: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.footer-scroll span {
    padding-left: 10px;
    float: left;
}

.footer-space {
    margin-left: 10px;
    color: #CFCFCF;
}

.footer h3 {
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 19px;
    font-size: 18px;
}

.footer-lft img {
    margin-top: 20px;
    margin-bottom: 12px;
}

.footer-right {
    margin-top: 34px;
    text-align: right;
    color: #757575;
}

.footer-right strong {
    color: var(--text);
    font-size: 18px;
}


.sukien-s .news-item {
    border: none;
    margin-bottom: 0;
}

.sukien-s img {
    width: 100%;
    margin-bottom: 0;
}


.agency_list {
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
}

.agency_list .agency-item {
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
}

.agency_list .agency-item-2 {
    background: #E8E8E8;
}

.partners-owl {
    background: #E8E8E8;
    padding: 10px;
    margin-bottom: 30px;
}

.partners-owl .partner-item img {
    margin-bottom: 10px;
}

.partners-owl .partner-item img.last {
    margin: 0;
}

.partners-owl .owl-nav {
    display: block;
    text-align: center;
}

.partners-owl .owl-carousel .owl-nav.disabled {
    display: block !important;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

.partners-owl .owl-prev span,
.partners-owl .owl-next span {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    background: #C4C4C4 url('../img/chevron_right_1_.svg') no-repeat 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px;
}

.partners-owl .owl-next span {
    background: #c4c4c4 url('../img/chevron_left_1.svg') no-repeat 50%;
}

.partners-owl .owl-prev span:hover {
    background: #E35B36 url('../img/chevron_right_1_.svg') no-repeat 50%;
}

.partners-owl .owl-next span:hover {
    background: #E35B36 url('../img/chevron_left_1.svg') no-repeat 50%;
}

.banner-thanh-vien {
    padding: 50px 0px;
}

.thanh-vien-title {
    text-align: center;
}

.thanh-vien-title h2 {
    font-size: 34px;
    margin: 0 0 50px;
    padding: 0 0 20px;
    position: relative;
    font-weight: 500;
}

.thanh-vien-title h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #E35B36;
    left: 50%;
    transform: translateX(-50%);
}

.thanh-vien-img {
    width: 100%;
}

.thanh-vien-img img {
    width: 100%;
    object-fit: cover;
}

.doi-tac {
    padding: 10px 0 50px;
}

.doi-tac .owl-dots {
    display: block;
    text-align: center;
    position: relative;
    margin: 40px auto 25px;
    width: fit-content;
}

.doi-tac .owl-prev span,
.doi-tac .owl-next span {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    background: #E35B36 url('../img/chevron_right_1_.svg') no-repeat 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px;
}

.doi-tac .owl-dots span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #c4c4c4;
    margin: 0 5px;
    border-radius: 50%;
}

.doi-tac .owl-dot.active span {
    background: #E35B36;
}

.doi-tac-item {
    height: 120px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.doi-tac-item img {
    height: 120px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.lienhe-quangcao {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.lienhe-quangcao img {
    width: 100%;
    height: 90px !important;
}

.home-news-page {
    padding: 50px 0;
}

.home-news-page li {
    margin-bottom: 15px;
}

.page-detail-head {
    padding: 30px 0;
}

.page-detail-head .page-detail-head-left {
    text-align: right;
    margin-right: 20px;
}

.page-detail-head .page-detail-head-right {
    text-align: left;
    padding: 10px 0 0;
}

.tin247 .owl-carousel .owl-nav.disabled {
    display: block !important;
    text-align: center;
    margin-top: 0;
    position: absolute;
    top: 36%;
    width: 100%;
    /* transform: translateY(-50%); */
    height: 0;
}

.tin247 .owl-prev span,
.tin247 .owl-next span {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    background: #E35B36 url('../img/chevron_right_1_.svg') no-repeat 50%;
    width: 30px;
    height: 66px;
    display: inline-block;
    margin: 0 10px;
    position: absolute;
    top: 0;
}

.tin247 .owl-next span {
    background: #E35B36 url('../img/chevron_left_1.svg') no-repeat 50%;
    right: -10px;
}

.tin247 .owl-prev span {
    left: -10px;
}

.tin247 .owl-prev span:hover {
    background: #c4c4c4 url('../img/chevron_right_1_.svg') no-repeat 50%;
}

.tin247 .owl-next span:hover {
    background: #c4c4c4 url('../img/chevron_left_1.svg') no-repeat 50%;
}


.featured_news {
    margin-bottom: 35px;
}

.featured_news-owl {
    padding-bottom: 20px;
}

/* .featured_news-owl .owl-nav, .featured_news-owl .owl-dots {display: block;}  */
.featured_news-owl .owl-dots {
    display: block;
    text-align: center;
    position: relative;
    margin: 10px auto 25px;
    width: fit-content;
}

.featured_news-owl .owl-nav button svg rect {
    transition: all .2s linear;
}

.featured_news-owl .owl-nav button svg path {
    transition: all .2s linear;
}

.featured_news-owl .owl-nav button:hover svg rect {
    fill: #E35B36;
}

.featured_news-owl .owl-nav button:hover svg path {
    fill: var(--white);
}

/* .featured_news-owl .owl-carousel .owl-nav.disabled {display: block !important; text-align: center; margin-top: 25px; margin-bottom: 10px;} */
.featured_news-owl .owl-prev span,
.featured_news-owl .owl-next span {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    background: #E35B36 url('../img/chevron_right_1_.svg') no-repeat 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px;
}

.featured_news-owl .owl-next span {
    background: #E35B36 url('../img/chevron_left_1.svg') no-repeat 50%;
}

.featured_news-owl .owl-prev span:hover {
    background: #c4c4c4 url('../img/chevron_right_1_.svg') no-repeat 50%;
}

.featured_news-owl .owl-next span:hover {
    background: #c4c4c4 url('../img/chevron_left_1.svg') no-repeat 50%;
}

.featured_news-owl .owl-dots span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #c4c4c4;
    margin: 0 5px;
    border-radius: 50%;
}

.featured_news-owl .owl-dot.active span {
    background: #E35B36;
}

.featured_news-owl .owl-carousel {
    position: relative;
}

.featured_news-owl .owl-carousel .owl-nav {
    position: absolute;
    bottom: 27px;
    width: 100%;
    height: 0;
}

.featured_news-owl .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: calc(50% - 80px);
}

.featured_news-owl .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: calc(50% - 80px);
}

/* .home-sidebar1 .news-item.last {
    margin-bottom: 0;
} */
.home-sidebar1 .news-image-img.wrap-img {
    padding-bottom: 80%;
}

.home-sidebar1 .news-title h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.home-sidebar1 .news-item {
    min-height: 88px;
}

.news-item-top .news-image img {
    margin-bottom: 0;
}

.top-heat-owl .news-image.wrap-img {
    padding-bottom: 70%;
}

.baner-duan {
    margin-bottom: 20px;
}

.baner-duan-title {
    background: var(--theme);
    color: #fff;
    padding: 21px 15px;
}

.baner-duan-title a {
    color: var(--white);
}

.baner-duan-head {
    border: 1px solid #E8E8E8;
    height: 60px;
    position: relative;
    line-height: 60px;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
}

.baner-duan-head span {
    position: absolute;
    background: url('../img/duan.svg') no-repeat 0 0;
    background-size: contain;
    height: 18px;
    width: 18px;
    display: inline-block;
    right: 20px;
    top: 20px;
}

.admin .baner-duan-head {
    position: relative;
}

.admin .baner-duan-head .adm-glyphicon {
    position: absolute;
    right: 60px;
}

.archive-item {
    float: left;
    width: 100%;
}

.archive-item .body {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E8E8E8;
}

.archive-item img {
    width: 100%;
}

.archive-item .b_title {
    font-weight: 600;
    font-size: 21px;
    margin-top: 0;
}

.paging {
    width: 100%;
    float: left;
    text-align: right;
    margin: 30px 0 50px;
}

.paging span {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    line-height: 26px;
}

.paging span:hover,
.paging span.current {
    background: #E35B36;
    border: 1px solid #E35B36;
}

.paging span:hover a,
.paging span.current a {
    color: #fff;
}

#breadcrumb {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

#breadcrumb ol {
    list-style: none;
    padding: 0;
}

#breadcrumb li {
    float: left;
}

#breadcrumb li .fa {
    margin-left: 10px;
    margin-right: 10px;
}

#breadcrumb li:last-child .fa {
    display: none;
}

#breadcrumb li:last-child a {
    color: #E35B36;
}

.single h1 {
    font-size: 30px;
    margin-bottom: 12px;
}

.single {
    line-height: 23px;
}

.comment-title {
    height: 50px;
    margin-top: 35px;
    line-height: 50px;
    border-top: 1px solid #e8e8e8;
}

.comment-frm input,
.comment-frm textarea {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 8px !important;
    padding: 0 15px;
}

.comment-frm textarea {
    padding: 15px;
}

.comment-frm input {
    height: 34px;
}

.comment-frm input[type=submit] {
    width: auto;
    padding: 0 30px;
    float: right;
}

.comment-item {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.comment-avatar {
    width: 76px;
    float: left;
}

.comment-user {
    width: calc(100% - 76px);
    float: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.comment-user .name {
    font-weight: bold;
}

.comment-user.last {
    border: 0;
}

.single-news-related .owl-stage-outer {
    border-bottom: 1px solid #E8E8E8;
}

.single-news-related-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 25px;
    padding-top: 34px;
    border-top: 3px solid #121145;
}

.contact .home-news-title {
    margin-bottom: 0;
    border-bottom: 0;
}

.frmcontact-body .left,
.frmcontact-body .right {
    float: left;
}

.frmcontact-body .left {
    width: 36%;
    /* background: #121145 url('../img/contactbk.png') no-repeat 0 0; */
    /* background-size: cover; */
    height: 400px;
    /* padding: 34px; */
    text-align: center;
}

.frmcontact-body .form-title h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.frmcontact-content {
    text-align: left;
    color: var(--theme);
}

.frmcontact-content p {
    margin: 0 0 5;
}

.main.contact {
    padding-bottom: 70px;
}

.frmcontact-body .left ul {
    list-style: none;
    padding: 0;
}

.frmcontact-body .left li {
    margin-bottom: 7px;
}

.frmcontact-body .left li .fa {
    width: 26px;
}

.frmcontact-body .left li a {
    /* color: #fff; */
}

.frmcontact-body .right {
    width: 64%;
    padding: 34px 34px 0 34px;
    /* border-top: 11px solid #FFD858; */
    /* border-right: 11px solid #FFD858; */
    height: 400px;
    background: #F8F8F8;
}

.frmcontact-body .right .form-title {
    font-weight: bold;
}

.frmcontact-body .contact-label {
    font-size: 18px;
    margin-bottom: 5px;
    width: 100%;
    float: left;
    font-weight: 500;
    color: gray;
}

.frmcontact-body .contact-field {
    /* float: left; */
    width: 100%;
}

.frmcontact-body .col-sm-6 .contact-field:not(:last-child) {
    margin-bottom: 28px;
}

.frmcontact-body .contact-label span {
    color: #ff0000;
}

.contact-item-hafl,
.contact-item-full {
    float: left;
    margin-bottom: 15px;
}

.contact-item-hafl {
    width: 48%;
}

.contact-item-hafl-r {
    float: right;
}

.contact-item-full {
    width: 100%;
}

.contact-item-hafl input {
    width: 100%;
    border: none;
    background: #F8F8F8;
    height: 40px;
    padding-left: 15px;
    border-radius: 8px;
}

.contact-item-full textarea {
    height: 60px;
    width: 100%;
    border: none;
    background: #f8f8f8;
    float: left;
    border-radius: 8px;
    padding: 15px;
}

.contact-contact .frmcontact-body .left {
    text-align: left;
}

.contact-contact .frmcontact-body .form-title h2 {
    /* font-size: 20px; */
    text-align: left;
    margin: 20px 0 25px;
    line-height: 30px;
    /* color: var(--theme); */
    font-size: 40px;
    font-weight: 600;
    /* margin-bottom: 10px; */
}

.contact-contact .frmcontact-body img {
    margin: 30px 0 50px 20%;
    display: block;
    height: 125px;
}

.contact-contact .frmcontact-body .frmcontact-content a {
    color: var(--theme);
    font-weight: 600;
}

.google-map {
    height: 340px;
    float: left;
    width: 100%;
    overflow: hidden;
}

.tochuc-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.tochuc-title span {
    font-size: 35px;
    color: #E35B36;
    font-weight: normal;
}

.tochuc-item {
    text-align: center;
}

.tochuc-item .tochuc-img img {
    border-radius: 50%;
    border: 10px solid #F4F4F4;
    max-width: 180px;
    margin-bottom: 20px;
}

.tochuc-item .tochuc-name {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
}

.tochuc-item .tochuc-des {
    color: #757575;
    margin-top: 8px;
    margin-bottom: 45px;
}

.tailieu-item {
    margin-bottom: 25px;
}

.tailieu-item-content {
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    float: left;
}

.tailieu-link,
.tailieu-title,
.tailieu-thumb {
    float: left;
}

.tailieu-thumb {
    width: 73px;
}

.tailieu-thumb img {
    margin-left: 20px;
    margin-top: 5px;
}

.tailieu-link {
    transition: all 0.1s;
    width: 36px;
    height: 36px;
    background: #F4F4F4;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    margin-left: 18px;
}

.tailieu-link .fa {
    color: #757575;
}

.tailieu-title {
    width: calc(100% - 144px);
}

.tailieu-item:hover .tailieu-link {
    background: #00C508;
}

.tailieu-item:hover .tailieu-link .fa {
    color: #fff;
}

.archive-product-item-body {
    border: 1px solid #E8E8E8;
    transition: all 0.2s;
}

.archive-product-item-body img {
    width: 100%;
}

.data-hover .archive-product-item-body {
    border: 0;
}

.archive-product-item-body:hover {
    border: 1px solid #121145;
}

.data-hover .archive-product-item-body:hover {
    border: none;
}

.archive-product-item {
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.archive-product-item .data-hover {
    position: absolute;
    top: -20px;
    z-index: 999;
    background: #fff;
    width: 500px;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.archive-product-item .b_title {
    padding: 15px;
    font-weight: 600;
    transition: all 0.2s;
}

.archive-product-item-body:hover .b_title a {
    color: #121145;
}

.data-hover .archive-product-item-body img {
    width: 100%;
    margin-bottom: 18px;
}

.data-hover .archive-product-item-body .h-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 12px;
}

.data-hover .archive-product-item-body .h-des {
    font-size: 18px;
    margin-bottom: 20px;
}

.data-hover .archive-product-item-body .h-info {
    margin-bottom: 9px;
}

.data-hover .archive-product-item-body .hicon {
    width: 16px;
    display: inline-block;
    margin-right: 7px;
}

.data-hover .archive-product-item-body .icon-1 {
    background: url('../img/i1.png') no-repeat 0 0;
    height: 14px;
}

.data-hover .archive-product-item-body .icon-2 {
    background: url('../img/i2.png') no-repeat 0 0;
    height: 19px;
}

.data-hover .archive-product-item-body .icon-3 {
    background: url('../img/i3.png') no-repeat 0 0;
    height: 17px;
}

.data-hover .archive-product-item-body .icon-4 {
    background: url('../img/i4.png') no-repeat 0 0;
    height: 12px;
}

.data-hover .archive-product-item-body .icon-5 {
    background: url('../img/i5.png') no-repeat 0 0;
    height: 18px;
}

.data-hover .archive-product-item-body .icon-6 {
    background: url('../img/i6.png') no-repeat 0 0;
    height: 15px;
}


.single-news-related {
    position: relative;
}

.single-news-related .owl-nav {
    display: block;
    position: absolute;
    top: -58px;
    right: 0px;
}

.single-news-related .owl-carousel .owl-nav.disabled {
    display: block !important;
    text-align: center;
    margin: 0;
    padding: 0;
}

.single-news-related .owl-prev span,
.single-news-related .owl-next span {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    background: #C4C4C4 url('../img/chevron_right_1_.svg') no-repeat 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px;
}

.single-news-related .owl-next span {
    background: #c4c4c4 url('../img/chevron_left_1.svg') no-repeat 50%;
}

.single-news-related .owl-prev span:hover {
    background: #E35B36 url('../img/chevron_right_1_.svg') no-repeat 50%;
}

.single-news-related .owl-next span:hover {
    background: #E35B36 url('../img/chevron_left_1.svg') no-repeat 50%;
}

.archive-product-item-body .b_cat {
    width: calc(100% - 30px);
    position: relative;
    height: 42px;
    padding-left: 15px;
    font-size: 14px;
    color: #8b8b8b;
}

.archive-product-item-body .b_cat span {
    position: absolute;
    right: -30px;
    top: 0;
    background: #E35B36 url('../img/rsmall.svg') no-repeat 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px;
    background-size: auto;
}

.page-ung-ho-title h2 {
    text-align: center;
    font-weight: 600;
    font-size: 34px;
    margin: 0 0 50px;
}

.ungho-list-form {
    padding-bottom: 50px;
}

.archive-product .page-title {
    text-align: center;
    margin: 0 0 30px;
}

.archive-product .page-title span {
    font-size: 16px;
    color: #1C659F;
    margin: 0 0 5px;
    display: block;
}

.archive-product .page-title h1 {
    font-size: 34px;
}

#modal-login .modal-dialog {
    max-width: 450px;
}

#modal-login .modal-content {
    border-radius: 20px;
}

#modal-login .logo,
#modal-login .logo2 {
    text-align: center;
    margin-top: 25px;
}

#modal-login .logo img {
    width: 192px;
}

#modal-login input[type=text],
#modal-login input[type=password] {
    height: 50px;
    border-radius: 150px !important;
    border: none;
    padding-left: 50px;
    width: 100%;
    margin-bottom: 16px;
    background: #f8f8f8;
}

#modal-login input[type=submit] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 150px;
    background: #121145;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 42px;
    margin-top: 5px;
}

#modal-login input[type=submit]:hover {
    background: #8b8b8b;
}

#modal-login input[type=text]:focus,
#modal-login input[type=password]:focus {
    outline: none !important;
    box-shadow: none !important;
}

#modal-login form.frmlogin {
    padding: 0 40px;
    margin-top: 41px;
}

#modal-login .input-text {
    position: relative;
}

#modal-login .input-text span {
    background: url('../img/pass.svg') no-repeat 0 0;
    width: 16px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 20px;
}

#modal-login .input-text-user span {
    background: url('../img/userr.svg') no-repeat 0 0;
    height: 21px;
}

#modal-login .navi {
    text-align: center;
    padding-bottom: 50px;
}

#modal-login .navi .reg {
    font-weight: 700;
    line-height: 20px;
}

#modal-login .navi .reg a {
    display: inline-block;
}

#modal-login .navi .reg span {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('../img/nextlogin.svg') no-repeat 0 0;
    background-size: contain;
    float: right;
    margin-left: 10px;
    margin-top: -2px;
}


#modal-reg .modal-dialog {
    max-width: 780px;
    width: 100%;
}

#modal-reg .modal-content {
    border-radius: 20px;
}

.modal-reg-content {
    padding: 0 10px;
}

.modal-reg .modal-title {
    color: #121145;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
}

.reg-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
    position: relative;
}

.reg-title:after {
    width: 50px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    content: "";
    height: 3px;
    background: #1093F0;
    left: 0;
}

.reg-red:after {
    background: #121145;
}

.reg-lb {
    color: #757575;
    font-size: 15px;
    margin-bottom: 6px;
}

.reg-lb span {
    color: #ff0000;
}

.reg-in textarea,
.reg-in input {
    width: 100%;
    background: #F8F8F8;
    border: none;
    height: 40px;
    border-radius: 8px !important;
    margin-bottom: 15px;
    padding: 15px;
}

.reg-in textarea {
    height: 125px;
}

.dktcong {
    text-align: center;
    font-weight: bold;
    margin: 120px 0;
}

#modal-reg input[type=submit] {
    width: 100%;
    max-width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 150px;
    background: #121145;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: inline-block;
}

#modal-reg input[type=submit]:hover {
    background: #8b8b8b;
}

.sidebar-category {
    background: #121145;
    color: #fff;
    padding: 20px;
    font-weight: 500;
}

.sidebar-category a {
    color: #fff;
}

.sidebar-category a:hover {
    color: #FFD858;
}

.sidebar-category-title {
    font-size: 21px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

.sidebar-category-body ul {
    list-style: none;
    padding: 0;
}

.sidebar-category-body li {
    font-size: 18px;
    margin-bottom: 15px;
    background: url('../img/rsmall.svg') no-repeat 0 7px;
}

.sidebar-category-body li a {
    padding-left: 16px;
}

.add-item input,
.add-item textarea {
    width: 80%;
    border: 1px solid #ccc;
    background: #f8f8f8;
    height: 40px;
    outline: 40px;
    margin-bottom: 15px;
}

.add-item select {
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    margin-bottom: 15px;
    padding: 0 15px;
}

.add-item textarea {
    height: 80px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    margin-bottom: 15px;
}

.add-item input,
.add-item textarea {
    padding: 15px;
}

.add-item input[type=submit] {
    margin-top: 15px;
    line-height: 40px;
    padding: 0 35px;
    background: #121145;
    display: inline-block;
    width: auto;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 20px;
    border: 0;
}

.add-item-label {
    font-size: 15px;
    color: #757575;
    margin-bottom: 6px;
}

.mobile-menu {
    position: absolute;
    top: 13px;
    left: 10px;
    z-index: 999;
    display: none;
    /* width: 30px; */
}

.mobile-menu .fa {
    font-size: 25px;
    color: #fff;
}

.baner-duan img,
.baner-qc img {
    width: 100%;
    border: 1px solid #f1f1f1;
}

.product-search {
    background: #F8F8F8;
    border-radius: 8px;
    margin-bottom: 25px;
    padding: 0 20px;
}

.product-search input,
.product-search select {
    height: 40px;
    border: 1px solid #e8e8e8;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
    border-radius: 8px !important;
}

.product-search input[type=text] {
    background: url('../img/psearch.svg') no-repeat 15px 50%;
    padding-left: 45px;
}

.search-label {
    margin-bottom: 11px;
    margin-top: 12px;
    font-size: 14px;
}

.show-gallery {
    transition: all 0.1s;
    margin-top: 20px;
    margin-bottom: 4px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #E35B36;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
}

.show-gallery:hover {
    background: #121145;
}

.single .content * {
    font-family: SanFranciscoDisplay !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.single .content img {
    margin: 10px 0 !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}

.home-news.home-video {
    padding-top: 20px;
    border-top: 3px solid var(--theme);
}

.home-video-carousel .home-video-frm {
    position: relative;
}

.home-video-carousel .home-video-frm:before {
    background: rgba(0, 0, 0, .3);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "&nbsp;"
}

.home-video-carousel .home-video-frm .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    z-index: 100;
}

#modal-video .modal-dialog {
    width: 90%;
    max-width: 1000px;
    height: auto;
    top: 50%;
    transform: translate(0, -62%);
}

#modal-video .modal-body {
    padding: 0;
    box-shadow: 0 0 0 0;
    width: 100%;
    padding-bottom: calc(100% * 0.56);
    height: 0;
    z-index: -1;
    position: relative;
}

#modal-video .modal-body iframe {
    width: 100%;
    height: 100%;
    /* display: table; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#modal-video .modal-body * {
    padding: 0;
    margin: 0;
}

#modal-video .modal-content {
    background: none;
    z-index: -1;
}


.page-video .page-title {
    text-align: center;
}

.page-video .page-title span:last-child {
    padding-bottom: 30px;
}

.page-video .banner-des {
    color: var(--fourth-color);
}

.imgandvideo-section .video-item a {
    position: relative;
    display: block;
}

.imgandvideo-section .video-item a:hover .play-youtube-btn {
    scale: 1.1;
}

.imgandvideo-section {
    margin-bottom: 100px;
}

.play-youtube-btn {
    position: absolute;
    top: 40%;
    left: 40%;
    /* transform: translate(-50%, -50%); */
    width: 15%;
    transition: .3s;
}

.video-item a img:first-child {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.modal-content {
    border-radius: 20px;
}

.modal-ytb .modal-body iframe {
    border-radius: 20px;
    border: 0;
}

.slider-product {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--text);
    z-index: 99999;
    overflow: visible;
    opacity: 0;
    transition: 0.3s linear;
    visibility: hidden;
}

.slider-body {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-product.active {
    opacity: 1;
    visibility: visible;
}

.slider-img-wrap {
    position: absolute;
    padding: 15px;
    border-radius: 20px;
    background-color: var(--white);
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 930px;
    max-width: 90%;
}

.slider-img-close {
    position: absolute;
    z-index: 9999999;
}

.big-thumb {
    position: relative;
    margin-bottom: 28px;
}

.big-thumb .next-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%);
}

.big-thumb .pre-btn {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(50%, -50%);
}

.big-thumb img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.big-thumb span {
    font-size: 24px;
    line-height: 28.64px;
    color: var(--fifth-color);
    font-weight: 500;
    margin-top: 18px;
    display: block;
    text-transform: capitalize;
}

.img-thumb {
    position: relative;
}

.owl-img-thumb {
    width: 90%;
    margin: auto;
}

.img-thumb .next-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 9999;
}

.img-thumb .pre-btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 9999;
}

.img-thumb .img-slide-item img {
    border-radius: 10px;
    height: 80px;
    object-fit: cover;
}

.image-item img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.img-slide-item img {
    filter: brightness(50%);
}

.img-slide-item.active img {
    filter: brightness(1);
}

.img-pageimg-title {
    padding-top: 17px;
    font-size: 16px;
    line-height: 19.09px;
    font-weight: 600;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.imgandvideo-item {
    padding-bottom: 30px;
}

.slider-close {
    top: 7%;
    right: 15%;
    transform: translate(-50%, -50%);
}

.slider-close:hover {
    cursor: pointer;
}

.modal-dialog {
    max-width: 96%;
    width: 900px;
    margin: 10% auto 0;
}

.page-ung-ho {
    margin-bottom: 50px;
}

.wishlist-table {
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
    max-height: 540px;
    /* max-height: 100vh; */
}

.wishlist-table tbody tr:first-child {
    background-color: var(--white);
}

.wishlist-table th {
    position: sticky;
    top: -1px;
    background-color: var(--theme);
    color: var(--white);
    z-index: 10;
}

.wishlist-table table {
    /* border-collapse: collapse; */
    width: 100%;
}

.wishlist-table th,
.wishlist-table td {
    padding: 8px;
    text-align: left;
    border: 1px solid #e1e1e1;
}

.wishlist-table tr:hover {
    background-color: var(--white);
}

.wishlist-img img {
    display: inline-block;
}

.wishlist-img h3 {
    display: inline-block;
}

.wishlist-prod {
    width: 100%;
    position: relative;
}

.wishlist-prod h3 {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
}

.product-price,
.wishlist-time,
.wshow-detail {
    position: relative;
    width: 100%;
    margin: 0px;
}

.product-price span,
.wshow-detail a,
.wishlist-time p {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}

.wishlist-table th {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}

.wshow-chitiet:hover {
    color: var(--white);
}


/* toiuu  */

.toiuu .owl-carousel {
    display: block;
}

.toiuu .owl-carousel .item {
    display: none;
}

.toiuu .owl-carousel .item img {
    display: none;
}

.toiuu .owl-carousel .item:first-child {
    display: block !important;
}

.toiuu .owl-carousel .item:first-child img {
    display: block !important;
}

/* toi uu end  */

.box-404 {
    height: 400px;
    width: 100%;
    position: relative;
}

.box-404 img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

@media all and (min-width: 768px) {

    .news-item-top .news-image.col-sm-5,
    .news-item .news-image.col-sm-3 {
        padding-right: 0 !important;
    }
}

@media all and (max-width: 768px) {
    .navbar-social {
        display: none;
    }

    .slider-product .slider-btn {
        display: none;
    }

    .owl-img-thumb {
        width: 100%;
    }

    .slider-close {
        right: 5%;
    }

    .owl-img-thumb img {
        height: 300px !important;
        object-fit: cover !important;
        filter: brightness(1);
    }

    .top-heat-owl {
        min-height: 450px;
    }

    .featured_news-owl {
        min-height: 350px;
    }

    .login-btn-logged {
        width: 36%;
    }

    .mobile-menu {
        display: block;
    }

    /* 
    .wrap {
        width: 92%;
        margin: 0 auto;
    } */

    .search-form {
        width: 50%;
        margin-left: 10%;
        margin-right: 0;
    }

    .logo {
        text-align: center;
    }

    .footer-menu,
    .main-menu {
        display: none;
    }

    .main {
        padding-top: 15px;
    }

    #breadcrumb {
        margin-bottom: 18px;
    }

    .footer-lft {
        text-align: center;
    }

    .footer-right {
        text-align: left;
    }

    .tin247 .home-news-title {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .tin247 .owl-carousel .owl-nav.disabled {
        top: 38%;
    }


    .news-image {
        margin-bottom: 15px;
    }

    .top-heat-owl .news-image {
        min-height: 220px;
    }

    .news-item {
        border: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .home-news .news-item .news-des {
        display: none;
    }

    .news-item img {
        margin: 0;
    }

    .archive .archive-item img {
        margin-bottom: 12px;
    }

    .single-news-related .news-des {
        display: none;
    }

    .frmcontact-body .left,
    .frmcontact-body .right {
        width: 100%;
        height: unset;
    }

    .frmcontact-body .right {
        border-right: none;
        padding: 30px 0 0 0;
        background-color: var(--white);
    }

    .add-item input,
    .add-item textarea {
        width: 100%;
    }

    .partners-owl .owl-nav {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .partners-owl .owl-dots {
        display: none;
    }
}