/*slider 2022*/
#page-main-content .slide .item {
    height: 374px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

#page-main-content .slide {
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.owl-carousel {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.owl-carousel .owl-nav div {
    position: absolute;
    opacity: 0;
    visibility: visible;
    width: 45px;
    height: 45px;
    font-size: 36px;
    line-height: 43px;
    background-color: transparent;
    text-align: center;
    right: 0;
    color: #888;
    top: calc(50% - 22px);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.owl-carousel .owl-nav div.owl-prev {
    left: 0px;
    right: auto
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.owl-carousel .owl-dots div {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #e6e6e6b5;
    margin: 0 3px;
    border-radius: 50%;
}

.owl-carousel .owl-dots div.active {
    background: #FFF;
    width: 14px;
    height: 14px;
    margin-bottom: -1px;
}

.bg-gradient {
    background: rgb(252, 176, 69);
    background: radial-gradient(circle, rgba(252, 176, 69, 1) 50%, rgba(255, 112, 60, 1) 100%);
}

#header {
    margin-top: 0;
}

.navigation .gva_menu>li>a {
    font-size: 17px;
    color: #242529;
    text-transform: uppercase;
    font-weight: bold;
}

.navigation .gva_menu>li {
    border-left: 1px solid #777;
}

.navigation .gva_menu>li:first-child {
    border-left: none;
}

.more-container a {
    display: block;
    margin-bottom: 10px;
    color: #0d4e96;
    font-weight: 600;
}

.course-block .course-title a {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 22px;
    text-transform: none;
}

.course-block .course-title a span {
    max-height: 65px;
    overflow: hidden;
}

.gsc-heading .title {
    font-weight: 700;
    text-transform: uppercase;
    color: #e94b02
}

.footer {
    font-size: 16px;
    line-height: 22px;
}

ul li,
ol li {
    text-align: justify;
}

.bg-grey {
    background: #f5f5f5 !important;
}

.banner-home-1 {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.tintuyensinh-carousel-owl .owl-item>.item {
    padding-left: 10px;
    padding-right: 10px;
}

.tintuyensinh-carousel-owl .course-block .description {
    line-height: 1.3;
    max-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    overflow: hidden;
}

.header-links .item-outer-item .menuItem {
    text-align: center;
    border-left: 2px solid #fff;
    padding: 10px 0;
}

.header-links .item-outer-item .menuItem a {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
}

/** New top menu **/
.top-menu {
    background-color: rgba(255, 112, 60, 1);
}

.top-menu .menu {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}

.top-menu .menu li {
    display: inline-block;
    position: relative;
    list-style: none;
    font-size: 13px;
    color: #fff;
    padding-right: 15px;
    cursor: pointer;
}

.top-menu .menu li a {
    display: block;
    height: 100%;
    height: 100%;
    font-size: 13px;
    color: #fff;
}

.top-menu .menu li .sub-menu {
    display: none;
    flex-wrap: wrap;
    transition: all .3s;
    position: absolute;
    width: 900px;
    padding: 0;
    left: -1000px;
    top: 100%;
    background: #fff;
    z-index: 99;
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.top-menu .menu li .sub-menu li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    width: 100%;
    padding: 0;
    display: block;
    list-style: none;
}

.top-menu .menu li .sub-menu li a {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}

.top-menu .menu li .sub-menu li>a:hover,
.top-menu .menu li .sub-menu li>a:active {
    background-color: #f5f5f5;
}

.top-menu .menu li .sub-menu li:last-child>a {
    border-bottom: none;
}

.top-menu a:last-child {
    margin-right: 0;
}

.top-menu a {
    transition: all .2s ease-out;
    opacity: 1;
}

.top-menu .menu li .sub-menu.short-items {
    width: 385px;
}

.top-menu .menu li .sub-menu.short-items li {
    flex: 0 0 100%;
    max-width: 100%;
}

.top-right-menu {
    list-style: none;
}

.top-right-menu li {
    display: inline;
    padding-right: 15px;
    line-height: 30px;
}

.top-right-menu li a {
    font-size: 13px;
    display: inline-block;
    color: #fff;
}

.header-links .item-outer-item {
    width: 16.66%;
    display: inline-block;
}

#page-main-content .slide .item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#page-main-content .slide .item .desc {
    padding: 10px 15px;
    position: absolute;
    bottom: 3%;
    width: 320px;
    /*min-height: 350px;*/
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0.7;
    right: 1%;
    border-radius: 10px;
    text-align: justify;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

#page-main-content .slide .item .detail p {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

#page-main-content .slide .item .desc:hover p,
#page-main-content .slide .item .desc:focus p {
    height: auto;
}

#page-main-content .slide .item .desc:hover h3,
#page-main-content .slide .item .desc:focus h3 {
    display: block;
}

#page-main-content .slide .item:hover .desc,
#page-main-content .slide .item:focus .desc {
    opacity: 1;
    background-color: rgba(255, 255, 255, 1)
}

