
@font-face{
    font-family: 'GilroyB';
    src: url(fonts/Gilroy-Bold.otf);
}

@font-face{
    font-family: 'GilroyL';
    src: url(fonts/Gilroy-Light.otf);
}

@font-face{
    font-family: 'GilroyR';
    src: url(fonts/Gilroy-Regular.otf);
}

@font-face{
    font-family: 'GilroyM';
    src: url(fonts/Gilroy-Medium.OTF);
}

@font-face{
    font-family: 'GilroyS';
    src: url(fonts/Gilroy-Semi.OTF);
}

@font-face{
    font-family: 'GilroyS';
    src: url(fonts/Gilroy-Semi.OTF);
}

@font-face{
    font-family: 'CrucialM';
    src: url(fonts/Crucial-Medium.otf);
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	font-family: 'GilroyR';
	font-size: 17px;
}

.wrap {
	box-sizing: border-box;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

#content_before_footer{
	background: #6D0816;
}

.site-footer{
	background: #640512;
}

.site-header{
	background: url(images/qt_bgh.jpg) repeat;
}

#content_before_footer li{
	background: unset;
	padding-left: 0;
	margin-bottom: 15px;
}

#content_before_footer .widgettitle{
	background: unset;
	font-size: 26px;
	margin: 15px 0 32px;
	font-family: 'GilroyB';
}

#content_before_footer .widget:nth-child(5){
    float: left;
    color: #fff;
    margin: 45px 0 0;
    text-align: center;
    width: 100%;
}

#content_before_footer p, #content_before_footer a, #content_before_footer li,
.site-footer p{
	font-size: 17px;
}

#content_before_footer .widget:first-child{width: 30%;}

#content_before_footer .widget:nth-child(2){width: 20%;}

#content_before_footer .widget:nth-child(3){width: 20%;}

#content_before_footer .widget:nth-child(4){width: 20%;}

.site-title a, .site-title a:hover {
    background: url(images/qt_logo.svg) no-repeat left center;
}

.site-header,
.title-area{
	height: 90px;
}

.title-area{
	width: 80px;
	margin: 0;
}

.header-widget-area{
	float: right;
	width: calc(100% - 100px);
}

.header-widget-area li{
    font-family: 'CrucialM';
    list-style-type: none;
    color: #6D0816;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    background: url(images/giua.png) repeat-x right center;
    height: 53px;
    line-height: 53px;
    padding: 0 25px 0 17px;
    position: relative;
    margin: 0 22px;
}

.header-widget-area li:after{
    content: '';
    width: 7px;
    height: 53px;
    background: url(images/mepphai.png) no-repeat;
    position: absolute;
    right: -7px;
    top: 0;
}

.header-widget-area li:before{
    content: '';
    width: 7px;
    height: 53px;
    background: url(images/meptrai.png) no-repeat;
    position: absolute;
    left: -7px;
    top: 0;
}

.page_quatet .site-header .widget-area .widget:first-child {
    margin: 19px 0;
    width: 100%;
}

.header-widget-area li:nth-child(3){
    background: unset;
    float: right;
}

.header-widget-area li:nth-child(3) a{
    background: url(images/bh.svg) repeat-x center center;
    position: relative;
    color: #6D0816;
    font-size: 16px;
    font-family: 'CrucialM';
    width: 223px;
    text-align: center;
}

.page_quatet .header-widget-area li:nth-child(3):after,
.page_quatet .header-widget-area li:nth-child(3):before{
    content: unset;
}

.page_quatet .site-header .widget-area {
    width: calc(100% - 230px);
}

.header-widget-area li em{
    font-size: 30px;
    font-family: 'GilroyB';
    margin: -10px 0 0 5px;
    font-style: inherit;
    color: #e12028;
    display: inline-block; /* bắt buộc để scale hoạt động đúng */
    animation: zoomText 1.2s infinite ease-in-out;
}

@keyframes zoomText {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1); /* mức zoom */
    }
    100% {
        transform: scale(1);
    }
}

.quatet_gioithieu{
     background: url(images/bggt.jpg) repeat;
    float: left;
    width: 100%;
    padding: 50px 0;
}

.quatet_gioithieu .widget:first-child{
    float: left;
    width: calc(65% - 30px);
    margin: 0 15px;
}

.quatet_gioithieu .widget:last-child{
    float: left;
    width: calc(35% - 30px);
    margin: 0 15px;
}

.quatet_banner img{
    margin: 0;
    display: block;
}

.quatet_gioithieu .widget p{
    color: #6D0816;
    font-size: 18px;
    margin-bottom: 15px;
    font-family: 'GilroyM';
}

.quatet_gioithieu .widget h2{
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'CrucialM';
    background: linear-gradient(to right, #6D0816, #C91320);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin: 80px 0 30px;
}