@charset "utf-8";
body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}

input, button, select, textarea {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover, a:focus {
    text-decoration: none;
}

a {
    color: #333;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}

.owl-prev, .owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}

.fl-left {
    float: left !important;
}

.fl-right {
    float: right !important;
}

/* css main slider */
#slider-home .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#slider-home .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#slider-home .owl-nav .fa {
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.clearfix {
    clear: both;
}

.hc-nav-trigger.hc-nav-1 {
    display: none !important;
}

.second-nav {
    display: none;
}

.top-header .top-header-l {
    display: inline-block;
}

.top-header .slogin {
    width: calc(100% - 140px);
    display: inline-block;
    float: right;
    padding-left: 10px;
    margin-top: 7px;
}

.top-header .slogin p {
    color: #464646;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 0
}

.logo img {
    width: 100%;
}

#header-site {
    padding-bottom: 15px
}

.top-search form {
    position: relative;
    margin-top: 11px;
}

.top-search form input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding-left: 10px;
}

.top-search form .click-search {
    position: absolute;
    right: 18px;
    top: 10px;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    display: inline-block;
    float: left;
    position: relative;
}

.main-menu ul li .sub-menu {
    position: absolute;
    z-index: 11;
    background: #bf2b4f;
    width: 220px;
    top: 70px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    visibility: hidden;
    opacity: 0
}

.main-menu ul li:hover .sub-menu {
    top: 50px;
    visibility: visible;
    opacity: 1
}

.main-menu ul li .sub-menu li {
    width: 100%;
}

.main-menu ul li .sub-menu li a {
    color: #fff;
    line-height: initial;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.main-menu ul li .sub-menu li:last-child a {
    border-bottom: 0
}

.main-menu {
    background: rgb(198, 114, 129);
    background: linear-gradient(339deg, rgba(198, 114, 129, 1) 20%, rgba(228, 111, 129, 1) 40%, rgba(212, 74, 110, 1) 100%);
    height: 50px;
    line-height: 50px;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, .5);
}

.main-menu ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 0px 20px;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.main-menu ul li a:hover {
    background: #bf2b4f;
    color: #fff;
}

.main-menu ul li.active a {
    background: #bf2b4f;
    color: #fff;
}

.new-top .title {
    background: #d63227;
    color: #fff;
    font-size: 16px;
    float: left;
    padding: 5px 0;
    width: 160px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    margin: 0;
}

.new-top .title:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 100%;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #d63227;
    border-style: solid;
    border-width: 5px;
}

.new-top marquee a {
    display: inline-block;
    margin-right: 20px;
    display: inline-block;
}

#slider-home .item {
    position: relative
}

#slider-home .item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(transparent, transparent, #d54e70);*/
    content: "";
}

#slider-home .item img { /*height: 450px;*/
}

#slider-home .overlay-item {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 99
}

#slider-home .overlay-item .title {
    font-size: 30px;
    margin: 0;
    padding-bottom: 5px;
}

#slider-home .overlay-item .author {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

#slider-home .overlay-item .title a {
    color: #fff;
}

.owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    background: #fff;
    border-radius: 50%;
}

#slider-home .owl-dots {
    bottom: 2px;
    right: 18px;
    position: absolute;
}

.owl-dots .owl-dot.active {
    background: #f7b007;
}

.main-slider .right-sl .item {
    position: relative;
    margin-bottom: 5px;
}

.main-slider .right-sl .item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(111, 78, 49, 0.7);
    content: "";
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.main-slider .right-sl .item:hover:after {
    background: rgba(111, 78, 49, 0.2);
}

.main-slider .right-sl .item img {
    display: inline-block;
    height: 146px;
    width: 100%;
}

.main-slider .right-sl .item:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.main-slider .right-sl .item {
    overflow: hidden
}

