@font-face {
    font-family: 'UTM Yen Tu';
    src: url('http://www.ttgdqp.edu.vn/font/UTM Yen Tu.ttf') format('truetype');
}
@font-face {
    font-family: 'UTM Impact';
    src: url('http://www.ttgdqp.edu.vn/font/UTM Impact.ttf') format('truetype');
}

* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

html {
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

input[type=file], /* FF, IE7+, chrome (except button) */
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer;
}

input[type='checkbox'] {
    width:18px;
    height:18px;
}

*:focus {
    outline: none;
}

textarea{
    vertical-align:top;
}

.text_long_url{
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

input::-webkit-input-placeholder {
    color: #ccc !important;
}
input:-moz-placeholder { /* Firefox 18- */
    color: #ccc !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #ccc !important;
}

input:-ms-input-placeholder {
    color: #ccc !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}

/*
::-webkit-scrollbar
{
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}
*/

body {
    font-family: Roboto, arial, verdana, tahoma, sans-serif, helvetica;
    font-size: 16px;
    color: #333;
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    /*    background-image: url('http://www.ttgdqp.edu.vn/skin/defaultskin/images/bg/quan-y-viet-nam-1-1563860543.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:center;
    background-size:cover;*/
    /*max-width:1020px;
    margin:auto;
    background-color:#ccc;
        
*/
}

.inner_body {
    max-width: 1280px;
    width: 100%;
    overflow-y:hidden;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

a {
    font-family: 'Roboto Condensed', arial, verdana, tahoma, sans-serif, helvetica;
    text-decoration: none;
    font-size: 16px;
    color: #2992d0;
}

a:hover {
    color:deepskyblue;
    text-decoration:underline;
}

a:visited {
    color: #666666;
}

.text_12 {
    font-size: 12px
}

.text_14 {
    font-size: 14px
}

.text_16{
    font-size:16px
}

.text_18 {
    font-size: 18px
}

.text_20 {
    font-size: 20px
}

.text_22 {
    font-size: 22px
}

.text_24 {
    font-size: 24px
}

.text_26 {
    font-size: 26px
}

.text_28 {
    font-size: 28px
}

.text_30 {
    font-size: 30px
}

.text_32 {
    font-size: 32px
}

.text_34 {
    font-size: 34px
}

.text_36 {
    font-size: 36px
}

.text_38 {
    font-size: 38px
}

.text_40 {
    font-size: 40px
}

.text_white, .text_white:visited {
    color: white;
}

.text_red, .text_red:visited {
    color: red;
}

.text_org, .text_org:visited {
    color: #fdb714;
}

.text_yellow{
    color:yellow;
}

.text_dark_blue, .text_dark_blue:visited {
    color: #28306a;
}

.text_dark, .text_dark:visited {
    color: #111;
}

.text_blue, .text_blue:visited {
    color: #2992d0;
}

/*.text_main_menu {
    font-size: 16px;
    color: #28306a;
    font-weight: bold;
}
*/

.text_kanit, .text_kanit:visited{
    font-family: kanit;
}

.text_link, .text_link:visited {
    color: #1d9be0;
    cursor: pointer;
    display: inline-block;
}

.text_body, .text_body:visited {
    font-family: Roboto, arial, verdana, tahoma, sans-serif, helvetica;
    color: #2d3e52;
}

.text_dark_link {
    font-family: Roboto, arial, verdana, tahoma, sans-serif, helvetica;
    color: #2d3e52;
}

.topMenuDiv {
    display:inline-block;
    overflow-y:hidden;
}

.text_gray, .text_gray:visited{
    color: #666666;
}

.down_arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #28306a;
    vertical-align: 0.12em;
    margin-left: 5px;
}

.left_menu_active {
    background-color: #2992d0;
    color: white;
}

.left_menu_active a{
    color: white;
}

.menu_item {
    font-size: 15px;
    color: #28306a;
    font-weight: bold;
    border: #ffffff solid 1px;
    border-radius: 3px !important;
    padding: 5px;
    vertical-align: middle;
    /*    background-color: #0063BB;*/
    /*    
display: inline-block;*/
}

.menu_item a {
    color: white !important;
}

.menu_item:hover {
    color: white;
    background-color: #2992d0;
    border-color: #2992d0;
}

.menu_item:hover .down_arrow {
    border-top: 8px solid white;
}

.menu_item_active {
    color: white;
    background-color: #28306a;
    border-color: #28306a;
    border-style: solid;
}
.menu_item_active .down_arrow {
    border-top: 8px solid white;
}

.search_dropdown_button {
    border-radius: 4px;
    height: 37px;
    border: 1px solid #cdd1d4;
    background: #fff;
    margin: 0;
    outline: 0;
    cursor: pointer;
    padding-right: 30px;
    background-image: url('http://www.ttgdqp.edu.vn/skin/defaultskin/images/layout/arrow_drop_down_grey_24x24.png');
    background-repeat: no-repeat;
    background-position: center;
}

.search_dropdown_container_hidden {
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 6px;
    border: 1px solid #cdd1d4;
    border-top: none;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    z-index: 1;
    padding:20px;
}

.search_dropdown_container_show {
    display: block;
    z-index: 1000;
}

.search_dropdown_container_hightligth {
    background-color: #f5f6f7;
}

.search_dropdown_item {
    padding: 0px 10px;
    cursor: pointer;
}

.bg_dark_blue {
    background-color: #28306a;
    color: white;
}

.bg_blue {
    background-color: #2992d0;
    color:white;
}

.bg_blue a{
    color:white;
}

.bg_blue_gradient {
    background-image: linear-gradient(#0e4998, #2c8fd0);
    color: white;
}

.bg_red_gradient {
    background-image: linear-gradient(#ffffff, #ff0000);
    color: white;
}

.bg_gray {
    background-color: #d6d6d6;
}
.bg_red {
    background-color: red;
    color: white;
}
.bg_black {
    background-color: #000000;
    color: white;
}
.bg_white{
    background-color:white;
}
.bg_smoke {
    background-color: #F7F9F9;
}

.border_gray {
    border: solid 1px #d6d6d6;
}

.border_blue {
    border: solid 1px #2992d0!important;
}

.text_utm_impact{
    font-family:'UTM Impact';
}

.text_slide_item_container {
    padding-top: 20px;
    padding-bottom:20px;
    z-index: 1000;
    position: absolute;
/*    top: 50%;
*/    left: 0;
    bottom:20px;
    width:50%;

/*    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);*/
    display: none;
}

.text_slide_item {
    font-size: 30px;
    /*font-weight: bold;*/
    margin-bottom: 20px;
    font-family: "Cormorant Garamond";
    text-align: justify;
    text-shadow: 1px 1px #000;
    /*line-height: 30px;*/
    /*font-style: italic;*/
}

.text_slide_item:empty{
    display:none;
}

#welcomeDiv {
    padding: 20px;
    text-shadow: 1px 1px #000;
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
}

.center_all {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
}

.post_detail_image {
    width: auto;
    max-width: 754px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

.post_detail_video {
    width: 100%;
    max-width: 754px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    text-align: center;
}

.video_filename {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0px, -40px);
    padding: 20px;
    text-align: center;
    color: white;
    background-color: rgba(0,0,0,0.5);
    text-shadow:1px 1px #000000;
    font-size:22px;
    font-weight:bold;
}

.content_box {
    width:110px;
    padding: 5px;
    text-align: center;
}

.logo_box{
    text-align:center;
    margin-left:1px;
    margin-right:1px;
    overflow-y:hidden;
}

.student_icon {
    width: 100px;
    height: 100px;
    border: solid 1px #2992d0;
    border-radius: 50%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    background: none;
}

.student_icon:hover {
    border: solid 1px #fdb714;
    background-color: #fdb714;
}

h1 {
    /*    font-family: 'Oswald', sans-serif;
    font-weight: 400;*/
    font-size: 30px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

h2 {
/*    font-family: 'Oswald', sans-serif;
    font-weight: 400;*/

    font-size: 25px;
    font-weight:normal;
    padding: 0px;
    margin: 0px;
}

h3 {
    /*    font-family: 'Oswald', sans-serif;
    font-weight: 400;*/
    font-size: 20px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

.button_blue {
    /*    background: url('http://www.ttgdqp.edu.vn/skin/defaultskin/images/icon/pie-chart16.png');*/
    background-color: #2992d0;
    color: white;
    width: auto;
    padding: 10px;
    cursor: pointer;
    border: solid 1px #2992d0;
    border-radius: 3px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.img-hover-zoom{
    overflow:hidden;
}

.img-hover-zoom img {
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
    filter: brightness(120%);
    transform: scale(1.2);
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.text_crop {
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.text_1_line {
    -webkit-line-clamp: 1;
}

.text_2_line {
    -webkit-line-clamp: 2;
}

.text_3_line {
    -webkit-line-clamp: 3;
}

.text_4_line {
    -webkit-line-clamp: 4;
}

.text_5_line {
    -webkit-line-clamp: 5;
}

.text_6_line {
    -webkit-line-clamp: 6;
}

.text_7_line {
    -webkit-line-clamp: 7;
}

.text_roboto {
    font-family: 'Roboto';
}

.post_item {
    display: flex;
    align-items: center;
}

.post_item .img_thumb {
    width: 100px;
    max-height: 75px;
    /*margin-right: 15px;*/
}

.post_item_0, .post_item_1, .post_item_2 {
    display: block !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.post_item_0 .img_thumb_container, .post_item_1 .img_thumb_container, .post_item_2 .img_thumb_container {
    overflow: hidden;
    max-height:200px;
}

.post_item_0 .img_thumb, .post_item_1 .img_thumb, .post_item_2 .img_thumb {
    width: 100% !important;
    max-height:unset!important;
    margin-right: unset;
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    overflow: hidden;
}

.post_item_0:hover .img_thumb, .post_item_1:hover .img_thumb, .post_item_2:hover .img_thumb {
    filter: brightness(120%);
    transform: scale(1.2);
}

.post_item_0 .content_div, .post_item_1 .content_div, .post_item_2 .content_div {
    padding: 20px;
    font-weight: bold;
    margin:0;
}

.post_item_0 .content_div .text_2_line, .post_item_1 .content_div .text_2_line, .post_item_2 .content_div .text_2_line {
    -webkit-line-clamp: 3;
/*    padding-bottom:10px;*/
}

.content_div {
    margin-left: 15px;
}

.post_type_menu {
    padding: 20px;
    /*    background-color: rgba(41,146,208,0.8);
*/
    background-color: white;
    margin-top: 1px;
    border-radius: 2px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-top: 5px solid #2992d0;
    height:100%;
/*    height:100px;
*/}

.post_type_menu a:visited{
}

.post_type_menu_active, .post_type_menu:hover {
    /*    background-color: rgba(40,48,106,0.8);
*/
    background-color: #2992d0;
}

.post_type_menu_active a{
    color:white!important;
}

.post_type_menu a:hover {
    color: white;
    text-decoration: none;
}

.pager_item {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 3px;
    padding:5px 10px 5px 10px;
    border: solid 1px #2992d0;
    border-radius: 3px;
    text-align: center;
}

.pager_active:hover, .pager_item:hover {
    color: white;
    background-color: #2992d0;
    text-decoration: none;
}

.pager_active {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 3px;
    padding: 5px 10px 5px 10px;
    border: solid 1px #2992d0;
    border-radius: 3px;
    background-color: #2992d0;
    color: white;
    text-align: center;
}

.text_breadcrumbs, .text_breadcrumbs:visited {
    font-family: Roboto, arial, verdana, tahoma, sans-serif, helvetica;
    color: #2992d0;
    font-weight: bold;
    font-size: 14px;
}

.member_txt {
    color: #3b4144;
    height: 38px;
    width: 100%;
    outline: none;
    font-weight: 400;
    padding: .6em .7em .5em;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.member_textarea {
    color: #3b4144;
    width: 100%;
    outline: none;
    font-weight: 400;
    padding: .6em .7em .5em;
    border: 1px solid #aaa;
    border-radius: 4px;
}

/*RESPONSIVE ELEMENTS HERE*/
#topMenuOuterContainerDiv {
    display: grid;
    grid-template-columns: 327px 0 auto;
    align-items: center;
}

#topLogoDiv {
    margin-top: 10px;
    margin-bottom: 10px;
}

#topMenuInnerContainerDiv {
    text-align: right;
    width: 100%;
}

#homeGioiThieuContainerDiv {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    grid-gap: 20px;
}

.img_thumb_home_gioi_thieu {
    max-height: 180px;
    display: block;
}

#topQuickMenu {
    float: right;
    display: inline-block;
}

#headerMobileMenuLinkDiv {
    float: right;
}

#headerMobileMenuLink {
    border-radius: 3px !important;
    padding: 4px 4px 0px 4px;
    vertical-align: middle;
    background-color: #28306a;
    color: white;
    border: 1px solid #28306a;
    text-align: center;
    display: none;
}

#headerMobileMenuLink a {
    color: white !important;
}

#headerMobileMenuLink:hover {
    color: white;
    background-color: #28306a;
    border-color: #28306a;
}

#topLogoDiv img{
    height:52px;
}