#page-main-content .slide h3 a {
    color: red;
}

#page-main-content .slide .item .view-more {
    display: block;
    text-align: center;
}

#page-main-content .slide .item a:hover,
#page-main-content .slide .item a:focus {
    color: red;
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
    right: 15px;
}

.owl-carousel:hover .owl-nav div.owl-prev {
    left: 15px;
    right: auto
}

.owl-carousel .owl-nav div:hover {
    transform-origin: 50% 50%;
}

.topbar {
    background: #cd2122;
    border-bottom: none !important;
    padding: 7px 0;
    color: #fff;
    line-height: 0.9em;
    font-size: 1.1em;
}

.topbar i {
    color: #fff !important;
}

.topbar i:hover {
    color: #7a7a7a !important;
}

.topbar a {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
}

.topbar a:hover {
    color: #b5b5b5;
    text-decoration: underline;
}

.stuck {
    background: #E8E8E8 !important;
}

.header .header-main {
    padding-bottom: 10px;
}

header.header-v1 .gva-search-region .icon {
    color: #242529;
}

.navigation .gva_menu>li>a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.bb-inner .gva-view-mlayout-1 {
    margin-top: -40px;
}

.tdt-branding .tdt-logo {
    display: inline-block;
    width: 20%;
}

.tdt-branding .tdt-logo img {
    vertical-align: bottom;
    margin-top: 6px;
}

.tdt-branding .tdt-site-name {
    display: inline-block;
    vertical-align: top;
}

.tdt-branding .tdt-site-name .tdt-name-en,
.tdt-branding .tdt-site-name .tdt-name-vn {
    font-size: 21px;
    color: #ed1c24;
    font-weight: bold;
    text-transform: uppercase;
}

.tdt-branding .tdt-site-name .tdt-slogan-en,
.tdt-branding .tdt-site-name .tdt-slogan-vn {
    font-size: 15px;
    color: #0066b3;
    font-weight: bold;
    margin-top: 15px;
}

.navigation .gva_menu>li>a:hover {
    /*color: #cd2122;*/
    background-color: #333333;
}

.widget.gsc-call-to-action.text-light .content .title {
    margin-top: 100px;
}

.heading-line {
    display: none !important;
}

.events-list .event-date {
    padding: 5px 10px;
}

#tdtu-news .more-link {
    float: right;
    margin-right: 15%;
    margin-top: -60px;
}

#tdtu-news .post-content {
    border: none;
}

#utt-events .gva-view .more-link {
    margin-top: -10px;
}

#utt-events .title {
    font-weight: bold
}

.gva-view .more-link a {
    border-radius: 0px;
    font-size: 14px;
    padding: 10px 35px;
    text-transform: uppercase;
    line-height: 1.5em;
    background: #cd2122;
    color: #fff;
    letter-spacing: 2px;
}

#utt-events .more-link a {
    margin-top: -10px;
}

.gva-view .more-link a:hover {
    background: #990100;
    border: 2px solid #990100;
    color: #fff;
}

.events-list .more-link {
    margin-top: 30px;
}