img {
    object-fit: cover;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.main-slider .right-sl .item .overlay-item {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 99
}

.main-slider .right-sl .item .overlay-item .title {
    margin: 0;
}

.main-slider .right-sl .item .overlay-item .title a {
    color: #fff;
}

.main-slider .right-sl .item .overlay-item .author {
    margin: 0;
    color: #fff;
    padding-top: 6px;
    font-size: 13px;
}

.banner-block {
    background: #fff5de;
    width: 100%;
    margin: 0 0 30px 0;
    position: relative;
}

.banner-block p {
    color: #555;
}

.banner-block a {
    float: right;
    background: url('../images/write.png') no-repeat left 15px center #9A2727;
    padding: 10px 20px;
    padding-left: 35px;
    color: #fff;
    animation: alertPulse 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 1;
}

.banner-block .banner-content {
    display: inline-block;
    width: 100%;
    padding: 20px;
}

.main-content {
    margin-top: 30px;
}

.block-title {
    width: 100%;

    margin-bottom: 5px;
    padding: 0;
    display: inline-block;
    margin-top: 0;
    position: relative
}

.block-title span {
    font-size: 16px;
    color: #d75172;
    text-transform: uppercase;
    font-weight: 700;
    background: #fff;
    padding: 5px;
    float: left;
}

.block-title a.more-from-category {
    position: absolute;
    top: 12px;
    right: 0;
    color: #999;
    font-style: italic;
    font-size: 14px;
}

.new-home .new-home-left .image img {
    display: inline-block;
    width: 100%;
    height: 240px;
    border-radius: 5px;
}

.new-home .image:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.new-home .image {
    overflow: hidden;
}

.new-home .new-home-left .title {
    font-size: 16px;
    line-height: 22px;
}

.new-home .new-home-left .title a {
    color: #000;
    font-family: 'Roboto-Bold';
}

.new-home .new-home-left .title a:hover {
    color: #284873;
}

.new-home .new-home-left .date {
    color: #999;
    margin-bottom: 3px;
}

.new-home .new-home-right .item-child {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ebebeb;
}

.new-home .new-home-right .item-child .image {
    width: 40%;
    display: inline-block;
    float: left;
}

.new-home .new-home-right .item-child .nav-image {
    width: 60%;
    display: inline-block;
    float: right;
    padding-left: 15px;
}

.new-home .new-home-right .item-child .nav-image .title {
    margin: 0;
    line-height: 20px;
    font-size: 16px; /*height: 40px;*/ /*overflow: hidden;*/
    margin-bottom: 5px;
}

.new-home .new-home-right .item-child .nav-image .title a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.new-home .new-home-right .item-child .nav-image .title a:hover {
    color: #284873;
}

.new-home .new-home-right .item-child .nav-image .date {
    margin: 0;
    color: #999;
    margin-bottom: 5px;
}

.new-home .new-home-right .item-child .image img {
    width: 100%;
    height: 83px;
    border-radius: 4px;
}

.new-home .date .author {
    font-family: 'Roboto-Bold';
    font-size: 13px;
}

.new-home2 .new-home-left {
    padding-bottom: 25px;
}

.new-home2 .new-home-left .desc {
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}

.new-home {
    margin-bottom: 15px;
}

.new-home3 .new-home-left .title {
    margin-top: 0
}

.new-home3 .new-home-left {
    margin-bottom: 25px;
}

.new-home4 .new-home-right .item-child .image img {
    height: 220px;
    border-radius: 5px;
}

.new-home3 .new-home-right .item-child .nav-image .title {
    height: auto
}

.new-home3 .new-home-right .item-child {
    margin-bottom: 20px;
}

.sidebar .item-sidebar {
    margin-bottom: 15px;
}

.sidebar .item-sidebar .ads img {
    width: 100%
}

.sidebar .item-sidebar .title-sb {
    background-color: #bf2b4f;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px;
    font-weight: 700;
    margin: 0;
}

.slider-sb {
    border: 1px solid #ddd;
    padding: 15px;
}

.slider-sb .owl-next {
    position: absolute;
    top: -40px;
    right: 15px;
    color: #fff;
    font-size: 20px;
}

.slider-sb .owl-prev {
    position: absolute;
    top: -40px;
    right: 40px;
    color: #fff;
    font-size: 20px;
}

.conversation-chat .box-chat-facebook {
    margin: 15px 15px 40px;
    text-align: center;
}

.conversation-chat .box-chat-facebook img {
    margin-bottom: 15px;
    display: inline-block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

.conversation-chat .box-chat-facebook .title {
    color: #4f3006;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    font-family: 'Roboto-Bold';
}

.conversation-chat .box-chat-facebook p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5625;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.conversation-chat .box-chat-facebook span {
    background: url('../images/mess.png') no-repeat left center;
    padding: 2px 0;
    padding-left: 25px;
    text-decoration: underline;
    color: #636363;
    font-size: 16px;
}

.conversation-chat .title-primary {
    color: #284873;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    background: url('../images/line.png') no-repeat bottom center;
    padding-bottom: 10px;
    margin: 40px 0 20px;
}

.conversation-chat {
    background: #f7f8f9;
    margin-top: 35px;
}

.content-bottom {
    background-color: #f7f8f9;
    border-top: 4px solid #f9a606;
    padding-top: 30px;
    padding-bottom: 40px;
}

.content-bottom .content-bottom-left .title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #284873;
    margin-bottom: 25px;
}

.content-bottom .content-bottom-left p {
    font-size: 16px;
}

.content-bottom .content-bottom-left {
    padding-top: 30px;
}

.content-bottom .content-bottom-left span.red {
    color: #E7340F;
}

.content-bottom .content-bottom-left form input[type=text] {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}

.content-bottom .content-bottom-left form textarea {
    width: 100%;
    height: 95px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.content-bottom .content-bottom-left form input[type="submit"] {
    background: url('../images/ico-dat.png') no-repeat left 10px center #ec2727;
    padding: 10px 17px;
    padding-left: 40px;
    border-radius: 5px;
    color: #fff;
    border: none;
    font-weight: bold;
    float: right;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 10px;
    animation: alertPulse 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 1;
}

.content-bottom .content-bottom-right img {
    margin: 40px 0;
}

.content-bottom .content-bottom-right .box_call {
    padding: 15px 0;
    padding-left: 100px;
    line-height: 35px;
    position: relative;
    display: inline-block;
}

.content-bottom .content-bottom-right {
    text-align: center
}

.content-bottom .content-bottom-right .box_call:before {
    content: url('../images/call.png');
    position: absolute;
    top: 6px;
    left: 0;
}

.content-bottom .content-bottom-right .box_call a {
    text-decoration: none;
    font-size: 20px;
}

.content-bottom .content-bottom-right .hotline .box_call span {
    color: #ec2727;
    font-weight: bold;
    font-size: 36px;
}

#footer-site {
    border-top: 1px solid #ddd;
    background: #f7f8f9;
    padding-top: 23px;
    padding-bottom: 30px
}

#footer-site .item-footer .title-footer {
    font-family: 'Roboto-Bold';
    font-size: 20px;
    color: #bf2b4f;
}

