/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color:#000;
}
@font-face {
  font-family: "MTD-Starcity";
  src: url("fonts/MTD-Starcity-Script.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SVN Gotham";
  src: url("fonts/SVN-Gotham-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SVN Gotham";
  src: url("fonts/SVN-Gotham-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "UTM-Bebas";
  src: url("fonts/UTM-Bebas.ttf") format("truetype");
  font-style: normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	transition:0.4s;
}
a:hover{text-decoration:none;}
a:focus{outline:none;}
img{max-width:100%;height:auto;transition:0.4s;}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
input:focus,select:focus{outline:none;}
p{line-height:1.4;}
#wrapper{overflow:hidden;max-width:100%;margin:0 auto;width: 1903px;}
#mainmenu{padding:0;background:#fff;position: relative;box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.4);-webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.4);-moz-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.4);-o-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.4);}
#mainmenu .navbar-expand-lg{padding:0;}
#mainmenu .navbar-brand{padding: 10px 0;margin: 0;}
#mainmenu .navbar-brand img{display: block;}
#navbarmenu ul{text-align: center;display: flex;width: 100%;justify-content: flex-end;}
#navbarmenu ul li{display:inline-block;}
#navbarmenu ul li a{padding: 10px 16px;color: #222;font-weight: 500;line-height: 54px;font-size: 15px;}
#navbarmenu ul li a.logo img{display:block;}
#navbarmenu ul li a:hover,#navbarmenu ul li a.current{color:#194670;}
#navbarmenu ul li a.btn-dkphone span{background: #fff;display:inline-block;height: 40px;width: 150px;color:#194670;line-height:39px;border-radius:30px;text-indent:20px;position:relative;border: 2px solid #194670;transition:0.4s;box-shadow: 0 0 0 0 rgb(201 142 89 / 0.5);-webkit-animation: won 1s infinite cubic-bezier(0,0,0,0);-moz-animation: won 1s infinite cubic-bezier(.5,0,0,1);-ms-animation: won 1s infinite cubic-bezier(.5,0,0,1);animation: won 1s infinite cubic-bezier(.5,0,0,1);}
#navbarmenu ul li a.btn-dkphone span:before{content:"";display:block;width:18px;height:18px;background:url(images/icon-phone1-1.png) no-repeat;position:absolute;top:9px;left:15px;transition:0.4s;}
#navbarmenu ul li a.btn-dkphone:hover span{background:#194670;color:#fff;}
#navbarmenu ul li a.btn-dkphone:hover span:before{background:url(images/icon-phone1-2.png) no-repeat;}
#navbarmenu ul li a.btn-dktv span{background: #fff;display:inline-block;height: 40px;width: 150px;line-height:39px;border-radius:30px;background:#c81e1e;border:2px solid #c81e1e;color:#fff;text-transform:uppercase;transition:0.4s;box-shadow: 0 0 0 0 rgba(200, 30, 30, 0.7);-webkit-animation: won 1s infinite cubic-bezier(0,0,0,0);-moz-animation: won 1s infinite cubic-bezier(.5,0,0,1);-ms-animation: won 1s infinite cubic-bezier(.5,0,0,1);animation: won 1s infinite cubic-bezier(.5,0,0,1);}
#navbarmenu ul li a.btn-dktv:hover span{background:#fff;color:#c81e1e;}
#navbarmenu ul li .dropdown-menu{padding:0;margin:0;}
#navbarmenu ul li .dropdown-menu a{padding: 13px 20px;font-weight: 400;text-transform:none;font-size: 14px;}
#navbarmenu ul li .dropdown-menu a:focus{background:#fff;}
#banner{background:url(images/bgbanner.jpg) no-repeat center top;background-size:cover;min-height: 900px;padding-top: 40px;}
.banner{position:relative;padding-top:40px;width:600px;max-width:100%;margin-left: 50px;}
.banner .imgbanner1{}
.banner .imgbanner2{position:absolute;top:0;right:0;}
#banner-video{padding: 0;background-size:cover;}
.video-top{margin: 0 auto 20px;width:773px;max-width:100%;background:url(images/bg-video.jpg) no-repeat;padding:2px;}
#banner-video h2{text-align:center;color:#111;font-size:24px;font-weight:500;line-height:38px;margin-bottom:30px;/* font-family:"Playfair Display"; *//* font-style: italic; */color: #fff;}
#banner-video h2 span{display:block;text-transform:uppercase;font-size:32px;font-weight:700;font-style:normal;margin-top:5px;background: -webkit-linear-gradient(#fff1b8, #e2bd68);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
#banner-video iframe{display:block;}
.banner-video{min-height:600px;background-size:cover;}
#form-video{/* min-height:840px; *//*overflow: hidden;*/}
.sale-form{width: 686px;float:left;margin-right: 35px;}
.sale-form img{max-width:860px;margin-left:-180px;}
.form-video{width:calc(100% - 721px);float: right;}
.logo-form{width:200px;height: 90px;background:#443322;border-radius:0 0 30px 30px;margin: 0 auto 20px;padding: 15px 10px;}
#dangkypc{text-align:center;width: 100%;overflow:hidden;background: #fff;background-size:cover;padding-top: 40px;border-radius:10px;margin-top: 90px;box-shadow:0px 0px 5px rgb(0 0 0 / 0.3);-webkit-box-shadow:0px 0px 5px rgb(0 0 0 / 0.3);-moz-box-shadow:0px 0px 5px rgb(0 0 0 / 0.3);-ms-box-shadow:0px 0px 5px rgb(0 0 0 / 0.3);}
#dangkypc form{padding: 0px 25px 40px;}
#dangkypc h2{color: #443322 !important;font-weight: 400 !important;font-size: 28px !important;margin-bottom: 25px;}
#dangkypc h4{font-size:17px;font-weight:400;margin-bottom:28px;}
#dangkypc h4 span{text-transform:uppercase;font-weight:bold;color:#be8439}
#dangkypc input[type="text"],#dangkypc input[type="tel"]{width:100%;border:none;background: #e3dfdf;border-radius: 5px;padding: 13px 15px 12px;margin-bottom: 12px;border: 1px solid #ccc;appearance: none;-webkit-appearance: none;-moz-appearance: none;}
#dangkypc input[type="submit"]{width: 160px;height: 46px;line-height: 46px;border: none;background: url(images/btnform.png) no-repeat;color: #fff;margin-top: 18px;transition: 0.4s;cursor:pointer;border-radius:30px;text-transform: uppercase;font-weight: 600;font-size: 17px;appearance: none;-webkit-appearance: none;-moz-appearance: none;box-shadow: 0 0 0 0 rgba(202, 160, 53, 0.5);-webkit-animation: won 1s infinite cubic-bezier(0,0,0,0);-moz-animation: won 1s infinite cubic-bezier(.5,0,0,1);-ms-animation: won 1s infinite cubic-bezier(.5,0,0,1);animation: won 1s infinite cubic-bezier(.5,0,0,1);}
#dangkypc input[type="submit"]:hover{color:#fff;}
#dangkypc #process{width: 160px;height: 46px;line-height: 46px;border-radius: 30px;border:none;background: url(images/btnform.png) no-repeat;color:#fff;margin-top: 18px;text-align: center;text-indent: -25px;cursor:pointer;font-size: 17px;}
.loading{position:relative;display:inline-block;}
.loading img{position:absolute;width: 20px !important;right: 20px;bottom: 14px;}
.bg1{background: #fff;}
.section1{width:1370px;max-width:100%;background:url(images/bgs11.jpg) no-repeat center top;background-size:cover;padding-top:30px;margin: 0 auto;position:relative;top: -60px;}
#section1 .nav-tabs{border-bottom:none;max-width: 300px;width: 300px;margin-left: 50px;margin-top: 75px;}
#section1 .nav-tabs .nav-item{margin-bottom: 20px;-webkit-box-flex: 0;-ms-flex: 0 0 33.33%;flex: 0 0 33.33%;max-width: 33.33%;padding: 0 10px;}
#section1 .nav-tabs .nav-link{border:none;display:block;position:relative;border-radius:0;padding: 0;}
#section1 .nav-tabs .nav-link .thumb{position:relative;z-index:2;overflow:hidden;border-radius:50%;width:80px;height:80px;transition:0.4s;}
#section1 .nav-tabs .nav-link .thumb:before{content:"";display:block;position:absolute;background:rgba(178, 160, 120, 0.5);top:0;left:0;width:100%;height:100%;border-radius:50%;border:3px solid transparent;transition:0.4s;}
#section1 .nav-tabs .nav-link .thumb img{width:100%;display:block;}
#section1 .nav-tabs .nav-item.show .nav-link .thumb:before,#section1 .nav-tabs .nav-link.active .thumb:before,#section1 .nav-tabs .nav-link:hover .thumb:before{border:3px solid #cd841c;background:transparent;}
#section1 .nav-tabs .nav-item.show .nav-link,#section1 .nav-tabs .nav-link.active{background:none;}
.titpage{text-align:center;color:#ffc269;font-family: 'Playfair Display', serif;font-weight:500;font-size: 38px;margin-bottom:35px;}
.titpage .tp1{font-size: 55px;}
.titpage .tp2{display:block;font-style:normal;color:#fff;font-size: 38px;margin-left:350px;margin-top:6px;color: #ffeed2;}
.sect12{padding-left:0;margin-left: -8px;padding-bottom: 50px;}
.sect12 img{display:block;margin: 0 auto;padding-left:25px;}
#section2{/* margin-top: -50px; */text-align:center;padding-bottom: 30px;padding-top: 50px;}
#section2 .titpage .tp2{margin-left:210px;color: #4b4a4a;}
#section2 .titpage{margin-bottom:50px;color: #bc9c63;}
#section2 h4{font-family:"Playfair Display";font-style:italic;font-size:24px;margin:10px 0;background: -webkit-linear-gradient(left,#61490f, #bb944f);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
#section2 h4 span{font-weight:bold;}
#section2 p{padding:0 15px;}
#section2 h5{font-weight:500;margin-bottom:6px;}
#section2 .col-lg-3{margin-bottom:30px;}
#section2 a img:hover{opacity:0.8;}
#section3{position:relative;}
.section3{width:1370px;max-width:100%;margin:0 auto;position:relative;}
.section3 a{display:inline-block;width: 150px;height: 42px;background:url(images/bgbtn.png) no-repeat;text-align:center;line-height: 43px;color:#fff;margin-left:25%;position:absolute;bottom: 70px;right: 32%;;border-radius:30px;text-transform: uppercase;box-shadow: 0 0 0 0 rgba(202, 160, 53, 0.5);-webkit-animation: won 1s infinite cubic-bezier(0,0,0,0);-moz-animation: won 1s infinite cubic-bezier(.5,0,0,1);-ms-animation: won 1s infinite cubic-bezier(.5,0,0,1);animation: won 1s infinite cubic-bezier(.5,0,0,1);}
.section3 a:hover{color:#ffe4a5;}
#section5{padding:50px 0 0;}
#section5 a img:hover,#section6 a img:hover{opacity:0.9;}
.titpage1{text-align:center;font-family: "SVN-Gotham";font-size: 30px;font-weight:600;text-transform:uppercase;margin-bottom:35px;color:#3b3b3b;}
.titpage1 span{display:block;font-size: 30px;margin-top: 14px;font-style:normal;color:#909090;font-weight:400;}
#section6{position:relative;z-index:1;padding-top: 60px;}
#section6 h4{text-align:center;font-weight:400;font-size:20px;text-transform:uppercase;margin:40px 0;position:relative;}
#section6 h4:before{content:"";display:block;width:100%;height:1px;background:#d8d8d8;position:absolute;top:50%;margin-top:-0.5px;z-index:1;}
#section6 h4 span{background:#fff;padding:0 15px;position:relative;z-index:2;}
.bg3{background:#e8e8e8;margin-top:-330px;padding-top:390px;padding-bottom: 280px;}
#section7 .titpage1{margin-bottom:50px;}
#section7{padding-bottom:160px;}
.sect7{border-radius:30px 0 30px 0;background:#fff;position:relative;}
.sect7 p{padding:20px 15px;text-align:justify;}
.sect7 p span{text-transform:uppercase;font-weight:bold;color:#ca8615;}
.sect7 .buoc{display:block;width:42px;height:43px;background:url(images/icons7.png) no-repeat;position:absolute;top:-22px;left:0;z-index:9;color:#fff;font-size: 28px;font-weight:bold;text-align:center;line-height: 43px;text-indent: 3px;}
.sect7 img{border-radius:30px 0 0 0;}
.section8{width:1370px;max-width:100%;background:url(images/bgs8.jpg) no-repeat center top;margin:0 auto;margin-top: -380px;padding:60px 10%;background-size:cover;margin-bottom: 50px;}
.section8 .titpage1{color: #fff;margin-bottom:50px;}
.sect8{background:#194670;border-radius:20px;overflow:hidden;color:#fff;min-height: 444px;}
.sect8 img{width:100%;display:block;}
.sect8 h4{font-weight:bold;font-size:17px;text-transform:uppercase;text-align:center;margin:20px 15px 12px;}
.sect8 p{padding:0 25px 30px;text-align:justify;}
.btns8{text-align:center;}
.btns8 a{display:inline-block;width: 150px;height: 42px;background:url(images/bgbtn.png) no-repeat;margin-top:45px;text-align:center;line-height: 43px;color:#fff;right: 32%;;border-radius:30px;text-transform: uppercase;box-shadow: 0 0 0 0 rgba(202, 160, 53, 0.5);-webkit-animation: won 1s infinite cubic-bezier(0,0,0,0);-moz-animation: won 1s infinite cubic-bezier(.5,0,0,1);-ms-animation: won 1s infinite cubic-bezier(.5,0,0,1);animation: won 1s infinite cubic-bezier(.5,0,0,1);}
.btns8 a a:hover{color:#ffe4a5;}
#section9{padding:50px 0;}
#section10{position:relative;z-index:9;}
.section10{width:1370px;max-width:100%;margin:0 auto;background:url(images/bgs10.jpg) no-repeat center top;background-size:cover;padding-top:40px;}
.section10 .container{position:relative;}
.tits10{font-family:"Playfair Display";font-weight:600;font-size: 40px;position:absolute;color: #ffc269;width:50%;left:50%;padding: 0 15px 15px;}
.tits10 span{display: block;color: #ffeed2;font-style: normal;font-size: 30px;margin-top: 12px;text-indent:4px;}
#section10 h4{font-size: 30px;color: #f5bb65;font-weight: 500;margin-top: 150px;line-height: 1.3;margin-bottom: 15px;padding-bottom: 12px;border-bottom: 1px solid #474747;}
#section10 p{color:#fff;text-align:justify;line-height: 1.8;}
#section10 .cncg{background:rgba(74, 67, 52, 0.8);color:#fff;padding:25px 45px;border-radius:0 120px 120px 120px;text-align:justify;margin-top:50px;border:1px solid #5e5641;position:relative;line-height: 1.5;font-size: 14.5px;}
#section10 .cncg:before{content:"";display:block;width:31px;height:26px;background:url(images/icons31.png) no-repeat;background-size:100%;position:absolute;top:-20px;}
#section10 .nav-tabs{border-bottom:none;width:55%;position:absolute;bottom: 60px;left:50%;padding: 0 15px;}
#section10 .nav-tabs .nav-item{margin-bottom:0;-webkit-box-flex: 0;-ms-flex: 0 0 16.65%;flex: 0 0 16.65%;max-width: 16.65%;padding: 0 10px;}
#section10 .nav-tabs .nav-link{border:none;display:block;position:relative;border-radius:0;padding: 0;}
#section10 .nav-tabs .nav-link span{position:absolute;bottom:0;display:inline-block;width:57px;height:24px;left:50%;z-index:1;bottom: -10px;}
#section10 .nav-tabs .nav-link .thumb{position:relative;z-index:2;overflow:hidden;border-radius:50%;;transition:0.4s;}
#section10 .nav-tabs .nav-link .thumb:before{content:"";display:block;position:absolute;width:100%;height:100%;background:transparent;border:3px solid transparent;top:0;left:0;border-radius:50%;transition:0.4s;}
#section10 .nav-tabs .nav-link .thumb img{width:100%;}
#section10 .nav-tabs .nav-item.show .nav-link .thumb:before,#section10 .nav-tabs .nav-link.active .thumb:before,#section10 .nav-tabs .nav-link:hover .thumb:before{border:3px solid #d5b153;}
#section10 .nav-tabs .nav-item.show .nav-link,#section10 .nav-tabs .nav-link.active{background:none;}
#section10 .tab-content img{display:block;margin:0 auto;}
#section11{padding-bottom:20px;text-align:center;padding-top: 60px;border-top: 1px solid #f2f2f2;background:url(images/bgs1-home.png) no-repeat center;background-size:cover;}
.section11{width:1400px;max-width:100%;margin:0 auto;padding:0 15px;}
.section11 .row{margin-left:-10px;margin-right:-10px;}
.section11 .col-lg-3{padding:0 10px;margin-bottom:30px;}
.titpage2{text-align:center;font-family: "SVN-Gotham";font-size: 30px;font-weight:600;margin-bottom:35px;color:#194670;text-transform:uppercase;}
.titpage2 span{display:block;font-size: 28px;margin-top: 14px;font-style:normal;color:#333;font-weight:400;}
.titpage2 span a{color:#333;}
.sect111{/* background:#f3ebd3; */padding: 0px 15px;border-right: 1px solid #dfdfdf;margin:25px 0;}
.section11 .col-lg-3:last-child .sect111{border-right:none;}
.images111{height:122px;display:flex;justify-content:center;align-items:center;}
.sect111 h4{font-size:18px;font-weight:bold;margin:10px 0 5px;text-transform:uppercase;}
.lh-hn{text-align:right;}
.lh-hn p{text-align:right;}
.lh-hn p,.lh-hcm p{margin-bottom:4px;}
.lh-hn a,.lh-hcm a{color:#333;}
.lh-hn h4,.lh-hcm h4{margin-bottom:5px;margin-top:15px;}
.lh-hn iframe,.lh-hcm iframe{margin-top:20px;}
.lh-ly{background:#2d3a47;padding: 10px 0 30px;text-align: center;color:#fff;font-size:18px;line-height: 53px;position: relative;z-index: 1;margin-top: 40px;}
.lh-ly a.lh-ly-a{padding: 8px 20px 6px 40px;border:2px solid #d2a84d;border-radius:30px;display:inline-block;font-weight:600;position:relative;color:#222;font-size: 18px;background: #d2a84d;margin-right: 30px;line-height: 1.3;}
.lh-ly a.lh-ly-a:before{content:"";display:inline-block;width:18px;height:18px;background:url(images/icon-phone.png) no-repeat;position:absolute;left:15px;top: 11px;}
.lh-ly a.lh-ly-a:hover{color:#fff;}
.lh-ly .container div{display:inline-block;}
.lh-ly .container div span{display:inline-block;margin:0 15px;}
.lh-ly ul{margin:0;padding:0;list-style:none;display: inline-block;margin-left: 30px;position: relative;top: 20px;}
.lh-ly ul li{display:inline-block;margin:0 3px;}
.lh-ly ul li img:hover{opacity:0.8;}
#thankyou{padding:55px 0;background:url(images/bgthankyou.jpg) no-repeat center top;text-align:center;color:#fff;}
.thankyou h2{margin:20px 0 25px;font-size:24px;font-weight:400;text-transform:uppercase;line-height:2;color:#ffdb7c;position:relative;padding-bottom:15px;}
.thankyou h2:after{content:"";display:block;width:70px;height:1px;background:#ffdb7c;position:absolute;bottom:0;left:50%;margin-left:-35px;}
.thankyou p{font-size:17px;margin-bottom:0;}
.thankyou p a{display:inline-block;padding:8px 15px 7px;background:#ffdb7c;border-radius:10px;margin:12px 8px 0;color: #222;}
.thankyou p a:hover{color:#fff;}
.noteh3{text-align:center;font-weight:400;color:#ff0000;margin-bottom:30px !important;font-style:italic;font-size:15px !important;margin-top:30px;}
.noteh3:before{content:"";display:inline-block;width:19px;height:17px;background:url(images/icon-tg.png) no-repeat;margin-right:5px;}
::-webkit-input-placeholder {color: #868686;}
:-ms-input-placeholder {color: #868686;}
::placeholder {color: #868686;}
#footer{padding:40px 0;border-top: 2px solid #194670;background: #fff;color: #111;}
.footer1{text-align:center;}
#footer .footer1 p{margin: 15px 0;}
.footer1 p a{padding: 9px 20px 5px 40px;border: 2px solid #194670;border-radius:30px;display:inline-block;font-weight:600;position:relative;color:#222;}
#footer .footer1 p a{color:#194670;}
.footer1 p a:before{content:"";display:inline-block;width:18px;height:18px;background:url(images/icon-phone1-1.png) no-repeat;position:absolute;left:15px;transition:0.4s;}
.footer1 p a:hover{background:#194670;color:#fff !important;}
.footer1 p a:hover:before{background:url(images/icon-phone1-2.png) no-repeat}
.footer1 ul{margin:0;padding:0;list-style:none;display:block;}
.footer1 ul li{display:inline-block;margin:0;}
.footer1 ul li img:hover{opacity:0.8;}
#footer h2{font-weight: 600;color: #194670;font-size: 15px;text-transform:uppercase;margin-bottom:5px;/* white-space:nowrap; */min-height: 38px;line-height: 1.3;}
#footer p{margin-bottom:3px;font-size: 14.5px;}
.footer2{padding:0;}
#footer a{color: #111;}
.footer3{padding-left: 30px;}
#footer strong{font-weight:500;}
#mainmenu.menu-fix{position:fixed;width: 100%;top:0;background: #fff;z-index:99;left: 0;}
#banner-t8{min-height: 905px;background:url(images/banner1-t12.jpg) no-repeat center top;background-size:cover;position:relative;}
#banner-t8 a{display:inline-block;width: 242px;height: 48px;/* background:url(images/btndk-t9.png) no-repeat; */background-size: 100%;text-align:center;line-height: 48px;text-transform:uppercase;font-size:24px;font-weight:500;color:#333;position:absolute;left:50%;bottom: 60px;margin-left: -121px;border-radius:30px;box-shadow: 0 0 0 0 rgba(202, 160, 53, 0.5);-webkit-animation: won 1s infinite cubic-bezier(0,0,0,0);-moz-animation: won 1s infinite cubic-bezier(.5,0,0,1);-ms-animation: won 1s infinite cubic-bezier(.5,0,0,1);animation: won 1s infinite cubic-bezier(.5,0,0,1);}
#banner-t8 a:hover{color:#fff;opacity:0.8;}
#banner-t8 a span{color:#fff;font-size:32px;line-height:1;margin-left:6px;}
#section1-t8{min-height: 730px;background:url(images/banner2t9.jpg) no-repeat center top;background-size:cover;position:relative;}
#section1-t8 a{display:inline-block;width:243px;height:52px;background:url(images/bgbtn1.png) no-repeat;background-size: 100%;text-align:center;line-height: 54px;text-transform:uppercase;font-size:22px;font-weight:500;color:#333;position:absolute;left:50%;bottom: 68px;margin-left: -195px;border-radius:30px;box-shadow: 0 0 0 0 rgba(202, 160, 53, 0.5);-webkit-animation: won 1s infinite cubic-bezier(0,0,0,0);-moz-animation: won 1s infinite cubic-bezier(.5,0,0,1);-ms-animation: won 1s infinite cubic-bezier(.5,0,0,1);animation: won 1s infinite cubic-bezier(.5,0,0,1);}
#section1-t8 a:hover{color:#fff;}
#section2-t8{min-height: 740px;background:url(images/banner3t9.jpg) no-repeat center top;background-size:cover;position:relative;}
#section2-t8 a{display:inline-block;width:243px;height:52px;background:url(images/bgbtn1.png) no-repeat;background-size: 100%;text-align:center;line-height: 54px;text-transform:uppercase;font-size:22px;font-weight:500;color:#333;position:absolute;left:50%;bottom:160px;margin-left: 175px;border-radius:30px;box-shadow: 0 0 0 0 rgba(202, 160, 53, 0.5);-webkit-animation: won 1s infinite cubic-bezier(0,0,0,0);-moz-animation: won 1s infinite cubic-bezier(.5,0,0,1);-ms-animation: won 1s infinite cubic-bezier(.5,0,0,1);animation: won 1s infinite cubic-bezier(.5,0,0,1);}
#section2-t8 a:hover{color:#fff;}
#section3-t8{min-height: 909px;background:url(images/banner4t9.jpg) no-repeat center top;background-size:cover;position:relative;}
#section4-t8{background:url(images/bgs4.jpg) no-repeat center top;background-size:cover;text-align:center;padding:103px 15px 65px;}
#section4-t8 a{display:inline-block;width:243px;height:52px;background:url(images/bgbtn1.png) no-repeat;background-size: 100%;text-align:center;line-height: 54px;text-transform:uppercase;font-size:22px;font-weight:500;color:#333;margin-top:40px;border-radius:30px;box-shadow: 0 0 0 0 rgba(202, 160, 53, 0.5);-webkit-animation: won 1s infinite cubic-bezier(0,0,0,0);-moz-animation: won 1s infinite cubic-bezier(.5,0,0,1);-ms-animation: won 1s infinite cubic-bezier(.5,0,0,1);animation: won 1s infinite cubic-bezier(.5,0,0,1);}
#section4-t8 a:hover{color:#fff;}
#section5-t8{min-height: 946px;background:url(images/banner5.jpg) no-repeat center top;background-size:cover;position:relative;}
.titpage-t8{line-height:1.4;font-family:"Playfair Display";font-size: 42px;font-weight:600;text-align:center;color:#3b3b3b;margin-bottom:50px;}
.titpage-t8 span{display:block;color:#909090;font-weight:400;font-size:30px;}
#section6-t8{min-height: 680px;background:url(images/banner6.jpg) no-repeat center top;background-size:cover;position:relative;}
#section7-t8{padding:60px 0 0px;text-align:center;}
#section7-t8 .col-md-6{margin-bottom:30px;}
#section7-t8 h3{font-size:16px;font-weight:400;margin-top:15px;}
#section8-t8{background:url(images/bgs8t8.jpg) no-repeat center top;background-size:cover;min-height:780px;padding:50px 0;}
#section4{padding-top:50px;text-align:center;position: relative;z-index: 2;font-family:"SVN-Gotham";margin-bottom: 50px;}
.section4{width:1370px;margin:0 auto;max-width:100%;background:url(https://vienthammykorea.vn/wp-content/themes/korea2020/images/bgs4-1.jpg) no-repeat center;background-size:cover;padding-top:60px;}
.tits4{font-weight:600;font-size:30px;text-transform:uppercase;margin-bottom:15px;line-height:1.3;position:relative;padding-bottom:15px;margin-bottom: 20px;}
.tits4:before{content:"";display:block;width:100px;height:2px;background:#e4e4e4;position:absolute;left:50%;bottom:0;margin-left:-80px;}
.tits4:after{content:"";display:block;width:40px;height:2px;background:#e3b68d;position:absolute;left:50%;bottom:0;margin-left:25px;}
.tits4 span{color:#194670;position:relative;}
#section4 .nav-tabs{border-bottom:none;width: 100%;margin-left: -5px;margin-top: 90px;}
#section4 .nav-tabs .nav-item{margin-bottom:0;-webkit-box-flex: 0;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding: 3px 5px;}
#section4 .nav-tabs .nav-link{border:none;display:block;position:relative;border-radius:0;padding: 0;}
#section4 div.thumb{border:none;border-radius:50%;position:relative;overflow:hidden;}
#section4 div.thumb img{display:block;opacity:0.5;}
/*#section4 div.thumb:before{content:"";display:block;position:absolute;left:0;top:0;background:rgba(42, 54, 66, 0.6);width:100%;height:100%;}*/
#section4.nav-tabs .nav-item.show .nav-link,#section4 .nav-tabs .nav-link.active{background:none;}
#section4 .nav-tabs .nav-link.active div.thumb:before,#section4 .nav-tabs .nav-item.show .nav-link div.thumb:before,#section4 .nav-tabs .nav-link:hover div.thumb:before{background:none;}
#section4 .nav-tabs .nav-link.active div.thumb:after,#section4 .nav-tabs .nav-item.show .nav-link div.thumb:after,#section4 .nav-tabs .nav-link:hover div.thumb:after{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;border:3px solid #d5b153;border-radius:50%;}
#section4 .nav-tabs .nav-link.active div.thumb img,#section4 .nav-tabs .nav-link div.thumb:hover img{opacity:1;}
#section4 h4{display:inline-block;margin-top: 40px;margin-bottom: 10px;background:url(https://vienthammykorea.vn/wp-content/themes/korea2020/images/bgtits4.png) no-repeat;background-size:100%;min-width:239px;min-height:50px;line-height:50px;font-size:20px;text-transform:uppercase;}
#section4 h4 span{font-weight:400;text-transform:none;}
#section4 .cnve{margin-bottom: 30px;}
#section4 .cnve1{font-family:"UTM-Bebas";font-size:100px;color:#dba86c;line-height: 1;margin-bottom:10px;}
#section4 .cnve1:before{content:"";display:inline-block;width:37px;height:69px;background:url(https://vienthammykorea.vn/wp-content/themes/korea2020/images/icon-giam.png) no-repeat;background-size:100%;}
#section4 .cnve2{font-size:24px;text-transform:uppercase;}
#section4 .cnve2 span{font-weight:800;font-size:25px;}
#section4 .tab-content .col-md-7 img{padding-right:15px;max-width: 110%;margin-left: -15px;}
.video-modal div{position:relative;transition:0.4s;}
.video-modal div:before{content:"";display:block;width:100%;height:100%;background:rgba(68, 68, 68, 0.4);position:absolute;left:0;top:0;z-index:1;border-radius: 5px;}
.video-modal div:after{content:"";display:inline-block;width:52px;height:53px;background:url(https://vienthammykorea.vn/wp-content/themes/korea2020/images/icon-playvideo.png) no-repeat;background-size:100%;position:absolute;left:50%;top:50%;margin-left:-26px;margin-top:-26px;z-index:2;}
.video-modal div:hover{opacity:0.8;}
#section4 .tab-content .col-md-5 img{border: none;border-radius: 5px;}
#section5{padding:50px 0 20px;text-align:center;font-family:"SVN-Gotham";}
.tits5{font-weight:600;font-size:30px;text-transform:uppercase;margin-bottom:50px;line-height:1.3;position:relative;padding-bottom:15px;}
.tits5:before{content:"";display:block;width:100px;height:2px;background:#e4e4e4;position:absolute;left:50%;bottom:0;margin-left:-80px;}
.tits5:after{content:"";display:block;width:40px;height:2px;background:#e3b68d;position:absolute;left:50%;bottom:0;margin-left:25px;}
.tits5 span{color:#194670;position:relative;}
#section5 .nav-tabs{margin-bottom:50px;padding-bottom:15px;border-bottom:1px solid #eee1c0;display:block;text-align:center;}
#section5 .nav-tabs .nav-item{margin-bottom:0;display:inline-block;margin:0 15px;}
#section5 .nav-tabs .nav-link{border:none;text-transform:uppercase;border-radius:30px;font-size:16px;padding: 8px 20px 8px;color:#333;}
#section5 .nav-tabs .nav-item.show .nav-link,#section5 .nav-tabs .nav-link.active,#section5 .nav-tabs .nav-link:hover{background:#3a3a3a;color:#fff;}
#section5 img{margin-bottom:30px;border: 2px solid #e4b77a;}
#section1-t4{padding:20px 30px;text-align:center;background:url(images/bgs1t4.jpg) no-repeat center;background-size:cover;}
#section7-t10{padding:60px 0 30px;text-align:center;background:url(images/bgs7t10.jpg) no-repeat bottom center;background-size:cover;}
#section7-t10 h2{font-family: 'Barlow', sans-serif;font-size: 36px;text-transform: uppercase;font-weight:800;margin-bottom:50px;background: -webkit-linear-gradient(to right, #2e210b 30%, #c87f50 60%, #644926 90%);background: -o-linear-gradient(to right, #2e210b 30%, #c87f50 60%, #644926 90%);background: -moz-linear-gradient(to right, #2e210b 30%, #c87f50 60%, #644926 90%);background: linear-gradient(to right, #2e210b 30%, #c87f50 60%, #644926 90%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
#section7-t10 .col-md-4{margin-bottom:30px;}
/*MB*/
#wrapper-mb{overflow:hidden;width:420px;max-width:100%;margin:0 auto;}
.navmb{opacity:0;}
.navmb.active{opacity:1 !important;}
.navmb.active .navbg{background:rgba(0, 0, 0, 0.6);width:100%;height:100%;position: fixed;top: 0;left: 0;z-index: 9998}
.navmb .navbar-box{background: #fff;width: 270px;height: 100%;position: fixed;top: 0;left: 0;z-index: 9999;transform: translate(-110%, 0px);transition: all 0.6s ease-in-out 0s;-ms-transform: translate(-110%, 0px);-webkit-transform: translate(-110%, 0px);overflow:auto;}
.navmb.active .navbar-box{transform: translate(0, 0px);transition: all 0.6s ease-in-out 0s;-ms-transform: translate(0, 0px);-webkit-transform: translate(0, 0px);}
.navbarmb{background: #fff;padding: 11px 0 10px;}
.navbarmb .navbar-brand{padding:0;margin:0;}
.navbarmb button:focus{outline:none;}
.navbarmb .col-md-3:first-child{text-align:left;}
.navbarmb .col-md-3:last-child{text-align:right;}
.navbarmb .col-md-6{text-align:center;}
.navbarmb .col-md-6 img{height:50px;}
.navbarmb .col-md-3:last-child img{height:40px;margin-top: 5px;margin-right: 5px;}
.navbarmb h1{margin:0;}
.navbarmb .navbar-toggler{border:none;padding:0;display: block;}
.navbarmb .navbar-toggler .navbar-toggler-icon{color:#194670;width:40px;height:40px;font-size:40px;margin-top: 6px;margin-left: 5px;}
.navmb .navbar-brand{display:block;margin:0;padding: 15px 20px;text-align:center;}
.navmb .navbar-nav{border-top:2px solid #194670;}
.navmb .navbar-nav li{display:block;border-bottom:1px solid #dfdfdf;}
.navmb .navbar-nav li a{display:block;color:#333;text-transform:uppercase;padding: 13px 20px 11px;line-height: 1.3;}
.navmb .navbar-nav li:first-child a{padding-top: 14px;}
.navmb .navbar-nav li:last-child{border-bottom:none;}
#header-mb{position:relative;z-index:2;box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.4);-webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.4);-moz-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.4);-o-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.4);}
#header-mb.menu-fix{position:fixed;width: 420px;max-width: 100%;top:0;background: #fff;z-index:99;}
#banner-mb{position:relative;background:url(images/bgbannermb.jpg) no-repeat center bottom;background-size:cover;padding-bottom:450px;}
.bannermb-1{padding:20px 0;}
.bannermb-1 .col-6{display:flex;justify-content:center;align-items:center;}
#banner-video-mb iframe{display:block;}
#dangkypc.dangky-dt{margin:0;/* margin-top:-50px; */position:relative;}
#section1-mb .titpage-mb{color:#ffc269;}
#section1-mb .titpage-mb .tp2-mb{color:#ffeed2;}
.titpage-mb{text-align:center;color: #bc9c63;font-family: 'Playfair Display', serif;font-weight:500;font-size: 30px;margin-bottom: 30px;}
.titpage-mb .tp1-mb{font-size: 40px;}
.titpage-mb .tp2-mb{display:block;font-style:normal;color:#fff;font-size: 26px;margin-left: 200px;margin-top:6px;color: #4b4a4a;}
#section1-mb{background: url(images/bgs1mb1.jpg) no-repeat center top;background-size:cover;padding: 30px 0;}
#section1-mb .nav-tabs{border-bottom:none;margin-top: 30px;/* padding-top: 20px; *//* border-top: 1px solid #604d3b; */}
#section1-mb .nav-tabs .nav-item{margin-bottom: 20px;-webkit-box-flex: 0;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding: 0 10px;}
#section1-mb .nav-tabs .nav-link{border:none;display:block;position:relative;border-radius:0;padding: 0;}
#section1-mb .nav-tabs .nav-link .thumb{position:relative;z-index:2;overflow:hidden;border-radius:50%;width: 100%;transition:0.4s;}
#section1-mb .nav-tabs .nav-link .thumb:before{content:"";display:block;position:absolute;background:rgba(178, 160, 120, 0.5);top:0;left:0;width:100%;height:100%;border-radius:50%;border:3px solid transparent;transition:0.4s;}
#section1-mb .nav-tabs .nav-link .thumb img{display: block;width:100%;}
#section1-mb .nav-tabs .nav-item.show .nav-link .thumb:before,#section1-mb .nav-tabs .nav-link.active .thumb:before,#section1-mb .nav-tabs .nav-link:hover .thumb:before{border:3px solid #cd841c;background:transparent;}
#section1-mb .nav-tabs .nav-item.show .nav-link,#section1-mb .nav-tabs .nav-link.active{background:none;}
#section1-mb .tab-content{margin-left:-15px;margin-right:-15px;}
#section1-mb .tab-content img{width:100%;}
#section2-mb{padding:40px 0;text-align:center;}
#section2-mb .titpage-mb .tp2-mb{margin-left:145px;}
#section2-mb h4{font-family:"Playfair Display";font-style:italic;font-size:24px;margin:10px 0;background: -webkit-linear-gradient(left,#61490f, #bb944f);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
#section2-mb h4 span{font-weight:bold;}
#section2-mb p{padding:0 15px;}
#section2-mb h5{font-weight:500;margin-bottom:6px;}
#section2-mb p{padding:0 15px;}
.videoslide{margin-bottom:30px;}
#section2-mb .owl-dots{margin:0;}
#section2-mb .owl-dots .owl-dot span{width:12px;height:12px;background:#dcdcdc;margin:0 6px;}
#section2-mb .owl-dots .owl-dot.active span{background:#194670;}
#section2-mb .owl-dots .owl-dot:focus{outline:none;}
#section3-mb{padding:40px 0;text-align:center;background:url(images/bgs3mb.jpg) no-repeat center top;background-size:cover;}
#section3-mb h2{font-size:24px;color:#ffeed2;font-weight:400;font-family:"Playfair Display";margin-bottom:10px;}
#section3-mb h2 span{font-size:32px;font-weight:500;color:#ffc269;display:block;margin-top:10px;}
.sect31mb{margin-top:15px;margin-bottom:25px;}
.sect31mb h4{color:#ffcc5d;font-weight:600;text-transform:uppercase;font-size:18px;margin-bottom:6px;}
.sect31mb p{color:#fff;}
.sect31mb p:nth-child(2){margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #444444;display:inline-block;}
.btns3mb a{display:inline-block;width: 150px;height: 42px;background:url(images/bgbtn.png) no-repeat;text-align:center;line-height: 43px;color:#fff;;border-radius:30px;text-transform: uppercase;box-shadow: 0 0 0 0 rgba(202, 160, 53, 0.5);-webkit-animation: won 1s infinite cubic-bezier(0,0,0,0);-moz-animation: won 1s infinite cubic-bezier(.5,0,0,1);-ms-animation: won 1s infinite cubic-bezier(.5,0,0,1);animation: won 1s infinite cubic-bezier(.5,0,0,1);margin-bottom:30px;}
#section4-mb-1{padding:40px 0;text-align:center;background:url(images/bgs4mb.jpg) no-repeat center top;background-size:cover;}
.btns4mb a{display:inline-block;width: 150px;height: 42px;background:url(images/bgbtn.png) no-repeat;text-align:center;line-height: 43px;color:#fff;;border-radius:30px;text-transform: uppercase;box-shadow: 0 0 0 0 rgba(202, 160, 53, 0.5);-webkit-animation: won 1s infinite cubic-bezier(0,0,0,0);-moz-animation: won 1s infinite cubic-bezier(.5,0,0,1);-ms-animation: won 1s infinite cubic-bezier(.5,0,0,1);animation: won 1s infinite cubic-bezier(.5,0,0,1);margin-top:30px;}
.titpage1-mb{text-align:center;font-family:"SVN-Gotham";font-size: 20px;font-weight: 600;text-transform:uppercase;margin-bottom:35px;color:#3b3b3b;}
.titpage1-mb span{display:block;font-size: 16px;margin-top: 8px;font-style:normal;color:#909090;font-weight:400;line-height:1.4;}
#section6-mb{text-align:center;padding: 40px 0;}
#section6-mb h4{text-align:center;font-weight:400;font-size:20px;text-transform:uppercase;margin:40px 0;position:relative;}
#section6-mb h4:before{content:"";display:block;width:100%;height:1px;background:#d8d8d8;position:absolute;top:50%;margin-top:-0.5px;z-index:1;}
#section6-mb h4 span{background:#fff;padding:0 15px;position:relative;z-index:2;}
#section7-mb{padding:40px 0;background:#e8e8e8;}
#section7-mb .titpage1-mb span{margin-bottom: 6px;color:#3b3b3b;font-size: 21px;margin-top: 0;}
.sect7-mb{border-radius:0 30px 0 30px;background:#fff;position:relative;}
.sect7-mb p{padding:20px 15px;text-align:justify;}
.sect7-mb p span{text-transform:uppercase;font-weight:bold;color:#ca8615;}
.sect7-mb .buoc{display:block;width:42px;height:43px;background:url(images/icons7.png) no-repeat;position:absolute;top:-22px;left:0;z-index:9;color:#fff;font-size: 28px;font-weight:bold;text-align:center;line-height: 43px;text-indent: 3px;}
.sect7-mb img{border-radius:0 30px 0 0;}
#section7-mb .owl-dots{margin-top: 30px;}
#section7-mb .owl-dots .owl-dot span{width:12px;height:12px;background:#b2b2b2;margin:0 6px;}
#section7-mb .owl-dots .owl-dot.active span{background:#194670;}
#section7-mb .owl-dots .owl-dot:focus{outline:none;}
#section8-mb{background-size:cover;padding:40px 0;}
#section8-mb .titpage1-mb{color:#ffeed2;}
.sect8-mb{background:#194670;border-radius:20px;overflow:hidden;color:#fff;min-height: 444px;}
.sect8-mb img{width:100%;display:block;}
.sect8-mb h4{font-weight:bold;font-size:17px;text-transform:uppercase;text-align:center;margin:20px 15px 12px;}
.sect8-mb p{padding:0 25px 30px;text-align:justify;}
.btns8mb{text-align:center;}
.btns8mb a{display:inline-block;width: 150px;height: 42px;background:url(images/bgbtn.png) no-repeat;text-align:center;line-height: 43px;color:#fff;;border-radius:30px;text-transform: uppercase;box-shadow: 0 0 0 0 rgba(202, 160, 53, 0.5);-webkit-animation: won 1s infinite cubic-bezier(0,0,0,0);-moz-animation: won 1s infinite cubic-bezier(.5,0,0,1);-ms-animation: won 1s infinite cubic-bezier(.5,0,0,1);animation: won 1s infinite cubic-bezier(.5,0,0,1);margin-top:30px;}
.section8-mb{padding:0 35px;}
#section8-mb .owl-nav{margin:0;}
#section8-mb .owl-nav button{background:none;margin:0;padding:0;font-size:40px;color:#767676;position:absolute;top:50%;margin-top:-20px;}
#section8-mb .owl-nav button i{color:#767676;font-size:40px;}
#section8-mb .owl-nav button.owl-prev{left:-35px;}
#section8-mb .owl-nav button.owl-next{right:-35px;}
#section8-mb .owl-nav button:focus,.section8-mb .owl-nav button:hover{outline:none;background:none !important;}
#section9-mb{padding:40px 0;text-align:center;}
#section9-mb .titpage1-mb{/* font-size:30px; */}
#section9-mb .titpage1-mb span{font-size: 18px;}
#section9-mb .slidepage{margin-top:30px;}
#section9-mb .owl-dots{margin-top: 30px;}
#section9-mb .owl-dots .owl-dot span{width:12px;height:12px;background:#b2b2b2;margin:0 6px;}
#section9-mb .owl-dots .owl-dot.active span{background:#194670;}
#section9-mb .owl-dots .owl-dot:focus{outline:none;}
#section10-mb{padding:40px 0 10px;text-align:center;background:#272727 url(images/bgs10mb.jpg) no-repeat center top;background-size:cover;}
#section10-mb .titpage1-mb{color:#ffc269;}
#section10-mb .titpage1-mb span{color:#ffeed2;}
#section10-mb h4{font-family:"Playfair Display";color:#ffe9b1;font-size:21px;margin-bottom: 15px;margin-top: 15px;font-weight: 600;}
#section10-mb p{color:#fff;text-align:justify;margin-bottom:15px;}
#section10-mb .cncg{background:#49412f;color:#fff;text-align:justify;padding: 16px 15px;position:relative;line-height: 1.4;}
#section10-mb .cncg:before{content:"";display:block;width:20px;height:16px;background:url(images/iconmbs31.png);position:absolute;top:-10px;;left:30px;}
#section10-mb .cncg:after{content:"";display:block;width:20px;height:16px;background:url(images/iconmbs32.png);position:absolute;bottom:-10px;;right:30px;}
#section10-mb .nav-tabs{border-bottom:none;padding: 0 50px;margin-top:20px;}
#section10-mb .nav-tabs .nav-item{margin-bottom:0;-webkit-box-flex: 0;-ms-flex: 0 0 33.33%;flex: 0 0 33.33%;max-width: 33.33%;padding: 0 10px;margin-bottom:15px;}
#section10-mb .nav-tabs .nav-link{border:none;display:block;position:relative;border-radius:0;padding: 0;}
#section10-mb .nav-tabs .nav-link span{position:absolute;bottom:0;display:inline-block;width:57px;height:24px;left:50%;z-index:1;bottom: -10px;}
#section10-mb .nav-tabs .nav-link .thumb{position:relative;z-index:2;overflow:hidden;border-radius:50%;;transition:0.4s;}
#section10-mb .nav-tabs .nav-link .thumb:before{content:"";display:block;position:absolute;width:100%;height:100%;background:transparent;border:3px solid transparent;top:0;left:0;border-radius:50%;transition:0.4s;}
#section10-mb .nav-tabs .nav-link .thumb img{width:100%;}
#section10-mb .nav-tabs .nav-item.show .nav-link .thumb:before,#section10-mb .nav-tabs .nav-link.active .thumb:before,#section10-mb .nav-tabs .nav-link:hover .thumb:before{border:3px solid #d5b153;}
#section10-mb .nav-tabs .nav-item.show .nav-link,#section10-mb .nav-tabs .nav-link.active{background:none;}
.img-dnbs-mb img{display:block;margin:0 auto;}
.img-dnbs-mb hr{margin:0;border-color:#616161;}
#section11-mb{padding-bottom:20px;padding-top:40px;}
.titpage2-mb{text-align:center;font-family:"SVN-Gotham";font-size: 28px;font-weight:600;margin-bottom:35px;color:#194670;text-transform:uppercase;}
.titpage2-mb span{display:block;font-size: 16px;margin-top: 14px;font-style:normal;color:#333;font-weight:500;line-height:1.4;}
#section11-mb .titpage2-mb a{color:#666;}
.sect11-mb{text-align:center;margin-bottom:40px;}
.sect11-mb h4{font-size:18px;font-weight:bold;margin:10px 0 5px;text-transform:uppercase;}
.tit-post-lh.tit-post-lh-mb h1{font-size:28px;}
.lh-hn-mb p,.lh-hcm-mb p{margin-bottom:0px;font-size:14px;}
.lh-hn-mb a,.lh-hcm-mb a{color:#333;}
.lh-hn-mb h4,.lh-hcm-mb h4{margin-bottom:2px;margin-top:15px;font-size:16px;}
.lh-hn-mb iframe,.lh-hcm-mb iframe{margin-top:20px;}
.lh-hn-mb{margin-bottom:20px;}
.lh-hn-mb img,.lh-hcm-mb img{float:left;width:130px;margin-right:15px;}
.lh-ly-mb{background:#2d3a47;padding: 15px 0 30px;text-align: center;color:#fff;font-size: 15px;line-height: 44px;position: relative;z-index: 1;margin-top: 40px;}
.lh-ly-mb a.lh-ly-a{padding: 11px 20px 8px 40px;border:2px solid #d2a84d;border-radius:30px;display:inline-block;font-weight:600;position:relative;color:#222;font-size: 16px;background: #d2a84d;margin-right: 15px;line-height: 1.3;}
.lh-ly-mb a.lh-ly-a:before{content:"";display:inline-block;width:18px;height:18px;background:url(images/icon-phone.png) no-repeat;position:absolute;left:15px;top: 10px;}
.lh-ly-mb a.lh-ly-a:hover{color:#fff;}
.lh-ly-mb div span{display:inline-block;margin: 0 10px;}
.lh-ly-mb ul{margin:0;padding:0;list-style:none;display: inline-block;margin-left: 15px;margin-bottom: 5px;position: relative;top: 15px;}
.lh-ly-mb ul li{display:inline-block;margin:0 3px;}
.lh-ly-mb ul li img{width: 44px;}
.lh-ly-mb ul li img:hover{opacity:0.8;}
.lh-ly-mb .container div{line-height:1.4;margin-top:20px;}
.lh-ly-mb br{display:none;}
#thankyou-mb{padding:40px 0;background:url(images/bgthankyou.jpg) no-repeat center top;text-align:center;color:#fff;}
.thankyou-mb h2{margin:20px 0 22px;font-size:20px;font-weight:400;text-transform:uppercase;line-height:1.6;color:#ffdb7c;position:relative;padding-bottom:12px;}
.thankyou-mb h2:after{content:"";display:block;width:70px;height:1px;background:#ffdb7c;position:absolute;bottom:0;left:50%;margin-left:-35px;}
.thankyou-mb p{margin-bottom:0;}
.thankyou-mb p a{display:inline-block;padding:7px 15px 6px;background:#ffdb7c;border-radius:10px;margin:6px 5px;color: #222;}
.thankyou-mb p a:hover{color:#fff;}
.thankyou-mb img{width:50px;}
.noteh3-mb{text-align:justify;font-weight:400;color:#ff0000;margin-bottom:15px !important;font-style:italic;font-size:15px !important;margin-top:30px;}
.noteh3-mb:before{content:"";display:inline-block;width:19px;height:17px;background:url(images/icon-tg.png) no-repeat;margin-right:5px;}
#footer-mb{padding: 30px 0 70px;line-height:0.8;border-top: 2px solid #194670;background:#fff;color:#111;}
#footer-mb .footer1{text-align:left;margin-bottom:20px;}
#footer-mb .footer1 ul{margin:5px 0 0;padding:0;list-style:none;display:block;text-align:right;}
#footer-mb h2{font-weight: 500;color:#194670;font-size:15px;text-transform:uppercase;margin-bottom: 8px;line-height:1.3;}
#footer-mb p{margin-bottom:3px;line-height:1.3;}
#footer-mb .footer2{padding:0;margin-bottom:15px;}
#footer-mb a{color:#111;}
#footer-mb .footer3{padding:0;}
#footer-mb strong{font-weight:500;}
#footer-mb iframe{height:120px;}
#banner-t8-mb{position:relative;}
#banner-t8-mb img{display:block;}
#banner-t8-mb-1 img{display:block;}
.btnbanner-t8-mb{text-align:center;position:absolute;width: 100%;left: 0;bottom: 25px;}
#banner-t8-mb a{display:inline-block;width: 218px;height: 43px;/* background:url(images/btndkmb-t9.png) no-repeat; */background-size:100%;text-align:center;line-height: 43px;text-transform:uppercase;font-size:17px;font-weight:500;color:#333;border-radius:30px;box-shadow: 0 0 0 0 rgba(202, 160, 53, 0.5);-webkit-animation: won 1s infinite cubic-bezier(0,0,0,0);-moz-animation: won 1s infinite cubic-bezier(.5,0,0,1);-ms-animation: won 1s infinite cubic-bezier(.5,0,0,1);animation: won 1s infinite cubic-bezier(.5,0,0,1);}
#banner-t8-mb a span{color:#fff;font-size:20px;margin-left:3px;}
#section1-t8-mb{position:relative;}
#section1-t8-mb img{display:block;}
.btns1-t8-mb{text-align:center;position:absolute;left:0;bottom: 25px;width: 100%;}
#section1-t8-mb a{display:inline-block;width:162px;height:35px;background:url(images/bgbtn1.png) no-repeat;background-size:100%;text-align:center;line-height:36px;text-transform:uppercase;font-size:17px;font-weight:500;color:#333;border-radius:30px;box-shadow: 0 0 0 0 rgba(202, 160, 53, 0.5);-webkit-animation: won 1s infinite cubic-bezier(0,0,0,0);-moz-animation: won 1s infinite cubic-bezier(.5,0,0,1);-ms-animation: won 1s infinite cubic-bezier(.5,0,0,1);animation: won 1s infinite cubic-bezier(.5,0,0,1);}
#section2-t8-mb{position:relative;}
#section2-t8-mb img{display:block;}
.btns2-t8-mb{text-align:center;position:absolute;left:0;top: 43%;width: 100%;}
#section2-t8-mb a{display:inline-block;width:162px;height:35px;background:url(images/bgbtn1.png) no-repeat;background-size:100%;text-align:center;line-height:36px;text-transform:uppercase;font-size:17px;font-weight:500;color:#333;border-radius:30px;box-shadow: 0 0 0 0 rgba(202, 160, 53, 0.5);-webkit-animation: won 1s infinite cubic-bezier(0,0,0,0);-moz-animation: won 1s infinite cubic-bezier(.5,0,0,1);-ms-animation: won 1s infinite cubic-bezier(.5,0,0,1);animation: won 1s infinite cubic-bezier(.5,0,0,1);}
#section3-t8-mb{position:relative;}
#section3-t8-mb img{display:block;}
#section5-t8-mb{position:relative;}
#section5-t8-mb img{display:block;}
.titpage-t8-mb{line-height:1.4;font-family:"Playfair Display";font-size: 25px;font-weight:600;text-align:center;color:#3b3b3b;margin-bottom:30px;}
.titpage-t8-mb span{display:block;color:#909090;font-weight:400;font-size:16px;}
#section6-t8-mb{position:relative;}
#section6-t8-mb img{display:block;}
#section7-t10-mb{padding:40px 0;background:#f5f4f2;text-align:center;}
#section7-t10-mb h2{font-family: 'Barlow', sans-serif;font-size: 26px;text-transform: uppercase;font-weight:800;margin-bottom:35px;background: -webkit-linear-gradient(to right, #2e210b 30%, #c87f50 60%, #644926 90%);background: -o-linear-gradient(to right, #2e210b 30%, #c87f50 60%, #644926 90%);background: -moz-linear-gradient(to right, #2e210b 30%, #c87f50 60%, #644926 90%);background: linear-gradient(to right, #2e210b 30%, #c87f50 60%, #644926 90%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
#section7-t8-mb .titpage1-mb span{margin-bottom:10px;color:#3b3b3b;font-size: 24px;margin-top: 0;}
.sect7-t8-mb{border-radius:0 30px 0 30px;background:#fff;position:relative;}
.sect7-t8-mb h3{padding:20px;text-align:justify;font-weight:400;text-align:center;line-height:1.4;min-height:82px;display:flex;justify-content:center;align-items:center;}
.sect7-t8-mb img{border-radius:0 30px 0 0;}
#section7-t10-mb .owl-dots{margin-top: 25px;}
#section7-t10-mb .owl-dots .owl-dot span{width:12px;height:12px;background:#b2b2b2;margin:0 6px;}
#section7-t10-mb .owl-dots .owl-dot.active span{background:#194670;}
#section7-t10-mb .owl-dots .owl-dot:focus{outline:none;}
#section8-t8-mb{position:relative;}
#section8-t8-mb img{display:block;margin:0 auto;}
#section8-t8-mb .container{position:absolute;left:0;width:100%;top:40px;}
.bgform-mb{background:url(images/bgform.jpg) no-repeat;background-size:cover;padding: 25px 25px 20px;margin-top:20px;border-radius: 30px;border: 2px solid #fff;margin-bottom: 25px;}
#dangkypc .bgform-mb h2{margin-bottom:15px;}
#dangkypc .bgform-mb h2 img{width:200px;max-width:100%;}
#dangkypc .bgform-mb input[type="text"],#dangkypc .bgform-mb input[type="tel"]{margin-bottom:10px;padding:10px 20px 9px;}
#dangkypc.dangky-dt input[type="submit"],#dangkypc.dangky-dt #process{width:135px;height:35px;line-height:35px;background-size:100%;font-size:15px;}
#section8-t8-mb .loading img{right:15px;bottom:8px;}
#fix-footer-mb{background:#194670;position:fixed;width: 420px;bottom:0;z-index: 999;left: 50%;margin-left: -210px;background-image:linear-gradient(to bottom,#fff2da,#fff);}
#fix-footer-mb ul{margin:0;padding:0;list-style:none;text-align:center;display:block;overflow:hidden;border-top: 2px solid #194670;}
#fix-footer-mb ul li{width:33.33%;float:left;border-right:1px solid #fff;padding: 15px 0;}
#fix-footer-mb ul li:last-child{border-right:none;}
#fix-footer-mb ul li a{display:flex;color:#292929;justify-content:center;align-items:center;}
#fix-footer-mb ul li a img{margin-right:10px;}
#fix-footer-mb ul li a img.imgtada{animation: tada 1s infinite;-webkit-animation: tada 1s infinite;-moz-animation: tada 1s infinite;}
#fix-footer-mb ul li span{display:block;line-height:1.2;font-size: 13px;text-align:left;}
.videoModal .modal-dialog{width:800px;max-width:96%;margin-top:10%;}
.videoModal .modal-body{padding:0;}
.videoModal .modal-body iframe{display:block;width: 100%;border: none;}
.videoModal button.close{position:absolute;top:-25px;;right:0;color:#fff;opacity:1;}
.videoModal button.close:focus{outline:none;}
#popup-form .modal-dialog{width: 410px;max-width: 96%;margin: 12% auto 0;}
#popup-form .modal-content{background: rgba(51,51,51,0.95);color:#aaa;text-align:center;padding: 10px;}
#popup-form .modal-content .close{position:absolute;right:5px;;top:3px;color:#fff;font-size:20px;}
#popup-form .modal-content .close:focus{outline:none;}
#popup-form .modal-header{border-bottom:0;}
#popup-form .modal-header p{width:100%;margin-bottom: 0;color:#fff;}
#popup-form .modal-body{padding-top:0;}
#popup-form input[type="tel"]{width: 300px;max-width:100%;margin-bottom:15px;border:1px solid #be8f3d;background:transparent;border-radius:5px;padding: 12px 15px;text-align:center;color:#fff;}
#popup-form input::-webkit-input-placeholder {color: #aaa;}
#popup-form input:-ms-input-placeholder {color: #aaa;}
#popup-form input::placeholder {color: #aaa;}
#popup-form input[type="submit"]{width: 150px;background:#be8f3d;color:#fff;border:none;padding: 10px 20px;border-radius:30px;margin-bottom: 0;}
#process-popup{width: 150px;background:#be8f3d;color:#fff;border:none;padding: 10px 20px;border-radius:30px;margin-bottom: 0;text-indent:10px;}
#popup-form .loading img{right:20px;bottom: 9px;}
#popup-form p{margin-top:15px;}
#popup-form .modal-body p{font-size:15px;margin-bottom: 10px;color:#fff;}
#popup-form .modal-body p span{font-weight:bold;font-style:italic;font-size:120%;display:block;}
#popup-form .modal-body a{background:#bd1e2c;border-radius:25px;color:#fff;text-align:center;padding: 8px 20px;display:inline-block;font-weight:bold;font-size: 15px;}
#section4-mb{padding: 40px 0 0;text-align:center;background-size:cover;font-family:"SVN-Gotham";}
.tits4-mb{font-weight:600;font-size:20px;text-transform:uppercase;margin-bottom:15px;line-height:1.3;position:relative;padding-bottom:15px;margin-bottom: 30px;}
.tits4-mb:before{content:"";display:block;width:100px;height:2px;background:#e4e4e4;position:absolute;left:50%;bottom:0;margin-left:-80px;}
.tits4-mb:after{content:"";display:block;width:40px;height:2px;background:#e3b68d;position:absolute;left:50%;bottom:0;margin-left:25px;}
.tits4-mb span{color:#194670;position:relative;}
#section4-mb h4{display:inline-block;margin-top: 0px;margin-bottom: -5px;background:url(https://vienthammykorea.vn/wp-content/themes/korea2020/images/bgtits4.png) no-repeat;background-size:100%;min-width:170px;min-height:40px;line-height:40px;font-size:14px;text-transform:uppercase;}
#section4-mb h4 span{font-weight:400;text-transform:none;}
#section4-mb .cnve-mb{margin-bottom: 10px;}
#section4-mb .cnve1-mb{font-family:"UTM-Bebas";font-size:56px;color:#dba86c;line-height: 1;margin-bottom: 0px;}
#section4-mb .cnve1-mb:before{content:"";display:inline-block;width:22px;height:41px;background:url(https://vienthammykorea.vn/wp-content/themes/korea2020/images/icon-giam.png) no-repeat;background-size:100%;margin-right:5px;}
#section4-mb .cnve2-mb{font-size:16px;text-transform:none;}
#section4-mb .cnve2-mb span{font-weight:700;font-size:17px;}
#section4-mb .big1{/* background:url(images/bgmbs4.png) repeat-x bottom; */margin-top: 20px;margin-bottom: -35px;}
#section4-mb .big1 .col-md-6,#section4-mb .big1 .col-md-5{/* display:flex; *//* justify-content: center; *//* align-items: center; */padding-left: 0;}
#section4-mb .big1 a span{color:#fff;font-size:14px;text-transform:uppercase;display:inline-block;margin-top:6px;border-bottom:1px solid #767b81;}
#section4-mb .big1 a img{border-radius:5px;border:1px solid #6984a0;}
#section4-mb .big2 h4{font-size:28px;font-family:"Playfair Display";font-weight:bold;color:#ffb745;margin-bottom:12px;}
#section4-mb .cnve{border:1px dashed #637384;border-radius:50px;padding: 10px 80px;color:#111;font-size:18px;display:inline-block;}
#section4-mb .cnve span{color:#be9322;font-size:28px;font-weight:bold;display:inline-block;font-family:"Playfair Display"}
#section4-mb #thumbs{width:300px;margin:5px auto 0;max-width: 100%;}
#section4-mb #thumbs div.thumb{border:none;border-radius:50%;position:relative;width:85px;overflow:hidden;}
#section4-mb #thumbs div.thumb img{display:block;opacity:0.5;}
/*#section4-mb #thumbs div.thumb:before{content:"";display:block;position:absolute;left:0;top:0;background:rgba(42, 54, 66, 0.6);width:100%;height:100%;}*/
#section4-mb #thumbs .owl-item.current div.thumb:before{background:none;}
#section4-mb #thumbs .owl-item.current div.thumb img{opacity:1;}
#section4-mb #thumbs .owl-item.current div.thumb:after{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;border:3px solid #d5b153;border-radius:50%;}
#section4-mb #thumbs .owl-dots{margin-top:20px;display:block;}
#section4-mb #thumbs .owl-dots .owl-dot span{margin: 5px;}
#section4-mb #thumbs .owl-dots .owl-dot:focus{outline: none;}
#section4-mb #thumbs .owl-dots .owl-dot span{background:rgb(35 35 35 / 0.5);}
#section4-mb #thumbs .owl-dots .owl-dot.active span,#banner .owl-dots .owl-dot span:hover{background:#232323;}
#section5-mb{padding:50px 0 40px;text-align:center;border-bottom: 1px solid #f2f2f2;}
.tits5-mb{font-size:22px;font-family:"SVN-Gotham";font-weight:600;margin-bottom:30px;position:relative;text-transform:uppercase;padding-bottom:13px;}
.tits5-mb span{display:inline-block;color:#d5b153;margin-top: 8px;}
.tits5-mb:before{content:"";display:block;width:100px;height:2px;background:#eee1c0;position:absolute;left:50%;bottom:0;margin-left:-80px;}
.tits5-mb:after{content:"";display:block;width:40px;height:2px;background:#d5b153;position:absolute;left:50%;bottom:0;margin-left:30px;}
#section5-mb .nav-tabs{margin-bottom: 20px;padding-bottom: 5px;border-bottom:1px solid #eee1c0;display:block;text-align:center;}
#section5-mb .nav-tabs .nav-item{margin-bottom:0;display:inline-block;margin: 0;width: 32%;padding: 0;margin-bottom: 10px;}
#section5-mb .nav-tabs .nav-link{border:none;text-transform:uppercase;border-radius:30px;font-size: 15px;padding: 8px 10px 6px;color: #111;}
#section5-mb .nav-tabs .nav-item.show .nav-link,#section5-mb .nav-tabs .nav-link.active,#section5-mb .nav-tabs .nav-link:hover{background:#3a3a3a;color:#fff;}
#section5-mb .owl-dots{margin-top:0;display:block;}
#section5-mb .owl-dots .owl-dot span{margin: 5px;}
#section5-mb .owl-dots .owl-dot:focus{outline: none;}
#section5-mb .owl-dots .owl-dot span{background:transparent;border:2px solid #cdcdcd;}
#section5-mb .owl-dots .owl-dot.active span,#banner .owl-dots .owl-dot span:hover{background:#d5b153;border:2px solid #d5b153;}
#section5-mb img{margin-bottom:20px;}
#banner-video-mb{padding: 450px 0 40px;/* background-size:cover; */}
.video-top-mb{width:100%;margin-bottom:35px;}
#banner-video-mb h2{text-align:center;font-weight:500;line-height:38px;margin-bottom: 20px;/* font-family:"Playfair Display"; *//* font-style: italic; */color: #fff;}
#banner-video-mb h2 span{display:block;text-transform:uppercase;font-size:26px;font-weight:700;font-style:normal;margin-top: 0px;background: -webkit-linear-gradient(#fff1b8, #e2bd68);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
#banner-video-mb iframe{display:block;}
.sale-form-mb{width:100%;text-align:center;margin-bottom: 0px;}
#form-video-mb .logo-form{margin-bottom: 15px;width: 190px;height: 86px;}
#section1-t1-mb img{display:block;}
#section1-t4-mb img{display:block;}
#section1-t4-mb{position:relative;}
#section1-t4-mb .btns8mb{position:absolute;bottom:30px;left:0;width:100%;}
#dangky-dt #dangkypc{margin-top:30px;padding-top: 30px;}
#banner-t8-mb-1,#section4-mb{position:relative;}
.btnt11{text-align:center;position:absolute;left:0;width:100%;bottom:-20px;z-index:9;}
.btnt11 a{display:inline-block;width: 210px;height: 42px;background:url(images/bgbtn.png) no-repeat center;background-size:100%;text-align:center;line-height: 43px;font-size:16px;font-weight:500;;color:#fff;border-radius:40px;text-transform: uppercase;box-shadow: 0 0 0 0 rgba(202, 160, 53, 0.5);-webkit-animation: won 1s infinite cubic-bezier(0,0,0,0);-moz-animation: won 1s infinite cubic-bezier(.5,0,0,1);-ms-animation: won 1s infinite cubic-bezier(.5,0,0,1);animation: won 1s infinite cubic-bezier(.5,0,0,1);}
#section1-t12{padding:80px 0;background:#d9d9d9;}
#section1-t12 h2{text-align:center;padding:0 15px;font-size:30px;text-transform:uppercase;margin-bottom:-40px;font-weight:400;}
.sect11-t12{width:1500px;margin:0 auto;max-width:100%;text-align:center;}
.sect12-t12{width:1500px;margin:0 auto;max-width:100%;text-align:center;padding:0 10px;}
.sect12-t12 h3{font-family:"SVN Gotham";font-size:15px;margin-top:10px;}
#section2-t12{background:url(images/imgs2t121.png) no-repeat center top;background-size:cover;min-height:643px;}
#section3-t12{background:url(images/bannert3-31.png) no-repeat center top;background-size:cover;min-height:600px;}
#section4-t12{background:url(images/bannert3-41.png) no-repeat center top;background-size:cover;min-height:600px;}
#section1-t12-mb{min-height:1734px;background:url(images/bgs1t12mb2.png) no-repeat center top;background-size:cover;padding-top:60px;position:relative;}
#section1-t12-mb h2{text-transform:uppercase;padding:0 15px;text-align:center;font-size:22px;font-weight:400;}
#section1-t12-mb h3{font-family:"SVN Gotham";font-size:15px;text-align:center;}
#section1-t12-mb h3.h31{position:absolute;width:100%;top:30%}
#section1-t12-mb h3.h32{position:absolute;width:100%;top:54%}
#section1-t12-mb h3.h33{position:absolute;width:100%;top:74.5%}
#section1-t12-mb h3.h34{position:absolute;width:100%;bottom:4%}
#banner-t5{min-height:890px;background-size:cover;}
#banner-t5 a{display:block;min-height:890px;}
#section1-t1{min-height:600px;background:url(images/bannert3-2.png) no-repeat center top;background-size:cover;}
#section1-t5{background: linear-gradient(to right,#f7f8fa,#fefefe);}
.section1-t5{width:1370px;max-width: 100%;margin: 0px auto 0;background: url(images/bgs1t5.png) no-repeat center;background-size:cover;min-height:580px;padding: 100px 0 85px;text-align:center;position:relative;top:-100px;}
.section1-t5 h2{font-family:"Montserrat";text-transform:uppercase;font-weight:700;font-size:35px;margin-bottom:40px;color:#4f4f4e;position:relative;padding-left: 70px;display:inline-block;}
.section1-t5 h2 span{font-family:"MTD-Starcity";text-transform:none;font-size:65px;font-weight:400;position:absolute;top: -76px;left:0;transform: rotate(-15deg);display:inline-block;padding:12px 0;background: -webkit-linear-gradient(left, #a37b48, #fcc383);background: -o-linear-gradient(left, #a37b48, #fcc383);background: -moz-linear-gradient(left, #a37b48, #fcc383);background: linear-gradient(left, #a37b48, #fcc383);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.section1-t5 ul{margin:0;padding:0;list-style:none;overflow:hidden;}
.section1-t5 ul li{width:20%;float:left;padding:0 5px;}
.section1-t5 ul li img{margin-bottom:15px;}
.section1-t5 ul li:first-child img{max-width: 239px;}
.section1-t5 ul li h3{color:#4f4f4e;font-family:"Montserrat";line-height:1.4;padding-bottom:15px;margin-bottom:15px;position:relative;}
.section1-t5 ul li h3:after{content:"";display:block;width:80px;height:1px;background:#d1cec9;position:absolute;bottom:0;left:50%;margin-left:-40px;}
.section1-t5 ul li h3 span{font-weight:700;text-transform:uppercase;display:block;}
.section1-t5 ul li p{color:#bc976c;font-size:25px;text-transform:uppercase;font-weight:700;font-family:"Montserrat";}
#section2-t5{background-size:cover;min-height:980px;/*margin-top:-100px;*/}
#section2-t5 .container{min-height:980px;position:relative;}
#section2-t5 a{display:inline-block;position:absolute;right:130px;bottom:100px;background:#194670;color:#fff;font-family:"Montserrat";text-transform:uppercase;font-weight:600;font-size:20px;padding: 15px 20px;border-radius:30px;box-shadow: 0 0 0 0 rgb(201 142 89 / 0.5);-webkit-animation: won 1s infinite cubic-bezier(0,0,0,0);-moz-animation: won 1s infinite cubic-bezier(.5,0,0,1);-ms-animation: won 1s infinite cubic-bezier(.5,0,0,1);animation: won 1s infinite cubic-bezier(.5,0,0,1);}
#banner-t5-mb{min-height:650px;background-size: cover;position: relative;}
#section1-t5-mb{min-height:800px;background:url(images/bgs1t5mb.png) no-repeat center top;background-size: cover;}
#section2-t5-mb{min-height:1150px;background-size: cover;position:relative;}
#section2-t5-mb a{display:inline-block;position:absolute;left: 50%;bottom: 70px;margin-left: -112px;background:#194670;color:#fff;font-family:"Montserrat";text-transform:uppercase;font-weight:600;font-size:14px;padding: 13px 18px;border-radius:30px;box-shadow: 0 0 0 0 rgb(201 142 89 / 0.5);-webkit-animation: won 1s infinite cubic-bezier(0,0,0,0);-moz-animation: won 1s infinite cubic-bezier(.5,0,0,1);-ms-animation: won 1s infinite cubic-bezier(.5,0,0,1);animation: won 1s infinite cubic-bezier(.5,0,0,1);}
.tits2{font-weight:600;font-size:30px;text-transform:uppercase;margin-bottom:15px;line-height:1.3;position:relative;padding-bottom:15px;margin-bottom:50px;}
.tits2:before{content:"";display:block;width:100px;height:2px;background:#e4e4e4;position:absolute;left:50%;bottom:0;margin-left:-80px;}
.tits2:after{content:"";display:block;width:40px;height:2px;background:#e3b68d;position:absolute;left:50%;bottom:0;margin-left:25px;}
.tits2 span{display:block;color:#194670;position:relative;}
.section21{width: 720px;max-width:100%;float:right;}
.section22{margin-bottom:40px;}
.section22 h3{font-weight:400;margin-top:15px;font-size: 27px;margin-bottom:0;background: -webkit-linear-gradient(left, #ec4a5d 20%, #334198);background: -o-linear-gradient(right, #ec4a5d 20%, #334198);background: -moz-linear-gradient(right, #ec4a5d 20%, #334198);background: linear-gradient(to right, #ec4a5d 20%, #334198);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.section22 h3 b{font-weight:800}
#section21{background:url(https://vienthammykorea.vn/wp-content/themes/korea2020/images/bgs21-1.jpg) no-repeat center top;padding:50px 0;text-align:center;font-family:"SVN-Gotham";overflow: hidden;min-height: 993px;}
#section21 .tits2 span{display:inline-block;padding:0;}
#section21 .tits2 span:before,#section21 .tits2 span:after{display:none;}
#section21 ul{padding:0;margin:0;list-style:none;/* display:flex; *//* justify-content:center; *//* align-items:center; *//* margin-bottom:35px; */}
#section21 ul li{display:inline-block;margin:0 20px;min-height: 245px;}
#section21 ul li img{margin-bottom:15px;}
#section21 ul li h3{font-weight:400;font-size:18px;/* text-transform:uppercase; */margin: 0;}
#section21 ul li h3 span{font-weight:700;display:block;}
#section21 ul li h3 b{font-weight:800;}
#section21 ul li a{color:#333;}
#section21 ul li:first-child img,#section21 ul li:last-child img{/* margin-top:40px; */}
.tits2-mb{font-weight:600;font-size:20px;text-transform:uppercase;margin-bottom:15px;line-height:1.3;position:relative;padding-bottom:15px;margin-bottom: 30px;}
.tits2-mb:before{content:"";display:block;width:100px;height:2px;background:#e4e4e4;position:absolute;left:50%;bottom:0;margin-left:-80px;}
.tits2-mb:after{content:"";display:block;width:40px;height:2px;background:#e3b68d;position:absolute;left:50%;bottom:0;margin-left:25px;}
.tits2-mb span{display:block;color:#194670;position:relative;}
.section21-mb{width: 720px;max-width:100%;float:right;}
.section22-mb{margin-bottom:40px;}
.section22-mb h3{font-weight:400;margin-top:15px;font-size: 27px;margin-bottom:0;background: -webkit-linear-gradient(left, #ec4a5d 20%, #334198);background: -o-linear-gradient(right, #ec4a5d 20%, #334198);background: -moz-linear-gradient(right, #ec4a5d 20%, #334198);background: linear-gradient(to right, #ec4a5d 20%, #334198);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.section22-mb h3 b{font-weight:800}
#section21-mb{background:url(https://vienthammykorea.vn/wp-content/themes/korea2020/images/bgs21mb.jpg) no-repeat center bottom;background-size:cover;min-height:1180px;padding:40px 0;text-align:center;font-family:"SVN-Gotham";}
#section21-mb .tits2-mb span{display:inline-block;padding:0;}
#section21-mb ul{padding:0;margin:0;list-style:none;/* margin-bottom:35px; *//* display:flex; *//* justify-content:center; */overflow: hidden;}
#section21-mb ul li{width: 30%;float:left;margin:0 2.5%;}
#section21-mb ul li:first-child{margin-left:0;}
#section21-mb ul li:last-child{margin-right:0;}
#section21-mb ul li a{color:#333;}
#section21-mb h3{font-weight:400;font-size: 16px;margin: 0;margin-top:15px;}
#section21-mb .section22-mb h3{font-size:22px;margin-top: 0;}
#section21-mb .section22-mb h3 b{display:inline-block;}
#section21-mb h3 span{font-weight:700;display:block;}
#section21-mb h3 b{display:block;font-weight:800;}
#section21-mb ul li:first-child img,#section21-mb ul li:last-child img{/* margin-top:40px; */}
#popup-pc .modal-dialog{width: 420px;max-width: 96%;margin: 6% auto 0;}
#popup-pc .modal-content{background: transparent;text-align:center;padding: 0;border: none;}
#popup-pc .modal-content .close{position:absolute;right: 8px;top: 34px;color: #333;font-size: 24px;opacity: 0.8;font-weight: 400;}
#popup-pc .modal-content .close:focus{outline:none;}
#countdown{margin-top:15px;margin-bottom:20px;}
#countdown ul{margin:0;padding:0;list-style:none;}
#countdown ul li{display:inline-block;background:#194670;color:#fff;width: 65px;height:60px;}
#countdown ul li span{display:block;font-size:32px;font-weight:700;font-family:"SVN-Gotham";margin-bottom:5px;}
#countdown1{margin-top:15px;margin-bottom:20px;}
#countdown1 ul{margin:0;padding:0;list-style:none;}
#countdown1 ul li{display:inline-block;background:#194670;color:#fff;width: 65px;height: 65px;border-radius: 50%;}
#countdown1 ul li span{display:block;font-size:30px;font-weight:500;font-family:"SVN-Gotham";margin-bottom:5px;margin-top:3px;}
#popup-pc h2{color:#194670 !important;font-weight:700 !important;text-transform:uppercase;margin-bottom:20px;}
#popup-pc form{padding:0 20px 30px;}
.km-form{background:#194670;margin-right:-30px;position:relative;padding: 8px 15px 8px 85px;text-align:left;color:#fff;}
.km-form:before{content:"";display:block;width:85px;height:93px;background:url(images/icon-gift.png) no-repeat;background-size:100%;position:absolute;left:-10px;top:-15px;}
.km-form h3{font-size:15px;font-weight:400;}
.km-form h3 span{font-weight:500;}
.km-form h3:before{content:"";display:inline-block;width:12px;height:12px;background:url(images/icon-text-form.png) no-repeat;margin-right:5px;}
#popup-pc input[type="submit"],#popup-pc #process1{background:#194670;color:#fff;margin-top:10px;};

@-webkit-keyframes won{to{box-shadow:0 0 0 10px rgba(232,76,61,0)}}@-moz-keyframes won{to{box-shadow:0 0 0 10px rgba(232,76,61,0)}}@-ms-keyframes won{to{box-shadow:0 0 0 10px rgba(232,76,61,0)}}@keyframes won{to{box-shadow:0 0 0 10px rgba(232,76,61,0)}}  
.phonering-alo-phone {
    position:fixed;
    visibility:hidden;
    background-color:transparent;
    width: 120px;
    height: 120px;
    cursor:pointer;
    z-index:200000!important;
    -webkit-backface-visibility:hidden;
    -webkit-transform:translateZ(0);
    transition:visibility .5s;
    right: 5px;
    bottom: 10px;
}
.phonering-alo-phone.phonering-alo-show {
    visibility:visible
}
.phonering-alo-phone.phonering-alo-static {
    opacity:.6
}
.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
    opacity:1
}
.phonering-alo-ph-circle {
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    position:absolute;
    background-color:transparent;
    border-radius:100%;
    border:2px solid rgba(30,30,30,0.4);
    opacity:.1;
    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#00aff2;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#c0a261;
    opacity:.5;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color: rgb(17 96 255 / 0.5);
    opacity:.5;
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#c0a261;
    opacity:.5
}
.phonering-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 10px;
    left: 10px;
    position:absolute;
    background-color:#000;
    border-radius:100%;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgb(181 148 116 / 0.5);
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background: rgb(181 148 116 / 0.5);
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background: rgb(17 96 255 / 0.5);
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important

}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgb(192 162 97 / 0.8);
}
.phonering-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 30px;
    left: 30px;
    position:absolute;
    border-radius: 100%;
    /* border: 6px solid transparent; */
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#00aff2;
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color: #cc8e59;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background: rgb(17 96 255 / 0.7);
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle img,.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle a{border-radius:100%;display:block;}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc;
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#cc8e59;
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }
    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}
@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }
    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}
@keyframes fadeOutRight {
    0% {
        opacity:1
    }
    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}
@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }
    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}
@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }
    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}
@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}
@media screen and (min-width: 1200px){
	.container{max-width: 1170px;}
}
@media screen and (min-width: 992px){
	.col-lg-55{-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;padding:0 15px;}
}
@media screen and (max-width: 1500px){
	#banner-t8{min-height:704px;}
	#banner-t8 a{/* width:205px; *//* height:44px; *//* font-size:20px; *//* line-height:46px; *//* margin-left: -452px; *//* bottom: 75px; */}
	#section1-t8{min-height:576px;}
	#section1-t8 a{/* width:205px; *//* height:44px; *//* font-size:20px; *//* line-height:46px; */margin-left: -140px;bottom: 52px;}
	#section2-t8{min-height:586px;}
	#section2-t8 a{width:205px;height:44px;font-size:20px;line-height:46px;margin-left: 120px;bottom: 130px;}
	#section3-t8{min-height:717px;}
	#section4-t8 a{width:205px;height:44px;font-size:20px;line-height:46px;}
	#section5-t8{min-height:746px;}
	#section6-t8{/* min-height:536px; */}
}
@media screen and (max-width: 1367px){
	#section4-t8 img{width:1140px;max-width:100%;margin:0 auto;}
	#section3-t12,#section4-t12,#banner-t1-1,#section1-t1,#banner-t1-1 a{min-height: 1700px;}
	.banner-video{/* min-height:600px; */}
}
@media screen and (max-width: 1200px){
	nav.nav ul li a {padding: 29px 5px 28px;text-align: center;}
	#banner{min-height:700px;}
	#banner img{width:48%;}
	.btnbanner a{margin-left:20%;}
	#navbarmenu ul li a{line-height:1.4;padding: 10px 8px;}
	#section1 .nav-tabs{margin-left:0;}
	.titpage{font-size:32px;}
	.titpage .tp1{font-size:52px;}
	.titpage .tp2{font-size:32px;}
	.titpage1{font-size:40px;}
	.titpage1 span{font-size:28px;}
	#section2 h4{font-size:20px;}
	#section4-t8{padding:50px 15px;}
	#banner-t8{min-height:610px;}
	#banner-t8 a{width:186px;height:40px;font-size:20px;line-height:42px;margin-left: -396px;bottom: 65px;}
	#section1-t8{min-height:499px;}
	#section1-t8 a{width:186px;height:40px;font-size:20px;line-height:42px;margin-left: -125px;bottom: 45px;}
	#section2-t8{min-height:508px;}
	#section2-t8 a{width:186px;height:40px;font-size:20px;line-height:42px;margin-left: 100px;bottom: 120px;}
	#section3-t8{min-height:621px;}
	#section4-t8 a{width:186px;height:40px;font-size:20px;line-height:42px;}
	#section5-t8{min-height: 646px;}
	#section6-t8{min-height: 465px;}
	.form-video{width:420px;max-width:100%;}
	.sale-form{/* width:100%; *//* float:none; */}
	.form-video{/* float:none; */}
	.sale-form img{margin-left:0;max-width:100%;}
	#banner-t1-1,#banner-t1-1 a{min-height:500px;}
	#section1-t1{min-height:450px;}
	.banner-video{min-height:600px;}
	#dangkypc{margin-top:80px;}
	#section3-t12,#section4-t12,#banner-t1-1,#section1-t1,#banner-t1-1 a{min-height: 1500px;}
    #section1-t5 .container{width:100%;max-width:100%;}
    #section2-t5{min-height:800px;}
    #section2-t5 .container{min-height:800px;}
    #section2-t5 a{font-size:18px;bottom:100px;right:100px;}
}
@media screen and (max-width: 992px){
	.lh-ly{font-size:16px;}
	.thankyou p{font-size:15px;}
	.thankyou h2{font-size:22px;line-height:1.8}
	.noteh3 br{display:none;}
	.thankyou p a{margin:10px 8px;}
    #section3-t12,#section4-t12,#banner-t1-1,#section1-t1,#banner-t1-1 a{min-height: 1200px;}
}
@media screen and (max-width: 768px){
	.footer2{margin-top:20px;margin-bottom:20px;padding:0 15px;}
	.footer3{padding-left:15px;}
	.footer3 .col-md-7{margin-top:20px;}
	.lh-ly a.lh-ly-a{margin-right:0;}
	.lh-ly ul{margin-left:0;top:0;}
	.lh-hn{text-align:left;margin-bottom:30px;}
	.lh-hn p{text-align:justify;}
	.thankyou p br{display:none;}
	.lh-ly{padding:30px 0 10px;}
}
@media screen and (max-width: 575px){	
	.form-banner{width:100%;position:static;padding:0px 15px 40px;background:#282829;}
	#popup-form .modal-dialog{margin-top: 30%;}
	#section1-t8{min-height:300px;background-position-x:30%;}
	#section1-t8 .btns1-t8-t8{display:none;}
	#section2-t8{min-height:300px;background-position-x:80%;}
	#section2-t8 .btns2-t8-t8{display:none;}
	#section6-t8{min-height:300px;background-position-x:30%;}
	#section7 .sect7{margin:15px;}
	#section3-t8{min-height:300px;background-position-x:70%;}
}
@media screen and (max-width: 430px){
	.thankyou h2 br{display:none}
	iframe{width:100%;height: 210px;}
}
@media screen and (max-width: 420px){
	iframe{width:100%;height: 210px;}
	#fix-footer-mb{left:0;margin-left:0;width:100%;}
	.km-form{padding: 8px 10px 8px 70px;text-align:left;color:#fff;}
	.km-form:before{left:-15px;width: 80px;top: -10px;}
}
@media screen and (max-width: 380px){
	#fix-footer-mb ul li img{width:22px;}
	.lh-ly-mb{line-height:40px;}
	.lh-ly-mb br{display:inline-block;}
	.lh-ly-mb div span{display:none;}
	.lh-ly-mb ul{margin-left:5px;}
	.lh-ly-mb ul li{margin:0 1px;}
	.lh-ly-mb ul li img{width:40px;}
	.lh-ly-mb a.lh-ly-a{padding:8px 15px 6px 35px;margin-right:5px;}
	.lh-ly-mb a.lh-ly-a:before{top:8px;left:12px;}
	.lh-ly-mb .container div{line-height:1.5;}
	iframe{width:100%;height:200px;}
	.thankyou-mb h2{font-size: 18px;}
}
@media screen and (max-width: 360px){
	#banner-t5-mb{min-height:600px;}
	#section1-t5-mb{min-height:700px;}
	#section2-t5-mb{min-height:1000px;}
    #dangkypc h2{font-size:22px !important;}
}