.events-list .more-link a {
    border-radius: 0;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li {
    text-transform: none;
}

#search-block-form input[type="search"] {
    border: 1px solid rgba(205, 33, 34, 0.5);
    border-radius: 4px;
    width: 290px;
    height: 26px;
    padding: 0 12px;
    font-size: 14px;
    color: #657184;
    background-color: white;
    background-image: url('/sites/www3/files/logo/search-icon-red-hi.png');
    background-position: 265px 5px;
    background-repeat: no-repeat;
}

.node__title {
    font-weight: 700 !important;
    font-size: 22px !important;
    text-transform: uppercase !important;
}

.comment-forbidden {
    display: none !important
}

.node-detail .post-title {
    font-size: 22px;
}

.search-content .post-meta {
    font-size: 13px;
    color: #999;
}

.search-content h3 {
    margin-bottom: 2px !important;
    font-size: 20px;
}

.float-right {
    float: right;
    margin: 20px;
}

/*
.breadcrumb-content-inner .gva-breadcrumb-content .page-title {
    display: none;
}
*/
.tdtu-faculty {
    background: #e8e8e8;
    /*margin-top: -70px;*/
}

.tdtu-faculty ul {
    padding-left: 0px;
    /*margin-left: -30px;*/
}

.tdtu-faculty ul li {
    background: #e8e8e8;
    list-style: none;
}

.tdtu-faculty ul li {
    /*:not(:last-child)*/
    border-bottom: 1px solid #cd2122;
}

.tdtu-faculty ul li a {
    color: #333;
    padding-left: 16px;
    line-height: 2.0em;
}

.tdtu-faculty ul li:hover a {
    color: #fff;
}

.tdtu-faculty ul li:hover {
    background: #cd2122;
}

.tdtu-faculty h3 {
    margin-top: 0;
    margin-bottom: 0px;
    color: #000;
    text-align: center;
    line-height: 3.0em;
}

.widget.gsc-heading.style-default .title-desc {
    max-width: 980px;
    color: #555;
    font-size: 20px;
}

.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
    padding: 15px;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li {
    font-size: 1.1em;
}

.gsc-image-content .action a {
    font-size: 13px;
}

.tdtu-contact .main-office {
    background: #E6E6E6;
    text-align: center;
}

.node--type-spage .gsc-heading {
    margin-top: -40px;
}

.event-full .event-info .date .field {
    display: inline;
}

.event-full .event-info .time .field {
    display: inline;
}

.event-full .event-info .address .field {
    display: inline;
}

.category-list .item-list ul li a {
    color: #666666;
    font-size: 14px;
}

.tdtu-right-menu p {
    margin: 5px;
}

.tdtu-right-menu a {
    color: #666666;
    padding: 10px 10px 10px 20px;
    display: block;
    border: 1px solid #EEEEEE;
    background: #F6F6F6;
    text-transform: none;
    font-size: 15px;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    position: relative;
    text-decoration: none;
}

.tdtu-right-menu .back-link a {
    background: #CD2122;
    color: #fff;
    text-align: center;
}

.tdtu-right-menu .back-link a::after {
    color: #fff;
}

.tdtu-right-menu .back-link a:hover {
    background: #b90504;
    color: #fff;
}

.tdtu-right-menu a:hover {
    color: #CD2122;
    padding-left: 36px;
}

.tdtu-right-menu a:hover::after,
.tdtu-right-menu a:focus::after,
.tdtu-right-menu a:active::after,
.tdtu-right-menu a:active {
    left: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.tdtu-right-menu a::after {
    content: "\f178";
    position: absolute;
    top: 10px;
    left: -20px;
    font-family: "FontAwesome";
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    color: #CD2122;
}

/*.event-full .event-info {*/
/*font-style: italic;*/
/*border-bottom: 1px solid #A7A7A7;*/
/*margin-bottom: 20px;*/
/*}*/
/* Css for Intro site*/
.dao-tao {
    padding-left: 100px;
    padding-right: 100px;
    border: 2px solid #cd2122;
    padding-bottom: 20px;
    border-radius: 20px;
}

.intro1 a {
    background: #cd2122;
    padding-top: 10px;
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 10px;
}

.field--name-field-tags .field__item a {
    color: #fff;
    padding: 5px;
    font-weight: 400;
    font-size: 14px;
    background: #cd2122;
    /*border: 1px solid red;
    border-radius: 4px;*/
}

.field--name-field-tags .field__item a:hover {
    background: #fff;
    color: #cd2122;
}

.title-desc p {
    text-align: center;
}

.gsc-image-content .desc p {
    text-align: justify;
}

.padding-bottom-15 .desc p {
    text-align: center;
}

#tieudiem-khcn .post-style-list.small .post-content {
    padding-left: 10px;
}

