@charset "utf-8";
/*
    Theme Name: VN4U Themes
    Description: HotLine: 0348 438 575
    Version: 1.0.0
    Author: Khoa Dev
*/
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');

* {
    margin:0;
    padding:0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
body{
    font-family: Segoe UI,sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #0C0C0C;
}
a:link{
    text-decoration: none;
}
a, a:link, a:visited {
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #37c5f3;
}
a{
    /*color: #333;*/
    outline: none !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
@media(min-width: 1230px){
    .container{
        width: 1230px;
    }
}
.pd-50{
    padding: 50px 0;
}

/*header*/
.header{
    background: url(images/bk.jpg) center top repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.logo-header{
    float: left;
}
.logo-header img{
    height: 39px;
    margin-top: 10px;
}
.nav-header-inner{
    float: right;
}
.menu-header li{
    display: inline-block;
}
.menu-header li a{
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px 20px;
    line-height: 60px;
}
/*End header*/

/*st1*/
.st1-des{
    position: relative;
}
.st1-des img{
    width: 100%;
}
.st1-content{
    position: absolute;
    top: 41%;
    left: 58%;
    max-width: 100%;
    color: #fff;
}
.st1-content ul li{
    position: relative;
    padding-bottom: 18px;
    font-weight: 600;
    padding-left: 20px;
}
.st1-content ul li:before {
    content: "";
    background: url(images/right.svg) center center no-repeat;
    width: 15px;
    height: 15px;
    top: 4px;
    position: absolute;
    background-size: 100% 100%;
    left: 0;
    font-size: 14px;
}
.st1-content ul{
    margin-bottom: 20px;
}
a.btn-click{
    background: #fff8ac;
    color: #af6f29;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    border-radius: 10px;
    border: 2px solid #af6f29;
    box-shadow: 0px 15px 20px -20px #000;
    width: 250px;
}
/*End st1*/

/*st2*/
.st2{
    background: url(images/bk.jpg) center top repeat;
    background-size: cover;
    background-attachment: fixed;
}
.st2-inner{
    width: 980px;
    margin: 15px auto;
    overflow: hidden;
    max-width: 100%;
}
.st2-video{
    background: #fdfbfb;
    border-style: solid;
    border-color: rgb(32, 79, 79);
    border-width: 7px;
    padding: 3px;
}
.st2-video iframe{
    float: left;
    width: 100%;
}
.st2-title h3{
    color: #fff8ac;
    font-size: 25px;
    line-height: 1.6;
    margin: 10px 0;
    font-family: 'Prata', serif;
}
.st2-title h4 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Prata', serif;
}
.dot{
    width: 200px;
    height: 14px;
    background: url(images/dot.png) center center no-repeat;
    background-size: cover ;
    margin: 10px auto;
}
.st2-item{
    color: #fff;
    margin-top: 25px;
}
.st2-item-title{
    position: relative;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Prata', serif;
    line-height: 1.7;
}
.st2-item-title span{
    font-size: 24px;
    display: block;
    font-weight: 600;
}
.st2-item-title:before{
    position: absolute;
    top: 2px;
    left: 10px;
    width: 5px;
    height: 54px;
    content: "";
    background: #ffe259;
    background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
    background: linear-gradient(180deg, #ffe259, #ffa751);
    border-radius: 122px;
}
.st2-item p{
   text-align: justify;
   font-weight: 300;
   max-width: 200px;
   margin: 20px 0 10px;
   font-size: 14px;
}
.st2-item  p strong{
    font-weight: 600;
}
/*End st2*/

/*st3*/
.st3{
    position: relative;
}
.bk-st3{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center top;
}
.st3 .container{
    /*position: relative;*/
}
.st3-inner{
    margin: 110px 0 35px;
    width: 502px;
    max-width: 100%;
    float: right;
    border: 2px solid #d6b172;
    background: url(images/bk.jpg) center top repeat;
    background-size: cover;
    padding: 15px 30px 40px;
    color: #fff;
    position: relative;
}
.st3-heading h3{
    color: #fff8ac;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-family: 'Prata', serif;
}
.st3-heading h4{
    font-family: 'Prata', serif;
    font-size: 20px;
}
.st3-ul{
    margin: 25px 0;
}
.st3-ul li{
    position: relative;
    padding-bottom: 13px;
    padding-left: 26px;
    font-weight: 300;
    line-height: 1.8;
}
.st3-ul li strong{
    font-weight: 600;
}
.st3-ul li:before {
    content: "";
    position: absolute;
    background-image: url(images/home.svg);
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    top: 2px;
    left: 0;
}
/*End st3*/

/*st4*/
.st4{
    background: url(images/bk.jpg) center top repeat;
    background-size: cover;
    color: #fff;
    padding: 50px 0;
}
.st4 .st3-ul{
    font-size: 15px;
}
.st4 .st3-ul li:before{
    top: 3px;
    background-image: url(images/vitri.svg);
}
/*End st4*/

/*st5*/
.st5{
    background: url(images/bk2.jpg) center top repeat;
    background-size: cover;
    padding: 30px 0;
}
.st5-heading h3{
    color: #006473;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Prata', serif;
}

.st5-ul-nav{
    text-align: center;
}
.st5-ul-nav li{
    display: inline-block;
    margin: 0px 10px;
}
.st5-ul-nav li a{
    background: #006473;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    display: block;
    padding: 0px 35px;
    margin: 10px 0 25px;
}
.st5-ul-nav li a:hover,
.st5-ul-nav li.active a{
    background: #213e8e;
}
.st5-bottom ul{
    margin: 15px 0;
}
.st5-bottom ul li{
    padding-bottom: 7px;
    color: #006473;
    font-size: 16px;
    font-weight: 600;
}
.st5-bottom{
    padding: 0px 50px;
}
/*End st5*/

/*st6*/
.st6{
    background: #f9f5f0 url(images/bk6.png) center center no-repeat;
    background-size: cover;
    padding: 30px 0;
}
.st6-heading p{
    max-width: 754px;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    display: inline-block;
    margin: 20px 0;
}
.form input{
    width: 223px;
    line-height: 44px;
    padding: 0px 10px;
    font-weight: 300;
    border: 1px solid #dad5d5;
    border-radius: 10px;
    margin: 10px 5px;
    color: #000;
    font-size: 13px;
}
.form input[type=submit]{
    background: #e35240;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}
/*End st6*/

/*st7*/
.st7{
    background: url(images/bk.jpg) center top repeat;
    background-size: cover;
    color: #fff;
}
.title-st7{
    color: #fff8ac;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Prata', serif;
}
.st7-top {
    padding: 30px 0;
}
.st7-dot{
    display: inline-block;
    width: 82px;
    float: left;
    margin-right: 8px;
}
h4.st7-h4{
    display: inline-block;
    font-family: 'Prata', serif;
    float: left;
    font-size: 20px;
}
.st7-top p{
    overflow: hidden;
    width: 100%;
    text-align: justify;
    font-weight: 300;
    margin-top: 30px;
    line-height: 1.8;
}
.st7-tr img{
    width: 33.33%;
    float: left;
    height: 495px;
    object-fit: cover
}

.owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ed1c24;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #ed1c24;
    cursor: pointer;
    transition: opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s;
}
.owl-theme .owl-nav .owl-prev{
    left: 20px;
}
.owl-theme .owl-nav .owl-next{
    right: 20px;
}
.owl-theme .owl-nav [class*='owl-'] svg{
    fill: #Fff;
    width: 17px;
    height: 18px;
    margin-top: 7px;
}
.owl-theme .owl-nav [class*='owl-']:hover{
    opacity: 1;
    background: #ed1c24;
    border-color: #ed1c24;
}
.owl-theme .owl-nav{
    margin: 0;
}

.st7-item{
    position: relative;
}
.st7-item-text{
    width: 650px;
    max-width: 100%;
    position: absolute;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 10px;
    position: absolute;
    top: 30%;
    right: 10px;
}
.st7-item-text div{
    background-color: #006573;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px 20px;
}
.st7-item-text h3{
    font-family: "Prata", serif;
    color: #fff8ac;
    font-size: 19px;
    line-height: 1;
    margin-top: 0;
    position: relative;
    padding-bottom: 10px;
}
.st7-item-text h3:before{
    position: absolute;
    bottom: 0;
    width: 262px;
    height: 1px;
    background: #fff;
    content: "";
    max-width: 100%;
    left: 0;
    bottom: 0;
}
.st7-item-text p{
    font-size: 16px;
    line-height: 1.6;
}
/*End st7*/

/*st8*/
.st8{
    padding: 30px 0 0;
    background: url(images/bk2.jpg) center top repeat;
    background-size: cover;
}
.st8 .title-st7{
    color: #006573;
}
.st8-left .st8-item{
    margin-top: 20px;
}
.st8-left .st8-item img{
    height: 524px;
    object-fit: cover;
    width: 100%;
    object-position: center left;
}
.st8-item h3{
    font-weight: 400;
    font-size: 16px;
    margin-top: 8px;
}
.st8-item-img{
    position: relative;
    overflow: hidden;
}
.st8-item-img:before{
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #fff;
    top: 10px;
    left: 10px;
}
.st8-right .st8-item{
    width: calc(50% - 8px);
    margin-right: 16px;
    float: left;
    margin-bottom: 35px;
}
.st8-right .st8-item:nth-child(2n){
    margin-right: 0;
}
/*End st8*/

/*st9*/
.st9{
    background: url(images/bk.jpg) center top repeat;
    background-size: cover;
    color: #fff;
    padding: 30px 0; 
}
.st9-item{
    width: calc(50% - 8px);
    float: left;
    margin-right: 16px;
    margin-bottom: 8px;
    height: 172px;
    overflow: hidden;
}
.st9-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.st9-item:nth-child(2n){
    margin-right: 0;
}
.st9-left .title-st7{
    margin-top: 40px;
}
.st9-ul.st3-ul li:before{
    top: 4px;
    background-image: url(images/earth.svg);
}
/*End st9*/

/*st10*/
.st10{
    padding: 30px 0 50px;
    background: url(images/bk2.jpg) center top repeat;
    background-size: cover; 
}
.st10-heading h3{
    font-family: "Prata", serif;
    color: #006473;
    font-size: 30px;
    line-height: 1.6;
}
.st10-heading h4{
    font-family: "Prata", serif;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}
.st10-item{
    text-align: center;
    width: 20%;
    float: left;
    padding: 0px 10px;
    font-size: 14px;
}
.st10-item img{
    width: 51px;
    margin-top: 30px;
}
.st10-item h3{
    font-family: "Prata", serif;
    color: #006473;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}
/*End st10*/

.pd-20{
    padding: 20px 0 50px;
}

/*st11*/
.st11{
    background: #f9f5f0 url(images/bk11.png) center center no-repeat;
    background-size: cover;
}
.st11-inner{
    box-shadow: 0px 15px 20px -15px #000;
    -webkit-box-shadow: 0px 15px 20px -15px #000;
    background-color: rgb(255, 255, 255);
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 30px 35px 10px 100px;
    position: relative;
    width: 1035px;
    max-width: 100%;
    float: right;
    font-size: 16px;
}
.st11-inner:before{
    content: "";
    position: absolute;
    left: -158px;
    top: 0;
    width: 225px;
    height: 360px;
    background: url(images/cssk.png) left top no-repeat;
    background-size: cover;
}
.st11-inner h3{
    color: #006573;
    font-size: 16px;
    font-style: italic;
    margin-top: 0;
    line-height: 1.6;
    font-weight: bold;
}
.st11 .st3-ul{
    margin: 0;
}
.st11 .st3-ul li{
    font-weight: 400;
}
.st3-ul.st11-ul li:before{
    background-image: url(images/qua.svg);
    top: 4px;
}
.st3-ul.st11-ul-2 li:before{
    background-image: url(images/tag.svg);
    top: 4px;
}
.st11-col2{
    width: 50%;
    float: left;
    padding: 0px 10px;
}
/*End st11*/

/*st12*/
.st12{
    background: #006373;
}
.st12 .st10-heading h3{
    color: #fff8ac;
}
.st12-item{
    margin-top: 20px;
}
.st12-item img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
/*End st12*/

/*st13*/
.st13{
    background-position: center top;
    background-size: cover;
    background-repeat: repeat;
    padding: 30px 0 60px;
    color: #fff;
}
.st13-form{
    float: right;
    width: 600px;
    max-width: 100%;
    border-radius: 10px;
    border: 1px solid #fff8ac;
    background: #08566c;
    padding: 10px;
    overflow: hidden;
}
.st13-form-inner{
    border: 1px solid #fff;
    padding: 10px 20px;
}
.st13-form-inner h3{
    font-family: "Prata", serif;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    margin: 5px 0 15px;
}
.st13-form-inner h2{
    font-family: "Prata", serif;
    color: #fff8ac;
    font-size: 24px;
    margin: 0;
    line-height: 1;
}
.st13-form .form {
    max-width: 410px;
    display: inline-block;
}
.st13-form .form input{
    width: 100%;
    border-radius: 0;
    margin: 5px 0px;
}
/*End st13*/

/*footer*/
.footer{
    background: #08566c;
    color: #fff;
}
.footer h3{
    font-family: "Prata", serif;
    color: #fff8ac;
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
}
.ft-inner{
    width: 450px;
    max-width: 100%;
    display: inline-block;
    text-align: left;
}
.fixed-phone-btn{
    width: 104px;
    height: 104px;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 100;
}
.fixed-phone-btn:after{
    content: "";
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url(images/hotline.gif) center center no-repeat;
    background-size: 100% 100%;
}
.fixed-phone-btn:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: "";
    z-index: 1;
}
a.fixed-right-btn{
	color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 43px;
    background: #e35340;
    border: 2px solid #fff;
    border-radius: 10px;
    position: fixed;
    right: 0;
    padding: 0px 35px;
    bottom: 10px;
    z-index: 100;
}
/*End footer*/

.modal-content{
	border-radius: 9px;
	background: #045e72 url(images/artboard2.jpg) center top repeat;
	background-size: cover;
	color: #fff;
	padding: 20px;
	border: 2px solid #fff8ac;
}
.modal-content h3{
	font-family: "Prata", serif;
    color: #fff8ac;
    font-size: 23px;
    margin: 0;
}
.modal-content h4{
    font-family: "Prata", serif;
    color: #fff;
    font-size: 18px;
}
.title-modal{
    color: #fff;
    text-align: center;
    margin: 0 0 10px;
    font-weight: 600;
}
.modal-header p {
    margin-bottom: 0;
    text-align: center;
}
.modal-dialog{
    width: 450px;
    max-width: 90%;
    margin: 10% auto 0;
}
.modal-bg .close {
    width: 30px;
    height: 30px;
    margin: 0;
    top: 0;
    right: 0;
    background: url(images/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
    background-position: -108px;
    opacity: 1;
    transform: scale(0.8);
    position: absolute;
}
.modal-dialog .form{
    border: none;
}
.modal-dialog .form input{
    width: 100%;
    margin: 0 0 15px;
}
.modal-dialog .form input[type="submit"]{
    margin: 0;
}

/*responsive*/
@media(max-width: 1199px){
    .click-main-nav {
        z-index: 100;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        right: 15px;
        padding: 10px;
   		border-radius: 4px;
        background: #e35340;
    }
    .click-main-nav .icon-bar {
        display: block;
        height: 2px;
        width: 30px;
        background: #fff;
    }
    .click-main-nav .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .nav-header-inner {
        -moz-transform: translateX(-80em);
        -webkit-transform: translateX(-80em);
        -ms-transform: translateX(-80em);
        transform: translateX(-80em);
        -moz-transition: -moz-transform .5s ease;
        -webkit-transition: -webkit-transform .5s ease;
        -ms-transition: -ms-transform .5s ease;
        transition: transform .5s ease;
        -webkit-overflow-scrolling: touch;
        width: 290px !important;
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1002;
        padding: 0;
        background: #fff;
        margin: 0;
    }
    .nav-header-inner.active {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    body.active {
        overflow: hidden;
    }
    .close-nav-header {
        display: block;
        color: #fff;
        right: 0px;
        background: #7ca22a;
        border-radius: 0px;
        line-height: 25px;
        font-size: 20px;
        z-index: 2;
        position: absolute;
        padding: 0px 7px;
        top: 0;
    }
    .close-nav-header:before {
        content: "\f00d";
        font-family: "Font Awesome 5 Pro";
    }
    .backdrop {
        transition: visibility 0s, opacity 0.15s linear;
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1040;
        background-color: #000;
        visibility: hidden;
    }
    .backdrop.active {
        opacity: 0.4;
        z-index: 1001;
        visibility: visible;
    }
    .menu-header{
        margin-top: 40px;
        float: left;
        width: 100%;
        background: none;
    }
    .menu-header>li{
        width: 100%;
        position: relative;
        padding: 0 8px;
        margin: 0;
    }
    .menu-header>li>a {
        display: block;
        color: #000;
        text-align: left;
        border-bottom: 1px solid #ccc;
        line-height: 40px;
        padding: 0 0 0 0;
        font-size: 15px;
        font-weight: 500;
    }
    .menu-header>li:last-child>a{
        border-bottom: none;
    }
    .menu-header>li:hover>a{
        color: #9a0801;
        border-color: #9a0801;
    }
    .header .container{
        position: relative;
    }

    .st1-content ul li{
    	padding-bottom: 10px;
    }
}
@media(max-width: 991px){
	.st3-heading h3{
		margin-top: 20px;
	}
}
@media(max-width: 767px){
	.st2-video iframe{
		height: 300px;
	}

	.st2-title h3,
	.st3-heading h3,
	.st5-heading h3,
	.st10-heading h3{
		font-size: 20px;
	}
	.st2-item{
		padding: 0;
	}
	.st2-item p{
		max-width: 100%;
	}
	.st3-inner{
		width: 100%;
		margin: 250px 0 0;
		padding: 15px 20px;
	}
	.st3 .container{
		padding: 0;
	}
	.bk-st3{
		height: 250px;
	}
	.fixed-phone-btn{
		width: 84px;
		height: 84px;
	}
	a.fixed-right-btn{
		font-size: 14px;
		padding: 0px 15px;
		line-height: 40px;
	}
	.st5-ul-nav li{
		width: 50%;
		float: left;
		margin: 0;
		padding: 0px 5px;
	}
	.st5-ul-nav li a{
		padding: 0;
		font-size: 12px;
		margin: 5px 0;
	}
	.st5-bottom{
		padding: 15px 0 0px;
	}
	.st5-bottom ul{
		margin: 0;
	}
	.st5-bottom ul li{
		font-size: 13px;
		padding-bottom: 0;
	}
	.st6-heading p{
		font-size: 14px;
	}
	.st6 .form input::placeholder{
		color: #000;
	}
	.st7-tr{
		padding: 0;
	}
	.st7-tr img{
		height: 235px;
	}
	.st7-item-text{
		position: relative;
		width: 100%;
		top: 0;
		right: 0;
	}
	.st7-item-text h3{
		font-size: 16px;
		line-height: 1.5;
	}
	.st7-item-text p{
		font-size: 13px;
	}
	.st8-left .st8-item img{
		height: inherit;
	}
	.st8-right .st8-item{
		width: 100%;
		margin: 0 0 10px;
	}
	.st10-item{
		width: 100%;
	}
	.st7{
		padding: 0;
	}
	.st11-inner{
		padding: 10px 0;
	}
	.st11-col2{
		width: 100%;
	}
	.st11-inner:before{
		display: none;
	}
	.st11 .st3-ul li,
	.st13-form-inner h3{
		font-size: 13px;
	}
	.st13-form-inner h2{
		font-size: 16px;
	}
	.st12-item{
		padding: 0px 5px;
	}
	.st13-form-inner{
		padding: 10px;
	}
	.st13-form{
		padding: 5px;
	}
	.ft-inner{
		padding: 0px 10px;
	}

	.modal-content{
		padding: 20px 10px;
		font-size: 13px;
	}
	.footer{
		padding: 20px 0px 80px;
	}
	.st12-item img{
		height: 200px;
	}
	.st4{
		padding: 20px 0;
	}
	.st3-heading h4{
		margin-bottom: 20px;
	}

	.st6 .form input{
		width: 100%;
		margin: 0px 0 5px;
		font-size: 14px;
    	font-weight: normal;
	}
}
/*End responsive*/