@font-face {
    font-family: utmneo;
    src: url('../fonts/UTMNeoSansIntel.eot');
    src: url('../fonts/UTMNeoSansIntel.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UTMNeoSansIntel.woff2') format('woff2'),
        url('../fonts/UTMNeoSansIntel.woff') format('woff'),
        url('../fonts/UTMNeoSansIntel.ttf') format('truetype'),
        url('../fonts/UTMNeoSansIntel.svg#UTMNeoSansIntel') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: utmneobold;
    src: url('../fonts/UTMNeoSansIntelBold.eot');
    src: url('../fonts/UTMNeoSansIntelBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UTMNeoSansIntelBold.woff2') format('woff2'),
        url('../fonts/UTMNeoSansIntelBold.woff') format('woff'),
        url('../fonts/UTMNeoSansIntelBold.ttf') format('truetype'),
        url('../fonts/UTMNeoSansIntelBold.svg#UTMNeoSansIntelBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: utmneo; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: utmneo;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-family: utmneobold;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.film-top {
    position: relative;
    z-index: 9;
    background: #336667;
    height: 70px;
}
.film-top img{
    position: absolute;
    bottom: 0;
}
.editer img{
    height: auto !important;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: #fff;
}
.body-home{
    background: url(../img/back-home.jpg) top center no-repeat;
    background-size: cover;
}
/*.body-home .main-header{
    height: 100vh;
    background: url(../img/img-video.jpg) top center no-repeat;
    background-size: cover;
}*/
.body-home .main-header {
    background: url(../img/img-video.jpg) top center no-repeat;
    background-size: cover;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 25% 0;
}
.main-header{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgba(255, 255, 255, 0.2);*/
}
.logo {
    display: block;
    text-align: right;
}
.logo img{
    width: 240px;
}
.ic-menu{
    display: inline-block;
    width: 20px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.5s;
}
.main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    left: 20px;
}
.main-menu.home .ul-main-menu{
	position: unset;
}
.home .ul-main-menu{
    list-style-type: none;
    margin: 0;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.5s;
    position: absolute;
    width: 280px;
}
.ul-main-menu {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    text-align: right;
    width: 280px;
}
.ul-main-menu > li > a {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    font-family: utmneobold;
}
.ul-main-menu > li > a > span {
    width: 30px;
    height: 30px;
    background: url(../img/film-h.png) top center no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: 4px;
}
.ul-main-menu > li:hover > a > span,
.ul-main-menu > li.active > a > span {
    background: url(../img/film-d.png) top center no-repeat;
    background-size: contain;
}
.ul-main-menu > li:hover > a,
.ul-main-menu > li.active > a{
    color: #cc9900;
}
.ul-main-menu.has-hover{
    transform: scale(1);
    transition: all 0.5s;
    opacity: 1;
    visibility: visible;
    position: unset;
}
.main-content-home *{
    color: #fff;
}
.film-ceter {
    position: absolute;
    top: 0;
}
.main-content-home {
    padding: 70px 0 250px 0;
    position: relative;
}
.footer-home {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    height: 130px;
    background: #023435;
    border-top: 8px solid #f15f69;
}
.footer-home > img{
    position: absolute;
    top: 0;
}
.social{
    position: absolute;
    right: 50px;
}
.social a{
    display: inline-block;
    margin-left: 15px;
    width: 30px;
}
#vid-as{
    min-width: 100%; 
    visibility: visible;
    opacity: 1;
}
.video{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99999999999999;
    opacity: 1;
    visibility: visible;
}
.hide-vid.video{
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 2s;
}
.logo-ft {
    position: absolute;
    top: -80px;
    display: block;
    width: 200px;
}
.logo-ft-bap {
    position: absolute;
    top: -100px;
    display: block;
    width: 200px;
}
.tit-pub{
    color: #99ff00;
    text-align: center;
    font-family: utmneobold;
    font-size: 30px;
    margin-top: 0;
}
.main-content{
    background: #0c3e3e;
    padding: 70px 0 250px 0;
    position: relative;
}
.des-tit *{
    color: #ffff66;
    font-style: italic;
}
.items-production .editer p{
    color: #fff;
}
.main-production{
    position: relative;
    margin: 0 auto;
    margin-top: 80px;
    width: calc(100% - 60px);
}
.main-production .lSSlideOuter .lSPager.lSpg{
    position: absolute;
    top: -40px;
    width: 100%;
    left: 0;
    margin: 0 !important;
}
.main-production .lSSlideOuter .lSPager.lSpg > li a {
    background: #fff;
    border: 1px solid #d71635;
    width: 12px;
    height: 12px;
}
.main-production .lSSlideOuter .lSPager.lSpg > li:hover a, 
.main-production .lSSlideOuter .lSPager.lSpg > li.active a{
    background: #d71635;
}
.main-production .lSSlideOuter .lSPager.lSpg > li:first-child{
    display: none;
}
.main-services{
    position: relative;
    margin: 0 auto;
    margin-top: 80px;
    width: 100%;
}
.main-services .lSSlideOuter .lSPager.lSpg{
    position: absolute;
    top: -40px;
    width: 100%;
    left: 0;
    margin: 0 !important;
}
.main-services .lSSlideOuter .lSPager.lSpg > li a {
    background: #fff;
    border: 1px solid #d71635;
    width: 12px;
    height: 12px;
}
.main-services .lSSlideOuter .lSPager.lSpg > li:hover a, 
.main-services .lSSlideOuter .lSPager.lSpg > li.active a{
    background: #d71635;
}
.main-services .lSSlideOuter .lSPager.lSpg > li:first-child{
    display: none;
}
.items-production .des-tit .editer p{
    color: #ffff66;
    font-style: italic;
}
.des-production{
    margin-bottom: 40px;
}
.items-rental .editer p{
    color: #fff;
}
.items-rental .des-rental p{
    text-align: justify;
}
.block-services{
    margin-bottom: 30px;
}
.block-services img{
    padding: 5px;
}
.img-ser{
    display: block;
    position: relative;
}
.img-ser:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/khung.png) center center no-repeat;
    background-size: cover;
}
.name-ser a{
    color: #fff;
    font-size: 18px;
}
.name-ser a:hover{
    color: #cc9900;
}
.name-ser{
    text-align: center;
}
.main-content.main-content-ser{
    padding: 70px 0 250px 0;
}
.des-ser *{
    color: #fff;
}
.items-locations .editer p{
    text-align: justify;
    color: #fff;
}
.justi{
    text-align: justify;
}
.talr{
    text-align-last: right;
}
.lib-behind{
    margin-bottom: 30px;
}
.des-activi{
    margin-bottom: 40px;
}
.tab-activities .nav-tabs>li {
    float: unset;
    margin-bottom: 0;
    text-align: right;
}
.tab-activities .nav-tabs>li>a {
    background: none !important;
    border: none !important;
    border-radius: 0;
    margin: 0;
    color: #fff;
    font-family: utmneobold;
    font-size: 18px;
}
.tab-activities .nav-tabs>li.active>a, 
.tab-activities .nav-tabs>li.active>a:focus, 
.tab-activities .nav-tabs>li.active>a:hover{
    color: #cc9900;
}
.tab-activities .nav-tabs{
    border: none;
}
.tab-activities .tab-content{
    min-height: 350px;
}
.name-contact p{
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.name-contact{
    margin-bottom: 40px;
}
.phone-contact p{
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.phone-contact{
    margin-bottom: 40px;
}
.items-tecknik .editer p {
    color: #fff;
}
.lib-behind img{
    transform: scale(1);
    transition: all 0.5s;
    opacity: 1;
}
.lib-behind img:hover{
    transform: scale(0.95);
    transition: all 0.5s;
    opacity: 0.7;
}
.tit-big{
    margin: 0;
    font-family: utmneobold;
    font-style: italic;
    font-size: 100px;
    position: absolute;
    right: 10%;
    top: 10%;
    z-index: 99;
    color: #fff;
    display: none;
}
.logo-menu {
    position: absolute;
    left: 20px;
    top: 50px;
    z-index: 9999;
    width: 300px;
}
.btn-send{
    background: #ff0033;
    color: #fff;
    border: none;
    padding: 5px 30px;
    border-radius: 4px;
}
.tit-qttn {
    color: #ffff66;
    font-family: utmneobold;
    margin-top: 0;
    padding-left: 30%;
}
.span-qttn{
    text-decoration: underline;
    cursor: pointer;
}
.des-qttn *{
    color: #fff;
    text-align: justify;
}
.slider-tecknik .owl-dots{
    position: absolute;
    top: -40px;
    width: 100%;
    text-align: center;
    z-index: 9;
}
.slider-tecknik button.owl-dot {
    height: 12px;
    width: 12px;
    background: #fff;
    margin: 0 5px;
    border-radius: 10px;
    border: 1px solid #d71635;
    outline: unset !important;
    cursor: pointer;
}
.slider-tecknik button.owl-dot:first-child{
    display: none;
}
.slider-tecknik button.owl-dot.active,
.slider-tecknik button.owl-dot:hover{
    background: #d71635;
}
.block-qttn {
    margin-bottom: 20px;
}
.block-sub-qttn {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.block-sub-qttn * {
    text-align: left;
}
.tit-sub-qttn {
    text-align: left;
    color: #ffff66;
    font-family: utmneobold;
    margin-top: 0;
    font-size: 15px;
}
.span-sub-qttn{
    text-decoration: underline;
    color: #ffff66;
    cursor: pointer;
}
.block-trachnhiem {
    margin-bottom: 10px;
}
.tit-trachnhiem {
    text-align: left;
    font-family: utmneobold;
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 5px;
    padding-left: 35%;
}
.span-trachnhiem{
    cursor: pointer;
    color: #b1fc4f;
}
.italic {
    font-style: italic;
}
.block-tab-as .nav-tabs>li {
    float: none;
    margin-bottom: 0;
    text-align: center;
}
.block-tab-as .nav-tabs>li>a:hover{
    background: none;
    border: none;
}
.block-tab-as .nav-tabs>li>a {
    border: none !important;
    border-radius: 0;
    color: #ffff66;
    font-family: utmneobold;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
    font-size: 18px;
    background: none !important;
}
.block-tab-as .nav-tabs>li.active>a, 
.block-tab-as .nav-tabs>li.active>a:focus, 
.block-tab-as .nav-tabs>li.active>a:hover{
    background: none;
    color: #ff3366;
}
.block-tab-as .nav-tabs{
    border: none;
}
.col20{
    width: 20%;
    padding: 0 15px;
}
.block-thibi{
    margin-bottom: 30px;
}
.img-thibi{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 200px;
    overflow: hidden;
}
.img-thibi img{
    height: 100%;
    object-fit: contain;
    padding: 5px;
}
.name-thibi{
    font-family: utmneobold;
    margin: 0;
    margin: 15px 0;
    text-align: center;
    color: #fff;
    height: 38px;
    overflow: hidden;
}
.ip-thibi{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.ip-thibi input{
    width: 30px;
    height: 30px;
    color: #fff;
    border: 1px solid #fff;
    background: none;
    margin-right: 10px;
    text-align: center;
    outline: unset;
}
.sub-thibi{
    display: inline-block;
    border: none;
    padding: 10px 30px;
    background: #fff;
    border-radius: 4px;
    color: #ff0033;
    font-family: utmneobold;
    text-transform: uppercase;
}
.f-search .stylish-input-group .input-group-addon{
    background: white !important; 
}
.f-search .stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;
}
.f-search .stylish-input-group button{
    border:0;
    background:transparent;
}
.ip-dvct{
    width: 30px;
    height: 30px;
    text-align: center;
    outline: unset;
}
.left-ser-detail .tit-qttn{
    text-align: right;
    margin: 0;
    margin-top: 5px;
}
.right-ser-detail .tit-qttn{
    text-align: left;
    margin: 0;
    margin-top: 5px;
}
.left-ser-detail .tit-qttn .span-qttn,
.right-ser-detail .tit-qttn .span-qttn{
    text-decoration: unset;
}
.item-thue-ser{
    margin-bottom: 10px;
}
.tit-thue-ser{
    font-size: 18px;
    font-family: utmneobold;
    text-decoration: underline;
    color: #fff;
    margin: 0;
    margin-top: 5px;
    font-style: italic;
}
.block-thue-ser{
    margin-bottom: 50px;
}
.tit-thue-ser.tit-thue-ser-group{
    font-family: utmneo;
    color: #ffff66;
}
.tit-thue-ser.tit-thue-ser-sub{
    color: #ffff66;
    font-style: normal;
    text-decoration: unset;
}
.mota-studio{
    margin-top: 15px;
    color: #fff;
    text-align: justify;
}
.text-align-last-right{
    text-align-last: right;
}
.mota-studio-small p{
    font-size: 12px;
    color: #fff;
}
.mota-studio-small {
    margin-top: 15px;
}
.name-activ{
    background: none !important;
    border: none !important;
    border-radius: 0;
    margin: 0;
    color: #b1fc4f;
    font-family: utmneobold;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 30%;
}
.name-activ a{
    color: #b1fc4f;
}
.list-gal-acti{
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
.owl-carousel .owl-item .list-gal-acti img{
    display: inline-block;
    width: auto;
    object-fit: contain;
    height: 650px;
}
.list-gal-acti a{
    display: block;
    text-align: center;
}
.slider-acti .owl-dots{
    position: absolute;
    top: -40px;
    width: 100%;
    text-align: center;
    z-index: 9;
}
.slider-acti button.owl-dot {
    height: 12px;
    width: 12px;
    background: #fff;
    margin: 0 5px;
    border-radius: 10px;
    border: 1px solid #d71635;
    outline: unset !important;
    cursor: pointer;
}
.slider-acti button.owl-dot:first-child{
    display: none;
}
.slider-acti button.owl-dot.active,
.slider-acti button.owl-dot:hover{
    background: #d71635;
}
.slider-servi .owl-dots{
    position: absolute;
    top: -40px;
    width: 100%;
    text-align: center;
    z-index: 9;
}
.slider-servi button.owl-dot {
    height: 12px;
    width: 12px;
    background: #fff;
    margin: 0 5px;
    border-radius: 10px;
    border: 1px solid #d71635;
    outline: unset !important;
    cursor: pointer;
}
.slider-servi button.owl-dot:first-child{
    display: none;
}
.slider-servi button.owl-dot.active,
.slider-servi button.owl-dot:hover{
    background: #d71635;
}
.panel-group .row-activ.panel{
    background: none;
}
.btn-dathang{
    text-align: center;
    margin-top: 15px;
}
.btn-dathang .btn-send{
    display: inline-block;
    color: #fff !important;
}
.block-cart {
    position: fixed;
    width: 450px;
    height: 100vh;
    right: -450px;
    z-index: 999999;
    top: 0;
    transition: all 0.3s;
    background: #fff;
}
.block-cart.box-cart {
    right: -0;
    transition: all 0.3s;
}
.bl-cart-title {
    background: #f7f6f5;
    padding: 10px 15px;
}
.name-cart > span:first-child {
    color: rgba(78,89,93,0.7);
    font-size: 13px;
    display: block;
    color: #323c3f;
}
.hide-cart {
    font-size: 30px;
    color: #676767;
    cursor: pointer;
}
.bl-cart-body {
    padding: 15px 16px;
    font-weight: 400;
    height: 466px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.block-pro-cart {
    border-bottom: 1px solid #f2f1f0;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.img-pro-cart {
    float: left;
    width: 24%;
}
.content-cart {
    float: left;
    width: 76%;
    padding-left: 15px;
}
.name-pro-cart {
    margin: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: utmneobold;
    clear: both;
}
.name-pro-cart a {
    color: #4e595d;
}
.qt-cart {
    width: 50%;
    float: left;
}
.p-sl {
    font-size: 13px;
    margin-bottom: 3px;
}
.qt-cart .soluong {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    float: left;
    width: auto;
    border-radius: 0;
    margin: 0;
}
.pr-cart {
    float: left;
    width: 50%;
    text-align: right;
}
.bl-cart-footer {
    padding: 20px 15px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.dat-hang a {
    display: block;
    background: #ff0033;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
}
.curtain {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.55);
    z-index: 9999;
    transition: opacity .5s ease;
}
.curtain.box-cart {
    transition: opacity .5s ease;
    visibility: visible;
    opacity: 1;
}
.block-ser-cart {
    border-bottom: 1px solid #f2f1f0;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.bang-giohang table{
    width: 100%;
}
.day-cart {
    text-align: center;
}
.qty-cart {
    text-align: center;
}
.day-cart p,
.qty-cart p{
    color: #fff;
    margin-bottom: 10px;
}
.bang-giohang table tr td{
    border: 1px solid #fff;
    padding: 10px;
}
.qty-cart .ip-dvct,
.day-cart .ip-dvct{
    width: 50px;
}
.clgreen{
    color: #99ff14
}
/*---------------xóa sau----------------------*/
.video-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99999999999999;
    opacity: 1;
    visibility: visible;
}
.video-img.hide-vid-img{
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 2s;
}
/*---------------hết xóa sau----------------------*/






@media (min-width: 1920px){
    .main-production{
        width: 1840px;
    }
    .main-services{
        width: 1840px;
    }
}
@media (min-width: 1200px){
	.container-custom{
		width: 1170px;
		margin: 0 auto;
	}
}
@media (min-width: 1300px){
	.container-custom{
		width: calc(100% - 600px);
		margin: 0 auto;
	}
}
@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .main-header > img{
        object-fit: cover;
    }
    .main-production{
        width: 100%;
    }
    .main-services{
        width: 100%;
    }
    .pdmb{
        padding: 0 15px;
    }
    .items-production .col-md-4,
    .items-locations .col-md-4{
        width: 100%;
    }
    .items-production .fw1199 .editer.justi.talr,
    .items-locations .fw1199 .editer.justi.talr{
        text-align: justify;
        border-bottom: 2px dashed #fff;
        padding-bottom: 20px;
        margin-bottom: 20px;
        text-align-last: unset;
    }
     .fw1199 .img-film{
        border-bottom: 2px dashed #fff;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .tit-big{
        top: 120px;
        font-size: 65px;
    }
    .logo img {
	    width: 20vw;
	}
    .items-production .flex,
    .items-locations .flex{
        display: block;
    }
    .film-top img {
        height: 28px;
        object-fit: cover;
    }
    .film-ceter img{
        height: 28px;
        object-fit: cover;
    }
    .footer-home > img {
        height: 28px;
        object-fit: cover;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    header{overflow: hidden;}
    .main-content-home .right,
    .items-rental .right{
        text-align: left;
        border-bottom: 2px dashed #fff;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .talr{
        text-align: justify;
        border-bottom: 2px dashed #fff;
        padding-bottom: 20px;
        margin-bottom: 20px;
        text-align-last: left;
    }
    .items-production .editer.right{
        text-align: left;
        border-bottom: 2px dashed #fff;
        padding-bottom: 20px;
        margin-bottom: 20px;
        text-align-last: left;
    }
    .img-film{
        border-bottom: 2px dashed #fff;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .film-top{
        height: 50px;
    }
    .footer-home{
        height: 100px;
    }
    .main-content-home{
        padding: 70px 0 100px 0;
    }
    .main-content{
        padding: 70px 0 120px 0;
    }
    .main-content.main-content-ser {
	    padding: 70px 0 100px 0;
	}
    .tab-activities .nav-tabs>li {
        float: unset;
        margin-bottom: 0;
        text-align: left;
    }
    .tab-activities .nav-tabs {
        border: none;
        margin-bottom: 20px;
    }
    .des-tit .editer.right{
        text-align: left;
    }
    .social {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
    .social a{
        width: 20px;
    }
    .logo-ft {
        top: -60px;
        width: 150px;
    }
    .logo-ft-bap {
        top: -80px;
        width: 150px;
    }
    .main-menu .ul-main-menu {
        display: none;
    }
	.logo-menu {
	    position: absolute;
	    left: 20px;
	    top: 20px;
	    z-index: 9999;
	}
	.main-menu {
        justify-content: flex-start;
        top: 70px;
        margin: 0;
    }
	.logo{
		text-align: left;
	}
	.sidenav {
        width: 0;
        position: absolute;
        top: 170px;
        left: -100%;
        background-color: rgba(51, 102, 103, 0.5);
        overflow-x: hidden;
        transition: 0.5s;
        z-index: 99999;
        width: auto;
    }
    .sidenav.show-mnmb{
        left: 20px;
    }
    .ul-main-menu{
	    margin: 0;
	    width: 100%;
	    padding: 10px;
        text-align: left;
	}
	.ul-main-menu > li > a{
		font-size: 14px;
        flex-direction: row-reverse;
	}
    .ul-main-menu > li > a > span{
        margin-right: 15px;
        margin-left: 0;
    }
    .tit-pub{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .main-content:before{
        width: 991px;
    }
    .body-home .sidenav.show-mnmb{
        /*left: 17px;*/
        /*background: none;*/
    }
    .body-home .ul-main-menu{
        /*padding: 0;*/
    }
    .footer-home{
        border-top: 5px solid #f15f69;
    }
    .rotate{
        transform: rotate(270deg);
        transition: all 0.5s;
    }
    .col20{
        width: 33.333333%;
    }
    .tit-qttn{
        padding-left: 0;
    }
    .block-sub-qttn{
        width: 100%;
        padding-left: 30px;
    }
    .tit-trachnhiem{
        padding-left: 30px;
    }
    .name-activ{
        padding-left: 0;
        text-align: center;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .tit-big {
        font-size: 60px;
        position: unset;
        text-align: center;
    }
    .main-content:before{
        width: 850px;
    }
    .main-menu {
        top: 60px;
    }
    .item-thue-ser > .row{
        display: flex;
        flex-wrap: wrap;
    }
    .order-thue-1{
        order: 1;
    }
    .order-thue-2{
        order: 2;
    }
    .order-thue-3{
        order: 3;
    }
    .order-thue-4{
        order: 4;
    }
    .left-ser-detail .tit-qttn{
        text-align: left;
    }
    .right.left-ser-detail{
        text-align: left;
        margin-top: 15px;
    }
    .right-ser-detail{
        margin-bottom: 15px;
    }
    .text-align-last-right{
        text-align: justify;
        margin-bottom: 10px;
    }
    .text-align-last-right {
        text-align-last: left;
        text-align: justify;
    }
    .bang-giohang table tr td{
        display: block;
        border: none;
        float: left;
    }
    .bang-giohang table tr{
        border: 1px solid #fff;
    }
    .center-mb{
        text-align: center;
    }
    .list-gal-acti a{
        height: 400px;
        width: auto !important;
    }
    .list-gal-acti{
        height: 400px;
        overflow: hidden;
    }
    .owl-carousel .owl-item .collapse.in .list-gal-acti img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: top;
    }
    .name-thibi{
    	font-size: 16px;
    	height: 34px;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .main-menu{
        left: 20px;
    }
    .home .ul-main-menu{
        padding-left: 0;
        width: 250px;
    }
    .logo-ft {
        top: -40px;
        width: 100px;
    }
    .logo-ft-bap {
        top: -60px;
        width: 120px;
    }
    .tab-activities .tab-content{
        min-height: 250px;
    }
    .tab-activities .nav-tabs>li>a{
        padding: 5px 0;
    }
    .tit-big {
        font-size: 40px;
    }
    .logo img {
	    width: 25vw;
	}
	.ic-menu{
		width: 15px;
	}
    .ul-main-menu > li > a{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .sidenav{
        top: 150px;
    }
    .ul-main-menu > li > a > span{
        margin-right: 10px;
    }
    .main-menu {
        top: 55px;
    }
    .tit-qttn{
        font-size: 16px;
    }
    .col20{
        width: 50%;
    }
    .block-cart{
        width: 100%;
    }
    .list-gal-acti a{
        height: 300px;
    }
    .list-gal-acti{
        height: 300px;
        overflow: hidden;
    }
}