﻿/*Loading*/
.model-loading-giangtv .modal-content{background: none !important;}
#loader-giangtv {
    position: fixed;
    z-index: 9999999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto auto;
    background: rgb(0,0,0,0.4);
}

#loader-giangtv .loader-giangtv-relative{
    position: relative;
    width: 100%;
    height: 100%;
}
 .bubblingG {
	text-align: center;
	width:66px;
	height:41px;
	margin: auto;
    position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     top: 0;
     margin: auto auto;
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	margin: 21px auto;
	background: rgb(2,197,222);
	border-radius: 41px;
		-o-border-radius: 41px;
		-ms-border-radius: 41px;
		-webkit-border-radius: 41px;
		-moz-border-radius: 41px;
	animation: bubblingG 1.035s infinite alternate;
		-o-animation: bubblingG 1.035s infinite alternate;
		-ms-animation: bubblingG 1.035s infinite alternate;
		-webkit-animation: bubblingG 1.035s infinite alternate;
		-moz-animation: bubblingG 1.035s infinite alternate;
}

#bubblingG_1 {
	animation-delay: 0s;
		-o-animation-delay: 0s;
		-ms-animation-delay: 0s;
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
}

#bubblingG_2 {
	animation-delay: 0.3095s;
		-o-animation-delay: 0.3095s;
		-ms-animation-delay: 0.3095s;
		-webkit-animation-delay: 0.3095s;
		-moz-animation-delay: 0.3095s;
}

#bubblingG_3 {
	animation-delay: 0.619s;
		-o-animation-delay: 0.619s;
		-ms-animation-delay: 0.619s;
		-webkit-animation-delay: 0.619s;
		-moz-animation-delay: 0.619s;
}

.lds-dual-ring {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: auto auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes bubblingG {
	0% {
		width: 8px;
		height: 8px;
		background-color:rgb(2,197,222);
		transform: translateY(0);
	}

	100% {
		width: 20px;
		height: 20px;
		background-color:rgb(255,255,255);
		transform: translateY(-17px);
	}
}

@-o-keyframes bubblingG {
	0% {
		width: 8px;
		height: 8px;
		background-color:rgb(2,197,222);
		-o-transform: translateY(0);
	}

	100% {
		width: 20px;
		height: 20px;
		background-color:rgb(255,255,255);
		-o-transform: translateY(-17px);
	}
}

@-ms-keyframes bubblingG {
	0% {
		width: 8px;
		height: 8px;
		background-color:rgb(2,197,222);
		-ms-transform: translateY(0);
	}

	100% {
		width: 20px;
		height: 20px;
		background-color:rgb(255,255,255);
		-ms-transform: translateY(-17px);
	}
}

@-webkit-keyframes bubblingG {
	0% {
		width: 8px;
		height: 8px;
		background-color:rgb(2,197,222);
		-webkit-transform: translateY(0);
	}

	100% {
		width: 20px;
		height: 20px;
		background-color:rgb(255,255,255);
		-webkit-transform: translateY(-17px);
	}
}

@-moz-keyframes bubblingG {
	0% {
		width: 8px;
		height: 8px;
		background-color:rgb(2,197,222);
		-moz-transform: translateY(0);
	}

	100% {
		width: 20px;
		height: 20px;
		background-color:rgb(255,255,255);
		-moz-transform: translateY(-17px);
	}
}
#btnRefeshHoSoChiTiet{
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    background: #02c5de;
    color: #fff;
}
#btnRefeshBuuGui{
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    background: #02c5de;
    color: #fff;
}

@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

#ShowAlert {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999999999;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: #fff !important;
    opacity: 1;
}

.alert-danger {
    border-color: #e77755;
    color: #fff;
    font-size: 14px;
    background: red;
}

.alert-success{
    border-color: green;
    color: #fff;
    font-size: 14px;
    background: green;
}