#footer-site .item-footer .ykien-kh {
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px;
    font-size: 15px;
    margin-top: 15px;
}

#footer-site .item-footer .ykien-kh .title-footer {
    margin-top: 0
}

.social-footer ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

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

.social-footer ul li a {
    color: #fff;
    margin-right: 5px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.social-footer ul li a.fb {
    background: #3a58a0;
}

.social-footer ul li a.in {
    background: #3b6c8d;
}

.social-footer ul li a.tw {
    background: #1d78c1;
}

.social-footer ul li a.gg {
    background: #ea3f38;
}

.social-footer ul li a.yt {
    background: #db2c1b;
}

.social-footer {
    margin-top: 18px;
}

.copy-right {
    background: #bf2b4f;
    color: #ffff;
    padding: 15px 0;
    text-align: center;
}

.copy-right a {
    color: #fff;
}

.page-body-buong {
    width: 100%;
    overflow: hidden;
}

/* brecus*/
.breadcrumb ul {
    padding-left: 0;
}

.breadcrumb {
    padding: 0; /* margin-top: 10px; */
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    background: #f5f5f5;
}

.breadcrumb ul li {
    display: inline-block;
}

.breadcrumb ul li a {
    color: #999;
}

.top-content-new .item {
    position: relative;
}

.top-content-new .item .overlay-item {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 2%;
    background: linear-gradient(transparent, #252525);
}

.top-content-new .item .overlay-item .title {
    margin: 0;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.top-content-new .item .overlay-item .title a {
    color: #fff;
}

.top-content-new .item .overlay-item .author {
    color: #fff;
    margin-bottom: 3px;
    font-style: italic;
    padding-top: 5px;
}

.top-content-new .item .overlay-item .view {
    margin: 0;
    color: #fff;
    font-size: 12px;
}

.top-content-new .item .overlay-item .view svg {
    margin-right: 3px;
}

.top-content-new .item .image img {
    width: 100%;
    height: 240px;
}

/*pagenavi */
.pagenavi {
    border-top: 1px dashed #dddddd;
    padding-top: 26px;
    margin-top: 13px;
    margin-bottom: 30px;
}

.pagenavi ul {
    padding-left: 0;
}

.pagenavi ul li {
    display: inline-block;
}

.pagenavi ul a {
    height: 27px;
    display: inline-block;
    background: #f2f2f2;
    text-align: center;
    line-height: 27px;
    border: 1px solid #dddddd;
    padding: 0 10px;
}

.pagenavi ul a.active {
    background: #284873;
    color: #c5eaf8;
}

.main-content-new .new-home-right .item-child .desc {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
}

.main-content-new .new-home .new-home-right .item-child {
    margin-bottom: 20px;
}

.detail-content-new .title-pr {
    color: #f26522;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}

.detail-content-new .author {
    font-size: 12px;
}

.detail-content-new .author span {
    font-family: 'Roboto-Bold';
}

.top-content-new.other-new .item .overlay-item {
    position: static;
    background: none;
}

.top-content-new.other-new .item .overlay-item .title a {
    color: #333;
}

.top-content-new.other-new .item .overlay-item .author {
    color: #333;
}

.top-content-new.other-new .item .overlay-item .view {
    color: #333;
}

.top-content-new.other-new .item .image img {
    height: 174px;
}

.other-new.top-content-new {
    margin-top: 40px;
}

.other-new .title-other {
    font-size: 25px;
    padding-bottom: 10px;
}

.other-new .owl-next {
    position: absolute;
    top: -49px;
    right: 0;
    font-size: 15px;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.other-new .owl-prev {
    position: absolute;
    top: -49px;
    right: 36px;
    font-size: 15px;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#cauhoi_tuvan .accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    position: relative
}

#cauhoi_tuvan .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: left;
    margin-right: 5px;
    top: 9px;
    left: 17px;
    position: absolute;
}

#cauhoi_tuvan .active:after {
    content: "\2212";
}

#cauhoi_tuvan .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0;
    border: 1px dashed #ddd;
    border-top: 0;
    margin-bottom: 13px;
}

#cauhoi_tuvan .accordion {
    width: 100%;
    text-align: left;
    border: 1px dashed #ddd;
    padding: 8px 15px;
    border-bottom: 0;
    font-size: 14px;
    padding-left: 35px;
}

#cauhoi_tuvan .accordion.active {
    background: #284873;
    color: #fff;
}