#leKhaiGiangInnerContainerDiv {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 20px;
    margin-bottom: 30px;
}

#lekhaigiangOuterContainerDiv {
    width: 100%;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: 414px auto;
    grid-gap: 40px;
    min-height: 531px;
    align-items: center;
}

.img_thumb_le_khai_giang {
    max-height: 150px;
}

.newsItemContainerDiv {
    width: 100%;
    overflow-y: hidden;
    background-color: white;
    box-shadow: 7px 7px #ebebeb;
    display: grid;
    grid-template-columns: 50% auto;
}

#newsOutherContainerDiv {
    width: 100%;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    grid-gap: 20px;
    padding-right: 7px;
    padding-bottom: 7px;
}

.notificationOuterContainerDiv {
    width: 100%;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    grid-gap: 20px;
    padding-right: 7px;
    padding-bottom: 7px;
}

.notificationItemDiv {
    width: 100%;
    overflow-y: hidden;
    background-color: white;
    box-shadow: 7px 7px #ebebeb;
    display: grid;
    grid-template-columns: 72px auto;
}

.notificationSpeakerIconDiv {
    padding: 20px;
    overflow: hidden;
    text-align: center;
}

.notificationContentDiv {
    padding: 20px;
    padding-left: 0px;
}


#quoteDiv {
    font-family: Dancing Script;
    font-size: 45px;
}