#tdtu-news .post-grid-1 .post-block .post-content {
    padding: 15px 10px;
}

.header-v1 .header-inner {
    padding-right: 25px !important;
    margin-top: 4px;
}

#tdtu-events .event-info .body .field {
    margin-top: -20px;
    font-style: italic;
}

.list {
    list-style: none;
    padding: 0 0 12px 30px;
}

.staff-list {
    float: left;
    width: 100%;
    clear: both;
    padding: 1em 0;
    overflow: hidden;
    border-bottom: #D9D7D0 1px solid;
}

.staff-list-photo {
    min-width: 50px;
    min-height: 47px;
    border: 1px solid #ccc;
    padding: 1px;
    margin-right: 1em;
    display: inline-block;
}

.staff-list-photo img {
    max-width: 50px;
    max-height: 75px;
}

.staff-list-details {
    width: 85%;
    max-height: 75px;
    display: inline-block;
}

.gbb-row.gsc-equal-height .column-content-inner {
    position: relative;
    /*top: 240px !important;*/
}

.contact-message-form .form-item input[type='text'],
.contact-message-form .form-item input[type='email'],
.contact-message-form .form-item textarea {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.contact-message-form .form-item textarea {
    height: 170px;
    padding-top: 15px;
}

.contact-message-form .form-item label {
    text-transform: none;
    color: #333333;
    font-size: 0.9em;
}

.list-app {
    text-align: center;
    float: left;
    /*margin-right: 50px;*/
}

.list-app img {
    border: 1px solid #ebebeb;
    /*border-radius: 100%;*/
    padding: 5px;
    margin-bottom: 10px;
}

.list-app h2 {
    font-size: 14px;
    font-weight: 400;
}

.list-app a:hover {
    text-decoration: underline;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.node-detail table th {
    color: #ffffff;
    background: #d9640e;
    border-top: 1px #ffa15b solid;
    border-left: 1px #ffa15b solid;
    border-right: 1px #ffa15b solid;
    border-bottom: 1px #ffa15b solid;
    margin: 0 !important;
}

.node-detail table td {
    border: 1px #dddddd solid;
}

.node-detail table td p {
    margin: 0 !important;
}

.node-detail table th p {
    margin: 0 !important;
}

.box-quote-red,
.box-quote-green,
.box-quote-blue,
.box-quote-yellow {
    padding: 10px;
}

.box-quote-red {
    background: #f2dede;
    border: 2px dotted #9E0702;
}

.box-quote-green {
    background: #dff0d8;
    border: 2px dotted #157FaB;
}

.box-quote-blue {
    background: #d9edf7;
    border: 2px dotted #167AC6;
}

.box-quote-yellow {
    background: #fcf8e3;
    border: 2px dotted #006102;
}

.m_bottom_10 {
    margin-bottom: 10px;
}

.widget.gsc-heading.style-default h2.title-why {
    color: #FFF !important;
    font-size: 32px !important;
}

.widget.milestone-block .milestone-number {
    font-size: 28px;
}

.node__content img.news {
    display: inline;
}

ul.list-department {
    list-style: none !important;
    padding-left: 0 !important;
    font-size: 14px;
    line-height: 22px;
}

h4.dpm-title {
    text-transform: uppercase;
    color: #0067ac;
}

span.blink {
    animation: blinker 1s step-start infinite;
    color: red;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.wrap-times.content {
    overflow: auto;
    position: relative;
    max-width: 511px;
    height: 410px;
    max-height: 410px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.node-detail table.blank {
    border: none !important;
    background: transparent !important;
}

.node-detail table.blank tr {
    background: transparent !important;
    border: none !important;
}

.node-detail table.blank tr:nth-child(odd) td {
    background: transparent !important;
}

.node-detail table.blank td {
    border: none !important;
}

.adv-item {
    flex-basis: 49%;
}

.mgt15 {
    margin-top: 15px;
}

.node-detail a.cta {
    padding: 10px 20px;
    background: rgba(205, 33, 34);
    color: #ffffff;
    text-decoration: none;
}

.node-detail a.cta:hover {
    background: rgba(249, 66, 68);
    color: #ffffff;
    text-decoration: none;
}

span.slash {
    margin: 0 5px 0 7px
}

.event-full .event-info .date .field {
    display: inline;
}

.post-block .post-sum {
    line-height: 23px;
    font-size: 14px;
}

.event-block .event-content .event-info .body {
    font-size: 14px;
    line-height: 23px;
}

.event-block .event-content .event-info .title {
    line-height: 24px;
}

img.lazy {
    /* optional way, set loading as background */
    /*background-image: url('../images/loading.gif');*/
    background-color: #F1F1FA;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.gva-view-grid-tuyensinh .post-block {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    margin-bottom: 30px;
    background: #fff;
}

.gva-view-grid .post-block .post-image {
    padding: 0;
}

.gva-view-grid-tuyensinh .post-block .post-content {
    padding: 15px 20px;
}

.widget.gsc-heading.style-default .heading-line span.three {
    background: #e94b00;
    margin-right: 0;
}

.widget.gsc-heading.style-default .heading-line span {
    width: 80px;
    height: 2px;
}

.widget.gsc-heading.style-default .heading-line {
    display: block !important;
    margin-bottom: 20px;
}

.btn-section-more {
    background: #e94b00;
    padding: 15px 150px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 19px;
    color: #fff;
    border-radius: 0;
    text-transform: none;
}

.why-choose-us {
    font-size: 38px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 0;
    color: #fff;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.check_marquee {
    position: fixed;
    bottom: 0;
    background-color: #f17322;
    padding: 7px 0px;
    z-index: 999;
    width: 100%;
}

.hotline_img img {
    margin-top: -6px;
    margin-bottom: -10px;
}

.padding_marquee {
    padding: 0px 30px;
}

.hotline_portal_static_footer {
    color: #ffffff !important;
}

.hotline_img {
    font-weight: 700;
}

.header-links .item-outer-item .menuItem a img {
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
    margin-right: 10px;
    max-width: 15px;
}

.top-menu .menu li span {
    padding-right: 15px;
    height: 100%;
    font-size: 13px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.top-menu .menu li span:hover {
    cursor: pointer;
    opacity: .8;
}

.top-menu .menu li span:hover .sub-menu.short-items.level-2 {
    display: block;
}

.top-menu .menu li:hover .sub-menu {
    display: flex;
    opacity: 1;
    pointer-events: all;
    left: 0;
}

.top-menu .menu li:hover .sub-menu::before {
    position: absolute;
    width: 100%;
    left: 0;
    top: -16px;
    height: 20px;
    content: "";
    display: block;
}

.top-menu .menu li:hover a,
.top-menu .menu li:hover span {
    color: #363636;
}

.top-menu .right-menus a:last-child {
    margin-left: 0;
}

.top-right-menu li:hover a {
    color: #363636;
}

/**youtube embeb**/
.dangkyonline {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.embed-youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.embed-youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}

.embed-youtube .embed-youtube-play {
    width: 68px;
    height: 48px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.embed-youtube .embed-youtube-play:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.embed-youtube img,
.embed-youtube .embed-youtube-play {
    cursor: pointer;
}

.embed-youtube img,
.embed-youtube iframe,
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
    position: absolute;
}

.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.embed-youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.embed-youtube .embed-youtube-play:hover {
    background-color: #f00;
}