#cauhoi_tuvan .accordion:hover {
    color: #c89e34
}

.panel span {
    padding-top: 7px;
    display: inline-block;
    font-weight: bold;
}

.page-original-content {
    clear: both;
    margin: 10px 0 0px 0;
}

.noidung-hoidap {
    background: #fffaef;
    padding: 20px 2%;
    float: left;
    width: 100%;
    border: 1px solid #d6d6d6;
    margin-bottom: 20px;
}

img.alignleft {
    display: inline;
    margin: 0 15px 10px 0;
}

.ask-new-question {
    clear: both;
    margin: 0px 0 20px;
}

#form-binh-luan .title {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
    text-decoration: underline;
    margin: 15px 0;
}

.fitqa-ask-form input[type=text] {
    padding-left: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    height: 35px;
}

.fitqa-ask-form input[type="submit"] {
    background: #d63227;
    cursor: pointer;
    line-height: 19px;
    padding: 10px 30px;
    color: #fff;
    font-weight: 700;
    -webkit-appearance: none;
    border: 1px solid #d63227;
    border-radius: 3px;
    margin-top: 10px;
    font-size: 17px;
}

#ask-new-question textarea {
    width: 100%;
    height: 178px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.cauhoi-thuonggap.new-home .new-home-right .item-child .image {
    width: 20%;
}

.cauhoi-thuonggap.new-home .new-home-right .item-child .nav-image {
    width: 80%;
}

.cauhoi-thuonggap .new-home-right .item-child .image img {
    height: 150px;
}

.cauhoi-thuonggap .new-home-right .item-child .nav-image .title {
    height: auto
}

.cauhoi-thuonggap .new-home-right .item-child .nav-image .desc {
    padding-top: 10px;
}

.cauhoi-thuonggap .list-question li a:before {
    content: '';
    background: #ffc300;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 8px;
    left: 0;
}

.cauhoi-thuonggap .list-question li a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 18px;
}

.cauhoi-thuonggap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cauhoi-thuonggap .list-question li {
    padding-bottom: 10px;
    font-size: 15px;
}

.cauhoi-thuonggap .list-question {
    margin-top: 20px;
}

.banner-geo {
    float: left;
    width: 100%;
    margin: 15px 0;
    text-align: center;
}

