/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/***************************/
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-search:before {
  content: "\f002";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-phone:before {
  content: "\f095";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}
.fa-caret-down:before {
    content: "\f0d7";
}
/************/
    /* 
    html5doctor.com Reset Stylesheet
    v1.6.1
    Last Updated: 2010-09-17
    Author: Richard Clark - http://richclarkdesign.com 
    Twitter: @rich_clark
    */
    
    html, body, 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;
        font-size:100%;
        /* background:transparent; */
    }
    .artseed-detail-content img {
        display: block;
        margin: 10px auto;
        max-width: 100% !important;
        height: auto !important;
        border-radius: 10px;
        border: 3px solid #ff7200;
    }
    .artseed-detail-content strong img {
        display: initial;
        margin: 0;
        border-radius: 0%;
        border: none;
    }
    .artseed-detail-content iframe{
        max-width: 100% !important;
		min-height:400px;
        height: auto !important;
    }
    .artseed-detail-content table {
        width: 100% !important;
    }
    *
    {
        margin:0;
        padding:0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    body {
        line-height:1;
    }
    
    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;
    }
    ul li {
        list-style: none;
    }
    a {
        margin:0;
        padding:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
        color: #000;
        text-decoration: none;
    }
    
    /* change colours to suit your needs */
    ins {
        background-color:#ff9;
        color:#000;
        text-decoration:none;
    }
    
    /* change colours to suit your needs */
    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;
    }
    
    @font-face {
    	font-family:'open-sans-bold';
        src:url('../fonts/open-sans-bold.ttf');
    }
    @font-face {
    	font-family:'open-sans-regular';
        src:url('../fonts/open-sans-regular.ttf');
    }
    @font-face {
    	font-family:'open-sans.light';
        src:url('../fonts/open-sans.light.ttf');
    
    }
    /***********end****************/
    .container {
    position: relative;
    }
    body {
    	font-family: 'Roboto', sans-serif;
    	font-size: 15px;
    	color: #000;
        
    }
    main, .content_body{
        height: 100vh;
    }
.MainH1HearTop{
	background: #f4f4f4;
	color:#113562;
	padding:6px 8px;
	width:100%;
	/*border-bottom:1px solid #037cd5;*/
	overflow:hidden;
	font-size:14px;
	line-height:20px;
}
.H1HearTopL{
	float:left;
	width:54%;
	padding-right:1%;
	font-weight:normal !important;
	
}
.H1HearTopR{
	float:left;
	width:45%;
	text-align:right;
	font-weight:normal !important;
}
.H1HearTopR a span{
    background: #fac200;
    color: #FFF;
    padding: 2px 10px;
    font-weight: bold;
}
.H1HearTopR a{
	padding:2px 10px;
	
}
.H1HearTopW100{
	width:100%;	
}
    .topbar{
    	background-color: #e5e5e5;
    }
    .button:after,
    .button:before {
      backface-visibility: hidden;
      border: 1px solid rgba(255, 255, 255, 0);
      bottom: 0px;
      content: " ";
      display: block;
      margin: 0 auto;
      position: relative;
      transition: all 280ms ease-in-out;
      width: 0;
    }
     
    .button:hover:after,
    .button:hover:before {
      backface-visibility: hidden;
      border-color: #037cd5;
      transition: width 350ms ease-in-out;
      width: 70%;
    }
     
    .button:hover:before {
      bottom: auto;
      top: 0;
      width: 70%;
    }
  
    a:hover,
    a:focus {
        text-decoration: none;
    }
    .text-primary {
        color: #d8373e;
    }
    /* Header */
    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
  
    .hide
    {
        display:none;
    }
    .clearfix
    {
        clear:both;
    }
    .col-md-4 {
        float: left;
        width: 33.3333333%;
        padding-left: 15px;
        padding-right: 15px;
        position:relative;
    }
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .container:before,.row:before,.clearfix:before,.row:after
    {
        content: "";
        display: table;
    }
    .container:after,.row:after,.clearfix:after
    {
        clear:both;
    }
    .row
    {
        margin-left:-15px;
        margin-right:-15px;
    }
    .row10
    {
        margin-left:-10px;
        margin-right:-10px;
    }
    button, input,textarea,select
    {
    	outline-offset: 0 !important;
        outline: -webkit-focus-ring-color auto 0 !important;
    }
    .img-responsive
    {
    	display: block;
        max-width: 100%;
        height: auto;
    }
    .padding15
    {
        padding-left:15px;
        padding-right:15px;
        float: left;
    }
    .padding10
    {
         padding-left:10px;
        padding-right:10px;
        float: left;
    }
    .artseed-detail-content {
    	line-height: 22px;
		margin:20px 0;
    }
    /*************menu*************/
    .menu-banner {
        position: relative;
    }
    
    .menu {
    }
    
    .sky-mega-menu li i {
        display: none;
    }
    nav {
        clear: both;
        float: none;
        text-align: center;
    }
    .sky-mega-menu li:last-child {
        border: none;
    }
    
    .menu p {
        float: left;
        display: block;
        margin-left: 20px;
        margin-top: 23px;
        text-transform: uppercase;
    }
    .mobile-menu-toggle {
        left: -9999px;
        position: absolute;
        top: -9999px;
    }
    .mobmenu-toggle {
        display: none;
    }
    
      
    /* level 1 */
    
    .sky-mega-menu {
      z-index: 999;
      text-align: left;
    }
    .sky-mega-menu:after {
      content: '';
      display: table;
      clear: both;
    }
    
    .sky-mega-menu li {
      display: inline-block;
    }
    .sky-mega-menu li a strong, .sky-mega-menu li a span
    {font-weight: bold;}
    .sky-mega-menu li a {
      font-size: 14px;
      text-transform: uppercase;
      color: #037cd5;
      text-decoration: none;
      position: relative;
      display: inline-block;
      margin: 0 0px;
      font-weight: 500;
      padding: 11px 20px;
    }
    .sky-mega-menu li a:hover
    {
    	color: #ff7200;
    }
    .sky-mega-menu li a:hover:after,.sky-mega-menu li a.active:hover:after,.sky-mega-menu li a.active:after
    {
    	display: block;
    }
    .sky-mega-menu li i.fa-bars
{
    float: left;
    margin-top: -1px;
    margin-right: 9px;
    margin-left: -13px;
}