.contact-form {padding-top: 37px;}
.contact-form .title h1{
    font-family: 'UTM Avo';
    font-size: 23px;
    color: #333;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-bottom: 0;
    text-align: center;
    margin-top: 20px;
}
.contact-form {}
.contact-form .container{margin-top:0 !important;}
.info .diachi{background: url(../img/icons/lienhe-location.png) center left no-repeat;min-height: 65px;}
.info .dienthoai{background: url(../img/icons/lienhe-phone.png) center left no-repeat;min-height: 65px;}
.info .email{background: url(../img/icons/lienhe-email.png) center left no-repeat;min-height: 65px;}
.contact-form .info * {
    font-size: 15px;
    color: #333;
}
.contact-form  .title-order{padding-top:10px;}
.contact-form .info .item{padding-left: 75px;margin-bottom: 22px;position: relative;}
.contact-form .info .item.email{padding-top: 13px;}
.contact-form .map{width: 100%;}
.contact-map iframe{width: 100% !important;height: 396px !important;margin-top: 0;}
.contact-form .info input[type='text'] {
    width: 100%;
    height: 33px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #cccccc;
    outline: none !important;
    box-sizing: border-box;
    padding: 0 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.contact-form .info textarea {
    width: 100%;
    height: 60px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #cccccc;
    outline: none !important;
    box-sizing: border-box;
    padding: 5px 5px;
    box-sizing:border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.contact-form .info .item.diachi{
    padding-top: 14px;
}
.contact-form .contact-form-box{margin-top: 15px;}
.contact-form .info input[type='text']{margin-bottom: 15px;}

.contact-form .contact-form-box .row input + label,.contact-form .contact-form-box .row textarea + label {
    color: #999;
    font-family: Arial;
    font-size: 14px;
    position: absolute;
    left: 21px;
    font-weight: 400;
    top: 7px;
}
.contact-form .contact-form-box .row textarea + label {top: 4px;}
.contact-form .contact-form-box input[required].requiredText + label:after,.contact-form .contact-form-box textarea.requiredText + label:after {
    content:'*';
    color: red;
    padding-left: 4px;
}
.contact-form .contact-form-box input[required]:invalid + label {
    display: inline-block;
}

.contact-form .contact-form-box input[required]:valid + label{
    display: none;
}
.contact-form .contact-form-box input[required]:invalid + label,.contact-form .contact-form-box textarea[required]:invalid + label {
    display: inline-block;
}

.contact-form .contact-form-box input[required]:valid + label,.contact-form .contact-form-box textarea:valid + label{
    display: none;
}

.contact-form .contact-form-box .item11{position: relative;}

#btnSendContact{
    display: block;
    font-size: 15px;
    outline: none !important;
    cursor: pointer;
    width: 132px;
    height: 43px;
    line-height: 43px;
    font-family: "Sego Bold",sans-serif;
    border: none;
    border-radius: 0;
    background: #f08121;
    color: #fff;
    margin-left: 0;
    margin-top: 7px;
    float: right;
}
.contact-map {}
.button-box span{font-size: 14px;color: #333;text-align: left;padding-top: 8px;float: left;}
.button-box span.error{display:inline-block; float:none; padding:0; color:red;}

.slider-list a:before {
    bottom: -1px;
}
.search .show_serach button{outline: none !important;}

.social{margin: 10px 0;text-align: left;}
.social .DivbtLike{float: left;overflow: hidden;line-height: 20px;margin-top: 9px;}
.social .DivbtLike .btgg{width: 69px !important;}
.social .DivbtLike .btgg,.social .DivbtLike .btfbs,.DivbtLike .btfbl{float:right; margin-left:5px;}
.social .fb-comments.fb_iframe_widget{ margin: 10px 0;}
.social .fb-comments.fb_iframe_widget,.fb-comments.fb_iframe_widget span,.fb-comments.fb_iframe_widget span iframe {width:100% !important;float:left;display:block;}

.popupSuccessFixed{
    background: #000000a3;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 999999999;
}
.popupSuccessRelative{
    position: relative;
    width: 100%;
    height: 100%;
}
.popupSuccessBox{
    width: 435px;
    height: 340px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
}
.popupSuccessBox .header *{
    color:#fff;
}
.popupSuccessBox .header{

    position: relative;

    color: #fff;

    height: 27px;
}
.popupSuccessBox .header .close{

    opacity: 1;

    font-size: 14px;

    font-weight: 500;

    text-transform: uppercase;

    text-shadow: none;

    color: #fff;

    display: block;

    height: 30px;

    cursor: pointer;
}
.popupSuccessBox .body{
    background: #fff;
    border-radius: 10px;
    border: 5px solid #0000008a;
    height: 311px;
    box-sizing: border-box;
}
.popupSuccessBox .body .logo{

text-align: center;

margin-top: 28px;

max-height: 60px;
}
.popupSuccessBox .body .logo img{max-height: 65px;max-width:100% !important;display: inline-block;}
.popupSuccessBox .body .title{

    font-size: 16px;

    color: #333;

    text-align: center;

    text-transform: uppercase;

    font-family: "UTM Avo Bold",sans-serif;

    margin-top: 12px;
}
.popupSuccessBox .body .content{

    margin-top: 15px;

    text-align: center;

    line-height: 22px;

    font-size: 14px;

    color: #333;
}
.popupSuccessBox .body .button{

    text-align: center;
}
.popupSuccessBox .body .button a{
    width: 154px;

    display: inline-block;

    height: 42px;

    line-height: 42px;

    font-size: 14px;

    text-align: center;

    text-transform: uppercase;

    color: #fff;

    background: url(../img/bg-button-home.png) no-repeat center center/100%;

    margin-top: 15px;
    cursor: pointer;
}
.txtReadA1 .text-auto >p{margin-top:0;margin-bottom:0;}
.txtReadA1 .text-auto{
    max-width: 800px;
    display: inline-block;
    margin: 0;
    line-height: 30px;
}
.home-article{margin-top: 40px;}
.home-article.list-article{margin-top:0;}
dd,dt{text-decoration: none !important; outline: none !important;}
.home-news .clmDesignA1 .detailArea, .home-news .clmDesignC1 .detailArea, .clmDesignC3 .detailArea {
    background: rgba(255,255,255,0.85);
}
.home-news .dlDesignA2{margin-bottom:0;margin-top: 15px;text-align: center;}
.home-news .txtLinkA1{display:none !important;}
.home-news .dlDesignA2 dt{font-size: 18px;}
.news-list .home-news .dlDesignA2 dt{font-size: 17px; color:#333; line-height:25px;}
.news-list .home-news .dlDesignA2 dt:hover{color:red;}
.home-news .dlDesignA2 dd{margin-top:10px;}
.home-news .dlDesignA2 dd *{font-size: 15px;margin-top: 0px;}
.home-news .txtLinkA1{
    margin-top: 0 !important;
    display: inline-block;
}
.about-home .detailArea dl{margin-bottom:0;}
.about-home .detailArea dt{font-size: 26px;}
.about-home .detailArea dd{font-size:16px;}
.about-home .clmDesignB1{margin-top:10px !important;}
.about-home .clmDesignB1 li{margin-top:0 !important;}

.h1DesignA1 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}
.h2DesignA1{
    font-weight: 600;
}
.industries-ref h3{
    font-weight: 600;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 25px;
}
.industries-ref .slick-slider{margin-top: 10px;}

.industries-ref .item{width: 100%;}
.industries-ref .item img{width: 100%;}
.industries-ref .inner{width: 100%;}
.industries-ref  .slick-slide > div{margin-left:  0 !important;padding: 0 5px;margin: 0 !important;}
.industries-ref .item .image{width: 100%; float: left; overflow:hidden;}
.industries-ref .item .image img{width:100% !important;}
.industries-ref .item .title{width: 100%; float: left;}
.industries-ref .item .title a{
    font-size: 18px;
    color: #333;
}

.services-ref .detailArea{
    background: #fff;
    border: 1px solid #f9f9f9;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

.services_ref .slick-slide > div{margin-left: 1px !important;}
.services_ref .txtLinkA1{margin-top: 0;}
.contact-form-article li{margin-bottom: 5px;}
.contact-form-article li a{
    color: #000;
    font-size: 15px;
}
.contact-form-article li a i{
    color: #ef8121;
    font-size: 20px;
}
.contact-form-article ul{margin-top:40px;}
.contact-form-article .title-order {font-size:16px;color:#333;margin-bottom:15px;margin-top: 15px;line-height: 22px;}
.contact-form-article .tencty{
    color: #333;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align:center;
}
.contact-form-article #h1DesignA1{
}
.contact-form-article{margin-bottom:40px;}
.contact-form-article .contact-form-article-box{
	display:block;
	max-width: 1000px;
	margin: 0 auto !important;
}
.contact-form-article input{width:100%; margin-bottom:10px; height:35px; border-radius:3px;}
.contact-form-article  textarea{
	width:100%;
	height:150px;
	border-radius:3px;
	background:#fff;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 15px;
}
.contact-form-article button{
	float:right;
	margin-left:10px;
	margin-top:15px;
	border-radius:3px;
	padding:7px 16px;
	color:#fff !important;
	font-size:15px;
	border:none;
	background:#b8b8b8;
	outline:none !important;
}
.contact-form-article button#btnSend{
	background: rgba(0, 61, 121, 1);
}
.contact-form-article button:hover{
	background:red !important;
}

.gioithieu-ref  {margin-top: 20px !important;margin-bottom: 20px !important;}
.gioithieu-ref h3{margin-bottom:10px;}
.gioithieu-ref .gioithieu-ref-ul{margin-top: 0; margin-bottom: 0;}
.gioithieu-ref .gioithieu-ref-ul li a{font-size:16px; color:#333; position:relative; padding-left:14px}
.gioithieu-ref .gioithieu-ref-ul li i{font-size:7px; color:#f08121; position:absolute; top:10px; left:0;}
.gioithieu-ref .gioithieu-ref-ul li:hover a{color:#f08121;}
.phone-header i,.email-header i{background: #ef8121;color: #fff;width: 40px;height: 40px;line-height: 40px;text-align: center;margin-right: 5px;border-radius: 50%;font-size: 18px;}

[class^="clmDesignA"] li::before, [class*=" clmDesignA"] li::before{
    display: none !important;
}
.home-article .clmDesignA0 .title{
    text-align: center;
    font-size: 18px;
    display: block;
    margin-top: 11px;
    text-transform: uppercase;
}
[class^="clmDesignA"] li .inner::before, [class*=" clmDesignA"] li .inner::before{display: none !important;}

.home-article .clmDesignA0 .title:hover{
    color: #244289;
}
[class^="clmDesignC"] .inner, [class*=" clmDesignC"] .inner{width: 100%;}
[class^="clmDesignA"] .detailArea, [class*=" clmDesignA"] .detailArea, [class^="clmDesignC"] .detailArea, [class*=" clmDesignC"] .detailArea
{
    margin-top: 0;
}
.main-banner, .main-banner .item, .main-banner .item img{width:100% !important;}

.contact-footer-article h2{font-size:22px;text-transform:uppercase;margin-top:40px;font-weight:600;color: #444;}
.contact-footer-article h2 a{font-weight:600;}
.contact-footer-article li{margin-bottom: 5px;}
.contact-footer-article li a{
    color: #000;
    font-size: 15px;
    line-height: 21px;
}
.contact-footer-article li a i{
    color: #244289;
    font-size: 20px;
}
.contact-footer-article ul{margin-top: 20px;}
.contact-footer-article .tencty{
    color: #333;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align:center;
}

#main.list-news section:nth-last-of-type(1) {
    margin-bottom: 30px;
}
.services-ref{margin-bottom:20px !important;}
.services-ref h3{
    margin-bottom: 10px;
}
.services-ref .list{}
.services-ref .list li a{
    font-size: 16px;
    color: #333;
    padding-left: 15px;
    position: relative;
}
.services-ref .list li a i{
    font-size: 9px;
    color: #ef8121;
    padding-right: 5px;
    position: absolute;
    left: 0;
    top: 9px;
}
.services-ref .list li a:hover{
    color: #ef8121;
}
.clmDesignA1 li::before, .clmDesignC1 li::before{display: none !important;}
.news-list h1.h1DesignA1{margin-top:  40px !important;}
.news-list  .txtReadA1{display:none !important;}


.filtr-item .item{position: relative;margin-bottom: 20px;border-radius: 5px;overflow: hidden;}
.filtr-item .item img{position: relative; width:100%;}
.item_desc_mota {position: absolute;bottom: 5px;left: 5px;right: 5px;box-sizing: border-box;border-radius: 4px;overflow: hidden;}

.filtr-container .filtr-item img {
    width:100%;
    border-radius: 2px;
}
.filtr-container .item-position {
    left: 1rem;
    top: 1rem;
    right: auto;
    bottom: auto;
    height: 45px;
}
.item-desc, .item-position {
    background: rgba(255,255,255, .8);
    color: inherit;
    font-weight: bold;
    display: block;
    padding: 4px 0px;
    font-size: 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 4px solid #fff;
}
.item-desc:last-child{border-bottom:0;}
.item-desc.cel,.item-desc.for{font-size:14px;}

.list-refs .list{margin-top: 70px;}
nav.navUpper a::after{display: none !important;}

@media screen and (max-width: 600px) {
    .simplefilter {
        margin-left: 0 !important;
    }
    .simplefilter li {
        display: block;
    }
    .search-row {
        margin: 0 0 10px 0;
    }
    .filtr-search {
        width:100%;
    }
}

@media screen and (min-width: 961px) {
	#menuTop{margin-top:0;}
	#menuTop > li{position:relative;overflow: inherit;}
	#menuTop li.active a{}
    #menuTop > li > ul.sub-menu-one {
        position: absolute;
        top: 80px;
        padding: 0;
        overflow: inherit;
        left: 0;
        min-width: 100%;
        z-index: 99999;
    }
	.scrollDesign  #menuTop > li > ul.sub-menu-one {
        top: 60px;
    }
    #menuTop li ul.sub-menu-one li ul.sub-menu-one {
        position: absolute;
        top: 12px;
        left: 100%;
        display: none;
    }

    #menuTop li ul.sub-menu-one li:hover ul.sub-menu-one {
        display: block;
    }

    #menuTop > li > ul.sub-menu-one li a {
        text-align: left;
        color: #333;
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px;
        white-space: nowrap;
        display: none;
        height: 0;
        -webkit-transition: height .2s ease;
        -moz-transition: height .2s ease;
        -ms-transition: height .2s ease;
        -o-transition: height .2s ease;
        transition: height .2s ease;
        background: #e7ebf2db;
        border-bottom: 1px solid #d9dadf;
    }

    #menuTop > li:hover > ul.sub-menu-one li:hover a {
        background: #f08121;
        color: #fff;
    }

    #menuTop > li:hover > ul.sub-menu-one li a {
        height: 40px;
        line-height: 40px;
        display: block;
        background: #244289;
        border-bottom: 1px solid #eee;
        min-width: 253px;
        color: #fff;
    }

    #menuTop > li > ul.sub-menu-one li {
        position: relative;
    }

    nav.gnav > ul.menuLevel1 > li:hover::after {
		bottom: -1px;
	}
    nav.navUpper .layoutWrap{}
    .imgLarge{display: block !important;}
    .imgSmall {display: none !important;}
}
@media screen and (max-width: 961px) {
    nav.navUpper .layoutWrap ul.header-phone{display: none !important;}
    #header{height: 0;min-height: 0;}
    nav.navUpper .layoutWrap{padding-right: 0 !important;background: #fff;padding-left: 0;}
    .logoHeader a:before, .logoHeader a:after{display: none !important;}
    .imgLarge{display: block !important;}
    .imgSmall {display: block !important;}
    footer > .layoutWrap{padding-left: 15px; padding-right: 15px;}
    .contact-footer-article h2 {
        margin-top: 15px;
    }
    nav.navUpper .layoutWrap .language-object{
    right: 97px;
    top: 19px;
}
.logoHeader img {
        max-height: 40px;
    }
     .headerRightArea .contactBtn {
        width: 100%;
    }

    .txtReadA1 .text-auto {
        font-size: 16px;
        line-height: 27px !important;
    }
}
.content-sidebar .list-group{border-radius:0;}
.content-sidebar .list-group a:first-child{font-size: 18px !important;background: #244289 !important;color: #fff;}
.content-sidebar .list-group a{font-size: 15px !important;border-radius: 0;line-height: 22px;}
.content-sidebar .list-group a:hover{background:#244289; color:#fff;}
.content-ref {font-size: 14px;line-height: 23px;}
.list-refs .h1DesignA1{font-size: 35px;}
.content-ref .images {width: 100%;overflow: hidden;}
.content-ref .images img{width: 100%; max-height: 100%;}
.content-ref .item {
                    padding: 15px;
                    background-color: #fff;
                    border: 1px solid #e6e8eb;
                    margin-bottom: 15px;
}
.content-ref .item .title{display:block; font-size:18px; color:#333; font-weight:600; text-align:center; margin-top:10px; margin-bottom:10px;}
.content-ref .item .desc{font-size:14px; display:block; color:#333; font-weight:500;}

.cantrai.txtReadA1 .text-auto{text-align: left;}
.cantrai.txtReadA1 .text-auto ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 22px;
}
.cantrai.txtReadA1 .text-auto ul li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.mota ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 22px;
}
.mota ul li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.cantrai.txtReadA1 .text-auto img{max-width: 100%;}

@media screen and (max-width: 767px){
    .clm3 > * {
        width: calc(100% / 2 - 10px);
    }
    .clm2 > * {
        width: calc(100% / 2 - 10px);
    }

    .content-ref .mota{margin-top: 15px;}
}

@media screen and (max-width: 450px) {
    [class^="clmDesignA"] .detailArea, [class*=" clmDesignA"] .detailArea, [class^="clmDesignC"] .detailArea, [class*=" clmDesignC"] .detailArea {
        margin-top: -14px;
    }
}

@media screen and (max-width: 550px) {
    .clm3 > * {
        width: 100% !important;
    }
    .home-news .clm3 > * {
        width: 100%;
    }
    .home-news .clm3 article{background:#fff;}
}

@media screen and (min-width: 1200px){
    .scrollDesign{
        position: fixed !important;
        top:0;
        left:0;
        right: 0;
        z-index: 999999 !important;
    }

    .scrollDesign{

    }
}
@media screen and (min-width: 992px) {
    .content-ref .images {width: 100%; height: 190px; overflow: hidden;}
    .hidden-pc{display: none !important;}
}
@media screen and (max-width: 991px) {
    .hidden-mb{display: none !important;}
}

.home-article .clmDesignA0{margin-bottom: 40px;}
.content-footerbot .icoBlank:before, .content-footerbot a[target="_blank"]::after{display: none !important;}
.footer-bot {
    background: #244289;
    color: #fff;
    padding:5px 0;
}
.footer-bot .container{width: 1232px;}
.footer-bot,.footer-bot  a{
    color: #fff;
    font-size: 15px;
}
.footer-bot .copyright{float: left;}
.footer-bot .design{float: right;}
.lienhe.hidden-md {
    padding: 8px 15px;
    background: #ef8121;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 5px;
    z-index: 99999;
    color: #fff;
    font-size: 13px;
}

@media screen and (max-width: 767px) {
	.footer-bot {
		padding:10px 0;
	}
	.footer-bot .container{width: 100%;}
    .footer-bot .copyright{float: left;width:100%; text-align:center;}
	.footer-bot .design{float: left;width:100%;text-align:center;}

    a.pageTop {
        bottom: 60px;
    }
}


@media screen and (max-width: 1200px) and (min-width:992px) {
    nav.gnav ul.menuLevel1 > li > a {
        color: #333;
        line-height: 1;
        padding: 32px 10px;
        font-size: 16px;
        text-transform: uppercase;
    }
    .headerSearchArea {
        right: 135px;
    }
    nav.gnav {
        font-size: 18px;
        height: 60px;
        float: right;
        margin-right: 46px;
    }
}

@media screen and (max-width:992px) {
    header{height: 60px;}
    .headerSearchArea{position: absolute;top: 62px;right: 50px;}
    .headerSearchArea .icoSearch{top: -40px;right: 18px;}
	#main section > div.mota {
		font-size: 17px;
	}
}

@media screen and (min-width:993px) {
    nav.gnav ul.menuLevel1 > li > a {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .txtReadA1 .text-auto {
        line-height: 28px;
        font-size: 17px;
    }

    .h1DesignA1 {
        text-align: center;
        font-size: 27px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .home-article section{margin-bottom: 20px !important;display: block;}
    .home-article .clmDesignA0{margin-bottom: 20px !important;}
    nav.gnav {
        margin-right: 55px;
    }
    .home-article .clmDesignA0 .title {
		text-align: center;
		font-size: 17px;
		display: block;
		margin-top: 11px;
		text-transform: uppercase;
	}
    .contact-footer-article h2{
        font-size: 20px;
    }
    .nganhcongnghiep{margin-top: 60px !important;}

    #main section > div.mota {
		margin-top: 40px;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
		float: none;
		font-size: 17px;
	}
	#main section > div.news-ref {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
		float: none;
		font-size: 17px;
	}
}

#main section > div.mota p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.list-article .cantrai.txtReadA1 .text-auto p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.list-article .cantrai.txtReadA1{margin-top: 20px !important;}

#btnVi{display: none !important;}