#hcmQuoteOuterContainerDiv {
    width: 100%;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: auto 280px;
    grid-gap: 20px;
    align-items: center;
}

#studentSharedInnerContainerDiv {
    display: grid;
    grid-template-columns: 323px auto;
    grid-gap: 0;
}

#studentSharedLeftDiv {
    background-image: unset;
    padding-top: 20px;
    padding-bottom: 20px;
}

#studentSharedMainContentDiv {
    padding: 20px;
    margin-left: 114px;
    padding-top: 30px;
}

#footerMenuInnerContainerDiv {
    width: 100%;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    padding-top: 30px;
    padding-bottom: 20px;
    grid-gap: 20px;
    align-content: start;
}

#footerContactInfoInnerContainerDiv {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-gap: 20px;
}

#counterOuterContainerDiv {
    text-align: right;
}

#counterInnerContainerDiv {
    display: grid;
    grid-template-columns: 130px auto;
    align-items: baseline;
}

#counterCell1Div {
    text-align: left;
    margin-bottom: 10px;
}

#counterCell2Div {
    text-align: right;
}

#counterCell3Div {
    text-align: left;
}

#counterCell4Div {
    text-align: right;
    margin-bottom: 10px;
}

.module_detail_banner_desc{
    margin-top:5px;
}