.sky-mega-menu li i.fa-caret-down {
    float: right;
    margin-left: 8px;
    margin-top: -2px;
}


.searh {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 220px;
}
.hotline {
    float: right;
    position: absolute;
    top: 0;
    right: 260px;
	display:none;
}

.hotline a {
    display: flex;
	align-items: center;
	align-items: flex-end;
	justify-content: center;
	font-size: 18px;
	font-weight: bolder;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	color: #037cd5;
	position: relative;
	padding-top: 5px;
	z-index: 0;
	letter-spacing: 1px;
	line-height: 1em;
	white-space: nowrap;
}
.fa-volume-control-phone-header {
    color: #037cd5;
    width: 25px;
    height: 25px;
    text-align: center;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	position:relative;
	right:15px;
}
.fa-volume-control-phone-header:before {
    position: absolute;
    content: "\f2a0";
    top: 12px;
    font-family: FontAwesome;
    font-size:20px;
}


.form_moblie_search input {border: 1px solid #eee;height: 30px;margin-top: 3px;border-radius: 4px;padding-left: 5px;width: 100%;}

i.fa.animated.fa-search.search-icon {
    position: absolute;
    right: 6px;
    top: 10px;
    color: #aaa;
}
    .sky-mega-menu li > .submenu {
      position: absolute;
      z-index: 1000;
      top: 36px;
      left: 13px;
      width: 920px;
      \: 10px;
      display: none;
      border-bottom: 3px solid #113562;
      background: #fff;
      -o-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -webkit-transform-origin: 0% 0%;
      -o-transition: -o-transform 0.4s, opacity 0.4s;
      -ms-transition: -ms-transform 0.4s, opacity 0.4s;
      -moz-transition: -moz-transform 0.4s, opacity 0.4s;
      -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
      /* padding-bottom: 10px; */
    }
    .sky-mega-menu li > .submenu li{}
    .sky-mega-menu li > .submenu .des_dm
    {
        background:#fe7500;
        padding: 10px;
        color:#000;
        text-transform:none;
        height: 100%;
    }
    .sky-mega-menu li > .submenu .des_dm .mt_mn {
        display: block;
        line-height: 20px;
        font-size: 12px;
    	font-family:Arial, Helvetica, sans-serif;
    }
    .sky-mega-menu li > .submenu .des_dm img
    {
        width:100%;
    }
    .sky-mega-menu li > .submenu .des_dm h3
    {
        color:#fff;
        text-transform:uppercase;
        font-size:16px;
        padding: 0;
        margin-top:15px;
        margin-left: 0;
        margin-right: 0;
    	font-family: VL_BOOSTERNEXTFY_BLACK;
    }
    
    
    .sky-mega-menu li > a:before {
      content: '';
      position: absolute;
      bottom: -12px;
      display: none;
      left: 44%;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #2D3E50;
      border-left: 7px solid transparent;
    }
    .sky-mega-menu li:hover > a:after
    {
          /* border: 1px solid #333; */
    }
    
    
    /* level 2+ */
    .adv {
        float: left;
        width: 66.66%;
        margin: 0 auto;
        text-align: center;
    }
    
    .sky-mega-menu li .adv strong {
        background: #fe7500;
        color: #fff;
        font-weight: bold;
        padding: 15px;
        font-size: 13px;
        border: 1px dashed #fff;
        text-transform: uppercase;
        text-align: center;
        display: inline-block;
        margin: 0 auto;
        margin-top: 20px;
    }
    .list_mn {
        padding: 10px 0; 
    }
    .sky-mega-menu li li {
      width: 31%;
      margin: 6px 10px;
      border-right: none;
     
      background: url(../allinoneguides/buleficon.png) no-repeat left 5px;
      float: left;
	  height: 40px;
    }
    
    .sky-mega-menu li li a:before
    {
        opacity:0;
    }
    .sky-mega-menu li li a:after
    {
    	opacity:0;
    }
    .sky-mega-menu li li a {
      color: #037cd5;
      display: block;
      font-size: 14px;
      text-transform: none;
      font-weight: normal;
      padding: 0 0 0 15px;
      text-align: left;
      border: none;
      line-height: 22px;
    }
    .sky-mega-menu li li img {
		position:relative;
		margin-right:5px;
		top:-1px;
	}
    .sky-mega-menu li li a:hover
    {
        color: #ff7200;
        border:none;
    }
    .sky-mega-menu li li > div {
      top: 0;
      margin: 0 0 0 8px;
    }
    .sky-mega-menu li li > div:after {
      top: 0;
      right: 100%;
      bottom: auto;
      left: auto;
      width: 8px;
      height: 100%;
    }
    .sky-mega-menu li li > div:before {
      top: 22px;
      right: 100%;
      bottom: auto;
      left: auto;
      border-top: 5px solid transparent;
      border-right: 5px solid #2D3E50;
      border-bottom: 5px solid transparent;
    }
    .sky-mega-menu li li:hover > div {
      left: 100%;
    }
    .sky-mega-menu .right li > div {
      margin: 0 8px 0 0;
      -o-transform-origin-x: 100%;
      -ms-transform-origin-x: 100%;
      -moz-transform-origin-x: 100%;
      -webkit-transform-origin-x: 100%;
    }
    .sky-mega-menu .right li > div:after {
      right: auto;
      left: 100%;
    }
    .sky-mega-menu .right li > div:before {
      right: auto;
      left: 100%;
    }
    .sky-mega-menu .right li:hover > div {
      right: 100%;
      left: auto;
    }
    /**/
    /* animations */
    /**/
     
    
    
     
    /* grid */
    .sky-mega-menu .grid-column {
      float: left;
    }
    .sky-mega-menu .grid-column3,
    .sky-mega-menu .submenu {
      width: 100%;
    }
    
    #mainHideMenu{
        background-color: #000;
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index:998;
        opacity: 0.8;
        display:none;
    }
    @media handheld, screen and (max-width: 991px) { /* <-- Adjust the breakpoints to your liking */
    	.sky-mega-menu li .submenu ul li a{font-size: 13px;}
    	.sky-mega-menu li .submenu ul li a:hover
    	{
    	
color: #037cd5;
    	}
    	.sky-mega-menu li .submenu {
    	opacity: 1;
    	position: relative;
    	top: 0;
    	float: left;
    	background: #fff;
    	width: auto;
    	left: 0;
    	}
        .sky-mega-menu li li
        {
            width: 92%;
            margin: 5px 10px;
        }
		
    	.mobmenu-toggle,
        .mobile-menu-toggle-button,
        .mobile-toggleable-menu {
            /* top: 10px; */
            position: fixed;
            -webkit-transition: all 0.8s;
            -moz-transition: all 0.8s;
            -ms-transition: all 0.8s;
            -o-transition: all 0.8s;
            transition: all 0.8s;
        }
        .mobmenu-toggle {
           /* background: #037cd5;*/
            line-height: 38px;
            height: 36px;
            margin-bottom: 0;
            text-align: center;
            width: 38px;
            color: #fff;
            position: absolute;
            display: block;
            left: 0px;
        }
       .mobmenu-toggle::before {
        background: #fff  none repeat scroll 0 0;
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        left: 8px;
        top: 25px;
        width: 20px;
    }
    .mobmenu-toggle::after {
        border-bottom: 3px solid #fff;
        border-top: 3px solid #fff;
        box-sizing: content-box !important;
        content: "";
        display: block;
        height: 4px;
        position: absolute;
        right: 0;
        top: 11px;
        left: 8px;
        width: 20px;
    }
        .mobmenu-toggle:hover {
            cursor: pointer;
        }
        .mobile-toggleable-menu {
            margin: 0;
            width: 85%;
            height: 100%;
            max-height: 100%;
            min-height: 100%;
            z-index: 999;
            overflow: hidden;
        }
        nav
        {
            /* margin-top:0; */
            /* display: block; */
            /* width: 100%; */
            float: left;
            height: 45px;
            float: none;
            clear: inherit;
            display: inline-block;
            margin: 0 auto;
            text-align: center;
        }
        .mobile-toggleable-menu.mobile-left {
            left: -105%;
        }
        .mobile-toggleable-menu.mobile-right {
            right: -105%;
        }
        .mobile-menu-toggle-button:checked ~ .mobmenu-toggle.mobile-right {
            left: 0;
            right: auto;
        }
        .mobile-menu-toggle-button:checked ~ .mobmenu-toggle.mobile-left {
            left: auto;
            right: 0;
        }
        .mobile-menu-toggle-button:checked + .mobile-toggleable-menu.mobile-left {
            width: 260px !important;
            left: 0;
            top: 0;
            overflow-y: auto;
            background: #f7f9fb;
        }
        .mobile-menu-toggle-button:checked + .mobile-toggleable-menu.mobile-right {
            width: 260px !important;
            right: 0;
        }
        .sky-mega-menu li li a:after
        {
          top: 12px;
          left: 0;
        }
        .sky-mega-menu li > a:before
        {
        	opacity:0;
        }
        .sky-mega-menu li a:after
        {
        	opacity:0;
        }
        .mobile-toggleable-menu li i.fa-bars
        {
         display: none;
        }
        .sky-mega-menu li i.fa-caret-down
        {
            display:none;
        }
        .mobile-toggleable-menu li i{position:absolute;right: 0;color: #333;top: -4px;cursor: pointer;text-align: center;line-height: 48px;width: 40px;display: block;height: 48px;}
    	.mobile-toggleable-menu li {
    		width:100%;
    		border-right: none;
    		position: relative;
    		margin-top: 0px;
    		padding: 0;
    		text-align: left;
    	}
    	.sky-mega-menu li li a{color:#333;line-height: 20px;}
    	.mobile-toggleable-menu li a {
    		color: #333;
    		line-height: 27px;
    		font-size: 13px;
    		padding: 5px;
    		display: block;
    		margin: 0;
    	}
    	.mobile-toggleable-menu #submenu {
    		width:100%;	
    		top:0;
    		left:0;
    	}
    	.mobile-toggleable-menu li:hover ul#submenu {
    		overflow:hidden;
    		position:relative;
    		top:0;
    		left:0;
    	}
    }
    a.hotlie {
        position: fixed;
        bottom: 5px;
        left: 2px;
        background: #f36f21;
        color: #fff;
        padding: 3px;
        font-size: 14px;
        display: none;
        z-index: 999;
        border-radius: 15px;
        padding-right: 10px;
        font-family: 'open-sans-bold';
    }
    a.hotlie i {
        background: #c55b1d;
        width: 22px;
        height: 22px;
        text-align: center;
        line-height: 22px;
        border-radius: 22px;
        margin-right: 5px;
    }
    a.scrollup {
       background: none repeat scroll 0 0 #037cd5;
       border: 1px solid #FFFFFF;
       bottom: 1%;
       color: #FFFFFF;
       font-family: 'Roboto Condensed',sans-serif;
       height: 30px;
       line-height: 27px;
       position: fixed;
       right:5px;
       text-align: center;
       text-transform: uppercase;
       transition: all 0.5s ease 0s;
       width: 35px;
       z-index: 1000;
       }
       .nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
    text-indent: -9999px;
}
.nivo-directionNav a:before {
    position: absolute;
    text-indent: 0;
    top: 0px;
    font-size: 24px;
    color: #fff;
    width: 25px;
    line-height: 25px;
    font-family: FontAwesome;
    z-index: 999;
    height: 25px;
    background: #113562;
    text-align: center;
}
.nivo-directionNav a:hover:before
{
    background: #037cd5;
}
.nivo-prevNav:before
{
    content: "\f104";
    left: 0;
}
.nivo-nextNav:before
{
    content: "\f105";
    right:0;
}

