@font-face {
    font-family: utm;
    src: url('../font/43-5519-UVNSangSong_N.TTF') format('truetype');
}
@font-face {
    font-family: uvnb;
    src: url('../font/UVNBaiHoc_B.TTF') format('truetype');
}
@font-face {
    font-family: "Roboto-Bold";
    src: url('../font/Roboto-Bold.ttf') format('truetype');
}
.carousel-caption{
    left: 5% !important;
    right: auto !important;
}
.dropdown-menu{
    background: #ffffe9 !important;
}
.carousel-caption a span{
    color: #fff;
    text-shadow:none;
    font-family: uvnb;
    text-transform: uppercase;
    font-size: 14px;
    padding: 4px 7px;
    border: 1px solid #fff;
    border-radius: 5px;
    float: left;
}
.carousel-caption a img{
    display: none;
   
}
.carousel-caption a:hover img{
    display: block;
}
.carousel-caption a:hover span{
    display: none;
}
.online {
    width: 100%;
    float: left;
    text-align: center;
}
.inner {
    max-width: 1366px;
    margin:0 auto;

}
.header {
    width: 100%;
}
.banner {
    width: 100%;
    background: url(../images/background_header.png);
    background-size: 100% 100%;
    position: relative;
}
.title_left {
    width: 100%;
    float: left;
    text-align: right;
    color: #fde486;
    margin-top: 15%;
}
.title_left h4 {
    font-family: utm;
    font-size: 22px;
    margin-bottom: 0px;
}
.title_left h3 {
    font-family: utm;
    font-size: 31px;
    margin-top: 0px;
}
.title_right {
    width: 100%;
    float: left;
    text-align: left;
    color: #fde486;
    margin-top: 15%;
}
.title_right h4 {
    font-family: utm;
    font-size: 22px;
    margin-bottom: 0px;
}
.title_right h3 {
    font-family: utm;
    font-size: 31px;
    margin-top: 0px;
}
.logo {
    padding-bottom: 10px;
    padding-top: 10px;
}
.banner_img {
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.banner_img_top {
    width: 100%;
    position: absolute;
    top: 0px;
}
.banner_img img {
    width: 100%;
}
.social-network {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 10px;
}
.social-network ul {
    margin-bottom: 0px;
    padding-left: 0px;
    display: inline-block;
    list-style-type: none;
    margin-left: auto !important;
}
.social-network ul li {
    float: left;
    margin-right: 10px;
}
.social-network ul li a {
    border-radius: 50%;
}
.social-network ul li a .fa-facebook {
    background-color: white;
    color: #b50a10;
}
.social-network ul li a .fa-google-plus {
    background-color: white;
    color: #b50a10;
}
.social-network ul li a .fa-twitter {
    background-color: white;
    color: #b50a10;
}
.social-network ul li a .fa-pinterest-p {
    background-color: white;
    color: #b50a10;
}
.fa-lg {
    font-size: 15px !important;
    border: 1px solid #888888;
    border-radius: 50%;
    padding: 3px;
    padding-top: 5px;
    width: 24px;
    height: 24px;
}
.logo1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.banner .container {
    position: relative;
}
.menubar {
    width: 100%;
    background: url(../images/background_menu.png);
    background-size: 100% 100%;
    position: relative;
}
.menu {
    padding-top: 20px;
    padding-bottom: 20px;
}
.menu .navbar {
    margin-bottom: 0px !important;
}
.menu .navbar-nav>li>a {
    background-color: transparent !important;
    color: #ffa437;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    float: right;
    clear: both;
    font-size: 17px;
    font-weight: bold;
}
.menu .navbar-nav>li>a:hover {
    color: #e10019;
}
.menu .navbar-toggle {
    border: 1px solid #ffa437;
    float: right;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
}
.menu .navbar-toggle .icon-bar {
    background-color: #ffa437;
}
.menu .navbar-collapse {
    text-align: center !important;
    border-top: none !important;
    box-shadow: none !important;
}
.menu .navbar-nav {
    display: inline-block;
    float: none !important;
}
.menu .navbar-collapse.in {
    overflow-y: visible;
}
.menu .nav>li {
    text-align: center;
}
.menu .dropdown-menu {
    background: white;
    border-radius: 10px !important;
}
.menu .dropdown-menu img {
    width: 100%;
    height: 1px;
}
.menu .dropdown-menu a {
    color: #ffa437;
    font-weight: bold;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    margin: auto !important;
}
.slideshow .carousel-inner > .item {
    -webkit-transition: 10s ease-in-out left !important;
    -moz-transition: 10s ease-in-out left !important;
    -o-transition: 10s ease-in-out left !important;
    transition: 10s ease-in-out left !important;
}
.slideshow .height400{
    height: 460px !important;
}
.tp_left {
    float: left;
    padding-left: 30px;
}
.tp_center {
    float: left;
}
.tp_right {
    float: left;
}
.tp1 {
    -webkit-animation-delay: 4s;
    / Safari 4.0 - 8.0 /
    animation-delay: 4s;
}
.tp2 {
    -webkit-animation-delay: 4.5s;
    / Safari 4.0 - 8.0 /
    animation-delay: 4.5s;
    padding-top: 30px;
}
.tp3 {
    -webkit-animation-delay: 5s;
    / Safari 4.0 - 8.0 /
    animation-delay: 5s;
    padding-top: 20px;
    float: left;
}
.tp4 {
    -webkit-animation-delay: 2s;
    / Safari 4.0 - 8.0 /
    animation-delay: 2s;
}
.thuoc {
    -webkit-animation-delay: 1s;
    / Safari 4.0 - 8.0 /
    animation-delay: 1s;
}
.tp5 {
    padding-top: 30px;
    -webkit-animation-delay: 2.5s;
    / Safari 4.0 - 8.0 /
    animation-delay: 2.5s;
}
.tp6 {
    padding-top: 30px;
    -webkit-animation-delay: 3s;
    / Safari 4.0 - 8.0 /
    animation-delay: 3s;
}
.girl1 {
    position: absolute;
    right: 0px;
    margin-bottom: 0px;
    margin-top: 25px;
}
.info-slide {
    padding-top: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.chuchay {
    text-align: center;
    color: white;
}
.chuchay p {
    text-transform: uppercase;
}
.chuchay h4 {
    text-transform: uppercase;
}
.basactruongxuan {
    border-right: 2px solid #ffa93b;
    width: 165px;
}
.noitiettonu {
    border-right: 2px solid #ffa93b;
    width: 105px;
}
.sacxuankhongtuoi {
    border-right: 2px solid #ffa93b;
    width: 145px;
}
.chuyengiatuvan {
    border-right: 2px solid #ffa93b;
    width: 140px;
}
.video {
    width: 105px;
    border-right: 2px solid #ffa93b;
}
.dailycungcap {
    border-right: 2px solid #ffa93b;
    width: 130px;
    border-left: 2px solid #ffa93b;
}
.chiasetrainghiem{
    width: 143px;
}
.lienhe {
}
.baosacnoitiet {
    width: 100%;
    float: left;
    background: url(../images/bg1.png);
    background-size: 100% auto;
}
.baosac {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.title_component {
    width: 100%;
    text-align: center;
    float: left;
}

.baosac_center h3 {
    font-size: 44px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: uvnb;
    background-image: linear-gradient(to right, #7f0404, #ff4a49, #7f0404);
    
    -webkit-background-clip: text;
    background-clip: text;
    
}
.baosac_center h3 a{
    color: transparent;
}
.baosac_content {
    width: 100%;
    padding-top: 30px;
    float: left;
}
.baosac_item {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.baosac_item img {
    width: 100%;
    float: left;
}
.baosac_item img {
    -webkit-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
    box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
}
.baosac_item img:hover {
    -webkit-box-shadow: 0px 0px 5px 5px #a7a8a7;
    box-shadow: 0px 0px 5px 5px #a7a8a7;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.baosac_item .name-baosaci a {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
    color: black;
    width: 60%;
}
.baosac_item a:hover {
    text-decoration: none;
}
.noitiet {
    width: 100%;
}
.hoavantrai {
    padding-left: 0px !important;
    /*background: url(../images/ll1.png) no-repeat;*/
    background-size: 100% 100%;
  
}

.hoavanphai {
    padding-right: 0px !important;
    /*background: url(../images/rr2.png) no-repeat;*/
    background-size: 100% 100%;
   
}
.hoavanphai img {
    float: left;
    margin-top: 7% !important;
    z-index: 1000;
}
.hoavantrai img {
    float: right;
    margin-top: 7% !important;
    z-index: 1000;
}
.noitiet {
    width: 100%;
    float: left;
}
.noitiet_top {
    width: 100%;
    float: left;
}
.title_noitiet {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #a40a0b;
    font-weight: bold;
    margin-top: 5px;
}
.title_noitiet h2 {
    font-size: 44px;
    margin-top: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #7f0404, #ff4a49, #7f0404);
    
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: bold;
    font-family: uvnb;
}
.title_noitiet h2 a{
    color: transparent;
}
.noitiet_content {
    width: 100%;
    padding-top: 50px;
    float: left;
}
.noitiet_item_left {
    display: inline-block;
    width: 100%;
    background: url(../images/elip_l.png);
    background-size: 100% 100%;
    height: 84px;
    width: 321px;
    margin-top: 40px;
}
.noitiet_item_left img {
    float: right;
    padding: 2px;
    border-radius: 50%;
    height: 100%;
}

.noitiet_item_left a {
    /*float: right;*/
    line-height: 84px;
    padding-right: 10px;
    font-size: 18px;
    color: #a40a0b;
}

.noitiet_item_center {
    width: 100%;
    text-align: center;
}
.noitiet_item_center img {
}
.noitiet_item_center img {
    position: relative;    /* Safari 4.0 - 8.0 */
    -webkit-animation-name: example;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;    /* Standard syntax */
    animation-name: example;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0% {
        left: 0px;
        top: 0px;
    }
    50% {
        left: 50px;
        top: 0px;
    }
    100% {
        left: -50px;
        top: 0px;
    }
}

/* Standard syntax */
@keyframes example {
    0% {
        left: 0px;
        top: 0px;
    }
    50% {
        left: 50px;
        top: 0px;
    }
    100% {
        left: -50px;
        top: 0px;
    }
}
.noitiet_item_right {
    display: inline-block;
    width: 100%;
    background: url(../images/elip_r.png);
    background-size: 100% 100%;
    height: 84px;
    width: 321px;
    margin-top: 40px;
}
.noitiet_item_right img {
    float: left;
    padding: 2px;
    border-radius: 50%;
    height: 100%;
}
.noitiet_item_right a {
    /*float: left;*/
    line-height: 84px;
    padding-left: 10px;
    font-size: 18px;
    color: #a40a0b;
}
.congthuc {
    width: 100%;
    float: left;
}
.congthuc_title {
    width: 100%;
    float: left;
    position: relative;
}
.congthuc_text {
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.congthuc_text h4 {
    margin-top: 0px;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #7f0404, #ff4a49, #7f0404);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 23px;
    font-weight: bold;
    font-family: uvnb;
}
.congthuc_text .hoavantrai img,.congthuc_text .hoavanphai img{
    margin-top: 10% !important;
}
.congthuc_center {
    margin-top: 5px;
}
.congthuc_center h2 {
    text-transform: uppercase;
    background-image: linear-gradient(to right, #7f0404, #ff4a49, #7f0404);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 44px;
    margin-top: 0px;
    font-weight: bold;
    font-family: uvnb;
}
.congthuc_left {
    padding-right: 0px !important;
}
.congthuc_left img {
    float: right;
}
.congthuc_right {
    padding-left: 0px !important
}
.congthuc_right img {
    float: left;
}
.congthuc_content {
    width: 100%;
    float: left;
}
.congthuc_img {
    width: 100%;
    float: left;
    padding-top: 50px;
}
.congthuc_item_img1, .congthuc_item_img {
    width: 100%;
    float: left;
    padding-top: 20px;
}
.congthuc_item_img1{
    text-align: center;
    margin-top: 60px;
}
.congthuc_item_img1 .img-c{
    position: relative;
}
.congthuc_item_img1 .img-c1{
    position: absolute;
    top: -23%;
    left: 42%;
}
.congthuc_item_img1 .img-c2{
    position: absolute;
    top: 0;
    left: 18%;
}
.congthuc_item_img1 .img-c3{
    position: absolute;
    top: 48%;
    left: 20%;
}
.congthuc_item_img1 .img-c4 {
    position: absolute;
    bottom: -20%;
    left: 30%;
}
.congthuc_item_img1 .img-c5 {
    position: absolute;
    top: 5%;
    right: 22%;
}
.congthuc_item_img1 .img-c6 {
    position: absolute;
    top: 50%;
    right: 22%;
}
.congthuc_item_img1 img {
    /*float: right;*/
    /*zoom:0.7;*/
}
.sacxuan {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 80px;
}
.sacxuan_title h3 {
    font-size: 44px;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #7f0404, #ff4a49, #7f0404);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: bold;
    font-family: uvnb;
    margin-top: 0px;
}
.sacxuan_content {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 50px;
}
.sacxuan_title img {
    display: inline-block !important;
}
.congthuc_item2 h4 {
    text-transform: uppercase;
    font-size: 23px;
    background-image: linear-gradient(to bottom, #a1722a, #dbbf74, #a1722a);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    font-weight: bold;
    font-family: "Roboto-Bold";
}
.congthuc_item2_img {
    width: 100%;
    float: left;
}
.congthuc_item2_img img {
    width: 100%;/*     box-shadow: 0px 0px 10px 5px #a7a8a7;
        -webkit-box-shadow: 0px 0px 15px 5px #a7a8a7; */
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.congthuc_item2_img img:hover {

    /* -webkit-box-shadow: 0px 0px 15px 5px #a7a8a7;
     box-shadow: 0px 0px 10px 5px #a7a8a7;
     -webkit-transition: all 0.7s ease;
     transition: all 0.7s ease;*/
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.tuvan {
    width: 100%;
    float: left;
}
.tuvan_title {
    width: 100%;
    float: left;
    text-align: center;
}
.tuvan_title h3 {
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 44px;
    background-image: linear-gradient(to right, #7f0404, #ff4a49, #7f0404);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: bold;
    font-family: uvnb;
}
.tuvan_content .carousel-indicators {
    text-align: left;
}
.danhsach {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}
.videofacebook {
    width: 100%;
    padding-top: 40px;
    float: left;
}
.video_title {
    padding-top: 20px;
    width: 100%;
    float: left;
}
.video_title h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: uppercase;
    color: #a40a0b;
    font-weight: bold;
}
.video_title_img1 {
    float: left;
    padding-right: 10px;
}
.video_title_img2 {
    padding-top: 5px;
    float: left;
}
.video_title_txt {
    float: left;
}
.video_content {
    width: 100%;
    float: left;
    padding-top: 20px;
    text-align: center;
}
.video_content .item {
    padding: 0 60px;
}
.video_content .carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%) !important;
    right: 15px !important;
}
.video_content .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%) !important;
    left: 15px !important;
}
.video_content .carousel-control {
    opacity: 1 !important;
    width: auto !important;
    top: 45% !important;
}
.video_content .carousel-control i {
    border: 1px solid #7d7c7b;
    border-radius: 50%;
    padding-left: 7px;
    padding-right: 5px;
    padding-bottom: 2px;
    color: #7d7c7b;
}
.video_content .item {
    text-align: center;
}
.video_content .item iframe {
}
.video_content h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.facebook {
    width: 100%;
    float: left;
    
}
.bannerft{
    margin-top: 30px;
}
.facebook_content {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 20px;
}
.danhsachdaily {
    width: 100%;
    float: left;
    padding-top: 70px;
    text-align: center;
}
.danhsachdaily_title {
    width: 100%;
    float: left;
}
.danhsachdaily_title h3 {

    /* margin-bottom: 25px; */
    padding-bottom: 20px;
    background-image: linear-gradient(to right, #7f0404, #ff4a49, #7f0404);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
    font-size: 44px;
    margin-top: 7px;
    font-weight: bold;
    font-family: uvnb;
}
.danhsachdaily_content {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 40px;
}
.danhsachdaily_item {
    width: 100%;
    float: left;
}
.chon_tinh {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.chon_tinh ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.chon_tinh ul li {
    display: block;
    position: relative;
    float: left;
}

/* This hides the dropdowns */
.chon_tinh li ul {
    display: none;
}
.chon_tinh ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    white-space: nowrap;
}
.chon_tinh ul li a:hover {
    background: #2c3e50;
}

/* Display the dropdown */
.chon_tinh li:hover > ul {
    display: block;
    position: absolute;
}
.chon_tinh li:hover li {
    float: none;
}
.chon_tinh li:hover a {
    background: white;
}
.chon_tinh li:hover li a:hover {
    background: #2c3e50;
}
.chon_tinh .main-navigation li ul li {
    border-top: 0;
    z-index: 100;
}
.tinh {
    padding: 10px;
    text-align: left;
    background: white;
}
.tinh:hover {
    background: #777;
}

/* Displays second level dropdowns to the right of the first level dropdown */
.chon_tinh ul ul ul {
    left: 100%;
    top: 0;
}

/* Simple clearfix */
.chon_tinh ul:before, .chon_tinh ul:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.chon_tinh ul:after {
    clear: both;
}
.chon_mien {
    width: 100%;
    float: left;
    background: url(../images/chon.png);
    height: 50px;
    background-size: 100% 100%;
    text-align: left;
    padding-left: 30px;
}
.chon_mien p {
    line-height: 50px;
    margin-bottom: 0px;
}
.danhsachdaily_item img {
    float: left;
}
.danhsachdaily_item h4 {
    color: #a40a0b;
    font-weight: bold;
    float: left;
    padding-left: 20px;
}
.danhsachdaily_mien h4 {
    margin-top: 10px;
}

/*.home-store*/
.danhsachdaily_content form .form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    text-indent: 0.01px;
    text-overflow: initial;
    color: #333;
    font-weight: bold;
    font-size: 13px;
    padding: 11px 0px 11px 6px;
    border: 2px solid #f8dc74;
    margin-right: 2.3%;
    background: #f8dc74 url(../images/chon.png) no-repeat 100% 100%;
    outline: none;
}
.danhsachdaily_content form .form-select option {
    line-height: 66px;
    padding: 10px 0 10px 25px;
    font-weight: bold;
}
.danhsachdaily_content form button[type="submit"] {
    background: #f8dc74;
    border: 2px solid #de9a0c;
    color: #333;
    padding: 11px 11px 11px 11px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 30px;
}
.img_bacsi_l {
    position: absolute;
    top: 50px;
    left: 50px;
}
.img_bacsi_r {
    position: absolute;
    top: 50px;
    right: 50px;
}
.footer {
    width: 100%;
    float: left;
    background: url(../images/bgfooter.png);
    padding-bottom: 20px;
}
.logo_footer {
    width: 100%;
    float: left;
    text-align: center;
   
}
.logo_footer img {
    display: inline-block;
}
.logo_footer h3 {

    color: #fde486;
    font-size: 17.1px;
    font-weight: bold;
}
.thuvienanh {
    margin-top: 20px;
    width: 100%;
    float: left;
}
.thuvienanh h3 {
    color: #fde486;
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 15px;
    margin-top: 0px;
}
.thuvienanh_item {
    margin-top: 20px;
    width: 100%;
    float: left;
    border: 2px solid white;
    margin-bottom: 20px;
}
.thuvienanh_item img{
    max-width: 100%;
    height: 55px;
}
.footer_img {
    width: 100%;
}
.footer_img img {
    width: 100%;
}
.footer .media-body h4 {
    font-size: 14px;
    color: white;
    margin-top: 5px;
    margin-bottom: 0;
}
.footer .link12 a {
    text-decoration: none;
    color: #fde486;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.footer .link12 a:hover {
    color: #fff;
}
.copyright {
    padding-top: 10px;
    width: 100%;
    float: left;
}
.copyright p {
    color: white;
    font-size: 10px;
    margin-bottom: 0px;
}
.background_mo {
    width: 100%;
    float: left;
    background-color: rgba(255, 255, 255, 0.65);
}
.hotline {
    margin-bottom: 10px;
    margin-top: 10px;
    background: url(../images/hotline.png);
    display: inline-block;
    background-size: 100% 100%;
    font-weight: bold;
}
.hotline h3 {
    float: left;
    color: #fde048;
    padding: 10px 40px 0px 40px;
}
.dathang {
    display: inline-block;
    width: 80%;
    background: url(../images/bg_dathang.png);
    margin-top: 20px;
    background-size: 100% 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 110px;
    padding-top: 20px;
}
.dathang_top {
    width: 100%;
    float: left;
}
.dathang_top ul {
    text-align: left;
    list-style: url(../images/ckeck.png);
    color: white;
    font-size: 18px;
    padding-left: 25px;
}
.dathang_content {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}
.dathang_info input {
    width: 100%;
    margin-top: 10px;
    height: 40px;
    border-radius: 20px;
    outline: none;
    border: none;
    padding-left: 30px;
}
input[name="txt_phone"]::-webkit-inner-spin-button, input[name="txt_phone"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.dathang_info select {
    width: 100%;
    margin-top: 10px !important;
    height: 40px;
    border-radius: 20px !important;
    outline: none;
    border: none;
    padding-left: 30px !important;
    padding-right: 20px !important;
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px; /* fallback color if gradients are not supported */
    background-image: url(../images/soluong.png), -webkit-linear-gradient(top, #fff, #fff); /* For Chrome and Safari */
    background-image: url(../images/soluong.png), -moz-linear-gradient(top, #fff, #fff); /* For old Fx (3.6 to 15) */
    background-image: url(../images/soluong.png), -ms-linear-gradient(top, #fff, #fff); /* For pre-releases of IE 10*/
    background-image: url(../images/soluong.png), -o-linear-gradient(top, #fff, #fff); /* For old Opera (11.1 to 12.0) */
    background-image: url(../images/soluong.png), linear-gradient(to bottom, #fff, #fff); /* Standard syntax; must be last */
    background-position: center right 10px;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: rgba(85, 85, 85, 0.58);
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dathang_bottom {
    width: 100%;
    float: left;
    position: absolute;
    margin-top: -100px;
}
.dathang_giamgia {
    width: 100%;
    float: left;
}
.dathang_giamgia .col-xs-12, .dathang_giamgia .col-sm-7, .dathang_giamgia .col-md-7, .dathang_giamgia .col-lg-7 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.dathang_giamgia .col-xs-12, .dathang_giamgia .col-sm-5, .dathang_giamgia .col-md-5, .dathang_giamgia .col-lg-5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.dathang_giamgia input {
    width: 100%;
    height: 34px;
    border-radius: 15px;
    outline: none;
    border: none;
    padding-left: 20px;
}
.dathang_giamgia button {
   cursor: pointer;
    outline: none;
    border: none;
    background: transparent;
    margin-left: 2px;
}
.dathang_tien {
    width: 100%;
    float: left;
    text-align: left;
   
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle{
    background-color: #c44449 !important;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle{
    border-color: #eac8c7 !important;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill{
    background-color: #eac8c7 !important;
}
.btndatmua button{
    background:transparent;
    border: none;
}
.dathang_tien h4 {
    font-size: 24px;
    color: white;
    margin: 0;
    font-weight: bold;
}
.dathang_tien span {
    color: #fff000;
}
.btn_dathang {
    width: 100%;
    float: left;
    background: url(../images/bg_bt.png);
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 29px;
    font-weight: bold;
    background-size: 100% 100%;
    outline: none;
    border: none;
}
.hd_datmua{
    background: url(../images/datmua.png);
    background-size:100% 100%;
}

.breadcrumb {
    width: 100%;
    float:
}
.breadcrumb p {
    font-size: 13px;
}
.breadcrumb p span {
    font-weight: bold;
}
.content {
    width: 100%;
}
.content_title {
    width: 100%;    /* float: left; */
    padding-bottom: 50px;
}
.content_title h4 {
    text-transform: uppercase;
    color: #d30913;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    border-left: 5px solid #d30913;
    margin-bottom: 0px;
}
.content_title img {
    width: 100%;
    float: left;
    height: 1px;
}
.content_con {
    width: 100%;    /* float: left; */
    padding-bottom: 30px;
}
.content .btn_dathang {
    font-size: 22px;
}
.content_con p {

    /* float: left; */

    font-size: 14px;/* margin-bottom: 30px; */
}
.content .video_title_txt {
    font-size: 15px;
}
.content .dathang {
    width: 100%;
}
.form_dathang {
    width: 100%;
    float: left;
}
.tintuc {
    width: 100%;
    float: left;
}
.tintuc_content {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
}
.tintuc_item {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    border-bottom: 1px dashed  black;
    padding-top: 20px;
}
.tintuc_item iframe {
    width: 260px !important;
    height: 160px !important;
}
.tintuc_item img {
    width: 120px;
}
.tintuc_item .media-heading {
    font-weight: bold;
    font-size: 14px;
}
.chitiet-tincm a{
    text-transform: uppercase;
    color: #d30913;
}
.tintuc_item .media-body p {
    font-size: 13px;
}
.tintuc_xemthem {
    width: 100%;
    float: left;
    text-align: right;
}
.tintuc_xemthem a {
    color: #b9090f;
}
.content_con img {
    max-width: 100% !important;
    height: auto !important;
}
.cauhoi {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.cauhoi a {
    width: 100%;
    float: left;
    background: #efefef;
    text-align: left;
    box-shadow: 1px 1px 0px 0px #333;
    border: none;
    color: black;
}
.cauhoi a img {
    padding-right: 20px;
}
.cauhoi a:hover {
    background: #efefef;
    color: black;
}
.cauhoi .well {
    border: none;
    background: transparent;
    margin-top: 30px;
}
.chuyengiatraloi .well {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    margin-top: 30px;
}
.tincungchuyenmuc {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
.chungnhan {
    width: 100%;
    float: left;
}
.chungnhan_title {
    width: 100%;
    float: left;
}
.namchungnhan {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px !important;
    float: left;
    font-size: 20px;
    color: white;
    background: url(../images/namchungnhan.png);
    font-weight: bold;
    background-size: 100% 100%;
}
.chungnhan .media-heading {
    font-size: 18px;
    color: #c90a11;
    padding-left: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10PX;
}
.chungnhan_item {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.chungnhan_item p {
    font-style: italic;
}
.chuyengia .nav-tabs>li>a {
    background: #efefef !important;
    border-radius: 5px;
    text-transform: uppercase;
    color: #c90a11;
    font-weight: bold;
    font-size: 15px;
}
.chuyengia .nav-tabs {
    border-bottom: none !important;
}
.chuyengia .tab-content {
    padding-top: 30px !important;
}
.chuyengia .nav-tabs>li.active>a, .chuyengia .nav-tabs>li.active>a:hover, .chuyengia .nav-tabs>li.active>a:focus {
    color: white;
    background: #c90a11 !important;
}
.qs {
    width: 100%;
    float: left;
    padding: 5px 20px;
}
.qs p {
    float: left;
    width: 90%;
    margin-top: 0px;
    font-weight: bold;
}
.qs p span {
    color: #c90a11;
}
.qs a {
    float: right;
    background: transparent !important;
    cursor: pointer;
}
.chuyengiatraloi {
    width: 100%;
    float: left;
}
.diemban_item {
    width: 100%;
    float: left;
}
.diemban_item .media-heading {
    text-transform: uppercase;
    color: #c90a11;
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
}
.diemban_item .media-body p {
    margin-bottom: 20px;
    margin-top: 0px;
}
.diemban_item .gg {
    width: 100%;
    height: 1px;
}
.chinhanh {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-right: 50px;
}
.chinhanh h4 {
    font-weight: bold;
    text-transform: uppercase;
}
.chinhanh p {
    margin-top: 0px;
    margin-bottom: 20px;
}
.map {
    width: 100%;
    float: left;
}
.map iframe {
    width: 100%;
}
.frmright{
    text-align: center;
}
.frmright .hotline{
    margin-top: 25%;
}
.frmdatmua{
    margin-bottom: 30px;
}
.lienheee {
    width: 100%;
    float: left;
}
.guicauhoi {
    width: 100%;
    float: left;
    padding-top: 30px;
}
.qs_name {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.qs_email {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.qs_hoi {
    width: 100%;
    margin-top: 20px;
}
.qs_noidung {
    width: 100%;
    margin-top: 20px;
    height: 170px;
}
.btn_send {
    float: right;
    background: #c90a11;
    color: white;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    font-weight: bold;
}
.tt_dathang {
    width: 100%;
    float: left;
    text-align: center;
}
.tt_dathang a {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    background: #c90a11;
    padding: 15px;
}
.tt_dathang a:hover {
    color: white;
    text-decoration: none;
}
.btn_ttdathang {
    border-radius: 25px 0px 0px 25px;
}
.btn_ttuudai {
    border-radius: 0px 25px 25px 0px;
    margin-left: -4px;
    border-left: 2px solid #6e0b06;
}
.tt_noidung {
    width: 100%;
    float: left;
    padding-top: 30px;
}
.tt_noidung h4 {
    text-transform: uppercase;
    color: #c90a11;
    font-weight: bold;
}
.tt_noidung p {
    margin-top: 20px;
}
.video_video {
    width: 100%;
    float: left;
}
.video_frame {
    width: 100%;
    float: left;
    text-align: center;
}
.video_frame iframe {
    width: 100%;
}
.danhsachdaily_title h3{
    font-size: 23pt !important;
    margin-bottom: 0;
    padding-bottom: 0;
}
.danhsachdaily_title p a{
    color: #ff4a49;
    font-weight: bold;
    font-size: 12pt;
    margin-top: 5px;
}
.danhsachdaily_title .congthuc_center{
    margin-top: -75px !important;
}
.video_xemnhieu {
    width: 100%;
    float: left;
    padding-top: 30px;
}
.video_item {
    width: 100%;
    float: left;
}
.video_item h5 {
    font-weight: bold;
}
.video_item iframe {
    width: 100%;
}
.title_nguyennhan {
    text-transform: uppercase;
    color: black;
    font-weight: bold;
}
.hotrotructuyen {
    width: 100%;
    float: left;
}
.hotrotructuyen h4 {
    color: #fde486;
}
.comments {
    width: 100%;
    float: left;
}
.comments .fb-comments {
    width: 100% !important;
    float: left;
}
.mg60 {
    margin-top: 60px;
}
.modal-open .modal {
    background: rgba(0, 0, 0, 0.4);
}
#myModal .modal-content, #myModal .modal-header, #myModal .modal-footer, #popupModal .modal-header, #popupModal .modal-content, #popupModal .modal-footer {
    background: none;
    border: 0;
    box-shadow: 0 0;
}
#popupModal .close {
    background: red;
    color: #fff;
    padding: 0px 6px 4px 6px;
    opacity: 1;
    border-radius: 5px;
}
.slide-footer {
    height: 50px;
    background-color: #fff;
    padding: 0 30px;
    border-radius: 50px;
}
.slide-footer .item img{
    width: 100% !important;
    margin: 0 auto !important;
}
.slide-footer .owl-carousel .owl-item img {
    height: 40px;
    margin: auto;
    width: auto;
}
.slide-footer .owl-stage-outer {
    padding-top: 5px;
}
.slide-footer .owl-nav.disabled {
    display: block;
}
.slide-footer .owl-nav {
    position: absolute;
    top: 20%;
    width: 100%;
}
.slide-footer .owl-prev {
    float: left;
    margin-left: -25px !important;
    background-image: url(../images/double-arrow-left.png) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    height: 20px;
    width: 20px;
}
.slide-footer .owl-theme .owl-nav {
    margin-top: 0px !important;
    z-index: -1;
}
.slide-footer .owl-theme .owl-nav [class*='owl-'] {
    background: transparent;
}
.slide-footer .owl-next {
    float: right;
    margin-right: -25px !important;
    background-image: url(../images/double-arrow-right.png) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    height: 20px;
    width: 20px;
}
.slide-footer .owl-carousel .owl-item .item {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.tintuc .tintuc_item a.pull-left {
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;
    padding-right: 0;
}
.area-salepoint table {
    text-align: left;    /* margin-top: 20px; */
}
.p-link-salepoint {
    padding: 15px;
    font-size: 18px;
    margin: 0;
}
.p-link-salepoint a {
    color: red;
    text-decoration: underline;
    font-style: italic;
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
    .congthuc_item_img1 img {
        /* float: right; */
        zoom: 0.68;
    }
    .congthuc_item_img1 .img-c5 {
        position: absolute;
        top: 5%;
        right: 20%;
    }
    .congthuc_item_img1 .img-c6 {
        position: absolute;
        top: 50%;
        right: 20%;
    }
}
.frmdatmua{
    background: url(../images/bgdatmua.png);
    background-size: 100% 100%;
    padding: 20px 30px;
    margin-top: 30px;
}
.frmleft h3 span{
    font-size: 15pt;
    color: #fcf4c3;
    border-bottom: 1px solid #fcf4c3;
    font-weight: bold;
}
.frmleft table{
    width: 100%;
}
.frmleft table tr td{
    
}
.frmleft table tr td:first-child{
    width: 90px;
    color: #fff;
}
.frmleft table tr td:last-child input{
    width: 100%;
    
    margin-bottom: 10px;
}
.frmleft .magg{
    width: 70%;
    float: left;
}
 #phoneModal .modal-body h4{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 40px;
    color: #666666;
 }
 #phoneModal .close{
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 50%;
    background: #fff;
    width: 25px;
    height: 25px;
    opacity: .8;
 }
 .modalform{
    text-align: center;
 }
 .modalform button{
    background: none;
    border: none;
    margin: 20px auto 0;
 }
 #myModalLabel{
    text-align: center;
 }
 .modalform .form-control{
    font-size: 23pt;
    font-weight: bold;
    padding: 20px;
    height: auto;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #b20000;
 }
@media (min-width:768px) {
    .margintop{
        margin-top: -40px;
    }
    .modalform .form-control{
        width: 50%;
        display: block;
        margin: 0 auto;
    }
   #phoneModal .modal-body{
        padding: 50px
    }
    .frmright{
        margin-top: 25px;
    }
    .menu .dropdown:hover .dropdown-menu {
        display: block;
    }
    .video {

    }
    .lienhe {
        margin-top: 10px;
    }
   
    .bannerft{
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-bottom: 20px;
        position: relative;
    }
     .imgdb{
        position: absolute;
        right: 3%;
        top: 15%;
    }
    .imgdh{
        position: absolute;
        right: 3%;
        top: 50%;
    }
    .hd_datmua h3{
    padding: 20px 25px;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 2px solid #464646;
    }
    .hd_datmua_box{
        padding: 15px 25px;
    }
    .hd_datmua_box span{
        color: #d30913;
    }
     .hd_datmua_box a{
        color: #ff0000;
        font-weight: bold;
     }
}
@media(max-width:1024px) {
    .logo1 {
        display: none;
    }
    .social-network ul li {
        margin-right: 7px;
    }
    .title_component h3 {
        font-size: 40px;
    }
    .title_noitiet h2 {
        font-size: 40px;
    }
    .congthuc_text h4 {
        font-size: 20px;
    }
    .congthuc_center h2 {
        font-size: 38px;
    }
    .congthuc_title {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .info-slide img {
    }
    .tp_left {
        width: 15%;
    }
    .tp_right {
        width: 15%;
    }
    .tp_center {
        width: 15%;
        margin-right: 30px;
        margin-left: 30px;
    }

    /*.tp1{
        width: 40%;
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    .tp2{
         margin-left: 0px!important;
         width: 40%;
         margin-right: 0px!important;
    }
    .tp3{
         margin-left: 0px!important;
         width: 40%;
         margin-right: 0px!important;
    }
    .tp4{
         width: 40%;
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    .thuoc{
        margin-left: 0px!important;
        width: 30%;
        margin-right: 0px!important;
    }
    .tp5{
         margin-left: 0px!important;
         width: 40%;
         margin-right: 0px!important;
    }
    .tp6{
        margin-left: 0px!important;
        margin-right: 0px!important;
         width: 40%;
    }*/
    .girl1 {
        width: 30%;
        margin-top: 20px;
    }
}
@media(width:1024px) {
    .title_right h3 {
        font-size: 28px;
    }
    .title_right h4 {
        font-size: 18px;
    }
    .title_left h3 {
        font-size: 28px;
    }
    .title_left h4 {
        font-size: 18px;
    }
    .title_right, .title_left {
        top: 20%;
    }
    .congthuc_item_img1 img {
        /* float: right; */
        zoom: 0.85;
    }
}
@media(max-width:992px) {
    .menu .navbar-nav>li>a {
        font-size: 14px;
    }
    .basactruongxuan {
        width: 125px;
    }
    .sacxuankhongtuoi {
        width: 105px;
    }
    .noitiettonu {
        width: 95px;
    }
    .chuyengiatuvan {
        width: 100px;
    }
    .video {
        width: 90px;
    }
    .dailycungcap {
        width: 90px;
    }
    .menu .nav>li>a {
        padding: 5px 5px !important;
    }
}
@media(max-width:767px) {
    .danhsachdaily_title h3{
    font-size: 13pt !important;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
    .thuvienanh_item img{
        max-width: 100%;
        height: auto;
    }
    .tp6 {
        width: 84%;
    }
    .tp5 {
        width: 70%;
    }
    .tp3 {
        width: 64%;
        padding-top: 5px;
    }
    .tp2 {
        width: 80%;
        padding-top: 5px;
    }
    .menu {
        padding-top: 15px;
        padding-bottom: 0px;
    }
    .logo {
        text-align: center;
    }
    .logo img {
        display: inline-block;
    }
    .hidden_sm {
        display: none;
    }
    .title_left {
        margin-top: 0px;
    }
    .title_right {
        margin-top: 0px;
    }
    .menu .navresponsivebar-header {
        float: left;
    }
    .menu .navbar-nav>li>a {
        font-size: 14px;
    }
    .basactruongxuan {
        width: 140px;
    }
    .sacxuankhongtuoi {
        width: 125px;
    }
    .noitiettonu {
        width: 95px;
    }
    .chuyengiatuvan {
        width: 120px;
    }
    .dailycungcap {
        width: 100px;
    }
    .menu .nav>li>a {
        padding: 10px 10px !important;
    }
    .menu .navbar-collapse {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .baosac_center h3 {
        font-size: 28px;
    }
    .title_noitiet h2 {
        font-size: 29px;
    }
    .noitiet_item_center {
        display: none;
    }
    .noitiet_item_right, .noitiet_item_left {
        width: 300px;
        height: 79px;
    }
    .congthuc_text h4 {
        font-size: 15px;
    }
    .congthuc_center {
        margin-top: 0;
    }
    .congthuc_center h2 {
        font-size: 33px;
        margin-top: 10px;
    }
    .congthuc_title {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sacxuan_title h3 {
        font-size: 29px;
    }
    .noitiet {
        padding-bottom: 20px;
    }
    .video_title h4 {
        font-size: 18px;
    }
    .danhsachdaily_title {
        width: 100%;
    }
    .danhsachdaily_title h3 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .img_bacsi {
        width: 300px;
    }
    .tuvan_title h3 {
        font-size: 34px;
    }
    .danhsachdaily {
        padding-top: 20px;
    }
    .hotline h3 {
        font-size: 22px;
    }
    .dathang_giamgia button {
        margin-top: 10px;
    }
    .btn_dathang {
        font-size: 21px;
    }
    .dathang {
        width: 100%;
        padding-bottom: 170px;
    }

    /*TUONG FIX*/
    .danhsachdaily_content form .form-select {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .menu .navresponsivebar-header {
        width: 100%;
    }
    .menu .nav>li {
        float: right;
        clear: both;
        text-align: right;
        border: none;
    }
    .menu .navbar-collapse {
        padding-right: 10px !important;
    }
    .menu .navbar-nav {
        float: right !important;
    }
    .title_right {
        text-align: center;
        margin-top: 0px;
    }
    .title_left {
        text-align: center;
    }
    .menubar {
        background: rgba(255, 164, 55, 0.39);
    }
    .basactruongxuan {
        width: auto;
    }
    .sacxuankhongtuoi {
        width: auto;
    }
    .noitiettonu {
        width: auto;
    }
    .chuyengiatuvan {
        width: auto;
    }
    .dailycungcap {
        width: auto;
    }
    .menu .dropdown-menu {
        text-align: right;
        height: auto;
    }
    .noitiet_item_left a {
        font-size: 16px;
    }
    .video {
        width: auto;
    }
    .slideshow .height400{
        height: auto !important;
    }
}
@media(max-width:768px) {
    .tincungchuyenmuc{
        padding-bottom: 0;
    }
    .danhsachdaily_title p a{
        font-size: 10pt;
    }
    .danhsachdaily_title img{
        max-width: 75%;
    }
    .danhsachdaily_title h3{
        font-size: 13pt;
    }
    .carousel-caption{
        bottom: -10px !important;
        width: 50%;
    }
    .carousel-caption a span{
        font-size: 10px;
    }
    .carousel-caption a img{
        display: none !important;
    }
    .breadcrumb{
        margin-bottom: 0 !important;
    }
    .sacxuan{
        padding-top: 30px;
    }
    .congthuc_item_img1{
        margin-top: 40px;
    }
    .noitiet,.sacxuan_content{
        padding-bottom: 0;
    }
    .baosac,.congthuc_title,.videofacebook{
        padding-top: 0;
        padding-bottom: 0;
    }
    .noitiet_content,.congthuc_img,.sacxuan_content,.baosac_content{
        padding-top: 0;
    }
    .noitiet_item_left,.noitiet_item_right{
        margin-top: 10px;
    }
    .danhsachdaily_title .congthuc_center{
        margin-top: -54px !important;
    }
    .img-mu{
        width: 150px;
    }
    .hoavantrai img{
        margin-right: -60px !important;
    }
    .hoavanphai img{
        margin-left: -60px !important;
    }
    .hd_datmua h3{
        font-size: 15px;
        margin: 10px 0;
        font-weight: bold; 
    }
    .breadcrumb{
        margin-bottom: 0;
    }
    .content_title{
        padding-bottom: 30px;
    }
    .content_con{
        padding-bottom: 20px;
    }
    .bannerft {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .xs-social ul li{
        float: inherit;
        text-align: center;
        width: 30px;
        height: 30px;
        margin-bottom: 3px;

    }
     .xs-social .fa-lg{
        width: 30px;
        height: 30px;
        padding-top: 8px;
        font-size: 18px !important;
     }
    .xs-social{
        text-align: left;
         position: fixed;
        z-index: 9999;
        top: 70px;
        width: 50px;
    }
    .coccoc-alo-phone{
        transform: scale(0.5,0.5) !important;
        top: 45px !important;
        right:-110px !important;
    }
    .bannerft  img{
        display: block;
    }
    .hd_datmua{
        padding: 15px;
        border-radius: 15px;
        border: 1px dashed #464646;
        background: #FCF2B1;
    }
    .frmdatmua .row{
        display: block !important;
    }
    .frmleft table tr td:first-child{
        width: 90px !important;
    }
    .frmdatmua{
        padding: 15px;
        border-radius: 15px;
        background: #B6090D; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(left, #B6090D , #D20912); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(right, #B6090D, #D20912); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(right, #B6090D, #D20912); /* For Firefox 3.6 to 15 */
        background: linear-gradient(to right, #B6090D , #D20912); /* Standard syntax */
        border: 2px solid #FCE148;
    }
    .bannerft span img{
        display: block;
        float: left;
        width: 95%; 
    }
    .bannerft span{
        width: 50%;
        float: left;
    }
    .social-network{
        padding: 0;
    }
    .hotline{
        margin-top: 0;
    }
    .logo_footer img{
        width: 70px;
    }
    .logo_footer h3{
        margin-top: 15px;
    }
    .logo_footer {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .logo_footer h3 {
        font-size: 10.5px;
    }
    .thuvienanh {
        margin-top: 0px;
    }
    .thuvienanh_item {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .mg60 {
        margin-top: 0px;
    }
    .mg60 .media {
        margin-top: 0px;
    }
    .copyright {
        padding: 0px;
    }
    .tp_left {
        padding-left: 10px;
        width: 21%;
    }
    .tp5, .tp6, .tp2, .tp3 {
        padding-top: 10px;
    }
    .tp_right {
        width: 24%;
    }
    .img_bacsi {
        width: 250px;
    }
    .img_bacsi_r {
        top: 50px;
        right: 30px;
    }
    .img_bacsi_l {
        top: 55px;
        left: 30px;
    }
    .slideshow .height400{
        height: auto !important;
    }
    .thuvienanh_item img{
        max-width: 100%;
        height: 30px;
    }
}
@media (min-width:415px) and (max-width:767px) {
    .congthuc_item2_img img {
        width: 70%;
    }
    .slideshow .height400{
        height: auto !important;
    }
    .thuvienanh_item img{
        max-width: 100%;
        height: auto;
    }
}
@media(max-width:414px) {
    
    .danhsachdaily_item {
        margin-top: 20px;
    }
    .fixed-menu{
        position: fixed;
        top: 0px;
        z-index: 999;
        background: #E10019;
        color: #fff !important;
    }
    .hotline-header{
        color: #fff;
    }
    .congthuc_item_img1 .img-c1 {
        position: absolute;
        top: -14%;
        left: 38%;
    }
    .congthuc_item_img1 .img-c2 {
        position: absolute;
        top: 5%;
        left: 0;
    }
    .congthuc_item_img1 .img-c3 {
        position: absolute;
        top: 52%;
        left: 2%;
    }
    .congthuc_item_img1 .img-c4 {
        position: absolute;
        bottom: -20%;
        left: 18%;
    }
    .congthuc_item_img1 .img-c5 {
        position: absolute;
        top: 8%;
        right: 3%;
    }
    .congthuc_item_img1 .img-c6 {
    position: absolute;
    top: 50%;
    right: 1%;
}
    .congthuc_item_img1 img {
       zoom: 0.5;
    }
    /*.menu .navresponsivebar-header {
        width: 100%;
    }
    .menu .nav>li {
        float: right;
        clear: both;
        text-align: right;
        border: none;
    }
    .menu .navbar-collapse {
        padding-right: 10px !important;
    }
    .menu .navbar-nav {
        float: right !important;
    }
    .title_right {
        text-align: center;
        margin-top: 0px;
    }
    .title_left {
        text-align: center;
    }
    .menubar {
        background: rgba(255, 164, 55, 0.39);
    }*/
    .thuvienanh_item img{
        width: 61px;
        height: 44px;
    }
    .title_right {
        margin-top: 10px;
    }
    .title_left {
        margin-top: 10px;
    }
    .title_left h4, .title_right h4 {
        font-size: 14px;
    }
    .title_left h3, .title_right h3 {
        font-size: 14px;
    }
    .baosac_center {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-top: 0;
    }
    .baosac_center h3 {
        font-size: 26px;
        margin-top: 15px;
    }
    .title_noitiet h2 {
        font-size: 29px;
        margin-top: 15px;
    }
    .title_noitiet {
        margin-top: 0px;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .noitiet_item_right, .noitiet_item_left {
        width: 250px;
        height: 65px;
    }
    .baosac_item a {
        font-size: 14px;
    }
    .noitiet_item_right a {
        line-height: 65px;
        font-size: 14px;
    }
    .noitiet_item_left a {
        line-height: 65px;
        font-size: 14px;
    }
    .title_component img {
    }
    .congthuc_text h4 {
        font-size: 16px;
        margin-top: 15px;
    }
    .congthuc_center {
        padding-top: 15px;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .congthuc_center h4 {
        margin-top: 0px;
        line-height: 20px;
    }
    .congthuc_center h2 {
        font-size: 16px;
        margin-top: 0px;
    }
    .sacxuan_title {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .sacxuan_title h3 {
        font-size: 25px;
        line-height: 31px;
        margin-top: 0px;
    }
    .tuvan_title h3 {
        font-size: 28px;
        margin-top: 0px;
    }
    .danhsachdaily_title {
        width: 100%;
    }
    .danhsachdaily_title h3 {
        font-size: 29px;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .img_bacsi {
        width: 150px;
    }
    .img_bacsi_r {
        top: 20px;
        right: 10px;
    }
    .img_bacsi_l {
        top: 15px;
        left: 10px;
    }

    /*.basactruongxuan {
        width: auto;
    }
    .sacxuankhongtuoi {
        width: auto;
    }
    .noitiettonu {
        width: auto;
    }
    .chuyengiatuvan {
        width: auto;
    }
    .dailycungcap {
        width: auto;
    }*/
    .menu .dropdown-menu {
        text-align: right;
        height: auto;
    }
    .facebook_content iframe {
        width: 100% !important;
    }
    .dathang_top ul {
        font-size: 14px;
    }
    
    .dathang_giamgia input {
        font-size: 16px;
    }
    .girl1 {
        margin-top: 0px;
    }
    .xx {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .thuvienanh {
        margin-top: 20px;
    }
    .congthuc_item2 h4 {
        font-size: 20px;
    }
    .congthuc_item2_img img {
        width: 80%;
    }
    .carousel-indicators {
        left: 36% !important;
        bottom: 0px !important;
    }
}
@media(max-width:320px) {
     .hoavantrai img{
        margin-right: -40px !important;
    }
    .hoavanphai img{
        margin-left: -40px !important;
    }
    .baosac_center h3 {
        font-size: 14px;
    }
    .sacxuan_title h3 {
        font-size: 21px;
        margin-top: 0px;
    }
    .slideshow .height400{
        height: auto !important;
    }
    .thuvienanh_item img{
        max-width: 100%;
        height: auto;
    }
    .congthuc_item_img1 img {
        zoom: 0.45;
    }
    .congthuc_item_img1 .img-c5 {
        position: absolute;
        top: 8%;
        right: 0%;
    }
    .congthuc_item_img1 .img-c3 {
        position: absolute;
        top: 52%;
        left: 0%;
    }
    .congthuc_item_img1 .img-c4 {
        position: absolute;
        bottom: -20%;
        left: 16%;
    }
}
.tintuc-mota {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 55.692px;
}
.tintuc-mota p {
    margin-bottom: 0;
}