.module_detail_banner_title {
    font-size: 40px;
    color: deepskyblue;
}

.post_type_detail_banner_title {
    font-size: 30px;
    color:white;
}

.post_type_detail_banner_desc {
    font-size:16px;
}


.module_detail_sub_menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    /*grid-template-columns: repeat(auto-fit, minmax(100px, 200px));*/
    grid-auto-rows: 1fr;
    grid-gap: 5px;
    align-items: center;
    align-content: center;
}

#bannerContainer {
    width: 100%;
    overflow-y: hidden;
    margin-bottom: 0px;
}

.module_detail_listing {
    width: 100%;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-bottom: 40px;
    padding: 2px;
}

#post_type_detail_banner_img_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
}

.post_type_detail_grid_container {
    width: 100%;
    display: grid;
    grid-template-columns: auto 300px;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.right_most_view_grid_container {
    display: grid;
    grid-template-columns: 115px auto;
    margin-bottom: 20px;
}

.right_most_view_left_column {
    width: 100px;
    position: relative;
    text-align: center;
}

.right_most_view_right_column {

}

.right_most_view_left_column_first_item {
    width: 100%;
    margin-bottom: 10px;
    grid-column: span 2;
    position: relative;
    text-align: center;
}

.right_most_view_right_column_first_item {
    grid-column: span 2;
}

.list_post_by_post_type_grid_container {
    display: grid;
    grid-template-columns: 215px auto;
    margin-bottom: 20px;
}

.list_post_by_post_type_left_column {
    width: 200px;
    position: relative;
    text-align: center;
}

.list_post_by_post_type_right_column {

}

.list_post_by_post_type_right_column_post_title {
    margin-bottom: 10px;
}

.list_post_by_post_type_right_column_post_lead_text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

.post_detail_grid_container {
    width: 100%;
    display: grid;
    grid-template-columns: 300px auto;
    grid-gap: 30px;
    margin-bottom: 20px;
}

.search_result_grid_container {
    display: grid;
    grid-template-columns: 200px 15px auto;
    margin-bottom: 20px;
}

.contact_grid_container {
    display: grid;
    grid-template-columns: auto 400px;
    grid-gap: 30px;
    margin-bottom: 20px;
}

.footer_company_name_text {
    font-size: 22px;
    font-family: Arial;
    max-width: 290px;
}

.footer_vnuhcm_text {
    margin-bottom: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.top_quick_menu_grid_container {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.hidden_quick_menu {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.main_iframe_default {
    width: 100%;
    height: 100%;
    border: none;
}

/*#chia_se_tu_nguoi_di_truoc_lead_text {
    margin-bottom: 20px;
    overflow-y: hidden;
    text-align: justify;
}*/

.home_slider_container_div {
    width: 100%;
    overflow: hidden;
    position:relative;
}

.text_new {
    background-color: yellow;
    color: red;
    
}
.text_new:before {
    font-weight:bold;
    content: "NEW";
}