a.nivo-prevNav {
    left:4%;
}

a.nivo-nextNav {
    right: 4%;
}
    /***********end reset****/
    
    
.header { 
    background-color: #037cd5;
}

.bg-logo {
    background: url(../allinoneguides/bg-top.png) no-repeat scroll right top;
}
.logoTopmb{
	display:none;	
}
.logo img {
    display: inline-table;
    /* max-height: 90px;
    padding: 10px 0; */
}
.qctop {
    float: left;
    margin-left: 288px;
    margin-top: 30px;
}

.logo {
    width: 100%;
    text-align: center;
}
.bg-menu{
	background:#f4f4f4;	
}
.artseed-hotline
{
    /* text-align: center;
    background: url(../allinoneguides/bg-hotline.png) no-repeat center top;
    line-height: 22px;
    font-weight: 500;
    color: #FFF;
    padding: 8px;
    margin-bottom: 15px; */
    background: #ff7200;
    height: 4px;
    margin-bottom:20px;
}
.artseed-hotline i {
    font-size: 20px;
    vertical-align: middle;
}
.artseed-left-col {
    width: 65.5%;
}
.artseed-right-col
{
    width: 34.5%;
}
.sky-mega-menu li a.active, .sky-mega-menu li a:hover, .sky-mega-menu li.dropmenu:hover {color: #ff7200;}
.main-service {
    width: 100%;
    margin-top: 1.5rem;
    box-sizing: border-box;   
}
.main-service-ul{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap:0;
    list-style: none;
    padding: 0;
    margin: 0;   
}
.title-service {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 38px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.title-service:after,.title-page:after {
    content: "";
    width: 120px;
    height: 4px;
    background: #ff7200;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
}

li.list-service {
    max-width: 400px;
    margin-bottom: 15px;
     box-sizing: border-box;
}

li.list-service h3 a {
    display: block;
    position: relative;
    background: #fff;
    padding:10px;
    font-size: 12px;
    font-weight: 500;
	text-transform:uppercase;
	height:50px;
	line-height:20px;
	overflow:hidden;
}

li.list-service h3 a:hover {
    color: #037cd5;
}
.img-dv {
    position: relative;
}

.img-dv img {
/*    width: 100%;
    height: 100%;
    object-fit: cover;
	*/
	display:block;
	max-width:100%;
	margin:0 auto;
}

.img-dv h3 a {
    text-align: left;
    display: block;
}
.item-service {
    border: 1px solid #eee;
    padding-bottom:5px;
}
.short-dv {
    margin: 5px 15px 15px 15px;
    text-align: justify;
    line-height: 20px;
    font-size: 13px;
	height:120px;
	overflow:hidden;
}
.viewnow
{
    text-align:center;
}
.viewnow a {
    background: #ff7200;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 9px;
    border-radius: 5px;
    color: #FFF;
    font-size: 11px;
}

.viewnow a:hover {
    background: #037cd5;
    
}
.artseed-form-resgister, .bl-right-hotline,.artseed-order-pe 
{
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 15px;
}
.title-resgister {
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    padding-bottom: 20px;
    font-weight: 700;
    color: #113562;
}

.btn-resgister {
    text-align: center;
    margin-top: 10px;
}


.input-icon-name input, .input-icon input, .input-icon-more input,.input-icon-cmnd input {
    width: 100%;
    height: 40px;
    padding-left: 5px;
    border: 1px solid #ccc;
    color: #333;
}
.form-contact textarea{
	width: 100%;
    height: 100px;
    padding:10px;
    border: 1px solid #ccc;
    color: #333;
	font-size:14px;
}
.input-icon select {
    width: 100%;
    height: 40px;
    padding-left: 5px;
    color: #666;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #eee;
}


.input-icon input[type='radio']
{
    width:auto;
}

.input-icon label {
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    margin-top: 15px;
}

.input-icon span {
    margin-right: 20px;
}

.item-fr-home .input-icon:last-child {
    margin-bottom: 0;
}

.btn-resgister button {
    border: none;
    background: #037cd5;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    padding: 11px 16px;
    cursor: pointer;
    border-radius: 7px;
    font-weight: 500;
}
.btn-resgister button:hover
{
    background:#00874e
}
.btn-resgister button span 
{
    background: url(../allinoneguides/dk.png) no-repeat left;
    padding-left: 19px;
    padding-top: 3px;
}
.btn-contact button:hover {
    background: #037cd5;
}
.col-ed-order {
}

.title-order-pe,.title-order-new {
    text-transform: uppercase;
    font-size: 38px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.tit-hotline {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #113562;
    /*border-bottom: 1px solid #eee;*/
    padding-bottom: 10px;
    margin-bottom: 14px;
}

.list-bl-hotline p {
    text-transform: uppercase;
    color: #037cd5;
    font-weight: 500;
    font-size: 18px;
    border-left: 5px solid #037cd5;
    padding-left: 8px;
    margin-bottom: 10px;
}

.list-bl-hotline {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.list-bl-hotline:last-child {
    border-bottom: none;
    margin-bottom:0;
}
.list-bl-hotline ul li {
    line-height: 27px;
}

.list-bl-hotline ul li span {
    float: right;
    color: #037cd5;
    font-weight: 500;
}
.title-order-new
{
    background: url(../allinoneguides/new.jpg) no-repeat 0px 8px;
}

.title-order-pe
{
    background: url(../allinoneguides/ques.jpg) no-repeat 0px 0px;
}
.title-order-pe span,.title-order-new span {
    padding-left: 49px;
    vertical-align: middle;
}

.title-order-new {}

ul.list-ques li a {
    position: relative;
    font-size: 14px;
}

ul.list-ques li {
    line-height: 22px;
    margin: 8px 0;
    background: url(../allinoneguides/ico-next.png) no-repeat 0px 6px;
    padding-left: 15px;
}

ul.list-ques li a:hover,ul.list-news li h3 a:hover {
    color: #e38908;
}

ul.list-ques li:last-child {
    border-bottom: none;
}
ul.list-news li img {
    float: left;
    width: 15%;
    margin-right: 15px;
    height: 52px;
}

ul.list-news li {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

ul.list-news li h3 a {
    font-weight: normal;
    line-height: 18px;
    font-size: 14px;
}

ul.list-news li time {margin-top: 3px;display: block;color: #ccc;font-size: 13px;}
.bg-address {
    background: url(../allinoneguides/bg-s.jpg) repeat;
    float: left;
    width: 100%;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.call-mb {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
    color: #037cd5;
    background: url(../allinoneguides/ico-phone.png) no-repeat left;
    padding: 4px 25px;
}
.col-list-why {
    width: 33.333333%;
}

.img-why ul li {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}

.img-why ul li:last-child {
    border-bottom: none;
}

.img-why ul li strong {
    float: right;
    color: #037cd5;
}
.cat-footer {
    background: #037cd5;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}
.cat-footer:before {
    position: absolute;
    left: -23px;
    bottom: -67px;
    content: "";
    background: url(../allinoneguides/bg-fot.png) no-repeat;
    width: 500px;
    height: 416px;
    opacity: .5;
    z-index: 0;
}
.dm-footer {
    width: 20%;
    position: relative;
    z-index: 2;
}

.dm-footer p a {
    color: #fff;
    font-size: 13px;
}
.dm-footer p a:before
{
   content: "\f105";
   font-family:FontAwesome;
   padding-right: 10px;
}
.dm-footer p {
    line-height: 24px;
}

.dm-footer h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #037cd5;
}

.dm-footer p a:hover,.dm-footer p a:hover:before {
    color: #037cd5;
}

.noted-footer {
    text-align: center;
    margin-top: 40px;
    margin: 0 15px;
    margin-top: 40px;
}

.noted-footer strong {
    background: #064b29;
    color: #e38908;
    padding: 12px 55px;
    border-radius: 31px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 22px;
}
footer {
    /* background: url(../allinoneguides/bg-footer-hv.png) no-repeat left top #037cd5; */
    color: #fff;
    padding: 10px 0;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.copyright{
    display: flex;
    line-height: 1.5;
}
footer .copyright span {
  display: flex;
  color: #fff;
  padding: 5px 30px;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  background-color: #037cd5;
  border: 1px solid #037cd5;
  border-radius: 9rem;
  margin: auto;
}
.address-footer {margin: 0 auto;text-align: center;}


.bg-bred-tit {
    /* background: url(../allinoneguides/bg-news.jpg) no-repeat; */
    text-align: center;
    padding: 20px 0 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title-page {
    text-transform: uppercase;
    color: #037cd5;
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
    font-weight: normal;
    margin-bottom: 15px;
}

.title-page h1 {
    font-weight: normal;
}
.productbreadcrumb ul {
    text-align: center;
    margin-top: 15px;
	line-height:22px;
}

.productbreadcrumb ul li {
    display: inline-block;
    margin: 0 0px 0 5px;
    position: relative;
}

.productbreadcrumb ul li a {
    color: #fff;
}

.productbreadcrumb ul li:after {
    content: "/";
    color: #fff;
    padding-left: 10px;
}

.productbreadcrumb ul li:last-child:after {
    opacity: 0;
}

.productbreadcrumb ul li a:hover {
    color: #e38908;
}
.left-col {
    width: 100%;
}

.right-col {
    width: 28.5%;
}

.f-block {
    border: 1px solid #eee;
    margin-bottom: 20px;
    float: left;
}

.title-block h2 {
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 17px;
    font-weight: 700;
}

.f-block ul li a {
    padding: 8px 9px;
    float: left;
    line-height: 22px;
    width: 100%;
    font-size: 14px;
}
.f-block ul li a span {
    float: left;
    width: 91%;
}
.f-block ul li:nth-child(odd) a
{
    background: #f5f5f5;
   
}

.f-block ul li a:before{
    content: "\f00c";
    font-family: FontAwesome;
    color: #037cd5;
    font-size: 12px;
    padding-right: 10px;
    display: inline-block;
    width: 22px;
    float: left;
}

.qc-partner {
    margin-bottom: 20px;
}

.left-col h1, .left-col .title_top {
    font-size: 17px;
    margin: 10px 0 20px;
    color: #037cd5;
	line-height:22px;
}

.f-block ul li a:hover {
    background: #037cd5;
    color: #fff;
}

.f-block ul li a:hover:before {
    color: #fff;
}
.artseed-main-bg-service.pagein .bg-address {
    margin: 15px 0;
}
.tit-hot {
    font-size: 24px;
    margin-bottom: 15px;
}

.list-hostline .ad-hot {
    font-weight: 700;
    text-transform: uppercase;
    color: #037cd5;
    margin-bottom: 10px;
}

.list-hostline ul li {
    float: left;
    width: 100%;
    line-height: 25px;
    font-size: 14px;
}

.list-hostline ul li .name-dt {
    display: inline-block;
    color: #037cd5;
}

.list-hostline ul li span {
    color: #037cd5;
    margin-right: 5px;
}
.list-hostline {
    margin-top: 15px;
    float: left;
}
.artseed-new-related ul li.news-related {
    width: 25%;
    margin-bottom: 30px;
}

.item-new-related h3 a {
	display: block;line-height: 20px;
	font-weight: normal;
	font-size: 13px;
	height: 40px;
	overflow: hidden;
}

.item-new-related h3 a:hover {
    color: #037cd5;
}

.title-related {
    margin: 25px 0;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: 30px;
}
.news-img-related {
    position: relative;
   /*height: 130px;*/
    margin-bottom: 10px;
}

.news-img-related img {
    max-width: 100%;
    height:auto;
}
.address-footer img {
    display: inline-block;
    margin-bottom: 10px;
}


.address-footer p {
    line-height: 25px;
}

.address-footer p span {
    font-weight: 500;
}
.form-contact {
    margin-top: 15px;
}

.form-contact .input-icon {
    margin-bottom: 10px;
}


.btn-contact button {
    border: none;
    padding: 10px 16px;
    font-weight: bold;
}

.btn-contact button.sentcontact, .btn-contact button.delcontact
{
    background: #113562;
    color: #fff;
	cursor:pointer;
}

.btn-contact button:hover.sentcontact, .btn-contact button:hover.delcontact
{
    background: #037cd5;
}

.form-contact .input-icon input {
    border-radius: 0;
}
.maps {
    margin-top: 15px;
}

.maps iframe {
    width: 100%;
}
.f-news-page-item-img {
    width: 33%;
}

.f-news-page-item-text {
    width: 67%;
}

.f-news-page-item-img a {
    position: relative;
    height: 165px;
    display: block;
}

.f-news-page-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.f-news-page-item-text h3 a {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
	line-height:22px;
}

p.date_comment {
    color: #999;
    margin-bottom: 10px;
}

.summary_news {
    line-height: 20px;
    text-align: justify;
}

.f-news-page-item-text h3 a:hover {
    color: #037cd5;
}
.f-news-page-item.row {
    float: left;
    margin-bottom: 20px;
}   
.pagination a {
 -webkit-border-radius: 5px;
 border-radius: 5px;
 color: #FFF;
 display: inline-block;
 font-weight: bold;
 padding: 6px 20px;
 text-align: center;
 text-transform: uppercase;
 font-size: 15px;
 -webkit-animation: glowing 1500ms infinite;
 -moz-animation: glowing 1500ms infinite;
 -o-animation: glowing 1500ms infinite;
 animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% { background-color: #ed1b24; -webkit-box-shadow: 0 0 2px #ed1b24; }
  50% { background-color: #fa4f57; -webkit-box-shadow: 0 0 5px #fa4f57; }
  100% { background-color: #fa4149; -webkit-box-shadow: 0 0 2px #fa4149; }
}

@-moz-keyframes glowing {
  0% { background-color: #113562; box-shadow: 0 0 2px #113562; }
  50% { background-color: #113562; box-shadow: 0 0 5px #113562; }
  100% { background-color: #113562; box-shadow: 0 0 2px #113562; }
}

@-o-keyframes glowing {
  0% { background-color: #113562; box-shadow: 0 0 2px #000; }
  50% { background-color: #113562; box-shadow: 0 0 5px #000; }
  100% { background-color: #113562; box-shadow: 0 0 2px #000; }
}

@keyframes glowing {
  0% { background-color: #113562; box-shadow: 0 0 2px #000; }
  50% { background-color: #113562; box-shadow: 0 0 5px #000; }
  100% { background-color: #113562; box-shadow: 0 0 2px #000; }
}

.pagination {
    width: 100%;
    text-align: center;
}
.nodata{
	margin-bottom:20px;
	overflow:hidden;
	font-size:16px;
}
.item-search {
    margin-bottom: 25px;
}

.item-search h3 a {
    font-size: 17px;
    margin-bottom: 5px;
    display: block;
}
.item-search h3 a:hover
{
    color:#ffb949;
}
.ct-search {
    line-height: 21px;
    text-align: justify;
}
.loadajax{
	background-color:#FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index:1001;
	opacity: 0.4;
}
.ajax-loader{
    background: #0d0d0d url("../allinoneguides/ajax-loader.gif") no-repeat scroll 10px 10px;
    border-radius: 5px;
    left: 50%;
    margin-left: -26px;
    margin-top: -26px;
    opacity: 0.8;
    overflow: visible;
    padding: 0;
    position: fixed;
    right: 50%;
    top: 50%;
    width: 52px;
	height: 52px;
    z-index: 100001;
}

.Main404{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.BgImg404{height:auto;margin:36px 0 10px 0;width:100%;text-align:center;}
.BgImg404 img{max-width:100%; height:auto;}
.Text404{text-align:center;margin:16px 0;font-size:16px;}
.Text404 a{color:#037cd5;}.Text404 a:hover{color:#00874e;}
.SubText404{width:100%;clear:both;margin:0 auto 30px;line-height:28px;color:#333;}

.WapperGroup{
	padding:0 15px;	
}
.FooterPr {
    padding: 10px 0;
	color:#c7d6e8;
	font-size:14px;
}
.col-footerpr{
    float: left;
    width: 25%;
}
.FooterPrTilte {
    text-transform: uppercase;
    color: #FFF;
    text-align: left;
	font-size:15px;
}
.FooterPr ul {
	clear:both;
    width: 100%;
	padding:10px 0;
}
.FooterPr ul li{
	line-height: 25px;
	list-style: none;
	position:relative;
	text-align:left;
}
.FooterPr ul li a
{
	background:url("../allinoneguides/buleficon-ft.png") no-repeat scroll 0 19px ;
	color:#c7d6e8;
	margin:20px 10px 20px 15px;
	line-height:22px;
}
.FooterPr ul li a::before {
    position: absolute;
    top: 6px;
    left: 0px;
    display: inline-block;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    box-shadow: none;
    border-radius: 6px;
}

.FooterPr ul li a:hover
{
	color: #ccc;
}


.orthernew ul li {
    line-height: 25px;
	list-style: none;
	position:relative;
}
.orthernew ul li a::before {
    position: absolute;
    top: 6px;
    left: 0px;
    display: inline-block;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    box-shadow: none;
    border-radius: 6px;
}
.orthernew ul li a {
    margin:20px 10px 20px 15px;
	font-size:14px;
	color: #037cd5;
}
.orthernew ul li a:hover{
	color: #113562;  
}





.store p {
    padding:13px 0 0 0;
	display:block;
	line-height:22px;
}
.store p i {
    margin-right: 5px;
    font-size: 15px;
}
.fa-map-marker::before {
    content: "\f041";
}


.fa-email::before {
    content: "\f0e0";
}
.line-footer{
	clear:both;
	width:100%;
	border-top:1px solid #FFF;
	margin:10px 0 20px;
}
.main-copyright{
	width:100%;	
}
.main-copyright .copyright{
	float:left;
	width:69%;
	text-align:left;
	color:#c7d6e8;
	font-size:14px;
	line-height:22px;
}
.main-copyright .sharefb{
	float:right;
	width:30%;	
	text-align:right;
}
.Share {
    display: block;
    float: right;
    height: 29px;
    margin: 0 0 0 10px;
    width: 29px;
}
.Google {
    background: url(../allinoneguides/share-g.png) no-repeat;
}
.Facebook {
    background: url(../allinoneguides/share-fb.png) no-repeat;
}
.Youtube {
    background: url(../allinoneguides/share-yt.png) no-repeat;
}
.Twin {
    background: url(../allinoneguides/share-tw.png) no-repeat;
}

.box-hotines {
    position: fixed;
    bottom: 0;
    left: 5px;
    border-radius: 7px 7px 0 0;
    background: #fff;
    padding: 0px;
    box-shadow: 0px 1px 2px 1px #333;
}

.tile-htl {
    background: #037cd5;
    padding: 6px 13px;
    color: #fff;
    cursor: pointer;
    border-radius: 7px 7px 0 0;
}

.tile-htl span {
    margin: 0 14px;
}


.tile-htl .fa-volume-control-phone {
    background:#fff;
    color: #037cd5;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    font-size: 17px;
    line-height: 25px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    vertical-align: middle;
}
.tile-htl .fa-volume-control-phone:before {
    position: absolute;
    content: "\f2a0";
    left: 7px;
    top: -1px;
    font-family: FontAwesome;
    font-size: 15px;
}


.content-box-hotline ul
 li {
    line-height: 30px;
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #f36f21;
}

.content-box-hotline ul
 li strong {float: right;margin-right: 10px;color: #f36f21;}

.content-box-hotline ul
 li:last-child {
    border-bottom: none;
}

.content-box-hotline ul {
    margin-bottom: 0;
}

.content-box-hotline {
    display: block;
}

.faq-left-col {
    width: 33%;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.faq-right-col
{
    width: 67%;
	padding-left: 15px;
	padding-right: 15px;
	float: right;
}
.title_top-faq{
	background:url(../allinoneguides/bg-title-faq.png) repeat-y center center;
	min-height:25px;
	color:#FFF;	
	text-align:center;
	margin: 30px 0 20px;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	line-height:22px;
}

.faq-block {
    margin: 30px 0 20px;
}
.faq-block .faq-title-block1{
	color:#037cd5;
	text-transform:uppercase;
	line-height:22px;
	font-size:16px;
	padding-left:10px;
}
.faq-block ul{
	width:100%;
	margin-top:20px;
}
.faq-block ul li{
	background: #f5f5f5;
	border-radius: 5px;
	font-size:14px;
}

.faq-block ul li a {
    display: block;
    padding: 10px 10px;
	margin:10px 0;
	color:#113562;
	line-height:20px;
}


.faq-block ul li a:hover, .faq-block ul li a.active {
    color: #037cd5;
}

.faq-block ul li a:hover:before {
    color: #fff;
}


section.maphome {
    position: relative;
}
section.maphome iframe {
    position: relative;
    z-index: 1;
}

.tit-map {
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.tit-map:after
{
        content: "";
        position: absolute;
        bottom: 0;
        width: 35px;
        height: 2px;
        background: #fff;
        left: 0;
}

.meas {
    font-size: 22px;
    font-weight: 800;
    margin: 10px 0;
}

.calend p span, .calend p strong {
    font-weight: 600;
    display: block;
    width: 100px;
    font-size: 13px;
    float: left;
    margin-right: 5px;
    text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.calend p {
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 12px 0;
    line-height: 20px !important;
}

.hotline-map {
    margin: 15px 0px;
    color: #000;
    font-weight: 700;
    font-size: 19px;
}

.ct-map {
    font-size: 20px;
    font-weight: 800;
    line-height: 38px;
    margin-bottom: 10px;
}
.posaddress p a {
    color: #fff;
}

.posaddress {
    position: absolute;
    top: 0;
    background: #f36438;
    right: 7%;
    z-index: 111;
    width: 300px;
    height: 99.3%;
    padding: 15px 15px 30px 15px;
    color: #fff;
}
.posaddress p i {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -5px;
}
.posaddress p {
    line-height: 38px;
}
.orthernew ul{
	padding: 0;
	clear:both;
	width:100%;
	margin-bottom:10px;
	
}
.orthernew ul li {
    line-height: 25px;
	list-style: none;
	position:relative;
}
.orthernew ul li a::before {
    position: absolute;
    top: 6px;
    left: 0px;
    display: inline-block;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    box-shadow: none;
    border-radius: 6px;
}
.orthernew ul li a {
    margin:20px 10px 20px 15px;
	font-size:14px;
	color: #037cd5;
}
.orthernew ul li a:hover{
	color: #113562;  
}
.orthernew h2{
	font-family: times; 
	font-size: 20px; 
	text-transform:uppercase;
}
.maxWidth{
     max-width: 800px;
}
.title-user{
    font-size: 16px;
    display: flex;
    justify-content: end;
    position: absolute;
    gap: 0.5rem;
    top: 2.25rem;
    right: 1.25rem;
    align-items: center;
    z-index: 9;
}
.title-user .text-user {
  color: #FFFFFF;
  margin-top: 4px;
}
.dropdown-menuu {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  border-radius: 0.313rem;
  box-shadow: 0 0.313rem 0.938rem rgba(0, 0, 0, 0.2);
  padding: 0.625rem 0;
  min-width: 9.375rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.dropdown-menuu a {
  display: block;
  text-align: left;
  padding: 0.625rem 1.25rem;
  color: #3c3c41;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.title-user .icon-user img {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  object-fit: cover;
}
.dropdown-menuu.show {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0);
}


.artseed-detail-content ul, .artseed-detail-content ol{
    margin: 10px 0 10px 30px;
}
.artseed-detail-content ul li {
    list-style: disc;
    line-height: 1.2;
}
.artseed-detail-content h2{
  position: relative;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 8px;
}
.artseed-detail-content h2 s, .artseed-detail-content h3 s, .artseed-detail-content h4 s{
  font-size: 72px;
  font-style: normal;
  line-height: 40px;
  float: left;
  padding: 10px;
  color: #037cd5;
  font-weight: 400;
  margin-bottom: 8px;
  text-decoration: none; /* Bỏ gạch ngang */
}

.artseed-detail-content .timeline ul {
    list-style: disc;
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 10px 0;
}
.artseed-detail-content .timeline ul li {
  line-height: 1.6;
}
.artseed-detail-content .timeline ul li br{
    display: block;
    height: 1px;
}
.artseed-detail-content .timeline ul li em{
    display: block;
    text-align: center;
}
.artseed-detail-content .timeline ul::before {
    content: " ";
    background: #FAA22E;
    display: inline-block;
    position: absolute;
    left: 0.45rem;
    top: 0.3rem;
    width: 0.15rem;
    height: 100%;
    z-index: 400;
}

.artseed-detail-content .timeline > ul > li::before {
    content: " ";
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 0.15rem solid #FAA22E;
    left: 0;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    z-index: 400;
    top: 0.8rem;
}
.artseed-detail-content .timeline > ul  > li {
    margin: 0 0 3rem;
    padding-left: 2rem;
    background: 0 0 !important;
}
.artseed-detail-content .timeline ul li {
    position: relative;
    list-style: none;
    vertical-align: middle;
}
.artseed-detail-content .timeline > ul > li > .timeline-title {
    color: #FAA22E;
    display: inline-block;
    position: relative;
    font-size: 18px;
    width: 100%;
    font-weight: 500;
    margin-bottom: 0.4rem;
    top: -0.7rem;
}
.artseed-detail-content h2{
    font-size: 23px;
} 
.artseed-detail-content h3{
    font-size: 21px;
} 