.banner-geo img.pic1 {
    float: left;
    width: 260px;
}

.banner-geo span a {
    background: url('../images/call.png') no-repeat top center;
    padding-top: 103px;
    font-size: 34px;
    font-weight: 700;
    color: #284873;
    display: inline-block;
}

.banner-geo img.pic2 {
    float: right;
    width: 260px;
}

#banggtsanpham {
    float: left;
    width: 96%;
    margin: 15px 0;
    padding: 0 2%;
    text-align: center;
}

#banggtsanpham h2 {
    font-weight: bold;
    font-size: 26px !important;
    margin-bottom: 20px;
    color: #066027 !important;
}

#banggtsanpham p {
    margin-bottom: 15px;
    text-align: center;
}

#banggtsanpham h3 {
    font-weight: 700;
    font-size: 20px;
    color: #d63227;
    margin-bottom: 15px;
}

#banggtsanpham p a {
    background: #f23030;
    border-radius: 25px;
    padding: 10px 30px;
    color: #fff;
    font-size: 17px;
    margin: 0 auto;
    float: none;
    display: table;
    text-align: center;
}

#banggtsanpham .box_call a {
    background: url('../images/call-yen-dep.png') no-repeat left center;
    padding: 20px 0px;
    padding-left: 100px;
    display: inline-block;
    font-size: 20px;
    color: #444;
}

#comment {
    height: 70px;
    padding: 10px;
    width: 100%;
}

#respond input[type=submit] {
    float: right;
    padding: 10px 50px;
    background: #d63227;
    cursor: pointer;
    line-height: 19px;
    padding: 10px 30px;
    color: #fff;
    font-weight: 700;
    -webkit-appearance: none;
    border: 1px solid #d63227
}

#top-bar {
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.top-bar-socials {
    float: right;
}

#top-menu {
    float: left;
}

#top-bar a {
    color: #000000;
}

.top-bar-socials a {
    margin-left: 15px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
}

.top-bar-socials a:first-child {
    margin-left: 0;
}

#top-menu li {
    position: relative;
}

#top-menu > li {
    display: inline-block;
    list-style: none;
}

#top-menu li a {
    font-size: 12px;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0px 7px;
}

.top-header {
    padding: 20px 0px;
}

.new-home .new-home-right .item-child .nav-image .readmore a {
    font-size: 14px;
    border: 1px solid #d75172;
    background: #d75172;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    margin-top: 10px;
}
@media  (min-width: 900px) {
    .hidden-pc{
        display: none;
    }

}
@media (max-width: 758px) {
    #top-bar {
        /*display: none;*/
    }
    .hidden-mb{
        display: none;
    }
    .top-bar-socials{
        float: none;
    }

    .logo img {
        width: auto;
    }
    .breadcrumb{
        display: none;
    }
    .content-new-detail h1 {
        font-size: 18px;
    }
    .content-new-detail iframe {
        width: 100%!important;
        height: auto!important;
    }
    .content-new-detail img {
        width: 100%!important;
        height: auto!important;
    }
}
@media (max-width: 800px) {
    .new-home .new-home-left .image img {
        height: auto;

    }
    .new-home .new-home-right .item-child .image img {
        height: auto;
    }
    .click-searchz{
        position: absolute;
        right: 15px;
        width: 45px;
        height: 35px;

        background: #c21c41;
        line-height: 35px;
        color: #fff;
        font-size: 17px;
        border-radius: 6px;
        top: 11px;
        text-align: center;
    }
    .click-searchz:hover{
        color: #fff;
    }
    .newsletter .form-wrap{
        background: no-repeat;
        padding-left: 0;
    }
    .click-searchz svg{
        width: 1em;
        display: inline-block;
        font-size: inherit;
        height: 1em;
    }
}
@media (width: 768px) {
    .main-menu {
        display: block!important;
    }
    .main-menu ul li a {
        font-size: 14px;
        color: #fff;
        display: block;
        padding: 0 10px;
        position: relative;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
    }
    .stike{
        position: sticky;
        top: 0;
    }
}
@media (width: 1024px) {
    .new-home4 .new-home-right .item-child .image img {
        height: auto!important;
    }
    .new-home4 .new-home-right .item-child .image {
        width: 100%;
    }
    .new-home4 .new-home-right .item-child .nav-image{
        padding-left: 0px;
        width: 100%;
        padding-top: 15px;
    }

}